-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
I have the same problem here. |
I also ran into this problem |
also have this problem in Mac OS X 10.13.6 (17G65) |
The fix in #45 did not make it into the To fix this problem for your own installation, just build the gem yourself.
|
Tried again with 0.6.0 — any luck?
Sent via Superhuman ( https://sprh.mn/[email protected] )
…On Mon, Mar 18, 2019 at 11:55 AM, Ben Ford < ***@***.*** > wrote:
The fix in #45 ( #45 ) did not
make it into the 0.5.0 release! Ping @ ConradIrwin (
https://github.com/ConradIrwin )
To fix this problem for your own installation, just build the gem
yourself.
$ git clone git@ github. com ( ***@***.*** ) :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 (
http://spdx.org/licenses ) or 'Nonstandard' for a nonstandard license.
WARNING: See http:/ / guides. rubygems. org/ specification-reference/ (
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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (
#43 (comment) )
, or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAFwQFPEinT7l_ozRDtkdKMxWWRMAtmEks5vX-EygaJpZM4QDtc3
).
|
works fine now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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?
The text was updated successfully, but these errors were encountered: