Jump to content

jumper

Member
  • Posts

    1,935
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. The crash is because unicode text is not executable code!
  2. They will be disabling that cypher next month. Disable it in your browser now to test whether Wikipedia will still work after they do.
  3. Vista. I did some work on the CV api's three years ago. Thanks!
  4. None of these dll and api substitutions are needed when using the latest KernelEx test files from the end of 2019.
  5. Great! Now Scandisk again....
  6. Probably not. Try deleting Avcodec-57.dll or replacing it by renaming an earlier version.
  7. Avcodec-57.dll initialization error (doesn't return).
  8. For drives less than 1GB, FAT16+Drivespace makes them bigger and faster.
  9. I don't think Scanbin checks hard-coded address references. These require *32.dll and *.exe to be a matched set from the same build. I recall seeing such references in an NT User32.dll some years ago.
  10. You can set ConservativeSwapfileUsage, put the swapfile on a ramdisk, or both.
  11. You really should be using versions of dlls that were released together and already match. Otherwise, early versions of ImportPatcher can update hints automatically. Binding the dlls is even better.
  12. Even with a USB mouse attached, the PS/2 trackpad is still active and apparently malfunctioning. In Device Manager > Mouse, disable PS/2 Compatible Mouse Port and reboot to disable the trackpad.
  13. Other googlebot UAs to try (and how YouTube violates Google anti-sniffing recommendations): https://webmasters.googleblog.com/2019/10/updating-user-agent-of-googlebot.html
  14. Explorer works just fine if you don't intentionally break it. End of discussion. DCFG1 is obsolete, use BASE instead. What definitions are you using in stubs.ini?
  15. Explorer.exe doesn't need kex, so set to disabled or Base at most. If extensions need kex, set them directly. Don't use 4.5.2 core.ini with any kex files for which an updated core.ini has been supplied. . = current folder .. = parent folder
  16. Critical Section additions came from Ley0k. It's been very good, but I'm reviewing all CS code now.
  17. Another Msimg32 to try is from KernelEx (Win9x). It doesn't use forwarding and has fewer dependencies. When upgrading Gdi32.dll / User32.dll, also upgrade with matching Gdi.exe / User.exe.
  18. Timestamp or checksum?
  19. img = temp; img.thumb = img.getAttribute("data-src") || img.getAttribute("data-image"); // add here if ( img.nodeType === 1 && img.getAttribute("thumb") ) { ... img.src = img.getAttribute("thumb");
  20. Thanks for the updated reports. Change the inherit= (and desc=) lines in Core.ini and reboot before using the modified modes.
  21. BIOS setup?
  22. A batch file could extract to a temp folder then search there....
  23. Unless disabled (for speed), Explorer's built-in search also searches within zip files.
  24. The update checker thinks it's running on Win7. What mode did you run the installer in?
×
×
  • Create New...