direct x fatal error mesage

G

Guest

Could anyone help me to fix my problem, I keep getting booted from my game
due to the following error msg... I have tried updating, with no luck

<verify>D:\live\eq2\framework\core\devices\src\DirectX9RenderDevice.cpp
(1974):
DirectXError. (E_OUTOFMEMORY)

I am only using about 55% of my pc's memory if that is important
 
E

Elmo

pam said:
Could anyone help me to fix my problem, I keep getting booted from my game
due to the following error msg... I have tried updating, with no luck

<verify>D:\live\eq2\framework\core\devices\src\DirectX9RenderDevice.cpp
(1974):
DirectXError. (E_OUTOFMEMORY)

I am only using about 55% of my pc's memory if that is important

How much RAM do you have? How much RAM does the graphics card have?
How much is needed for that game? Is there plenty of hard drive space?

Run DXDiag and see if it complains of uncertified drivers; try lowering
graphics and/or sound hardware acceleration.. Also look at the computer
manufacturer site and the graphics card manufacturer site for different
drivers. Try upgrades, reference drivers, and drivers for other model
cards till you find one that works. Do a search at
http://groups.google.com entering the game and graphics card model for
more suggestions.

Look for drivers and utilities at these sites:

http://www.guru3d.com/
http://www.reactorcritical.com/download.shtml
http://www.viaarena.com/?PageID=3&faq=7&Search=
http://www.voodoofiles.com/
http://www.ati.com/support/driver.html

See if there's a BIOS upgrade for your system. Look at the
manufacturer's site, Compaq, PB, etc., and also at the motherboard
manufacturer's site.
 
N

Newbie Coder

Pam,

The CPP is a C++ language file. Sounds like the file has a bug in it

The 'SRC' directory = 'Source' as in 'Source Code'. Again this points to the C++
file bug

Why is whatever is in D:\ drive accessing source code & not compiled DLL's or
applications?

Basically the out of memory error is due to the programming allocating a certain
amount of memory (addresses) with a pointer, which is either not enough for the
purpose of the programmer hasn't destroyed the pointer & its pointing to
something else where some of the memory is being used again for something
different. If you understand C++ then you will know what I mean

The error is due to sloppy programming
 
P

Plato

=?Utf-8?B?cGFt?= said:
Could anyone help me to fix my problem, I keep getting booted from my game
due to the following error msg... I have tried updating, with no luck

ps the very new games require Vista and DirectX 10
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top