WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Cant't use Launcher Debian SID
by Kernelpanic on Sunday December 18th 2011, 5:10
Hi,
If you have exactly the same error like me :
err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller expects 80
err:ole:OleLoadPicture IPersistStream_Load failed

I made a quick fix, this is short how to :
-(become root) su
-(go to /usr/lib32) cd /usr/lib32/
-(check the link by) ls -la libjpeg.so.62
!! If the result is not this libjpeg.so.62 -> libjpeg.so.62.0.0
so you can patch !!
-(delete the old link) rm libjpeg.so.62
-(make the new link) ln -s libjpeg.so.8.0.2 libjpeg.so.62
!!You are DONE !!

Try again the launcher, it should popup.

[post new] [reply to this]

Page loaded in 0.00319 seconds.