Damnation
Content Type
Profiles
Forums
Events
Posts posted by Damnation
-
-
-
Try windows 7 instead of Vista.
0 -
Unfortunately I don't think ntoskrnl extender will help for something like this - ntoskrnl extender just resolves missing exports.
Maybe try the XP driver on Vista, see if that works.
0 -
6 hours ago, cyberluke said:
Can this be used to implement ACPI driver that will in fact ignore ACPI for BIOS that does not support ACPI and does not have ACPI table? Something like silently ignore ACPI, provide SMP support (multiprocessor support via MPS multiprocessor) and don't throw BSOD?
Not quite, to disable ACPI you'll also need a type of HAL that specifically ignores ACPI.
Multiprocessor ACPI HAL is the best HAL for modern hardware, the other HALs might not even work.
0 -
I think you lost USB Input in this case, so you'll need to use the optional patch integrator to integrate USB 3.0 drivers before you can continue with setup.
0 -
What bug are you referring to?
1 -
you could try this - https://github.com/JHRobotics/patcher9x
0 -
Thanks,
So this message means
Quote'This Device Manager error message indicates that the function driver for the device returned an error from its AddDevice routine.
But I'm unsure which AddDevice routine failed in USBXHCI there seems to be more than one - can you see if loading PDB symbols gives more info?
0 -
0
-
Thanks,
Can you do a debug with these files too? No BSOD with these but it will fail in device manager.
0 -
I think the files on the Windows 8.1 RTM ISO are checked builds. So I switched to Windows 10 RTM (1507)
no more 7E BSOD, but I even though I no longer get a BSOD I get code 31 in device manager for the USB 3.0 controller, so it's not yet functional.
here's a patch integrator you can try
0 -
I've never had this problem. but then I don't try to have more than 1 OS on each drive, so maybe try just having XP on the drive without any other windows installed.
0 -
15 minutes ago, Dietmar said:
BSOD 0x7E 0x80000003
If exception code 0x80000003 occurs, a hard-coded breakpoint or assertion was hitUnfortunately, I don't know where in the file this occurred, so I'll have to wait for you to debug to get more information.
0 -
0
-
Here is my 1st attempt at getting USBXHCI of 8.1 in XP.
Currently it gives a 7E BSOD in usbxhci.sys - please debug when you have time.
patch integrator 3.1.1.6 with 8.1 usbxhci
0 -
0
-
Ah, so no crashdump or live debug is possible for this storport then?
I chose windows 8.1 storport simply because it was newer than 8.0 - From my testing storport 8.0 will also have this 9F BSOD problem.
0 -
You could maybe debug with a crashdump? i.e https://www.sysnative.com/forums/threads/how-to-debug-a-driver-power-state-failure-bugcheck-0x9f-when-1st-param-0x3.27871/
Has XP given a crashdump for this BSOD?
0 -
-
332New_stornvme81 has free build of storport 8.1 not checked, but if checked is not working then use that.
Here is the PDB symbols for that storport.sys
0 -
OK,
Can you debug with just 8.1 storport & storahci please? It should give a 9F BSOD when the system tries to restart.
0 -
This 8.1 storport.sys is from checked 8.1 debug ISO, so I think checked XP ntoskrnl/hal is needed?
0 -
You're welcome!
If you have the time, can you debug the 9F BSOD I encountered trying to port windows 8 storport.sys and post in the thread I made?
0 -
First lets try just adding the Processors onto the end of your DSDT table and leave the other ACPI tables untouched.
This seems to work fine on my B550 steel legend, although it also leaves the duplicate ACPI0007 Devices in place doing nothing.
0
Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)
in Windows XP
Posted
@cyberluke
Yeah I read it, they select the MPS HAL in this case which means this threads ACPI driver irrelevant as it's not used by that HAL.