Or-oh wrote:
> All my games crash when trying to play on My "new" Vista 32 bit operation
> system, The come up with blue screen of death, well the memory dump screen
> one, and sometimes just freezes then restarts automaticly, i try to run
> Battlefield 2, Test Drive, Medieval 2 Total war, Call of Duty 2. I also
> tryed ithem on a 64 bit Vista But still the same problems, i just bought a
> new processor and bought 64 bit vista with it... my computer is
>
> AMD ATHLON 64 3200+
> nVidia 7950 gt XFX
> on board sound AC97
> mother board is an MSI K8MM3
>
> I dont know what to do...
Download WinDbg from Microsoft, and use that to analyse the memory dump.
Go to:
http://www.microsoft.com/whdc/devtoo...ebugstart.mspx
Download "Install Debugging Tools for Windows 32-bit Version", load up
WinDbg and set up the symbol information as described in that document.
Load the minidump from a crash and use the command:
!analyze -v
The result should give you a good idea of what is going on. If that
doesn't show you the way to fix it, try posting the result here.
Alun Harford