Jump to content

pappyN4v2

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About pappyN4v2

Profile Information

  • OS
    XP Pro x64

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pappyN4v2's Achievements

0

Reputation

  1. I use this https://github.com/temerkhanov/SetTimerService on XP guests in VMware that has distorted audio on modern CPUs. Noticed it when i upgraded to Ryzen (Zen2). Host XP was fine, but got audio distortion when running XP as guest VM. I for sure was not using the "frequency divider fix" at the time. I can't remember if "HAL_acpitimer_fix" was being used. My XP ISO that i use for VMs has SetTimerService set up to run by default now, so I never did do a proper test. If someone wants to try it: XP host + VM Workstation 10 + XP guest on Ryzen using pure XP ISO should get the audio distortion issue. Then try the hal with timer+frequency fix and see if it stops distortion by itself. If it doesn't, then SetTimerService is still needed for XP VMs.
  2. I had the same "unsupported browser" issue for CAPTCHAs as @raddy for NewMoon. Noticed it a couple of days ago, i think Oct 1 or 2 is when it stopped working. Both on an older build and on the latest build of NM. Works fine on basilisk. Changing the useragent also fixed the issue for me. I ended up using one of the other overrides strings that was already in NewMoon.
  3. @DietmarDo you remember what is difference between v8 and acpiSkull3new.sys from 2024.11.11? On Intel Asrock B760M-HDV/M.2/D4, both 2003x64 and 2003x86 ACPI 7777.8 - 2023.04.17 BSOD A5 (03,...,C0000034,...) 7777.8 - 2023.04.17 - A5x11+A5x03 BSOD 0A (00,02,00,...) acpiSkull3new.sys - 2024.11.11 works I would like to make same change to 2003x86 v8 to test something, but error is not C0140010 so must be something else that was patched between v8+A5x11+A5x3 and this one? New file shows very different in hex compare, I guess maybe compiled from new source
  4. Bought an Intel for the first time in over a decade. Patched in the TSC frequency fix that should be used after the PmTimer is patched With CPUz started and WinTimerTester running a test I see the known clock drift problem. Ryzen does not have the issue so I wasnt able to test it until now. I'm assuming still no fix with windows patch or BIOS? For now, I use classic XP era Dimension4 time to keep sync. Like with XP, add shr to shift right, value is 0A hex or 10 decimal, so 2^10=1024 https://msfn.org/board/topic/183489-windows-xp2003-x32-on-modern-hardware-faq/page/4/#findComment-1235566 x64 hal.dll 5.2.3790.6912 https://ufile.io/j28adslm PmTimer @38881 73 -> EB @40186 73 -> EB TSC frequency @F890 74 0C 65 48 8B 04 25 C0 00 00 00 48 89 01 0F 31 48 C1 E2 20 48 0B C2 C3 CC CC CC CC CC CC CC CC -> 74 10 65 48 8B 04 25 C0 00 00 00 48 C1 E8 0A 48 89 01 0F 31 48 C1 E2 20 48 0B C2 48 C1 E8 0A C3 in KeQueryPerformanceCounter ========================================= 74 0C jz short loc_XXX 65 48 8B 04 25 C0 00 00 00 mov rax, gs:0C0h 48 89 01 mov [rcx], rax 0F 31 rdtsc ;loc_XXX 48 C1 E2 20 shl rdx, 20h 48 0B C2 or rax, rdx C3 retn change to ========================================= 74 10 jz short loc_XXX 65 48 8B 04 25 C0 00 00 00 mov rax, gs:0C0h 48 C1 E8 0A shr rax, 0Ah <--------- 48 89 01 mov [rcx], rax 0F 31 rdtsc ;loc_XXX 48 C1 E2 20 shl rdx, 20h 48 0B C2 or rax, rdx 48 C1 E8 0A shr rax, 0Ah <--------- C3 retn
  5. Hmm, guess I missed the boat. Last time I logged in was before the summer with just my username. Password is fine, but I dont remember the email address I used to register @Tripredacus Can I get back into pappyN4, or shall i just be pappyN4v2 from now on? for bonafides, my IP address should be the same as before... or PM on wincert or mydigitallife with same username
×
×
  • Create New...