libpng not found error message when libpng installed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
somethingrandom
Newbie
Newbie
Posts: 2
Joined: Thu Jul 21, 2011 4:20 am

libpng not found error message when libpng installed

Post by somethingrandom »

I am currently running the most current archlinux and i made sure to update it before installing wine so i wouldn't have any issues. I am fairly new to linux and could be doing something wrong that is very obvious but if so I haven't found the awnser in the reading I have been doing. I update my system, install wine and wine_gecko packages with pacman and then go to run a .exe file but when i run it i get this message repeatedly.

fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {27949969-876a-41d7-9447-568f6a35a4dc}, hres is 0x80004005
err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder
err:wincodecs:PngEncoder_CreateInstance Failed writing PNG because unable to find libpng14.so.14

The thing is I know I have that installed. I checked. I don't know what is wrong. Please help.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Did you make sure that both Wine and LibPNG were compiled for the same architecture (Wine works best as a 32-bit program atm)?
somethingrandom
Newbie
Newbie
Posts: 2
Joined: Thu Jul 21, 2011 4:20 am

Post by somethingrandom »

How do you do that?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

somethingrandom wrote:How do you do that?
On Arch, I believe the architecture of the software you install is in the package name, like x86 versus x86_64... I'm not sure, though, because I don't use Arch.
Locked