A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » Video Cards » Nvidia Videocards
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

c++ application errors in games



 
 
Thread Tools Display Modes
  #11  
Old October 14th 04, 05:58 PM
Jason Gallas
external usenet poster
 
Posts: n/a
Default

On Wed, 13 Oct 2004 15:29:29 -0700, Jason Gallas
wrote:

:On Wed, 13 Oct 2004 22:07:38 GMT, (Diver) wrote:
:
::On Wed, 13 Oct 2004 14:28:24 -0700, Jason Gallas
wrote:
::
::PNY
::::Nvidia FX 5900
::
::Found at:
::
http://forums.viaarena.com/messagevi...nterthrea d=y
::
::"I had the same problem and errors with the hl.exe. BUT, it only began
:awefully coincidental) after installing directX 9C. I uninstalled 9C
::and reinstalled 9.0 and have had no trouble since. I'm running a
::5900FX card with the NVidia 61.77 drivers on open GL (XP Pro o.s.)
::
::For an easy revert, go to
::http://www.3dcenter.org/downloads/di...ninstaller.php - you
::need your XP disc, extract the files to "C:\DXTEMP" and run the .bat
::in safe mode. It'll reinstall DirectX 8.0. Then just install 9.0 or
::even 9.0b
::
::It works on XP, XP pro sp1 & 2 ( I think it also works on older
::O.S.'s...- I didn't even have to reinstall the nvidia drivers....
::
::Hope this helps someone."
::
::C++ can use the runtime dll to execute function calls. The C++ code
::that is executing is trying to call a function and it gets an error.
::This is probably because there is a mismatch between the code and the
::level of the dll.
::
::Since it happens in all the games the C++ code is common to all the
::games. This leaves PNY, XP. PNY is probably using OpenGl so it could
::be coming from there. PNY's website doesn't report any problems that
::I can find although you might want to call their support line.
::
:o you get a dialogue box indicating that a report can be sent? If
::so, post what the contents of the error is here. We might be able to
::isoloate the executable that is having the problem.
::
::Good Luck.
:
:Thanks a bunch, that reconfirms my suspicion that it was directx9c
:related. I will try the solution when I get home and post the
:results!

Well, I uninstalled DirectX9c and installed DirectX9b and the problem
persists, at least in Doom3. I am going to try patching Doom3 to see
if that has any positive results as well as installing the latest WHQL
certified drivers available on Nvidia's FTP site. Any other ideas
besides DirectX and driver issues?


  #12  
Old October 14th 04, 06:38 PM
Diver
external usenet poster
 
Posts: n/a
Default

On Thu, 14 Oct 2004 09:58:02 -0700, Jason Gallas
wrote:

On Wed, 13 Oct 2004 15:29:29 -0700, Jason Gallas
wrote:

:On Wed, 13 Oct 2004 22:07:38 GMT, (Diver) wrote:
:
::On Wed, 13 Oct 2004 14:28:24 -0700, Jason Gallas
wrote:
::
::PNY
::::Nvidia FX 5900
::
::Found at:
::
http://forums.viaarena.com/messagevi...nterthrea d=y
::
::"I had the same problem and errors with the hl.exe. BUT, it only began
:awefully coincidental) after installing directX 9C. I uninstalled 9C
::and reinstalled 9.0 and have had no trouble since. I'm running a
::5900FX card with the NVidia 61.77 drivers on open GL (XP Pro o.s.)
::
::For an easy revert, go to
::http://www.3dcenter.org/downloads/di...ninstaller.php - you
::need your XP disc, extract the files to "C:\DXTEMP" and run the .bat
::in safe mode. It'll reinstall DirectX 8.0. Then just install 9.0 or
::even 9.0b
::
::It works on XP, XP pro sp1 & 2 ( I think it also works on older
::O.S.'s...- I didn't even have to reinstall the nvidia drivers....
::
::Hope this helps someone."
::
::C++ can use the runtime dll to execute function calls. The C++ code
::that is executing is trying to call a function and it gets an error.
::This is probably because there is a mismatch between the code and the
::level of the dll.
::
::Since it happens in all the games the C++ code is common to all the
::games. This leaves PNY, XP. PNY is probably using OpenGl so it could
::be coming from there. PNY's website doesn't report any problems that
::I can find although you might want to call their support line.
::
:o you get a dialogue box indicating that a report can be sent? If
::so, post what the contents of the error is here. We might be able to
::isoloate the executable that is having the problem.
::
::Good Luck.
:
:Thanks a bunch, that reconfirms my suspicion that it was directx9c
:related. I will try the solution when I get home and post the
:results!

Well, I uninstalled DirectX9c and installed DirectX9b and the problem
persists, at least in Doom3. I am going to try patching Doom3 to see
if that has any positive results as well as installing the latest WHQL
certified drivers available on Nvidia's FTP site. Any other ideas
besides DirectX and driver issues?


when you get the runtime error is there a dialogue box that offers to
let you view the report? If so, post it.

The module that is in question is MFCxx.dll where xx is the version
modification. What dlls are loaded at the time of the error. Mine
are (notice the directory from which they are loaded);

mfc42 6.02.4131.0 1,004.00 KB (1,028,096 bytes) 8/29/2002 4:00
AM Microsoft Corporation c:\windows\system32\mfc42.dll

mfc42 6.00.8168.0 972.05 KB (995,383 bytes) 6/29/2004 1:49
PM Microsoft Corporation c:\progra~1\grisoft\avg6\mfc42.dll

mfc42u 6.02.4131.0 1,000.00 KB (1,024,000 bytes) 8/29/2002 4:00
AM Microsoft Corporation c:\windows\system32\mfc42u.dll

You can get this by;
select All Programs, Accessories, System Tools, System Information,
Software environment, Loaded Modules

then,

edit, select all, copy

then,

post results here.

I'm also running DirectX 9.0c with Nvidia. I still think it has to do
with PNY or OpenGl but if you follow the instructions, we should know.





  #13  
Old October 14th 04, 07:48 PM
Jason Gallas
external usenet poster
 
Posts: n/a
Default

On Thu, 14 Oct 2004 17:38:17 GMT, (Diver) wrote:

:On Thu, 14 Oct 2004 09:58:02 -0700, Jason Gallas
wrote:
:
:On Wed, 13 Oct 2004 15:29:29 -0700, Jason Gallas
wrote:
:
::On Wed, 13 Oct 2004 22:07:38 GMT,
(Diver) wrote:
::
:::On Wed, 13 Oct 2004 14:28:24 -0700, Jason Gallas
wrote:
:::
:::PNY
:::::Nvidia FX 5900
:::
:::Found at:
:::
http://forums.viaarena.com/messagevi...nterthrea d=y
:::
:::"I had the same problem and errors with the hl.exe. BUT, it only began
::awefully coincidental) after installing directX 9C. I uninstalled 9C
:::and reinstalled 9.0 and have had no trouble since. I'm running a
:::5900FX card with the NVidia 61.77 drivers on open GL (XP Pro o.s.)
:::
:::For an easy revert, go to
:::http://www.3dcenter.org/downloads/di...ninstaller.php - you
:::need your XP disc, extract the files to "C:\DXTEMP" and run the .bat
:::in safe mode. It'll reinstall DirectX 8.0. Then just install 9.0 or
:::even 9.0b
:::
:::It works on XP, XP pro sp1 & 2 ( I think it also works on older
:::O.S.'s...- I didn't even have to reinstall the nvidia drivers....
:::
:::Hope this helps someone."
:::
:::C++ can use the runtime dll to execute function calls. The C++ code
:::that is executing is trying to call a function and it gets an error.
:::This is probably because there is a mismatch between the code and the
:::level of the dll.
:::
:::Since it happens in all the games the C++ code is common to all the
:::games. This leaves PNY, XP. PNY is probably using OpenGl so it could
:::be coming from there. PNY's website doesn't report any problems that
:::I can find although you might want to call their support line.
:::
::o you get a dialogue box indicating that a report can be sent? If
:::so, post what the contents of the error is here. We might be able to
:::isoloate the executable that is having the problem.
:::
:::Good Luck.
::
::Thanks a bunch, that reconfirms my suspicion that it was directx9c
::related. I will try the solution when I get home and post the
::results!
:
:Well, I uninstalled DirectX9c and installed DirectX9b and the problem
:persists, at least in Doom3. I am going to try patching Doom3 to see
:if that has any positive results as well as installing the latest WHQL
:certified drivers available on Nvidia's FTP site. Any other ideas
:besides DirectX and driver issues?
:
:
:when you get the runtime error is there a dialogue box that offers to
:let you view the report? If so, post it.
:
:The module that is in question is MFCxx.dll where xx is the version
:modification. What dlls are loaded at the time of the error. Mine
:are (notice the directory from which they are loaded);
:
:mfc42 6.02.4131.0 1,004.00 KB (1,028,096 bytes) 8/29/2002 4:00
:AM Microsoft Corporation c:\windows\system32\mfc42.dll
:
:mfc42 6.00.8168.0 972.05 KB (995,383 bytes) 6/29/2004 1:49
:PM Microsoft Corporation c:\progra~1\grisoft\avg6\mfc42.dll
:
:mfc42u 6.02.4131.0 1,000.00 KB (1,024,000 bytes) 8/29/2002 4:00
:AM Microsoft Corporation c:\windows\system32\mfc42u.dll
:
:You can get this by;
:select All Programs, Accessories, System Tools, System Information,
:Software environment, Loaded Modules
:
:then,
:
:edit, select all, copy
:
:then,
:
ost results here.
:
:I'm also running DirectX 9.0c with Nvidia. I still think it has to do
:with PNY or OpenGl but if you follow the instructions, we should know.

Will try tonight.


  #14  
Old November 17th 04, 01:25 AM
fantasyscifi
external usenet poster
 
Posts: n/a
Default

How did you go with this Jason?

I have an identical problem, but only on one of the three computers
here. My next step is starting the system from scratch, which I am
logically trying to avoid.

Thanks

--
Trent
Fantasyscifi - Find Aussie Gamers and Fans
Gamers Forums, chatrooms and Community site
http://Fantasyscifi.com/main


Jason Gallas wrote:
On Thu, 14 Oct 2004 17:38:17 GMT, (Diver) wrote:

:On Thu, 14 Oct 2004 09:58:02 -0700, Jason Gallas
wrote:
:
:On Wed, 13 Oct 2004 15:29:29 -0700, Jason Gallas
wrote:
:
::On Wed, 13 Oct 2004 22:07:38 GMT,
(Diver) wrote:
::
:::On Wed, 13 Oct 2004 14:28:24 -0700, Jason Gallas
wrote:
:::
:::PNY
:::::Nvidia FX 5900
:::
:::Found at:
:::
http://forums.viaarena.com/messagevi...nterthrea d=y
:::
:::"I had the same problem and errors with the hl.exe. BUT, it only began
::awefully coincidental) after installing directX 9C. I uninstalled 9C
:::and reinstalled 9.0 and have had no trouble since. I'm running a
:::5900FX card with the NVidia 61.77 drivers on open GL (XP Pro o.s.)
:::
:::For an easy revert, go to
:::http://www.3dcenter.org/downloads/di...ninstaller.php - you
:::need your XP disc, extract the files to "C:\DXTEMP" and run the .bat
:::in safe mode. It'll reinstall DirectX 8.0. Then just install 9.0 or
:::even 9.0b
:::
:::It works on XP, XP pro sp1 & 2 ( I think it also works on older
:::O.S.'s...- I didn't even have to reinstall the nvidia drivers....
:::
:::Hope this helps someone."
:::
:::C++ can use the runtime dll to execute function calls. The C++ code
:::that is executing is trying to call a function and it gets an error.
:::This is probably because there is a mismatch between the code and the
:::level of the dll.
:::
:::Since it happens in all the games the C++ code is common to all the
:::games. This leaves PNY, XP. PNY is probably using OpenGl so it could
:::be coming from there. PNY's website doesn't report any problems that
:::I can find although you might want to call their support line.
:::
::o you get a dialogue box indicating that a report can be sent? If
:::so, post what the contents of the error is here. We might be able to
:::isoloate the executable that is having the problem.
:::
:::Good Luck.
::
::Thanks a bunch, that reconfirms my suspicion that it was directx9c
::related. I will try the solution when I get home and post the
::results!
:
:Well, I uninstalled DirectX9c and installed DirectX9b and the problem
:persists, at least in Doom3. I am going to try patching Doom3 to see
:if that has any positive results as well as installing the latest WHQL
:certified drivers available on Nvidia's FTP site. Any other ideas
:besides DirectX and driver issues?
:
:
:when you get the runtime error is there a dialogue box that offers to
:let you view the report? If so, post it.
:
:The module that is in question is MFCxx.dll where xx is the version
:modification. What dlls are loaded at the time of the error. Mine
:are (notice the directory from which they are loaded);
:
:mfc42 6.02.4131.0 1,004.00 KB (1,028,096 bytes) 8/29/2002 4:00
:AM Microsoft Corporation c:\windows\system32\mfc42.dll
:
:mfc42 6.00.8168.0 972.05 KB (995,383 bytes) 6/29/2004 1:49
:PM Microsoft Corporation c:\progra~1\grisoft\avg6\mfc42.dll
:
:mfc42u 6.02.4131.0 1,000.00 KB (1,024,000 bytes) 8/29/2002 4:00
:AM Microsoft Corporation c:\windows\system32\mfc42u.dll
:
:You can get this by;
:select All Programs, Accessories, System Tools, System Information,
:Software environment, Loaded Modules
:
:then,
:
:edit, select all, copy
:
:then,
:
ost results here.
:
:I'm also running DirectX 9.0c with Nvidia. I still think it has to do
:with PNY or OpenGl but if you follow the instructions, we should know.

Will try tonight.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
9700 Pro and certain racing games stopped working Heckler Ati Videocards 4 February 15th 05 06:54 PM
PSU info? games crashing Cookie Gigabyte Motherboards 2 January 31st 05 12:05 AM
Some games crash XP Home, some don't? Mother Farquhar Ati Videocards 8 January 23rd 05 09:50 PM
Solution for strange graphics errors (long) Henrik Stavnshøj Ati Videocards 0 April 9th 04 12:21 PM
SOUND PROBLEMS IN ALL GAMES Orhan Gigabyte Motherboards 13 February 21st 04 08:00 PM


All times are GMT +1. The time now is 08:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.