View Single Post
  #21  
Old 06-07-2012, 11:33 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

It could be the case that it's trying to start with an unsupported resolution.
Open up eqclient.ini in your Everquest directory and add the following commonly supported options:

under [Defaults]
Code:
WindowedMode=TRUE
under [VideoMode]
Code:
Width=1024
Height=768
WindowedWidth=1024
WindowedHeight=768
FullscreenBitsPerPixel=32
FullscreenRefreshRate=60
Reply With Quote