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

Error on launch #12

Open
lyleberman opened this issue Mar 1, 2017 · 7 comments
Open

Error on launch #12

lyleberman opened this issue Mar 1, 2017 · 7 comments

Comments

@lyleberman
Copy link

lyleberman commented Mar 1, 2017

Hi. I used Xcode to build the most recent release but the application is crashing with this error:

dyld: Library not loaded: /opt/libjpeg-turbo/lib/libturbojpeg.0.dylib
Reason: image not found
Trace/BPT trap: 5

Only happens on a machine where turbo-jpeg isn't installed. How can I fix this?
Thanks!

@stweil
Copy link
Owner

stweil commented Mar 2, 2017

How can I fix this?

Maybe add the missing library to your installation?

@stweil stweil added the question label Mar 2, 2017
@stweil stweil self-assigned this Mar 22, 2017
@lyleberman
Copy link
Author

Thanks for this - having problems doing this (XCode newbie) but will try to slog through it. Appreciate your work on this project!

@noaht8um
Copy link

noaht8um commented Oct 7, 2017

@lyleberman I am having the same trouble! I know there should be a way to include the library in the completed build, but I am no Xcode guru.

@stweil Is it a licensing issue that prevent the turbo-jpeg lib files from being included, or some other reason? Thanks!

@stweil
Copy link
Owner

stweil commented Oct 7, 2017

@noaht8um, did you try the package from https://github.com/stweil/OSXvnc/releases/tag/V5_0_1?

@rdp
Copy link
Contributor

rdp commented Dec 7, 2017

I worked around this by configuring libjpeg-turbo like

$ ./configure --enable-static --disable-shared

now it works on boxes without that installed (I didn't get that problem with V5_0_1 either FWIW).

@stweil
Copy link
Owner

stweil commented Dec 14, 2017

The latest code uses static linking for the JPEG library, so it is no longer necessary for end users to install libjpeg-turbo. See commit 71aeeb9 which fixed that problem.

@stweil
Copy link
Owner

stweil commented Dec 15, 2017

@lyleberman, please try the latest release.

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

No branches or pull requests

4 participants