Hello! I faced a very strange issue with wine. So I am trying to launch my beloved app that works under wine 99% good, but after upgrading to Ubuntu 11.10 I get this problem (extraction from terminal): wine: Bad EXE format for H:\Desktop\Carrara 8.1 I get the same problem if I go to the 'hidden' wine folder and go to c drive and launch it from there. any advice on this? Thank you very much! Kind regards,
after updating wine to 1.4 I get an error that says: err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll": libGL.so.1: cannot open shared object file: No such file or directory err:module:import_dll Loading library OPENGL32.dll (which is needed by L"C:\\Program Files\\DAZ 3D\\Carrara8\\Carrara.exe") failed (error c000007a). err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\DAZ 3D\\Carrara8\\Carrara.exe" failed, status c0000135 So it appears I do not have some 32bit system libs missing. Any advices on easy install these or even better could there be any pre-made wine64 bit? I still do not dare to compile things my self because it never ends good... Anyway, I would be grateful for any kind of help. Thanks.
Jetbird_D2 wrote:> after updating wine to 1.4 I get an error that says: > > err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll": libGL.so.1: cannot open shared object file: No such file or directory > err:module:import_dll Loading library OPENGL32.dll (which is needed by L"C:\\Program Files\\DAZ 3D\\Carrara8\\Carrara.exe") failed (error c000007a). > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\DAZ 3D\\Carrara8\\Carrara.exe" failed, status c0000135 > > > So it appears I do not have some 32bit system libs missing. > > Any advices on easy install these or even better could there be any pre-made wine64 bit? I still do not dare to compile things my self because it never ends good... >You need to install 32 bit opengl, and you would need that to run 32 bit apps even if your distro packaged 64 bit Wine.
hello! Thank you for your reply. Would you happen to know some recommendations how to install them on Ubuntu 11.10? I tried the instructions that I found in these forums that directed to official wine pages showing how to install 32 bit libraries however on the end terminal writes me " + echo I do not know how to install 32 bit libraries for distro Ubuntu 11.10 yet I do not know how to install 32 bit libraries for distro Ubuntu 11.10 yet" it also says that all libs are at their newest versions already. I tried to isntall NVidia 32 lib as was showed in the 64bit wine page but it refused to do so, but i have optimus tragedy on my pc so i guess I should look at intel and mesa driver? However I was unable to find how to yet. Thank you very much for your time!
On Tue, Feb 14, 2012 at 10:53, Jetbird_D2 <wineforum-user at winehq.org> wrote:> I tried to isntall NVidia 32 lib as was showed in the 64bit wine page but it refused to do so, but i have optimus tragedy on my pc so i guess I should look at intel and mesa driver? However I was unable to find how to yet.Try searching for bumblebee and/or ironhide
I have solved my problem. this link gives the needed steps to be done: https://github.com/nullkey/glc/wiki/Install Could this link go to a sticky thread about wine 64 bits and how to get it working with open GL? for some reason I believe I am not the only lost cheep here. :) Kind regards.