So I'm pretty new to wine stuffs... I try to install .net framework 4.0 so after some research I tried to follow https://appdb.winehq.org/objectManager. ... &iId=17886 I understood that i need to create a 32 bit wine prefix to achieve this. In order to achieve that i tried
Code: Select all
WINEARCH=win32 winecfg
And it seems it still processes and i got an "Arti20997013778Wine" application running. In order to quit this i have to manualy quit the Arti20997013778Wine app to get my shell working againWineskin Command Line Wine Test
MacBook-Pro-de-Max:~ Max$ WINEARCH=win32 winecfg
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the ncurses library (libncurses.5.dylib).
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": dlopen(/Users/Max/Applications/Wineskin/Arti2.app/Contents/Frameworks/wswine.bundle/lib/wine/winemp3.acm.so, 258): Library not loaded: @executable_path/../Frameworks/libmpg123.0.dylib
Referenced from: /Users/Max/Applications/Wineskin/Arti2.app/Contents/
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to find libpng15.15.dylib
err:menubuilder:convert_to_native_icon error 0x80004005 getting frame 0
With my understanding i need to install freetype (and maybe Libpng ?)
So no problem i
Code: Select all
brew install freetype
I even brew link freetype. And uninstall/install freetype again. But no matter what i'm still stuck here :/MacBook-Pro-de-Max:~ Max$ brew install freetype
Warning: freetype-2.6_1 already installed
I'm kind of desesparate. It doesn't seem to be that complicate to get a 32 bits wineprefix but actually i dont know what to try.
Thank for the future help & sorry for my bad english I'm not a native speaker.