Page 1 of 1

Client does not find Resource.dat

Posted: Sat Apr 09, 2016 9:29 pm
by palla
I have installed the Client on my Debian-Box and start it with :
wine /home/palla/.wine/drive_c/Program\ Files/Destiny/plClient.exe /LocalData
The Client told me, No server.ini file found. After starting with :
wine /home/palla/.wine/drive_c/Program\ Files/Destiny/plClient.exe /LocalData /ServerIni /home/palla/.wine/drive_c/Program\ Files/Destiny/server.ini
the Client told me , No Resource.dat found.

The resource.dat is in the Destiny Folder.

Someone has a hint for me ?

regards palla

Re: Client does not find Resource.dat

Posted: Sun Apr 10, 2016 10:36 am
by Mystler
Hmm... I've not tried Destiny with Wine yet. Did you try to cd into the client directory and run it from there, in case it expects Resource.dat to be present in the cwd.

Code: Select all

cd /home/palla/.wine/drive_c/Program\ Files/Destiny
wine plClient.exe /LocalData

Re: Client does not find Resource.dat

Posted: Sun Apr 10, 2016 4:33 pm
by palla
Thank you very much Mystler,
this does the trick.
Now it is working :)

regards palla