#1 in the FAQ
http://www.project1999.org/forums/sh...ad.php?t=94928
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
I'm using 800 x 600 here, but you may need to fiddle with that a bit. If 800 x 600 isnt working, try using your monitors native resolution instead. Eventually, you will get a combination that works, just keep trying.
|
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.
|
If THAT doesn't work....
Did you restart your computer since this started happening?
Are all your Window updates completed?
Are you video drivers up to date? (I know you said it JUST started happening, but update them anyway, if needed)
Check these threads:
http://www.project1999.org/forums/sh....php?p=1050486
http://www.project1999.org/forums/sh...d.php?t=116511
Post results.
Thanks!