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

Crashes on startup on OS X 10.11.1 El Capitan #48

Open
tommytwoeyes opened this issue Oct 24, 2015 · 4 comments
Open

Crashes on startup on OS X 10.11.1 El Capitan #48

tommytwoeyes opened this issue Oct 24, 2015 · 4 comments

Comments

@tommytwoeyes
Copy link

This may be related somehow to issue #15 [https://github.com//issues/15]; I'm not sure. But when I attempted to run Pineapple after installing, a vague error message was displayed about the app possibly being incompatible with OS X 10.10.

Error Message:
Pineapple cannot be opened because of a problem.

"Check with the developer to make sure Pineapple works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X.

Click Report to see more detailed information and send a report to Apple."

@the-efi
Copy link

the-efi commented Oct 27, 2015

Same here.

$ /Applications/Pineapple.app/Contents/MacOS/Pineapple                                                                                                       ~
dyld: Library not loaded: /usr/local/lib/libwx_osx_cocoau-3.1.dylib
  Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple
  Reason: image not found
[1]    15984 trace trap  /Applications/Pineapple.app/Contents/MacOS/Pineapple

GUI Problem Report:

Crashed Thread:        0

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/libwx_osx_cocoau-3.1.dylib
  Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple
  Reason: image not found

@ryb-ableton
Copy link

Here's a workaround until this is fixed:

$ install_name_tool -change /usr/local/lib/libwx_osx_cocoau-3.1.dylib @executable_path/libwx_osx_cocoau-3.1.dylib /Applications/Pineapple.app/Contents/MacOS/Pineapple
$ /Applications/Pineapple.app/Contents/MacOS/Pineapple

@timahutchinson
Copy link

I'm having this issue as well, running OS X 10.10.5 Yosemite.

@clkruse
Copy link

clkruse commented Dec 16, 2015

FYI. Got the same problem, but the fix from @ryb-ableton worked for me.

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