Log in

View Full Version : HELP: Error translating debug symbols...


DGR
September 14th, 2001, 07:01
Hi all,

I'm running WindowsXP final and have gotten the debug symbols for it... they are all .pdb files. Now when I try translating them through softice symbol loader I get the message:

Error: No debug information found

Is there a way to translate them without .dbg files? Or am I pretty much screwed : / I really hoped that these symbol files would do the trick.

Andox
September 15th, 2001, 06:32
Hi
i got the exactly same problem.

does rebase.exe work for you? it should be able to retrieval the debug info from ntoskrnl.exe but it does not work for me.


(Rebase.exe -b 0x400000 -x . ntoskrnl.exe)

DGR
September 26th, 2001, 04:01
Tried that too, but without luck :/

Guess were pretty much screwed for now.