PDA

View Full Version : new Win 10 install (v50d)


TheCowSays
10-02-2019, 03:37 PM
Memory Error at program launch
1000F0CE referenced memory at FFFFFFFFFC could not be read.



win 10, i5, 8gb ram, SSD HD
Titanium installed
patch v50d
reinstalled 2x (not in Prog Files)
changed eqconfig.ini settings
repathed eqgame shortcut for the patchme
changed desktop resolution

What else to try, what else to try?
Norrath calls to my soul once again...

Deathrydar
10-03-2019, 08:51 AM
All I see is this from the FAQ thread:

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.

TheCowSays
10-03-2019, 10:27 AM
All I see is this from the FAQ thread:


WindowedWidth=800
WindowedHeight=600
Width=800
Height=600
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=800
HeightWindowed=600



I had tried this to no avail. It was a full screen issue.
My eqconfig file did not fully populate from any of the install as it is first populated by the initialization.

I had to add this line to it. (Change false to true if you have a populated eqconfig file)
WindowedMode=True
Thanks for trying though. I appreciate it.

Izmael
10-03-2019, 10:44 AM
Try the 50 (without letters) patch ? If I understand correctly, the new DirectX hacks have been added in 50b or 50c, and they are probably very beta for now.

TheCowSays
10-03-2019, 11:30 AM
WindowedMode=True

Resolved it.