-
Notifications
You must be signed in to change notification settings - Fork 11
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
EXC_BAD_INSTRUCTION crash in App Store version... #36
Comments
Thanks for the report @interhive. I've had this happen to a few people before but can't seem to pinpoint the actual issue here. I have a support ticket out to RubyMotion to see if I can get some help with the crash. The more crash reports the better! I'll try and have this fixed asap for you. |
Also, any details about your mac setup would also help. things like processor, ram, external hard drives, ect. |
Here you go (running OS X 10.9):
Drives:
|
I'm seeing the same behavior in 10.8.5
|
Thanks for the additional report, @ryandeussing. |
FYI, I'm working on finding this issue. I believe it's a RubyMotion bug, and not a bug in my software and I'm working with them to try and get it fixed. |
Just installed it from the App Store as well, same issues as described by @ryandeussing, would you be interested in another crash report? |
Yeah. Just to make sure it's the same issue. That would be great. Also post your machine specs if you don't mind... I've been trying to correlate similarities between the machines that the crash is happening on . Sorry about the issues. |
Looks like the same stack trace https://gist.github.com/lwe/95040591d36103f644f5, so I think it is the same issue. Actually, I'm running OS X 10.9 (13A603):
Not sure if it's of any help, but Console.app reports:
|
Same here: https://gist.github.com/fidel/0ef88e074ddb5226b805
|
@markrickert any findings in the last two weeks? I'm actually seeing a very similar crash log in my RubyMotion app that also uses the status bar. |
I pinpointed the line that is last traceable in the crash log for my app, if that helps.
Not sure where the ticket is on RubyMotion but I'd be happy to supply that there too. |
Hi @kellym! Very interesting, so the crash still happens when replacing the NSStatusBar... constant by the 24 magic value? |
@lrz You know, it depends on if the line numbers from
|
Just an update -- I had the user install a new version with
moved into an Objective-C resource and the new release passed that line successfully. Not sure if Hacker-Bar uses NSMakeRect anywhere, but the user's app failed next on a call to that -- filing a separate RubyMotion ticket for that. |
I've verified that compiling with RubyMotion 1.18 fixes this issue. I've submitted an update to the Mac App Store and requested an expedited review. Thanks for all your help, @lrz! |
Thanks, updated to the latest version and works like a charm now. |
I saw this app pop up on Hacker News and thought I'd give it a whirl. Purchased and downloaded... try to open and nothing.
Hope into Console and see that it's crashed and generated a crash log:
Hope that helps... love the concept of the app!
The text was updated successfully, but these errors were encountered: