View Single Post
  #3  
Old 12-09-2016, 08:07 PM
paulgiamatti paulgiamatti is offline
Planar Protector


Join Date: Jan 2014
Location: minneapolis belongs to me
Posts: 2,045
Default

From the FAQ thread:

Quote:
1. Help! When I try to run eq, at some point before entering the game, I get an error that looks something like this:
The instruction at 0x029110ce referenced memory at 0xfffffffc. The memory could not be read


This solution to this is actually very simple. Go to your EQ folder. Find the file eqclient.ini and open it in a text editor (i use notepad, its the simplest to use)

hit ctrl+f, type windowedwidth, you should see something like this:

WindowedWidth=1280
WindowedHeight=768
Width=1280
Height=768
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=1280
HeightWindowed=768


change it to this:

WindowedWidth=800
WindowedHeight=600
Width=800
Height=600
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=800
HeightWindowed=600
Keep in mind that the above is only a fix for when this issue occurs after you've successfully launched the client. If the client hasn't generated an eqclient.ini file yet, or if you're unable to launch the client, here are some threads with things you can try:
http://www.project1999.com/forums/sh...d.php?t=252780, http://www.project1999.com/forums/sh...d.php?t=253178, http://www.project1999.com/forums/sh...d.php?t=257889
Reply With Quote