PNG support broken??

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nbveh
Newbie
Newbie
Posts: 2
Joined: Fri Mar 12, 2010 6:12 am

PNG support broken??

Post by nbveh »

Hello!

I'm new in wine, so be hard on me if i'm missing something...

i'm trying to start adobe audition 3.0 trial, which was reported to run in wine with some minor font problems in wine 1.1.32

http://appdb.winehq.org/objectManager.p ... &iId=13095

install went fine, but when i'm starting it up, after first dialog window asking if you want to use it in trial mode audition crashes with message:

Image

this is what terminal window says:
err:wincodecs:PngDecoder_CreateInstance Trying to load PNG picture, but PNG supported not compiled in.
fixme:ole:CoCreateInstance no instance created for interface {9edde9e7-8dee-47ea-99df-e6faf2ed44bf} of class {389ea17b-5078-4cde-b6ef-25c15175c751}, hres is 0x80004005
err:ole:CoUninitialize Mismatched CoUninitialize
i'm on dell mini 10v with os x leopard 10.6.2 and with wine devel built from macports two days ago, winetricks istalled, c++ untimes 2005, 2008 and 6sp6 or something...

ok, hope there's a way to solve this.

thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: PNG support broken??

Post by dimesio »

nbveh wrote:

Code: Select all

err:wincodecs:PngDecoder_CreateInstance Trying to load PNG picture, but PNG supported not compiled in.
As the message says, your Wine was compiled without PNG support.
with wine devel built from macports
Complain to them.
nbveh
Newbie
Newbie
Posts: 2
Joined: Fri Mar 12, 2010 6:12 am

Post by nbveh »

ok, now i see may be...English is not my native language, so when it says
but PNG supported not compiled in
it sounds lie PNG file itself not supported or not compiled in software rather then PNG support not installed...thanks
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

nbveh wrote:ok, now i see may be...English is not my native language, so when it says
but PNG supported not compiled in
it sounds lie PNG file itself not supported or not compiled in software rather then PNG support not installed...thanks
No, you can be sure it's not compiled in wine itself, because the message starts out with err:. If it wasn't compiled in with the software, it wouldn't work on Windows, either.
James McKenzie

PNG support broken??

Post by James McKenzie »

nbveh wrote:
ok, now i see may be...English is not my native language, so when it says
but PNG supported not compiled in
it sounds lie PNG file itself not supported or not compiled in software rather then PNG support not installed...thanks

You will need to get with the MacPorts folks about how to install
libpng. This is required for PNG support.

Off topic here for further discussion.

Vitamin: Please close subject.

James McKenzie
Locked