Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I've been trying to run a handful of indy games for Windows on my laptop through Wine, but got a bunch of errors along the lines of:

wine: created the configuration directory '/home/jude/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xefe2c8, overlapped 0xefe2e0): stub
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xece8d0, overlapped 0xece8dc): stub
wine: configuration in '/home/jude/.wine' has been updated.
wine: cannot find L"C:\\windows\\system32\\potatomanseeksdatroof.exe"

Play on Linux gives me errors about 32bit OpenGL (I run 64bit)

I've been wrestling with this all day... help?

share|improve this question
You might want to try Wine on itsw own first, and look at the appdb for settings that might be needed... Most of the messages in your output is fine... The problem there is that it can't find the EXE for the game... (Possibly specifiy a path?) – Gert van den Berg Jan 11 at 5:54
You're running a 32-bit Windows program. Therefore you have 32-bit Wine, and it needs 32-bit libraries. – Michael Hampton Feb 21 at 7:56

1 Answer

It seems that you have several problems. I can help with this one:

Play on Linux gives me errors about 32bit OpenGL (I run 64bit)

On a recent Fedora, to install 32bit OpenGL on a 64bit system, do

sudo yum install mesa-dri-drivers.i686 mesa-libGL.i686
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.