Hi guys
I am using CentOS 6.4 and have just install Wine 1.7.1 follow by the steps from http://wiki.winehq.org/Wine64 (Building a shared WoW64 setup (most likely what you want)) and I would like to install .NET Framework 4.0
But when I execute WINEARCH=win32 winecfg, the error message appeared as:
"err:menubuilder:convert_to_native_icon error 0x88982F81 initalizing encoder"
and no window pop out, just only on the menu bar.
When I tried wine notepad or wine regedit, the window pops up but nothing inside. Just gray background.
Terminal shows
" err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder
err:wincodec:PngEncoder_CreateInstance Trying to save PNG picture,but PNG support is not compiled in. "
I have no idea on what's happening, please help...
Wine Cannot display application
Re: Wine Cannot display application
The message is pretty straightforward: apparently you compiled Wine without PNG support. You were probably missing libpng, and chose to ignore the message from ./configure that PNG support would be disabled because of that.kevwcy wrote: err:wincodec:PngEncoder_CreateInstance Trying to save PNG picture,but PNG support is not compiled in. "
Re: Wine Cannot display application
dimesio wrote:The message is pretty straightforward: apparently you compiled Wine without PNG support. You were probably missing libpng, and chose to ignore the message from ./configure that PNG support would be disabled because of that.kevwcy wrote: err:wincodec:PngEncoder_CreateInstance Trying to save PNG picture,but PNG support is not compiled in. "
Oh I got and I just install LibPNG 1.6.5. When I do the .configure again it shows FreeType 32-bit development files not found. Does it matter if I add --without-freetype?
Re: Wine Cannot display application
freetype might be used for many apps...instead of missing deps I would go with the 1.6 ppa.
Re: Wine Cannot display application
Yes, it matters.kevwcy wrote: Oh I got and I just install LibPNG 1.6.5. When I do the .configure again it shows FreeType 32-bit development files not found. Does it matter if I add --without-freetype?
Re: Wine Cannot display application
The problem was solved. Please close it and thanks again.