PDA

View Full Version : Help..... it crashes my game....



MD
Nov 25 2001, 11:12
How can I slove this problem?

"A fatal exception 0E has occurred at 0028:FF8F52"

RN Malboeuf
Nov 25 2001, 11:34
we'll need a few things to help
OVP version
a list off all the addons in your addon folder
the last time you installed OFP
system specs always help
we'll need driver dates for SND, VID, DirectX
Mother board and Chipset
Memory
what patches you have applied and in what order they were installed

Mister Frag
Nov 26 2001, 17:50
Most importantly, there should be a module name associated with that memory address -- we'd also need to know that, so we know what crashed.

By the way, an Exception 0E is a Page Fault, which is most likely caused by a bad or stray pointer being used to access a page that isn't owned by the current process. A common cause of these types of exceptions are out-of-memory conditions -- the best way to cure them is to add RAM to the system, and to increase the size of the swap file.

ScreamingWithNoSound
Nov 26 2001, 18:56
To clarify what mist frag said - set a permenant swapfile.

If you have:

<= 128 set it to at least 512mb
<= 256 set it to at least 384mb
<= 512 set it to at least 256mb

This isn't strictly orthodox, but I've never had any problems this way...

In addition, use CTRL + ALT + DEL to bring up the task list and close down everything except:

Systray
Explorer.

If it's the latter that fixes your problem and you're using Win 98/Me, do:

Start->Run->"msconfig"

Click the TAB that says "Startup", take the ticks out of EVERYTHING. Then, go back and put in:

Systray (System Tray)
Scanregw or Scanreg (Scan Registry)
Taskmon (Task Monitor)
Load Power Profiles (There are 2 entries for this, do both)

If you're using Win Me, also do:

PC Health
*StateMgr / *StateManager (It's one of these)

Click OK and restart your computer.