Quote:
|
I've install IceExt on three machines. two of them worked fine. but on this one, BSOD occured when starting.
|
Thanks, very useful information.
First of all, ensure your machine C supports APIC. (look at the beginning of the SoftICE log. The first line shoud be something like:
NTICE: using IOAPIC at linear addesss FFD04000
Then, you should check what the addresses in parameters P1 and P3 are. (i.e. P1=807280CC P2=0 P3=FAFBBBA0 P4=0). So type in SoftICE
>what 807280����
>what FAFBBBA0
and send me the results.
Also, it a good ice to use STACK command when BSOD occurs.
>stack
(send me results).
The idea is to determine the exact line in IceExt code, where
the fault occurs. If you see in SoftICE something similar to
FAxxxxBC IceExt!.text+10c3
then it is easy to inspect this address (I've included debug symbols in IceExt 0.50 to help in debugging such cases).