Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jumper

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by jumper

  1. ImportPatcher also reports "* not found" 47 times, so KernelEx was not enabled. Set the mode on ImportPatcher.exe to Win7 and check the "Test by loading (KernelEx)" and "Walk dependencies" boxes when testing. ApiLog.exe needs to be running to enable the Skipping feature (Readme.txt ought to be clearer on this). Processing other files....
  2. DW reports 47 missing C exports ("[CE"), but none of the more difficult C++ variety ("[+E"). Many of these 47 are already supported by KernelEx, but some just as failure stubs. What version of KernelEx are you testings with? Please test again using ImportPatcher set to Windows 7 mode so we can see how many KernelEx is also missing. If you have Kex22_26pre1 or pre2, all missing exports will be auto-stubbed and you shouldn't get any Missing API load errors. Pre1 will give you warnings that can be skipped (and counted) instead. Pre2 will hide all warnings. Once running, both will show an error for the first missing API that actually get used. I've downloaded several versions of Steam, but couldn't find version 9.32.87.48. Will test what I can.
  3. Not without details of the message and a report from Depends. You can try my bcrypt.dll for MSO replacement discussed somewhere here and available at geocities.ws/jumper.
  4. When this error is on the screen, what module is loaded at 0x1000fba6?
  5. Agreed. Seems like most of the Internet is currently disstressed.... Unread Content (and all of /board) is now working in both Chrome 103 and Beta 138 for me. MSFN.org/ now forwards to /board in 103, but not in 138 (still 403). Maybe this is what Websitedown is trying to report. The Home button at the top of each page still links to MSFN.org/ so doesn't always work. Maybe change that (temporarily?) to board/ to skip the extra redirect? No response or action needed. I'm patient and can adapt to whatever comes. Thank you for all your valiant efforts during these trying times.
  6. Still 403 for me in Western US. Also Home, so Websitedown reports 403 for the domain. Only realized board partially works when I refreshed an open topic tab.
  7. Great read. Very professional project. Looks very promising for Intel chipsets. Provides an xHCI driver that works with the NUSB 3.3 stack.
  8. Zero-post accounts might have been created by guests just to download post attachments or view profiles. No real content lost; easy to recreate if they return. Currently working okay in Chrome 103 and Chrome Beta 138. No 502's here in Western US.
  9. The number should be 65536 or probably a bit less like 64000 for this "fix". MaxFileCache is important here. A matching MinFileCache is to prevent resizing-on-the-fly issues.
  10. echo>pf.reg Windows Registry Editor Version 5.00 echo>>pf.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] echo>>pf.reg "PagingFiles"=hex(7):00,00 start pf.reg
  11. 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.
  12. 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.
  13. All of Codeberg.org at the moment for me.
  14. 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."
  15. > 40000h - 39999h is 26215h 40000h - 39999h is 6667h (or 26215 decimal). So try up to MaxPhysPage=3FFFF if 40000 isn't working.
  16. 47KB image file Selected/Attached+Inserted: Image copied/pasted/auto-inserted as 237KB attachment: And manually inserted: End of post.
  17. 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.
  18. 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.
  19. 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"
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24. 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.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.