Error failed to initialize: /home/aten/tools/lol-wine-1.6-r

Questions about Wine on Linux
Locked
friddle
Newbie
Newbie
Posts: 2
Joined: Fri Jul 26, 2013 2:58 am

Error failed to initialize: /home/aten/tools/lol-wine-1.6-r

Post by friddle »

Error:/home/aten/tools/lol-wine-1.6-rc2/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory

I am newbie here
I am so confused about that problem

I Compile the Wine1.6 from source to the Local Folder,seems everything ok.
but when i use this bash file to open Wndows exe file:
the bash file:
export WINEVERPATH=$HOME/opt/wine
export WINESERVER=$WINEVERPATH/bin/wineserver
export WINELOADER=$WINEVERPATH/bin/wine
export WINEDLLPATH=$WINEVERPATH/lib/wine/fakedlls
export LD_LIBRARY_PATH=$WINEVERPATH/lib:$LD_LIBRARY_PATH
export PATH=$WINEVERPATH/bin:$PATH:$LD_LIBRARY_PATH
export WINEPREFIX=/home/friddle/.wine
export WINEARCH=win32
WINEVERPATH/bin/wine /home/friddle/Game/LOL/TCLS/Client.exe
I got this Error:/home/aten/tools/lol-wine-1.6-rc2/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory
please help me.if everyone know what mistake i made
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error failed to initialize: /home/aten/tools/lol-wine-1

Post by dimesio »

Does /home/aten/tools/lol-wine-1.6-rc2/lib/wine/ntdll.dll.so exist?

What happens when you run it from the build directory, as the user who built it?
friddle
Newbie
Newbie
Posts: 2
Joined: Fri Jul 26, 2013 2:58 am

Re: Error failed to initialize: /home/aten/tools/lol-wine-1

Post by friddle »

dimesio wrote:Does /home/aten/tools/lol-wine-1.6-rc2/lib/wine/ntdll.dll.so exist?

What happens when you run it from the build directory, as the user who built it?
No.I Just want to know how to set DLL file location.
I compile it,but it required this folder.
So Confused
Locked