Quote:
Originally Posted by LazyMonkey
[You must be logged in to view images. Log in or Register.]
Thank you, that was the exact problem. Now able to log in and get in game.
|
I had the exact same problem. To be specific, there is 1 file in v41.zip that has the wrong casing: dsetup.dll should be DSETUP.dll
If you've followed all the other instructions, simply do:
mv DSETUP.dll DSETUP.dll.bak # alternatively, rm DSETUP.dll
ln -s dsetup.dll DSETUP.dll # symlink to correct case, to prevent conflicts in the future