Jump to content
Sign in to follow this  
MD

Help..... it crashes my game....

Recommended Posts

How can I slove this problem?

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×