View Single Post
  #2  
Old 08-11-2013, 05:42 AM
Lyra Lyra is offline
Fire Giant


Join Date: Jan 2013
Posts: 899
Default

Quote:
I can tell you that most of the issues I've run into with the game not starting properly stemmed from windowed mode not being set correctly in eqclient.ini. For starters, open that file in a text editor and see that you have lines that look like this:

Code:
WindowedMode=TRUE

WidthWindowed=1024
HeightWindowed=768
WindowedWidth=1024
WindowedHeight=768
If the height/width numbers are different, that's probably fine. Any resolution you want should work. I think all that matters is that both resolutions match, and that WindowedMode is set to true.
Reply With Quote