PDA

View Full Version : Crashing at startup


dextin
08-29-2011, 11:01 PM
When I try to run EverQuest Titanium it begins to load and then shows an error and stops.

The error reads:
The instruction at 0x10000f0ce referenced memory at 0xfffffffc. The memory could not be read.

I have followed the Getting Started, Project 1999 form step by step, three times with a fresh install each time. I have also tried using Duxa's All In One Installer Tool, again with a fresh install, and tried all the multi-core fixes i could find. Does anyone have any suggestions on how i might fix this problem?

Savok
08-29-2011, 11:06 PM
Your in game resolution doesn't match your native resolution/is set wrong. Use Duxa's program to reset your resolution.

dextin
08-29-2011, 11:40 PM
Thanks, I tried changing it and couldn't get it to work, but then i tried setting it to windowed mode and it works good so far, but crashes any time i put it in full screen mode. But thanks a ton I love this game.

Mcbard
08-30-2011, 12:02 AM
Find the resolution your computer is running.

Go to the root of your EverQuest directory and find eqclient.ini and change your Width and Height to what the resolution on your computer is.

dextin
08-30-2011, 01:50 AM
Find the resolution your computer is running.

Go to the root of your EverQuest directory and find eqclient.ini and change your Width and Height to what the resolution on your computer is.

I tried setting it the resolution on my computer and will still only run in windowed mode. But i guess ill just have to deal with it.

dextin
08-30-2011, 01:26 PM
Find the resolution your computer is running.

Go to the root of your EverQuest directory and find eqclient.ini and change your Width and Height to what the resolution on your computer is.

I guess I should make sure I'm editing the correct part of the file. I run Duxa's All In One Installer, and set it to full screen with a resolution of 1280x800, the closest to my resolution, and open eqclient.ini, go to this part of the code:

[VideoMode]
Width=1280
Height=800
WidthWindowed=1280
HeightWindowed=800
WindowedWidth=1280
WindowedHeight=800
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0

And replace the width and height with my resolution, 1366x768. I still get the same error as before.