Missing libary diablo III when run

Questions about Wine on Linux
Locked
set4812
Level 1
Level 1
Posts: 8
Joined: Fri Jul 26, 2013 10:10 am

Missing libary diablo III when run

Post by set4812 »

I change my system to Kubuntu 13.10 i installed bumblebee check my driver and is working. I installed Diablo 3 using wine 1.6. When i try run using

Code: Select all

setarch i386 -3 optirun -b primus wine "/home/set/.wine/dosdevices/c:/Program Files (x86)/Diablo III/Diablo III.exe"Handle Event: "auth validation event"
Game start when i click button play i see game lauching and error game crash :(
Console sad

Code: Select all

m Files (x86)/Diablo III/Diablo III.exe: libglfork.cpp:248: PrimusInfo::PrimusInfo(): Assertion `ncfg' failed.
fixme:dbghelp:elf_search_auxv can't find symbol in module
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
How to run D3?
Run without optirun is not working to another error :(
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Missing libary diablo III when run

Post by dimesio »

Try installing the game to a 32 bit wineprefix. http://wiki.winehq.org/FAQ#32_bit_wineprefix
set4812
Level 1
Level 1
Posts: 8
Joined: Fri Jul 26, 2013 10:10 am

Re: Missing libary diablo III when run

Post by set4812 »

Can you wrote my step to step commands?
I read about wineprifix but i noob and i dont now how use this :(
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Missing libary diablo III when run

Post by dimesio »

Those are step by step instructions. What part are you having trouble with?
set4812
Level 1
Level 1
Posts: 8
Joined: Fri Jul 26, 2013 10:10 am

Re: Missing libary diablo III when run

Post by set4812 »

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg 
prefix folder can be random?
This will be configure wine to x86. Now how to run installer or game to win32?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Missing libary diablo III when run

Post by dimesio »

Avoid using spaces or special characters, but other than that you can name it whatever you want. To install to that wineprefix, specify the WINEPREFIX variable in the command line when you run the installer. http://wiki.winehq.org/FAQ#wineprefix
Locked