F15 / Wine / StarCraft2 / libjpeg8 not found.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stephenh
Newbie
Newbie
Posts: 1
Joined: Sat Aug 06, 2011 7:56 am

F15 / Wine / StarCraft2 / libjpeg8 not found.

Post by stephenh »

Hello,

I'm using Fedora 15 and trying to use Wine to install Star Craft 2.

I'm seeing the following error when attempting to run the Installer:
err:wincodecs:JpegDecoder_CreateInstance Failed reading JPEG because unable to find libjpeg.so.8

I've installed all the libjpeg packages I thought might be required:
Installed Packages
libjpeg-turbo.i686 1.1.1-1.fc15
libjpeg-turbo.x86_64 1.1.1-1.fc15
libjpeg-turbo-devel.i686 1.1.1-1.fc15
libjpeg-turbo-devel.x86_64 1.1.1-1.fc15
openjpeg-libs.x86_64 1.4-6.fc15

But this still fails. Even thought perhaps I could cheat and create a symlink to libjpeg.so.8, but then got this message (which was expected realy):
err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller expects 80

Any tips or pointers would be great as I'm struggling to get this onto my system.

Thanks,
Stephen
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

F15 / Wine / StarCraft2 / libjpeg8 not found.

Post by madewokherd »

Your libjpeg needs to match what your Wine was built for. That means
either getting the appropriate version of libjpeg, getting an
appropriate Wine package for your distro, or building Wine yourself.

On Sat, Aug 6, 2011 at 7:57 AM, stephenh <[email protected]> wrote:
Hello,

I'm using Fedora 15 and trying to use Wine to install Star Craft 2.

I'm seeing the following error when attempting to run the Installer:
err:wincodecs:JpegDecoder_CreateInstance Failed reading JPEG because unable to find libjpeg.so.8

I've installed all the libjpeg packages I thought might be required:
Installed Packages
libjpeg-turbo.i686 1.1.1-1.fc15
libjpeg-turbo.x86_64 1.1.1-1.fc15
libjpeg-turbo-devel.i686 1.1.1-1.fc15
libjpeg-turbo-devel.x86_64 1.1.1-1.fc15
openjpeg-libs.x86_64 1.4-6.fc15

But this still fails. Even thought perhaps I could cheat and create a symlink to libjpeg.so.8, but then got this message (which was expected realy):
err:jpeg:error_exit_fn Wrong JPEG library version: library is 62, caller expects 80

Any tips or pointers would be great as I'm struggling to get this onto my system.

Thanks,
Stephen




Locked