Jump to content

direct x fatal error mesage


Recommended Posts

Posted

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

  • Replies 4
  • Created
  • Last Reply

Popular Days

Guest Elmo
Posted

Re: direct x fatal error mesage

 

pam wrote:

> 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.

 

--

Joe =o)

Posted

Re: direct x fatal error mesage

 

Thank you I will try your suggestions..Have been very frustrated

 

Pam

 

"Elmo" wrote:

> pam wrote:

> > 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.

>

> --

> Joe =o)

>

Guest Newbie Coder
Posted

Re: direct x fatal error mesage

 

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

 

--

Newbie Coder

(It's just a name)

 

 

 

"pam" <pam@discussions.microsoft.com> wrote in message

news:C9290BBD-6771-465A-B6AA-02A99DA0030E@microsoft.com...

> Thank you I will try your suggestions..Have been very frustrated

>

> Pam

>

> "Elmo" wrote:

>

> > pam wrote:

> > > 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.

> >

> > --

> > Joe =o)

> >

Guest Plato
Posted

Re: direct x fatal error mesage

 

=?Utf-8?B?cGFt?= wrote:

>

> 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

 

--

http://www.bootdisk.com/


×
×
  • Create New...