Jump to content

George King

Member
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by George King

  1. Ok, waiting for @Damnation
  2. @Dietmar Try to replace ntoskrnx.exe with this one https://anonfiles.com/R4974dc4y8/ntoskrnx_exe
  3. @Dietmar It's only netio.sys https://anonfiles.com/Peec49cey9/netio_sys And here is also msrpc 5048 to give it a try without deleted import in netio https://anonfiles.com/35p248c9y6/msrpc_5048_sys
  4. Then try to remove msrpc imports from netio.sys, Right lick in CFF Explorer and Delete import Descriptor. No idea what happends, just rebuild pe header and save to see if it works or fails
  5. @Dietmar Try to nop that call RpcAsyncCompleteCall I see BSOD inside, we don't need that funtion now, so nop it to fix it should be fine.
  6. @Dietmar Try it with this msrpc.sys from Vista (no missing exports at all files) https://anonfiles.com/T7A23dc1y0/msrpc_sys Or try to patch it, seems like driver itself doesn't need that function
  7. I have compiled it, modded INF, fixed missing exports are redirected to ntoskrnx.exe (one kernel from One-Core-API) / ntoskrn8.sys. @DietmarHere is 32bit driver to try https://anonfiles.com/d9p63ec4y8/Ported_i219_driver_iso
  8. @Dietmar Can you please upload compiled this new ntoskrn8.sys?
  9. Just fix import to ntoskrn8.sys instead ntoskrnl.exe and thats all if you have already compiled ntoskrn8.sys from post above
  10. @Dietmar Windows 7 NDIS is 6.3, Vista NDIS is 6.0 @Damnation Which one have you get as target? Here are latest files for both architectures and versions https://www.mediafire.com/file/serxsmclqslf5cv/NDIS6.0+6.3_latest_untouched.7z/file
  11. Seems like we fixed it under 7 too as it was probably caused by corrupted acpi.sys. Using my patched (resigned too) it worked
  12. True, link fixed. Stupid mistake when renaming folders..
  13. If you change it from splash.asp?page=3&auenabled=true& to splash.asp?page=3&auenabled=true or to splash.asp?page=3 same result?
  14. @LanXing Does this DDB hack help? EDIT: Fixed achitectures https://anonfiles.com/vca7hfc0y0/ACPI2.0_DDB_Fix_7z
  15. Another BSOD from MDL, on Z690 machine mentioned here https://forums.mydigitallife.net/threads/god-damn-0x0000007b.85292/
  16. What MRT (KB890830) version is offered by Microsoft Update?
  17. Try to look into advapi32.dll from One-Core-Api, it have mentioned function Here is needed file set https://www.mediafire.com/file/3qkzns2rw4ds5z9/advapi32_One-Core-API-x86.7z/file https://github.com/Skulltrail192/One-Core-Api
  18. Nice, I just included it so now more users can report possible problems
  19. Here are compiled ACPI2.0 v4 from latest sources 1) x86 Windows XP x86 SP3 (5.1.2600.7777.4) + Windows Server 2003 SP2 (5.2.3790.7777.4) debug and free 2) x64 Windows Server 2003 / XP SP2 (5.2.3790.7777.4) debug and free https://www.mediafire.com/file/wsqgptapdrxhidf/ACPI2.0_v4_x86+x64_5.1+5.2.7z/file Extras included: a) _OSI extra OS list to unlock hidden devices b) modded acpiosnt.rc to overwrite PruductVersion attribute in file info, replaced "," with "." so it's now in same logic as other standard files, added .4 to easily detect which patch was used as build base
  20. I have fixed it. I tried /Degbw and noticed tools\amd64\mofcomp.exe doesn't work properly on Windows 10 x64 host (same as build.exe). I grabbed these two from tools\x86 and now it's builded without errors!
  21. It still complains about missing wmilog.bmf and WMI line must be commented in acpiosnt.rc, otherwise acpi.sys is not created
  22. Seems better, but still needs some touch in acpisym.c, acpiosnt.rc - WMI line is problematic, commenting line can produce acpi.sys (It boots XP x64 on Asus K53SV laptop), but compile errors are still there
  23. @Mov AX, 0xDEAD I compiled 5.1 acpi without any issues. When I try do same with Win2K3 source tree it fails on missing arblib.h (doesn't exist in both source trees)
  24. @Mov AX, 0xDEAD I think you can edit acpiosnt.rc like this to easily distribute current patch version For XP (5.1) For Server 2003 / XP (5.2)
×
×
  • Create New...