View Single Post
  #1  
Old 10-19-2017, 11:40 AM
Vriggchan Vriggchan is offline
Skeleton


Join Date: Oct 2016
Posts: 16
Default

Quote:
Originally Posted by Izmael [You must be logged in to view images. Log in or Register.]
Probably it would be best for you to get a small Windows partition on that computer and boot to it to play EQ.
yeah but learning Linux is more fun this way than reading the book.

Quote:
Originally Posted by Zaela [You must be logged in to view images. Log in or Register.]
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.
That fixed my issue. Thanks, I am now working on resizing the window.
Reply With Quote