Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/11/2022 in Posts

  1. I released a new extended kernel. "FirefoxFix" and "SuperVerFix" are removed from osver.ini. You can use BuildNumber=7600 for Firefox instead, and use the regular version spoofing in other places too where those options would have been used previously. CPU-Z (and other hardware verification software) works again, as does PCSX2 (x86 versions; the newer x64 native builds are still a ways to go, due to reliance on DX 11.3 runtime) and some newer compilers/linkers should work too. A new installer is also used, which lacks the path issues of the previous one. It has a built-in backup facility, and the installer can restore backups from another OS install or a PE environment by specifying the path of the Windows directory of your Vista install. It can be obtained through all the known channels.
    3 points
  2. Hello everyone. Today I have edited the installation of Audio KB888111 UAA UPDATES to be able to work with SP3. And I have changed the portcls.sys file to version 5.1.2600.5566 File Name : kb888111xpsp3_modPatchedInstaller.zip CRC-32: cf3dea73 SHA-1: 69cdc438d13fb56fa421212f0aeef4ea6f3345c5 SHA-256: af4d536b6aa852064a1134a741c12b1722f4fb61971e87e43e426be4243f6f0d https://drive.google.com/file/d/11vhm1K2Hgxg4A9LNDqbzBd8Yf-mfPfOO/view?usp=sharing
    2 points
  3. try another useragent in the loader.ini : --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36" with this however it will not pass the ddos cloudflare protection on some sites.
    2 points
  4. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220611-3219d2d-uxp-fec5435ab-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20220611-3219d2d-uxp-fec5435ab-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220611-3219d2d-uxp-fec5435ab-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20220611-d849524bd-uxp-fec5435ab-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20220611-d849524bd-uxp-fec5435ab-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20220611-d849524bd-uxp-fec5435ab-xpmod.7z Official UXP changes picked since my last build: - Issue #1905 - Part 1 - Implement detection of Monterey (12.x), Intel emulation and fix required OS version check. (8cee7f2b1) - Issue #1905 - Part 2a - Build system fixes to allow use of SDK versioned 11.0 and higher. Also don't include code incompatible with SDK 10.15 and higher, when building with such a SDK. (45606ffa5) - Issue #1905 - Part 2b - Fix crash on startup due to inability to load system font with newer SDKs. Fix based on Mozilla Bug 1672842. (d18524ab7) - [MailNews] Allow shift-clicking on Edit As New to edit a message as plaintext. (6182744d9) - Revert "Issue #1909 - Guard against empty update manifest URL" (d8e6867da) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - Revert "Issue #1909 - Guard against empty update manifest URL" (8c7e1338c) * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    2 points
  5. Dolphin, the GameCube emulator is dropping Windows 7 support. The current beta, released a month ago is the last to feature 7 support. Get it here: https://dl.dolphin-emu.org/builds/51/be/dolphin-master-5.0-16380-x64.7z
    2 points
  6. Looks for btnDumpPlatform.addEventListener in lib/main.js and make it like this: btnDumpPlatform.addEventListener("click", () => { const info = { "PolyfillService": toJSON(gService, "is"), "appInfo": toJSON(Services.appinfo), "addonData": toJSON(gAddonData), }; delete info["addonData"]["installPath"]; const dumpInfo = JSON.stringify(info, null, '\t'); try { const filePicker = Cc["@mozilla.org/filepicker;1"].createInstance(Ci.nsIFilePicker); filePicker.init(Services.wm.getMostRecentWindow("navigator:browser"), "Save platform information", Ci.nsIFilePicker.modeSave); filePicker.appendFilter("JSON file", "*.json"); filePicker.appendFilters(Ci.nsIFilePicker.filterAll); filePicker.defaultString = "PlatformInfo.json"; filePicker.defaultExtension = "json"; if (filePicker.show() != Ci.nsIFilePicker.returnCancel) { const fs = Cc["@mozilla.org/network/file-output-stream;1"].createInstance(Ci.nsIFileOutputStream); fs.init(filePicker.file, -1, -1, 0); fs.write(dumpInfo, dumpInfo.length); fs.close(); } } catch (e) { alert("Palefill", e.toString()); } console.log(dumpInfo); });
    1 point
  7. This can only work in cases where the site's code only ever sets up regex objects explicitly through RegExp(). Code like... const myRegex = /incompatible regex here/; ...won't work. Those aren't "polyfills", those are core language syntax constructs. You can't "polyfill" core language syntax constructs. It manipulates/replaces RegExp object among other things. So concluding the statement above, the answer is no. Learn C++, Windows API and their limitations on XP, fork old Chromium, backport to XP, modify the JS interpreter to understand nullish coalescing, optional-chaining operators and code your own GUI on top since you don't like the default one. That's possible with the right skills.
    1 point
  8. Try this - https://web.archive.org/web/20070127041529/http://download.microsoft.com:80/download/9/b/5/9b59baf0-d78e-448f-a409-2dcd8ff3baf6/WindowsServer2003.WindowsXP-KB901105-v3-x64-ENU.exe
    1 point
  9. @thomasxxx You mentioned you have the HDD drive inside a USB Caddy? if so then you're not using an AHCI driver but are using the USB Mass Storage driver instead.
    1 point
  10. @VistaLover - I am always amazed at how you can keep track of all of this "stuff". I always read these and can't for the life of me know "which" Serpent or New Moon to even "trust" anymore
    1 point
  11. Mrs. Pac-Man on a C64 emulator.
    1 point
  12. Seems to be possible indeed: https://stackoverflow.com/questions/23147087/how-to-detect-syntactical-features-of-javascript In general it seems useless but in this case this is the way to go. It would be the most practical thing indeed, I Just need too learn JavaScript at some point. However for the UXP platform there are very few builds anyway so a version based system should be fine.
    1 point
×
×
  • Create New...