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
Error failed to initialize: /home/aten/tools/lol-wine-1.6-r
Re: Error failed to initialize: /home/aten/tools/lol-wine-1
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?
What happens when you run it from the build directory, as the user who built it?
Re: Error failed to initialize: /home/aten/tools/lol-wine-1
No.I Just want to know how to set DLL file location.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?
I compile it,but it required this folder.
So Confused