-
Notifications
You must be signed in to change notification settings - Fork 62
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
Version 0.9.1 crashes on launch #1
Comments
I'm not sure your issue is the same I had. A million different things can cause an app to die on launch. But, here's what got it running for me:
|
thanks kch, but that fix didn't work for me :( Here is my errorTexturedWindow#initWithContentRect_styleMask_backing_defer: NameError: uninitialized constant TexturedWindow::NSMinYEdge |
This is SL 10.6 issue, apply this fix http://github.com/Caged/gitnub/commit/b23158d8483762fb849fe477233ce6851fbf8e8d |
I'm getting this error as well (ApplicationController#awakeFromNib: SystemStackError: stack level too deep) I've check to make sure the above link is using CGRectMinYEdge not NSMinYEdge, which it is. below this error I'm getting: 14/07/2010 14:26:11 [0x0-0xfb0fb].com.alternateidea.rubycocoa.GitNubApp[3480] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb:1723:in `size' 14/07/2010 14:26:11 [0x0-0xfb0fb].com.alternateidea.rubycocoa.GitNubApp[3480] /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb:1723:in `count' Do you have any idea why I might be getting this? |
I'm having the same issue I guess. Don't know where to look for the log file, but the icon pops up and instantly disappears again from the Dock. Too bad, the app looks great, better than GitX ;-) |
Sorry, should have read the other issues too, this one fixed it for me: |
it still fails for me when I change the file in the above link. I'm still getting the same error as before. Would really like to get this working. bramn: are you running Snow Leopard (10.6.4)? I only ask because a lot of my settings changed when I upgraded! |
the Leopard fix cstammas mentions (for those who would wonder) consists of editing the
with : (second line is not modified in the diff (http://github.com/Caged/gitnub/commit/b23158d8483762fb849fe477233ce6851fbf8e8d), but it wasn't in the TextureWindow.rb file in the prepackaged GitNub.app either) |
I found this error in the console log:
ApplicationController#awakeFromNib: SystemStackError: stack level too deep
Happens in
/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_attachments.rb
In a call that originates from:
/Applications/GitNub.app/Contents/Resources/ApplicationController.rb:55:in 'awakeFromNib'
The text was updated successfully, but these errors were encountered: