Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon launch #43

Open
ghost opened this issue Oct 24, 2017 · 6 comments
Open

Crash upon launch #43

ghost opened this issue Oct 24, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Oct 24, 2017

I was wondering if I could get some context on a strange issue I've been having with Showterm 0.5 on macOS 10.13. Every time I try to run the client on my terminal, I get this error:

Sinas-MacBook-Pro:~ sina$ showterm
showterm recording. (Exit shell when done.)
Out of pty's
Terminated: 15

This occurs for any invocation of showterm (like showterm program) too and keeps happening even after doing all of the following:

  • uninstalling and reinstalling using gem uninstall (for context, my Gem version is 2.6.12 and ruby version is ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-darwin16])

  • rebooting the machine

  • running reset in Terminal (who knows, just in case)

This just leaves me puzzled. Any ideas on how I can fix this issue?

@thulioph
Copy link

I have the same problem here.

@dvorobiev
Copy link

I also ran into this problem

@schappim
Copy link

also have this problem in Mac OS X 10.13.6 (17G65)

@binford2k
Copy link

The fix in #45 did not make it into the 0.5.0 release! Ping @ConradIrwin

To fix this problem for your own installation, just build the gem yourself.

$ git clone [email protected]:ConradIrwin/showterm.git
Cloning into 'showterm'...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 171 (delta 0), reused 2 (delta 0), pack-reused 166
Receiving objects: 100% (171/171), 39.76 KiB | 1.02 MiB/s, done.
Resolving deltas: 100% (64/64), done.
$ cd showterm/
$ gem build showterm.gemspec
WARNING:  licenses is empty, but is recommended.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: showterm
  Version: 0.5.0
  File: showterm-0.5.0.gem
$ gem install showterm-0.5.0.gem
Successfully installed showterm-0.5.0
1 gem installed

@ConradIrwin
Copy link
Owner

ConradIrwin commented Mar 19, 2019 via email

@binford2k
Copy link

works fine now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants