Jump to content

jumper

Member
  • Posts

    2,007
  • Joined

  • Last visited

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. Updated api lists and source code inside. Kexbase.24c.7z
  2. > Since the 56k dial-up days I have used Speed Guide TCP Optimizer (now v3.0.8) on Windows 98. v2.0.3 here. I use MTU:1440, TCP Receive Window: 490000; MTU Discovery: Yes. Get 8Mbps / 1MBps via wifi modem and T-Mobile 4G LTE hotspot (ZTE model) on 98se with WPA2-PSK. > Maybe i'm mistaken, i always thought Windows 98 had a built-in network activity monitor. Sysmon.exe Edit>Add Item... (no systray option) Tihiy's tools: Network activity indicator - Shows simple network stats and open ports.
  3. > EVGA nVidia GeForce 780 GTX (3 GB of VRAM) 3 GB of VRAM worries me, even with rloew's ram patch. Try also his nVidea patch or use an old video card until W98 is installed. How are the keyboard and mouse connected? The USB3.1 might be a problem if basic USB1 drivers don't work with it.
  4. >> Works for Windows 10, Windows 8.1/7/Vista/XP 32-bit and 64-bit Should say "XP (sp3)". > it won't work - at least here - on XP (Major/Minor are 5.1 just fine) throwing an error on missing entry point "GetLogicalProcessorInformation" in KERNEL32.DLL Should say "on XP (sp2)".
  5. Sentences were already good. Not seeing any edit re NN 3.04...what is it? Link doesn't connect or Google.
  6. > speedtest with NN 3.04 If NN is Netscape Navigator, how did you speedtest with it?
  7. Here are some possible one-parameter substitutes for if_nametoindex: SetIfEntry SetIpTTL SetIpNetEntry SetTcpEntry IsLocalAddress IpRenewAddress
  8. When the COMMAND.COM window is open, click the Properties toolbar button (or press Alt+space, P) and change Run: from Normal Window to Minimized.
  9. If an app does not save any data in any way, there is no distinction between a portable and non-portable app. Many portable apps (single or multiple files) support the creation of a configuration or settings file. If that file contains any file paths, any relative paths can be rewritten to include a uniquely-named system subfolder. RegDllView (even if renamed) saves menu settings in an app-local RegDllView.cfg file. To make RegDllView non-portable (each computer gets its own settings), those settings need to be stored non-locally or in the registry. Changing the Start In folder with a shortcut does not work and RegDllView will not use the registry. If RegDllView.exe is unUPXed, then hexed, "RegDllView.cfg" can't be changed to another drive. The following batch file allows each computer to retain its own settings: rem npRegDllView.bat del RegDllView.cfg copy %TEMP%\RegDllView.cfg start /w RegDllView copy RegDllView.cfg %TEMP% del RegDllView.cfg If what is really being asking is how to prevent RegDllView.exe from creating a RegDllView.cfg settings file, delete RegDllView.cfg then create a folder with that name instead. Note: tested on Win98se.
  10. There used to be Web Rings on various topics that a site could join by adding a footer to their pages that linked to the Next or a Random site in the ring as well as to a hub or index page for the ring. Now there are Social Media bars to register a page on popular destination sites and other site aggregators. Perhaps an IE8 web-ring hub can be created that compatible sites can link to. IE8 users could also tag any compatible sites they come across.
  11. > Hi jumper, a link for those Pythons was provided by loblo a few posts back, already tried and failed. Now I see it and Liked it (despite them not working as advertised) back on Page 4. :)
  12. #define TRUST_E_BAD_DIGEST _HRESULT_TYPEDEF_(0x80096010) winerror.h 0x80096010 #define TRUST_E_BAD_DIGEST The digital signature of the object did not verify. Is there a way to (temporarily) disable digital signature checking in XP? Can files be extracted from the installer?
  13. > Windows XP SP4 thread (along with a few others) has been mostly archived, but some pages are missing: With dups, Google has about 71 of the 48 pages cached. > offline due to it being under extreme load Perhaps someone was trying to back the whole site up all at once!
  14. AOL Shield 60.0.2882.0 License: Free Freeware Publisher: AOL OS: Windows 10 / 8 / 7 / Vista / XP Updated: Feb 28, 2018 “Chromium-based web browser from America Online which provides a number of security and privacy features”
  15. So we need another place to discuss MSFN.org state - RyanVM.net Discussion Board
  16. > Older versions of youtube-dl for Windows require Python v2.6 or v2.7, so thanks for the link. Python 2.6.8 and Python 2.7.3 for Windows 95
  17. I just now looked at the Realtek ALC880 Series Datasheet and it is backwards compatible with AC'97. WDM_A404.exe is the AC'97 driver. wdm_r124.exe is the HDA driver. A real ALC880 should support both. If the nForce 430 (or 410) with HDA sound is only based on the Realtek ALC880 design, it might not be backwards compatible with AC'97. If it is paired with a real ALC880, the AC'97 might be disabled in some way. Is there a square, 48-pin (4x12) Realtek ALC880 chip on the MSI K8NGM-V Motherboard?
  18. I think you have an nForce 430 (or 410) with HDA sound that is maybe based on the Realtek ALC880 design. You probably need an NForce 430 or generic HDA audio driver.
  19. Some apps probe for functions and then make assumptions based on the results. When emulating Win95, the correct behavior for KernelEx is to disable IsProcessorFeaturePresent. If you would like to create an experimental mode for Core.ini named Win95++ that enables it and possibly other APIs as well, please do so. There are many examples already in the current Core.ini. Feel free to post it and discuss it here in this thread. Others are also encouraged to share their experimental modes as well as discuss the structure of Core.ini in general.
  20. And no one said it was (certainly not SnooPY who stated the converse).
  21. Just guessing: < must be entered as &lt;, so it's easier to type Ctrl+C than <Ctrl> C
  22. I downloaded it, but the readme didn't look promising. WMP10 and 11 and a special USB controller are required for testing. Someone would have to get the SDK working on XP (or later) and then see if a custom client can be created for 9x/ME.
  23. You jumped the gun by about 15 minutes! :lol:
  24. The PSAPX method was only needed for a short time. An updated Psapi.dll for KernelEx was released almost five years ago.
  25. Please debug what is going wrong with Vuze and JRE in W2k mode. Unless an app was written for NT4, if it calls IsProcessorFeaturePresent it should work on W2K. (There is no point to calling it on 9x/ME as they always return FALSE, and 95 doesn't even have it.) >> It continues to be deactivated in Core.ini for non-NT modes. I must have been looking at previous unreleased versions when I wrote that. I was adding and making lots of OS-related changes at the time. > It was not deactivated in Core.ini for non-NT modes so I have removed them in Core.ini20i. Good. The correct solution is to move "KERNEL32.IsProcessorFeaturePresent=none" to [WIN95.names] and remove all other references. For everyone who reported problems with IsProcessorFeaturePresent back in July, thank you for reports and your patience. I will adjust the *.24 package and release it very soon.
×
×
  • Create New...