Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/27/2019 in Posts

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190427-3424afcca-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190427-3424afcca-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.5.0a2.win32-git-20190427-3424afcca-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.5.0a2.win64-git-20190427-3424afcca-xpmod.7z Official repo changes since my last build: - Issue #991 Part 1: Pale Moon (9a37ab727) - Issue #991 Part 2: Basilisk (759132691) - Issue #991 Part 3: Devtools (609a7215e) - Issue #991 Part 4: Network and URILoader (c7796280a) - Issue #991 Part 5: DOM and layout (1d0af8b59) - Issue #991 Part 6: Services (2d3b7717a) - Issue #991 Part 7: Toolkit Components (714e9c907) - Issue #991 Part 8: Toolkit everything else (8757548a3) - Pref try/catch block fixup. Tag #991. (40fc72376) - Merge branch 'master' into default-pref (af7e140d4) - Remove unused try/catch block. Tag #991. (21b4cb27c) - Remove unused parameter from call (b73287811) - Stop building /accessible unified and fix deprot. (32577bdb3) - Merge pull request #1041 from Ascrod/default-pref (e0116ac2b) - Handle URL token in a closer way to the CSS3 spec (d9137b4b7) - Remove geo-specific search engine default preferences. Tag #245. (c78cd6fb9) - Remove geoip lookup for search engine defaults. Tag #245. (60e283715) - Remove browser.search.region usage. Tag #245. (a3a34dad1) - Merge pull request #1047 from JustOff/PR_css3_url_token (550d87388) - Version bump (bccf86a10) - Fix variable used before being declared in UpdateUtils.jsm (bca1943ca) - [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale Moon and replace the tryblock in Basilisk (5d02c2207) - Remove SecurityUI telemetry. (b10712de8) - Issue #1049 - Show sync status via label of sync-button (ccd86d8c0) - Merge pull request #1045 from ThosRTanner/patch-1 (864f1cfdb) - Update platform version to reflect major changes in platform. (33ebc885e) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (1d7664d3a) - Update Twemoji Mozilla COLR font to 0.4.0 (TweMoji v11.4.0) (7d61305b0) - Merge pull request #1051 from adeshkp/remove-telemetry-security_ui (8bd7da130) - Merge pull request #1048 from Ascrod/geodefaults (228e55129) - Remove tests from search service (0c84220a4) - Sort out search service (63295d008) - Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android (abe80cc31) - Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC (325b204d2) - [minor] Fix a variable name in Basilisk error page (2e781c998) - Add application ID and widget toolkit placeholders to UpdateUtils.jsm (cb5d20deb) - Don't use UpdateChannel.jsm in nsBlocklistService.js (a9ae19957) - Use UpdateUtils in GMPInstallManager.jsm (c11a0b276) - Remove UpdateChannel.jsm (9cf2c92c3) - [PALEMOON] Remove errent extensions.blocklist.* from shared branding prefs (e86f0e555) - Remove useless assert. Resolves #1055. (51af3decb) - Merge pull request #1054 from adeshkp/patch-11 (ace7f20fa) - Capture delayed events and cancel as necessary. (3424afcca) My changes since my last build: - nss: go back to 3.43 release (b314cfa40) - a11y: fix build (2faa94fa0) * since MCP deleted lots of files, this might affect Serpent's functionality of updating WE extension. please test and report if there is any irregularities.
    4 points
  2. I am pleased to now announce a single version of my browser installer that works on both Windows 2000 and Windows XP (And Later). And yes, the server side is updated to include support for the latest browser versions. As always get it here: http://i430vx.strangled.net/files/XP/RoyTam Browser Installer.exe Features coming soon: -Firefox 45 support -No deletion of the PREFS folder, for example for users of the UOC patch As always, keep me informed on the features you want and any bugs you find.
    2 points
  3. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190427-a09f31062-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190427-a09f31062-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190427-a09f31062-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190427-a09f31062-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - Bug 1097987 part 1. Change some JS shell function signatures to make it clearer that they are always working with globals, not arbitrary objects. (5f45873a2) - Bug 1097987 part 2. Change JS shell's Run to always compile/execute the script in global scope instead of using its this object. (807880f9e) - Bug 1097987 part 3. Change XPCShellEnvironment to only use JS_ExecuteScript in global scopes. (7cffe2855) - Bug 1097987 part 4. Change mozJSSubScriptLoader to use the scopechain version of JS_ExecuteScript as needed. (3abe5d5c9) - Bug 1097987 part 5. Change XPCShellImpl to use the scopechain version of JS_ExecuteScript as needed. (4642566c3) - Bug 1097987 part 6. Require callers of JS_ExecuteScript to either use the global as the scope or pass in an explicit scopechain. (c4a2a811f) - Bug 1097987 part 7. Require callers of JS::Evaluate to either use the global as the scope or pass in an explicit scopechain. (694c09eb3) - Bug 1143793 part 1. Remove the obj argument of JS_CompileScript. (929d8fd58) - Bug 1143793 part 2. Remove the obj argument of JS_CompileUCScript. (9c577f67c) - Bug 1143793 part 3. Stop passing null as the obj argument of JS::Compile. (86a715f63) - Bug 1143793 part 4. Stop supporting load.call(somerandomobj) in xpcshell. r=bholley (ed2bc21b4) - Bug 1143793 part 5. Release-assert that a script being executed against a non-global scopechain is not compileAndGo. (bcb9ae600) - Bug 1143793 part 6. Drop the obj argument of JS::Compile. This is technically a behavior change for the shell's disfile() function, but I really doubt anyone is doing disfile.call(someObj). (5f99a59bd) - pointer style (c02ff21de) - Bug 1135039: Apply swizzle type policy changes in Ion too (effc49369) - pointer style again (b47813875) (95ffc37ba) - nss: go back to 3.43 release (a09a17de6) - import change from rmottola/Arctic-Fox: - Bug 1128076 - Clean up naming around unboxed scalar MIR accesses (08ee23875) - more pointer style (f20c11717) - Bug 1139152 - IonMonkey: Add dynamic output type checks for LIRs that use redefine (286e5a552) - Bug 1135039: Throw on non-int32 or out-of-bounds lanes arguments to swizzle/shuffle (4a5e7078e) - Bug 1135039: Implement LVariadicInstruction (112d6f02c) - Bug 1135039: Generalize swizzle MIR node to SimdGeneralShuffle (076f75d26) - Bug 1135039: Generalize SimdGeneralShuffle codegen (e3deae006) - more style (23944c5fd) - Bug 1135039: Factor out LInstructionHelper/LVariadicInstruction code (e02b132ad) - update pointer style... (db3f11786) - Bug 1135042: Optimize SIMD.loadX/loadXY/loadXYZ in Ion (013bc896e) (a09f31062)
    2 points
  4. I have no idea how many Mafia fans roam this board, but I'd definitely like to post this for anyone who may be trying to figure out how to get it running on Windows 2000 since there is no documentation out there that I can find. This is definitely possible. First, don't even try the Steam version, it's a lost cause from the very beginning since Steam doesn't even support Windows XP anymore, or Vista for that matter. So your only option is for the Retail version (maybe), or the GOG.com version. For the heck of it, since GOG.com was having a sale on Mafia II: The Director's Cut for only $7.99, I decided to purchase and download it. At first it seemed like it was going to work, but then it didn't. It installed without a hitch, didn't even complain that I was running Windows 2000 since even the retail version states that it requires at least Windows XP Service Pack 3. But then trying to run it, it complained about some "exception", you know, those pesky little things that pop up if there's an issue with a dependency. So I decided to fire up Dependency Walker and see what was going on with that. Turns out it was dealing with PhysX, which is also required in order for the game to run. I thought I had a version of PhysX installed but it didn't seem to work, probably too new to actually work but installed at some point. So I dug a little deeper and found an older version of PhysX. I installed PhysX version 9.12.0807 and installed it. After that I fired up the game and to my surprise, it worked! It is completely playable. No more booting into my Windows 7 install which is slow as heck because of all the updates and the fact it's running on an older (15 year old) HDD, so I avoid it at all costs. But now there's no reason to, it'll work perfectly in Windows 2000. Now as far as the vanilla version of Windows 2000, I can't say it would work since I haven't tested it. But I do have Blackwingcat's KernelEx version 3.0a installed (GameGuard version) and ForceWare version 182.50 and the June 2010 DirectX9 dependencies. I certainly hope that this at least helps someone out that is looking to play this awesome (but very short) version of Mafia on their Windows 2000 computer. Purchasing the Director's Cut means that it'll include all the DLCs as well, so no need to download anything else, everything else is just there. The original Mafia states it wants at least Windows XP, but unless anything at all changed, it originally ran on Windows 98 without a hitch, even stating it in the official system requirements. If I recall, it only required a 500MHz processor for the minimum. We sure came far since then.
    1 point
  5. So I try 111 and 121 and certain that 111 is the last fully functional out of the box JRE8 for XP we could however transplant javafx files from 111 into 211 (or 112 to 212) to have working JavaFX bin\ fxplugins.dll glass.dll javafx_font.dll javafx_font_t2k.dll javafx_iio.dll jfxmedia.dll jfxwebkit.dll prism_common.dll prism_d3d.dll prism_sw.dll lib\ jfxswt.jar javafx.properties lib\ext\ jfxrt.jar dont know if this ok but it works with javafx examples here https://github.com/controlsfx/controlsfx
    1 point
  6. I consider it axiomatic that if Windows 10 can't mess something up, nothing can.
    1 point
  7. Read this (and links within): https://msfn.org/board/topic/161886-how-best-to-clone-the-c-hdd-w98fe/ Basically: http://www.xxcopy.com/index.htm or: http://www.partition-saving.com/ jaclaz
    1 point
  8. The IE11 install is offered as a regular Windows Update. In order to modify it we would need to resign the modified .mum files so that Windows 8.0 would be contemplated in them. This, unfortunately, requires access to Microsoft's tools to do so, something we just don't have at our disposal.
    1 point
  9. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190427-697f102-uxp-3424afcca-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190427-697f102-uxp-3424afcca-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z Official repo changes since my last build: - [PLATFORM] Update commit pointer (4ceb85d) - [PLATFORM] Update commit pointer (cda8bd8) - [NAVIGATOR] Fix about:sessionrestore (837c77d) - [NAVIGATOR] Revert about:logopage (fa2551f) - [COMM] get*pref has defaults now, use it (6a812b8) - [PLATFORM] Update commit pointer (e744c6c) - [PLATFORM] Update commit pointer (3fd3eeb) - Issue #78 - Add signon.startup.prompt to avoid Master Password races (697f102) For UXP changes please see above.
    1 point
  10. no its probably just paramaters in one of the installer files that explicitly says do not install on win 8. If you can modify that it would go. I haven't really looked at it. But I have modded alot of MSI files with orca before and got them to run on XP or other OS that its not supposed to. But I don't know anything about IE 11 installer.
    1 point
  11. @VistaLover True, but there are always some extra details involved and one might see inconsistencies from one time to another due to certain usage patterns. It's possible to run the Thunderbird's installer with limited rights, in which case the program will be installed for the current account only and won't be registered.
    1 point
  12. Just in case someone not know, the reason Sun drop XP is JavaFX8 component: Webkit isn't working (need SRW) EDIT: found another mirror https://github.com/frekele/oracle-java/releases/ that also have tarball. So just ignore my previous post
    1 point
  13. Yes; I changed it to the latter UA in NM 28 and added the same UA to Serpent. (I wanted them to be as similar as possible.) And in Serpent I can sign on to web.skype.com fine, but NM 28 gives me the same sign-on error as the OP gets with MyPal. Web.Skype.com works fine in FF 48+ (with the aforementioned add-on) and Serpent (with the aforementioned SSUAOs), as well as Chrome of course. But NM / MyPal are lighter-weight browsers that run better on the OP's PC. I was trying to help because I suspect that's a common situation. Well, I doubt they estimate market shares based on UA's reported to skype.com, since that would be a very biased sample. ("How about that; 100% of the users of this Micro$oft site that requires Win 10 are using Win 10! Surprise, surprise!") So even if you did have to report Win 10 to skype.com, you could still report XP to everyone else.
    1 point
  14. Yes, that one! The issue was having grub on the computer. While this is dumb and i shouldn't have to do this for a windows update, pulling the linux drive out while booting to apply changes did the trick Thank you!
    1 point
  15. you mean KB4474419? see if these links help https://answers.microsoft.com/en-us/windows/forum/all/windows-7-updade-kb4474419-fail-repeatedly-with/9e2dc4ca-5adc-479f-9521-8838077b1e82 https://www.sevenforums.com/windows-updates-activation/418834-unable-install-kb4474419-win7-x64-ultimate.html
    1 point
  16. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190420-51722cd4f-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190420-51722cd4f-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win32-git-20190420-51722cd4f-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.5.0a1.win64-git-20190420-51722cd4f-xpmod.7z Official repo changes since my last build: - Stub out FxA context menu functions. (8e44bbb43) - Merge branch 'master' into Sync-weave (51b821b3f) - Merge pull request #998 from MoonchildProductions/master (bf0413359) - Remove CloudSync (4c4314864) - Remove some fxa tests. (aa1a39311) - Remove fxAccountsEnabled checks. (f999f544a) - Merge branch 'master' into Sync-weave (88083f8c6) - Merge branch 'master' into Sync-weave (473291f8f) - [BASILISK] Add configure option to disable sync (3e466a01e) - [BASILISK] Remove FxA Synced Tabs Sidebar (711c9cd6c) - [BASILISK] Remove FxA infected Sync - Part 1: Remove or condition CUI and Integration Points (349ceffd8) - [BASILISK] Remove FxA infected Sync - Part 2: Sync Client (3face1acf) - [BASILISK] Remove FxA infected Sync - Part 3: Remove about:accounts (12885d441) - [BASILISK] Remove FxA infected Sync - Part 3b: nsModule (757424eed) - [BASILISK] Port PM Sync Client - Part 0: Add PanelUI sync button static images (17a54a70d) - [BASILISK] Port PM Sync Client - Part 1: Initial transfer (f98cdab7a) - [BASILISK] Port PM Sync Client - Part 2: Basic Integration with glue and preferences (f6c16cff3) - Merge branch 'master' into Sync-weave (ce3979c72) - Merge branch 'master' into Sync-weave (015f385ec) - Merge branch 'master' into Sync-weave (6968a3e40) - [BASILISK] Fix merge induced error in base jar.mn (dc4c5d4c7) - Merge branch 'master' into Sync-weave (8e5056ce2) - [BASILISK] Restore Tabs from Other Devices history menu item and Add First Sync Progress (0ea4dabde) - Remove some BEOS 1st party code leftovers. (095ea5568) - Merge pull request #1 from MoonchildProductions/master (5a1843c9f) - Bug1408701: Ensure that we continue to show dark scrollbar thumbs on.. (577ca2cd6) - Merge branch 'master' into Sync-weave (dea594744) - [BASILISK] Port PM Sync Client - Part 4: Tools menu items (Set Up Sync/Sync Now) (519d0cf55) - Merge pull request #1042 from wicknix/master (07381c3ed) - [BASILISK] Port PM Sync Client - Part 5: Port the original sync toolbar button and create a synced tabs toolbar button (868c9b8d7) - Merge branch 'master' into Sync-weave (df0c78a8c) - [BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up (7008afd8e) - [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh. (1e868fadf) - Merge branch 'Sync-weave' (3eb4310cd) - Remove FxAccounts front-end module references (8a6883251) - Remove various FxA tests (cdc962dca) - Remove Firefox Accounts service and tie-ins. (de75f133a) - Merge branch 'Sync-weave' (51722cd4f) My changes since my last build: - update Twemoji font to upstream 0.4.0. (6a07ab850) - nss: update nss to hg rev 2d6adc7d8bfc with vc2013 hackfix (0daf4d9cc) - update libaom to rev 76574b6c09515d6687ebfa9760319e521f5abeb3 (without moz.build and aom_ports/aom_once.h) (ef35212f8)
    1 point
  17. It's ironic how people decry the older operating systems like W2k Pro as outdated, yet can't even trust newer Windows 7 or Windows 10 systems far enough to let them update. These days, generally speaking, lots of new stuff sucks--because people take it for granted that new stuff is better. From that presumption, lazy thinking ensues, and movement replaces progress. So, although we still "go," we go backwards instead of forward. Windows illustrates the regression.
    1 point
  18. It's finally fixed. After almost a year of a major bug that prevented me from shipping, I finally got a working build! Expect 2.2 in the coming days, possibly even tonight.
    1 point
×
×
  • Create New...