jumper
Memberjumper last won the day on March 31
jumper had the most liked content!
About jumper

Contact Methods
-
Website URL
geocities.ws/jumper
Profile Information
-
OS
98SE
Recent Profile Visitors
27,023 profile views
jumper's Achievements
300
Reputation
-
Xnview classic 2.13 full version support on windows 95
jumper replied to cov3rt's topic in Windows 9x/ME
Only the IsDebuggerPresent and IsProcessorFeaturePresent imports can be patched out. The other five would require some major code hacking to function correctly. An extender would be the best option. -
You have DirectX 9 working on 95? Edit: Gomx.dll delay-loads d3d9.dll and will load without it. If you have a d3d9.dll on your system that is missing Direct3DCreate9, it is not valid (probably a renamed d3d8.dll) and you should remove it. This is good news because all the other missing apis look fixable. I found a pre-release Win95 CD and extracted 306 system dlls. By redirecting IP or DW to search them first, I can now id all needed functions missing from Win95.
-
All of Codeberg.org at the moment for me.
-
MaxPhysPage takes a hexadecimal parameter as multiplier to 4KB page size. MaxFileCache takes a decimal parameter that is multiplied by 1KB. Many Irfanview plugins are no longer W9x-compatible. Your CPU lacks the needed instructions: "Your instruction MOVDQA (66 0F 6F /r) belongs to SSE2."
-
> 40000h - 39999h is 26215h 40000h - 39999h is 6667h (or 26215 decimal). So try up to MaxPhysPage=3FFFF if 40000 isn't working.
-
The MSFN Forum Editor – Endless errors
jumper replied to AstroSkipper's topic in Site & Forum Issues
There is another topic about IPC-banned syntax and how to work around it. And on Android, you do need a device with a screen wider than 800 pixels or the inline editor won't display all edit buttons. (There used to always be a button to open a full-featured editor, but that is long gone.) Edit tests: start min "" cmd /c ffplay -autoexit -vf subtitles=filename=\'"Adele - Easy On Me (Live at the NRJ Awards 2021).mp4"\' "Adele - Easy On Me (Live at the NRJ Awards 2021).mp4" -
The MSFN Forum Editor – Endless errors
jumper replied to AstroSkipper's topic in Site & Forum Issues
Chrome 103 on Chromebook tests: Font size <edited> changes only work in large, rough increments. Pre-link text, link: https://msfn.org/board/topic/187837-the-msfn-forum-editor-–-endless-errors/ and some post-link text. Batch file test: echo off echo This is a test... echo Edit Successful! C code test: /* Sample C code */ /* *** Edited! *** */ #include <windows.h> #include "extra.h" void startup (void) { // some code here ExitProcess (0); } Auto-indentation can be disabled by selecting No Syntax Highlighting. So far, I'm not seeing anything out of the ordinary. Will try editing here and on Android phone next.... What Android browsers are you testing with? Edit: no problems editing on Chromebook. Will try Android next. -
My Browser Builds (Part 5)
jumper replied to roytam1's topic in Browsers working on Older NT-Family OSes
The video plays in Chrome 103.0.5060.132 (Official Build) (64-bit) on my out-of-support Chromebook. And the page also works well. Edit: Also plays okay in Chrome Beta 138, but video UI is jerky. -
TLS 1.2/1.3 In A Native Windows XP Application? (LibcURL/OpenSSL SDK)
jumper replied to Bottetoundra719's topic in Windows XP
This video should get you started: -
My Browser Builds (Part 5)
jumper replied to roytam1's topic in Browsers working on Older NT-Family OSes
I would try lowering the browser.cache.memory settings or disabling it altogether. Extensions CacheToggle and CacheSwitch can flush the memory cache out to disk. -
https://learn.microsoft.com/en-us/windows/win32/api/winnls/nf-winnls-lcmapstringex : LCMapStringEx is a z9e. LCMapStringW is a z6e with identical first six parameters, so might work. After substituting with ImportPatcher, loads and immediately runs into an Illegal Instruction (SSE+) on my Pentium 2 / 98fe with KernelEx in XP mode.
-
My Browser Builds (Part 5)
jumper replied to roytam1's topic in Browsers working on Older NT-Family OSes
Bloated sites can require an increase to 4M to avoid errors. I recommend you continue cutting it in half until you see problems on any sites.