Phony Sony

English support forum

Moderators: white, Hacker, petermad, Stefan2

maxsomno
Junior Member
Junior Member
Posts: 9
Joined: 2005-02-28, 07:01 UTC

Post by *maxsomno »

It's greek to me, but these are the files noted in the automatic Windows error dialog box after the system reboots.

C:\WINDOWS\Minidump\Mini120105-08.dmp
C:\DOCUME~1\Tom\LOCALS~1\Temp\WER1.tmp.dir00\sysdata.xml
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

You can examine that Mini120105-08.dmp file with MS debugger WinDbg:
http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx

Code: Select all

!analyze -v
will tell you the driver that causes the problem.

Icfu
This account is for sale
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2maxsomno
Please install TC and Acdsee in a way where TC works (but Acddsee doesn't). Then put the cursor on a file you want to open with Acdsee, then choose files - associate - new. Choose acdsee.exe and click OK. This should fix the malfunctioning association.
Author of Total Commander
https://www.ghisler.com
User avatar
Stance
Power Member
Power Member
Posts: 1079
Joined: 2005-03-29, 06:26 UTC

Post by *Stance »

maxsomno
there is a setting in WinXp about "automatic recovery" or so.
Contextmenu of: "My Computer", find something like "Start and recover" and uncheck "automatic reboot".
And: If you don't want Bill to know everything about your computer, uncheck "Error Reporting Service" either.

Kind regards
Stance
Last edited by Stance on 2005-12-15, 20:32 UTC, edited 1 time in total.
User avatar
majkinetor
Senior Member
Senior Member
Posts: 369
Joined: 2005-11-20, 10:36 UTC
Location: Belgrade, Serbia
Contact:

Post by *majkinetor »

Use RegistryMonitor to find out what is happening in the registry after the call. That may give you some clues. Since this procedure is in the registry all the way, this is the best place to search for the problem. Of course, try to set up associations in the registry manulay and/or in all regular ways.
Post Reply