View Single Post
  #239  
Old 10-17-2017, 11:27 PM
Zaela Zaela is offline
Sarnak


Join Date: Jul 2014
Posts: 319
Default

Quote:
Originally Posted by Kioti [You must be logged in to view images. Log in or Register.]
Wasnt there a .dll issue where the file was not named properly that was causing this issue for some folks?
dsetup.dll. The one in the patch package is lowercase, the one from an EQ install may be uppercase (DSETUP.dll). Linux filesystems are case-sensitive by default, Windows is not.

So if you open a terminal in/cd to your EQ directory, run this
Code:
ls | grep -i dsetup
and get more than one result, you are probably still loading the original DSETUP.dll, which needs to be removed or replaced with the new one.
Reply With Quote