Leaderboard
Popular Content
Showing content with the highest reputation on 06/01/2019 in Posts
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.2.win32-git-20190601-363bfeb2c-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190601-363bfeb2c-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.6.0a1.win32-git-20190601-363bfeb2c-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190601-363bfeb2c-xpmod.7z Official repo changes since my last build: - add main thread only cache for nsIAtoms to speed up atomization dom/base (a3434ba00) - add main thread only cache for nsIAtoms to speed up atomization xpcom/ds (ddff63b2d) - remove unnecessary spaces (58ff91d97) - make HTML parser to use faster atomization in main thread (a371a69a7) - Lots of time spent maintaining nsDisplayLayerEventRegions (#1116) (622ad88c5) - Add missing NS_AtomizeMainThread(nameToUse); (7214f0814) - Fix architecture flag for PPC64 (e24e6346b) - Issue #1102 - Disable <meta http-equiv=set-cookie> (ca9e6a4fa) - change for nsNodeInfoManager.cpp (c0c64138c) - Merge pull request #1114 from g4jc/disable-meta-cookie (722607270) - Merge pull request #1115 from win7-7/NS_Atomize-cache (915ffc660) - Make nsFind::Find handle empty string searches. (b89570e31) - [libpng] Backport an upstream libpng patch. (80eb8e08d) - NodeInfoManager should use a local cache (449cb277d) - [js, ARM] Always check error return from BufferOffset::diffB. (a24d62130) - [IndexedDB] Call SendFailureResult if the actor has been destroyed. (9dfb9401a) - Avoid some useless ForgetSkippable handling while we're already dealing with snow-white objects. (57e5655e8) - [Basilisk/Pale Moon] Update region.properties. (764e2a624) - use memcmp for nsIAtom Equals to improve performance xpcom/ds (733f6b770) - use memcmp for nsIAtom Equals to improve performance parser/html (bf1e5431f) - Issue #246 - Revert "Revert "Remove unwanted newtab page code"" (1eca3c3a6) - Issue #246 - Remove more of compact mode and newtab junk from Basilisk (73d1087fc) - [media] Rewrite AudioConverter::DownmixAudio (c4e345b6d) - Merge pull request #1121 from win7-7/nsHtml5PortabilitylocalEqualsBuffer-pr (1f239f817) - Merge pull request #1119 from win7-7/NodeInfoManager-local-cache (02b10f4bd) - Add commit message style guidelines (#1117) (a5bef2b46) - Issue #246 - Remove "enhanced" newtab code from toolkit (8db31d536) - Issue #246 - Remove "enhanced" newtab code from Pale Moon (97477c1e9) - Bump platform version for primarily #1112 and #1061 (104cd501a) - Merge pull request #1122 from adeshkp/remove-newtab-basilisk (63d677035) - [Pale Moon] Fix event.stopPropagation is not defined when clicking the show/hide tiles on about:newtab (a38cc1a2f) - [places] Prevent some abuse of smart queries. (5b5743eee) - Port an upstream Skia fix. (47c52f2dc) - Improve origin-clean algorithm (fb1b45e5f) - Update HSTS preload list (c7138e3b9) - Ensure we AddRef prior to early return in MediaType::Assign. (b3632493a) - Disallow res external protocol handler. (65991dc1f) - Make extra sure Compositables don't refer back to layers after reassignment. (9b655e366) - Tweak some NSPR variables for Darwin. (66b55fbc0) - Improve efficiency of (C++) heap allocations related to BytecodeEmitter::code. (6cc615bbe) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (678a41b29) - Perform a size check when dealing with clipboard data to be sure. (1fe365eba) - Fix #1091 deprot (50062bdfc) - Make nsFind::Find actually use a string type as input. (d873bd969) - Treat *.jnlp as an executable class file, like *.jar (21495c589) - [WebGL] Enable size limit on Linux. (231155288) - Show the update UI instantly instead of after 10 minutes of inactivity (cee913be9) - [Pale Moon] Update the check for updates menu item logic for already staged automatic updates (d197e65f4) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (363bfeb2c)3 points
-
Hello everyone, this time I do not bring a question if not a solution for all users who are still using Windows Vista in 2019, how to install new versions of the .NET Framework in Windows Vista! Tested versions for me: 4.6.2 | 4.7 Requirements to be able to update net framework in Vista to more recent versions: Service Pack 2 installed (I recommend having the platform supplement and all the updates until April 2017) Net Framework 4.6.1 (Latest version compatible tested until moment with Vista) Compressor files like WinRAR or 7zip Warning: You will not be able to use Windows Update again in Vista after installing NET Framework 4.6.2 or 4.7.2, I recommend updating the system with all the updates until April 2017! Let's start with the procedure: Download the net framework version chosen in this case 4.7.2 from the MS page With our file compressor open the executable to install net framework and look for the file ParameterInfo.xml and copy it to the desktop Open the xml and search this line: <BlockIf DisplayText="#(loc.Blocker_UnSupportedOS)" ID="UnSupportedOS"> Replace all this code: <BlockIf DisplayText="#(loc.Blocker_UnSupportedOS)" ID="UnSupportedOS"> <And> <Equals LeftHandSide="Installing" BoolWhenNonExistent="false"> <Operation /> </Equals> <Or> <Or> <GreaterThanOrEqualTo LeftHandSide="6.1.0" BoolWhenNonExistent="false"> <TargetOS /> </GreaterThanOrEqualTo> <And> <Equals LeftHandSide="6.2" BoolWhenNonExistent="false"> <TargetOS /> </Equals> <Equals LeftHandSide="Client" BoolWhenNonExistent="false" Id="IsClient"> <RegKeyValue Location="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallationType" /> </Equals> </And> </Or> <And> <Equals LeftHandSide="10.0" BoolWhenNonExistent="false"> <TargetOS /> </Equals> <GreaterThan LeftHandSide="14393" BoolWhenNonExistent="false"> <RegKeyValue Location="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentBuildNumber" /> </GreaterThan> </And> </Or> </And> </BlockIf> For this other code: <BlockIf DisplayText="#(loc.Blocker_UnSupportedOS)" ID="UnSupportedOS"> <And> <Equals LeftHandSide="Installing" BoolWhenNonExistent="false"> <Operation /> </Equals> <Or> <Or> <GreaterThan LeftHandSide="6.0.0" BoolWhenNonExistent="false"> <TargetOS /> </GreaterThan> <Equals LeftHandSide="6.1.0" BoolWhenNonExistent="false"> <TargetOS /> </Equals> </Or> <And> <And Id="Is2k8ServerCore"> <And> <And> <And> <LessThanOrEqualTo LeftHandSide="6.0.0" BoolWhenNonExistent="false"> <TargetOS /> </LessThanOrEqualTo> <GreaterThan LeftHandSide="6.1.0" BoolWhenNonExistent="false"> <TargetOS /> </GreaterThan> </And> <Not> <Equals LeftHandSide="Client" BoolWhenNonExistent="false"> <TargetOSType /> </Equals> </Not> </And> <Exists> <FileVersion Location="%windir%\system32\oclist.exe" /> </Exists> </And> <Exists> <Path Location="%windir%\system32\scregedit.wsf" /> </Exists> </And> <Not> <LessThanOrEqualTo LeftHandSide="4.0.31106.0" BoolWhenNonExistent="false"> <FileVersion Location="%windir%\System32\mscoree.dll" /> </LessThanOrEqualTo> </Not> </And> </Or> </And> </BlockIf> After saving the file open the net framework executable Open the label that you have installed Vista in this case C and you should find a folder with a long name that includes hexadecimal characters, open it and quickly replace the XML ParameterInfo that you edited. Note: I may still show you that it is not compatible, this is tedious and annoying but try several times as fast as possible to replace the xml ParamenterInfo while the files are being extracted before the installation begins! Net framework updated in Windows Vista! Screenshots here: https://drive.google.com/open?id=14gKJ6JlY1XxeDvcZtS7WdfncfnbHRAnZ https://drive.google.com/open?id=1r8bmcCjJ30UewCxCXgraMKunbhrk9ynb https://drive.google.com/open?id=1gdvPTKUbvEMPCBK2u-Osfxk-Fnttl3as1 point
-
@~♥Aiko♥Chan♥~: your memory settings are as expected. About the Runtime error you reported (202, not 20 isn't it?), it's definitive related to HDA2.DLL. You can try extreme low Vcache settings first. Boot in Safe Mode and set in SYSTEM.INI [Vcache] MinFileCache=1024 MaxFileCache=1024 If after reboot HDACFG.INI has been changed, please attach file together with HDALOG.TXT.1 point
-
@TechnoRelic @roytam1 has absolutely NO CONTROL over the mentioned URI; http://www.palemoon.org/unofficial.shtml is hosted on the "www.palemoon.org" domain, which is owned by Moonchild Productions; as you said, a tab with that URI loaded is triggered after an unbranded Pale Moon build (New Moon in this case) has been successfully updated (app version change). Actually, what gets displayed in that post-upgrade tab is controlled by the value of pref: startup.homepage_override_url For official builds, value is (string): http://www.palemoon.org/firstrun.shtml and, as stated, for unofficial (unbranded) ones: http://www.palemoon.org/unofficial.shtml What you suggest implies @roytam1 setting up (and hosting) a dedicated webpage with the changes you proposed; this can be a "minimal effort" solution with just some text and links, more effort required if artwork is involved (background and foreground images, logos etc.); the link to that webpage should be then set as value of mentioned about:config pref... In any case, you obviously lean towards "proper" rebranding of New Moon; MCP already direct unbranded build users to so those "clueless" ones are already informed (still, all these who can't be arsed to read any disclaimer of any form will continue to "irritate" Moonchild and company even if a specialised post-upgrade page is set up ). Even if New Moon becomes fully rebranded to Goldie Locks (haven't decided whether to include the 3 bears or not ) with completely new artwork and redirections to non-MCP related support sites, I don't think MCP will be totally freed from the random Goldie Locks user landing on their forum/github tracker (and this is what seems to be the only one and poignant issue they have with the rest of us...); just look at what happens with MyPal and (to a lesser degree) Centaury...1 point
-
> MaxPhysPage=3E6FF (or change value accordingly If it already exists, do we use the higher or lower of the two values? (Are we trying to increase or limit this system setting?)1 point
-
Well done. Next steps: 1) Add to SYSTEM.INI [386Enh] MaxPhysPage=3E6FF (if the entrance already exists with a higher value, change to 3E6FF. If the existing value is lower, report first and do nothing). 2) Change in HDACFG.INI SleepingWidget=$03 Output Widget=$03 and VolumeWidget=$06 3) Add to HDACFG.INI [BUSMASTER] myPCIHI=$3E82 myPCILO=$0000 myPCI=$3E820000 aPCIHI=$3E81 aPCILO=$0000 aPCI=$3E810000 Please reboot TWICE and listen with headphones during boot for the slightest click or plop. Please attach latest HDACFG.INI and HDALOG.TXT.1 point
-
Found this on reddit for those who dislike as much as me the new Google search when javascript is disabled. Just change the user string to this to get the old one back : Mozilla/5.0 (Windows NT 6.1; rv:3.0) Firefox/3.0 Works good in UXP (for now) and also tested in 60esr. Added as a separate override for google and all seems well so far: general.useragent.override.google.com1 point
-
New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190601-b73126108-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190601-b73126108-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190601-b73126108-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190601-b73126108-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - Bug 1136379. Clean up the nsPluginHost API a bit. (c39f45953) - Bug 1137897 - Do not throw exception from nsPluginTag::GetMimeTypes if a plug-in has no MIME-Types. (9d77c7205) - Bug 1103036 - Allow ContentChild to perform tasks during shutdown (342555d90) - Bug 1140714 - Pass through remote NS_OpenAnonymousTemporaryFile failure to caller. (04f01ef2c) - Bug 1124907 - Call SetCompositor() only when it is valid (2255eeda2) - Bug 1145149 - Include IntegerPrintfMacros in PerfSpewer.cpp (0e755cae8) - Bug 1146223 - IonMonkey: MIPS: Fix a typo in storeFloat32x3 (36dd95699) - Bug 1143686 - Gtk3 - Render scrollbar thumb with margin. (384347c60) - Bug 1143686 - Gtk3 - Render scrollbar thumb with margin. (8711babf3) - Bug 1142074 - remove NS_{IMPORT,EXPORT}_STATIC_MEMBER_ These have been unused for quite some time, and we have other ways of flagging static variables for export/import now. Whatever GCC bugs necessitated these macros are long gone as well. (a829ba500) - Bug 1139361 - Remove gTLSThreadID*, NS_TLS and mozilla::threads::ID. (4c21669cb) - Bug 1138123 - remove xpcom/sample/ as a bygone relic (2a4e33835) - cleanup MOZ_THROW_EXPORT inspired from current FireFox removing the MOZALLOC_EXPORT hack (534f81737) - Bug 868814 - Fold mozalloc library into mozglue. (324250a8c) - Bug 1119482, part 1 - Use CycleCollectedJSRuntime::Get() in the various CC wrapper methods. (3c8638c57) - Bug 1119482, part 2 - Move HoldDropJSObjects.h from xpcom/glue to xpcom/base. (c8ef6be30) - Bug 1119482, part 3 - Move the Hold and DropJSObjects implementations to a new HoldDropJSObjects.cpp file. (8a128cabd) - Bug 1119482, part 4 - Move IsJSHolder into HoldDropJSObjects. (154720b0d) - Bug 1141660 - Fix bustage from bug 868814 with --disable-replace-malloc (7f74490b2) - Followup for bug 868814 - replace non-obvious #if with simpler alternative. (2a1520452) - Bug 1132771 - Add a test for reading all moz.build files in filesystem traversal mode; (49dcae4ea) - Bug 1132771 - Support and test for reading without a config object; (b5fa44ed3) - Bug 1132771 - API to return moz.build files relevant for a set of paths; (5a53e692a) - Bug 1134072 - Remove support for post-eval sandbox callback; (fb63d7eda) - Bug 1132771 - Implement strongly typed named tuples; (7acf71487) - Bug 1135984 - Avoid setting an empty GYP_DIRS in contexts when reading it. (fceaf9f93) - Bug 1134072 - Support for sub-contexts; r=glandium (41a0c2197) - Bug 1136456 - Remove leftovers from TIERS support in mozbuild.frontend.reader. (4d5180e25) - Bug 1132771 - Pass special types down to sandboxes via metadata; (5126bd8a6) - Bug 1132771 - Support reading relevant moz.build files; r=glandium (6f9d6107c) - Bug 1132771 - Add Files to moz.build with ability to define Bugzilla component; r=glandium (d5416a6cc) - Bug 1132771 - Implement file-info mach command; r=glandium (64b7f8fad) - Bug 1132771 - Define some bug components; r=glandium (e4d2b4645) - Bug 1139050 - Add moz.build BUG_COMPONENT metadata for xpcom/. (ea30ac906) - Bug 1139050, part 2 - Move nsAlgorithm.h to xpcom/base. (21abdde35) - Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory:Alloc/Realloc/Free. (5a00f0487) - Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. (514d8e8eb) - Bug 1120308 - tcp control channel for presentation api. (f3ee09a89) - Bug 1125698 - Add ExpandErrorArguments() varargs helper function and remove uninitialized `dummy` va_list variable. (f9fdcd1db) - Bug 1101627 - Add touch action regions. (6e86516f3) - Bug 1092102 - Implement a WorkerDebuggerGlobalScope (4b3195921) - Bug 1036967 - Introduce ScaleFactors2D. (2a80be7d6) - Bug 1071018 - Work around an assertion (will be fixed properly in bug 1036967). (3f62cfa03) - Bug 1023190 - Fix extra horizontal line when draw background image with repeat-x mode (5ab11f642) - Bug 1135992 - Fix non-unified build failed in nsLayoutUtils.cpp. (8f8fcace8) - Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. (9ac347878) - Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. (37181a8a3) - Bug 1122094 - Remove some unnecessary code. (6c3b1abe2) - Don't async scroll overflowed single-line text boxes in APZ. (bug 1126090 part 6) (435d9d186) (365b9b17b) - import change from rmottola/Arctic-Fox: - revert PaleMoon HSCROLL (077a87aed) - If APZ is enabled, do not handle wheel-event scrolling in layout. (bug 1126090 part 1) (8c0ba79d6) - Factor out how APZ-aware events are dispatched from widgets. (bug 1126090 part 2) (fb6b7e57b) - Events synthesized in the child process must be propagated back to the parent. (bug 1126090 part 3) (5a4c9439e) - Translate coordinates in events synthesized from the child process. (bug 1126090 part 4) (5148f7fc2) - Wait for all paints to flush before synthesizing scroll events. (bug 1126090 part 5) (b99a19995) - Don't try to async scroll frames that have less than one pixel of scrollability. (bug 1126090 part 7) (475ffa090) (30bc5e7c6) - import change from rmottola/Arctic-Fox: - Bug 1148903 - Allow control characters to be rendered by user fonts. (679bff6bf) - initialize webp with different mode depending on endianness (part 2) (cf2429214) (53ea38ac7) - import change from rmottola/Arctic-Fox: - Bug 914666 - Exclude the frame borders from the composition bounds. (7fd2f59c1) - Bug 1137232 - Fix dumping of client layers so it doesn't get truncated. (926eb6c57) - bug 1127794 - With remote content calculate and store plugin geometry updates prior to the end of the shadow layer transaction. (c40120d79) (b73126108)1 point
-
I warned you, HDATSR won't work in plain Windows ME ! If you like to continue with this driver, use ONLY HDA2.DLL and the entrance in SYSTEM.INI I gave you. The two files I mentioned should be there after reboot, and will reside in your Windows directory.1 point
-
I am a complete novice at this stuff x_x What entries do I need to add? I also reinstalled ME and things seem to be going much better. Using a generic driverpack of 400,000 drivers fixed a bunch of usb drivers that would not install. Done: 945GMA (video), chipset, ethernet, and multiple USB thingies Needs work: audio (not installed yet), wireless card, cardbus??? Issues: Drive C is using MS-DOS compatibility mode file system, motherboard resources are giving me an exclamation mark, the wireless card is 2000 or later. I tried these drivers. My wireless card's hardware ID is: VEN_168C&DEV_1014&SUBSYS_058A1014 My audio driver's hardware ID is: VEN_8086&DEV_27D8&SUBSYS_201017AA&REV_02 I can confirm a 945GMA video driver exists for Windows 98 This driver has to be installed manually via the device manager because the program contains an artificial OS block. https://www.driverguide.com/driver/detail.php?driverid=1239980&auth=At82snaUidNtrCvtF7wFYmllar0f3%2BrewfY6ssl80AQdylcNrTPrdPtK5D1ujC8WqUBIrUWa7CCDsRPO7bIb6ap0O%2BUZyHvK5KJ8l%2Fdi2gsdfxdHcpTwRB4td%2B6op811 https://imgur.com/a/gIXWpK1 I also figured out that motherboard resources needed Lone's custom INF driver but it's still giving me a code 15 error (conflicting devices). Sadly, it does not let me modify resources.1 point
-
New openssl v1.1.1c for XP available! lib*_static.lib files are included now, so the .7z files for both versions are now about 5.6 MB each.1 point
-
For those of you that don't know. There is a new 2019 update for XP / XP x64 & Server 2003 / Server 2003 x64 ! https://www.catalog.update.microsoft.com/search.aspx?q=4500331.1 point