View Single Post
  #8  
Old 04-05-2016, 09:28 PM
Zynn Zynn is offline
Orc


Join Date: Mar 2015
Posts: 31
Thumbs up Case-sensitive file names

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
Reply With Quote