Jump to content

jumper

Member
  • Posts

    2,013
  • Joined

  • Last visited

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    United States

jumper last won the day on March 31

jumper had the most liked content!

3 Followers

About jumper

Contact Methods

  • Website URL
    geocities.ws/jumper

Profile Information

  • OS
    98SE

Recent Profile Visitors

26,764 profile views

jumper's Achievements

299

Reputation

  1. What page? Any post's Recently Browsing and the Online Users page (grayed when Hidden) work as expected for me. I don't see AstroSkipper in either place. If you've toggled it several times in testing, that might have fixed any glitch.
  2. Working for me. I just now changed my Online Status from Visible to Hidden to Visible; Recently Browsing on a refreshed page correctly tracked each change.
  3. 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"
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. That version runs and plays some videos on my 98fe Pentium2 and is compatible with the 95 kernel32.dll. What exactly is the problem you have encountered on 95?
  10. 0xe5e5e5e5 seems to be a JIT pseudo-handle related to CVE-2020-26950. Search DLL's Mozjs and Xul.
  11. Good! So v1.90 RC2 is the latest that runs. I'll compare RC3 and Final to it and look for changes that might cause the Page Fault.
  12. Not IsDebuggerPresent, but IsProcessorFeaturePresent. (IsDebuggerPresent takes no parameters.)
  13. Did you try https://web.archive.org/web/20220521054008/http://www.oldversion.com/windows/xnview-v1-90-beta-1 ? If that works, there is also 1.90 beta 2-6 and rc 1-3 before 1.90 final.
  14. Older versions of MinGW support older versions of Windows, but like all other older compilers don't support all recent source code syntax changes.
×
×
  • Create New...