Jump to content

jumper

Member
  • Posts

    2,006
  • Joined

  • Last visited

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. But no FIXINTR, FIXINTR5 or FIXEOI patches. Great! So this tweak solves two independent hardware issues. I just now Googled "Windows IRQ steering" and found this in the AI Overview: So perhaps we should only have it enabled when changing hardware, then disable it for best stability.
  2. Probably an RF issue. Try different: Wifi channels / power levels shielding / reflectors USB ports / hubs / cables monitor refresh rates cpu and system clock speeds
  3. Thanks for the update. Was this also before the Nvidia driver install, or after? And are any of RLoew's patches still installed?
  4. So this is no longer the case?
  5. I'm still working on this. I found my old Pentium 133 Windows 95 system and have downloaded some alternate builds of Pidgin and GTK+2. The rev-a version seems to be the mistake; the original GTK 2.6.10 was the last build for 95 except for a special build of 2.14.4. Google "gtk+2 win95-compatible version" AI Overview:
  6. I'm only seeing IsDebuggerPresent in libglib-2.0-0.dll. I think the others all import from libglib-2.0-0.dll. With ImportPatcher you can patch: IsDebuggerPresent=GetCurrentProcess or IsDebuggerPresent=GetErrorMode I'm seeing (right-click on folder, Find, Containing text) InterlockedCompareExchange in libxml2.dll and nspr4.dll. Try patching with ExitProcess for now. The code will need to be patched. The instability is C Runtime Library errors upon second launch. Hopefully just my system.
  7. I patched 6 bytes to convert the VirtualAllocEx call into a working VirtualAlloc call, 5 bytes for VirtualFreeEx to VirtualFree, and 3 bytes to update the checksum to ward off malware false-positives. Check your messages for an attachment. Pidgin 2.6.6 (unpatched) does launch on my 98 system, but isn't stable unless I enable KernelEx and set it to Win2K mode. So more patches will probably be needed.
  8. 98, SE, and ME do have VirtualAllocEx, only 95 doesn't. Use ImportPatcher or Dependency Walker to find all missing functions. If there are only a few, I can write a wrapper.
  9. Only if the check looks into the registry can the version be spoofed. This is rarely the case. Is this the installer or the app itself? And what is the full, exact text of the message (including title)?
  10. https://www.tp-link.com/in/support/download/tl-wn8200nd/v2/?app=store has two driver versions for the v2. Which did you try?
  11. The video plays smoothly in Chrome 103 on my older Chromebook, but without audio. Where is the audio?
  12. https://www.google.com/search?q=XP2ESD Edit: Much of the MDL threads linked above require a login to view. Github links can be found by searching for "XP2ESD".
  13. Internet Explorer 4.01 Service Pack 2 should contain W95Y2K.EXE. It installs an updated Shell32.dll that corrects date format issues in the "Find Files or Folders" dialog. To avoid other system issues, you should have OSR2 or 2.5 installed as well as IE4.01-SP2 full install and W95y2k. IE5.5sp2 is the last IE for Win95. I'd try IE5.01(sp4) first. Both should contain the last compatible 4.72 version of Shell32.dll.
  14. And hardware?
  15. What are the system requirements?
  16. Advanced->General->Display->Font Size:Large Fonts (or Other... for custom sizes) It defaults to Small:96dpi. Large is 120dpi. Other... shows a ruler to help in selecting a custom dpi.
  17. An NT version of Wsock32.dll lacking WsControl:1001 got installed. Restoring the previous 9x version should fix those errors. Because this is a demo that only installs in the past, all testing must also be done in the past.
  18. As a failure stub, the number of parameters (1, not 2) don't match and it will never return FALSE as needed. Try FindNextFileA instead.
  19. Under Windows, DOS apps run in a virtual machine that has a command console user interface. That VM can make software interrupt calls into the BIOS. DOS drivers usually install as Int21h sub-functions.
  20. What is "Dos-Prompt interrupt access"?
  21. Q108079 only applies to Windows 3.11 and 95 and states: "Please note that Microsoft's testing did not include cache sizes greater than 40MB." Oddly, they do provide this 51200/56320 example:
  22. > Can you solution work where the venue doesn't have WiFi? Would the HDMI wireless receivers (to plug into the projector) work in this solution? Ad-hoc wifi might work, or use you phone to create a private hotspot. Roku or Firestick could act as receiver. > ...the only common denomination being an HDMI port/cable to plug [into] my laptop ... placed near me instead of near the HDMI port/cable. An HDMI extension cable? > And just to add - the receiver/transmitter packages are not a via solution due to the transmitters power supply requirement (normally 2A) which my laptop can not provide. AC power adapter or powerbank. You could also do the PP presentation on a Chromebook or even your phone and cast it to a Chromecast. Or iPhone to Roku!
  23. Correct. COPYCMD is only for specifying file overwrite parameters /Y and /?. It is also used by XCOPY and MOVE, not just COPY.
  24. You have a cpu-incompatible version of ucrtbase.dll on your system.
×
×
  • Create New...