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 when X11 is not installed on the system #36

Closed
jaedavidson opened this issue Feb 3, 2011 · 3 comments
Closed

Crashes when X11 is not installed on the system #36

jaedavidson opened this issue Feb 3, 2011 · 3 comments
Assignees
Labels
Milestone

Comments

@jaedavidson
Copy link

v1.5 crashes immediately on launch on my Mac.

v1.4.1 doesn't

Crash Log:

Process: ShiftIt [399]
Path: /Applications/ShiftIt.app/Contents/MacOS/ShiftIt
Identifier: org.shiftitapp.ShiftIt
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd [130]

Date/Time: 2011-02-03 13:19:19.038 +0000
OS Version: Mac OS X 10.6.6 (10J567)
Report Version: 6

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message:
Library not loaded: /usr/X11/lib/libX11.6.dylib
Referenced from: /Applications/ShiftIt.app/Contents/MacOS/ShiftIt
Reason: image not found

Binary Images:
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld

@fikovnik
Copy link
Owner

fikovnik commented Feb 3, 2011

Hi, thanks for reporting!

I had an impression that X11 is default part of OSX and apparently it is not. What you can do right now is to grab master branch and build target ShiftIt-nonX11. I'm almost ready to make a new release so I will actually change it to dynamically load X11 depending whether it is present in the system or not.

/cheers
Filip

@fikovnik
Copy link
Owner

fikovnik commented Feb 6, 2011

OK, I pushed the change that should fix this. It's in the increase-reduce branch. If you have time please check whether it works. It will be part of the upcoming 1.6 release.

@ghost ghost assigned fikovnik May 27, 2011
@fikovnik
Copy link
Owner

In the end I decided to drop X11 support. I'm not using any X11 applications anymore and the overhead with testing was not worth it.

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

No branches or pull requests

2 participants