Leaderboard
Popular Content
Showing content with the highest reputation on 10/28/2023 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20231028-3219d2d-uxp-db8e04921c-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20231028-3219d2d-uxp-db8e04921c-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-20231028-3219d2d-uxp-db8e04921c-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.7a1.win32-git-20231028-d849524bd-uxp-db8e04921c-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231028-d849524bd-uxp-db8e04921c-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231028-d849524bd-uxp-db8e04921c-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20231028-d849524bd-uxp-db8e04921c-xpmod.7z Official UXP changes picked since my last build: - Issue #2332 - Hyphenate rtc stats type as per spec (9f63203a43) - Issue #2350 - Part 0: Add a helper function DefaultNumberOption (735bb78c28) - Issue #2350 - Part 1: Apply "minimumIntegerDigits" to number-formatters with fraction-digits. (be81bae5b7) - Issue #2350 - Part 2: Allow "maximumFractionDigits" option in Intl.NumberFormat to be less than the default minimum fraction digits. (e65b46ba0f) - Issue #2282 - Align the Performance Observer navigation and resource with the spec. This now passes the conformance tests. https://bugzilla.mozilla.org/show_bug.cgi?id=1425458 Resource timing entries Workers - part 2 - PerformanceTimingData. https://bugzilla.mozilla.org/show_bug.cgi?id=1462605 PerformanceNavigationTiming.name must be the value of the address of the current document. https://bugzilla.mozilla.org/show_bug.cgi?id=1462883 Update PerformanceTimingData::mReportCrossOriginRedirect in SetPropertiesFromHttpChannel. https://bugzilla.mozilla.org/show_bug.cgi?id=1462879 PerformanceNavigationTiming must be notified correctly - part 1 - notify. (373fb9ae07) - Issue #2282 - Part 2 - Re-add some timer clamping that got clobber erroneously. (bb656856b6) - Issue #2355 - Apply self-transforms to the frame of top level <svg> (0bcaa2ff90) - PR #2356 - Treat all GLSL versions >=450 as 450 (ef54fc458c) - Issue #2357 - WebM demuxer can't tell when a video wants to be transparent. (71cc0ef940) - Issue #2357 - VPXDecoder does not decode alpha frames. (c0ba3a8d2e) - Issue #2357 - Paused WebM videos w/alpha are 100% transparent if HA is disabled. (9982ceb94f) - Issue #2357 - WebM w/alpha renders black if WMF decoder is enabled. (490df49307) - Issue #2357 - Add reftest for WebM alpha. (83ecbdfacb) - [media] Use RefPtr<TrackBuffersManager> instead of raw pointers (eb44f633ee) - [DOM] Ignore status 206 and vary header checking for opaque responses in the Cache API. (fe37319996) - [network] Block more invalid cookie name characters. (38f8fde3e3) - [widget] Change RegisterDragDrop to be called on idle. (f2b0066036) - [WebGL] Add preffed limit to WebGL vertCount (e4d635f889) - [DOM] Drop mWrappedRunnable early in workers. (aae5866390) - [XPCOM] Add several app/msi file types to the executables list (Win). (74a4260ecd) - [WebRTC] Give ::Terminated() the same treatment as ::Close_g (48c27934c7) - No Issue - Implement crypto.randomUUID (9e6a0c089f) 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: - ported from mozilla: Bug 1476955 - Structured clone algorithm doesn't serialize Array Length contrary to HTML spec, resulting in truncation of trailing sparse arrays like [1,2,3,,] (length=4) to [1,2,3] (length=3); r=sfink (958b3cdb98) (a553551082) - ported from mozilla: Bug 1538622 - StructuredClone serialize and deserialize should treat back reference consistently r=jorendorff (aca6f427e0) (e7c5600d7d) - Crypto: follow-up rev 9e6a0c08, don't use c++17 feature here. (941902c878) - dom/media: follow-up rev eb44f633, add reference symbol `&' to prevent unneeded AddRef()ing (db8e04921c) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * 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.4 points
-
@nicolaasjan BTW, you are welcome to post your corrected Dutch language pack in my thread Extensions and custom buttons for UXP browsers - Corrections, modifications, adjustments, and special recommendations.Then, I would list it in the second post of my thread, as I already did for my German language packs, so that users can find it much more easily. Only if you want, of course.4 points
-
You could try updating the UCRT files https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows3 points
-
No, I mean the file content.dtd which is located in the omni.ja file in your current programme folder of New Moon 28. However, not the omni.ja in the main folder but the one in the subfolder browser. You only have to extract it then. The omni.ja is an archive file which can be extracted by 7-Zip, for example. After extracting, you will find the file content.dtd in the subfolder /chrome/en-US/locale/browser/preferences. Hope I could help you.3 points
-
Under browser\chrome\de\locale\browser\preferences\, for example, new entities were added to the file content.dtd starting from line 33 jsOptions.label, jsOptionsWasm.label, jsOptionsWasm.accesskey. The best is to compare this file with the original English one, and you will see all the entities to be added, removed or changed.3 points
-
In my spare time I follow Dave Plummer's YouTube channel where he talks about various different things, mainly about his days at Microsoft many years ago (he's a retired Microsoft employee and, for those who didn't know, he's also the creator of Task Manager). Anyway, he visited the IBM lab as recently as last week where they're making new modern mainframes and long story short they're still relying on Windows XP on some of their equipment (albeit the embedded version): In the video, he said: "and here's where I discovered that they're relying on an old friend, something I've worked on, Windows XP. That's right, their stations still run on Windows XP. I guess when you absolutely, positively, need your fill station to work every time you only rely on the very best". for those who are curious about the video, you can go to minute 16:352 points
-
More and more sites are requiring this, even Walmart just recently started forcing it and it's a real pain. Banks I could see maybe for the extra security but for the rest of them it just seems like overkill.2 points
-
Same thing happens when using Twitter or hotmail, the ui slows down and eventually becomes unusable. Interestingly, firefox 52esr does not have this problem so it's likely a code update in pale moon/uxp. Guess it's a tradeoff to modernizing the browser and making it more accessible.2 points
-
Or maybe try this one (digitally signed). Just rename it to api-ms-win-core-localization-l1-2-2.dll api-ms-win-core-localization-l1-2-0.zip2 points
-
TBH, it was a long time ago when I corrected this issue. It may well be that I had also corrected entries in the colors.dtd file at that time. And the issue is related to the Colors dialogue, of course. But I definitely know (I had briefly checked before replying) that I added for example the entities I already mentioned in the content.dtd file. But maybe that wasn't the cause of the Colors problem, but of a previous problem. I compare and correct, but I don't document every single step. In any case, the most important thing is that all errors are found, and the language pack works again. And now, you at least know where to look. Anyway! I'm glad you were able to correct the Dutch language pack.2 points
-
The content.dtd file was not the culprit here. I had to modify colors.dtd. (the translated strings are the same as in official Pale Moon) Now it's functional again. Feel free to add it to your alphabetical list of all posted extensions. The link is the same as in my previous post about the updated privacy.dtd.2 points
-
@UsefulAGKHelper The most difficult part is to understand, why something goes wrong and in which file. For this, only Windbg helps (you need 2 compis for this). After you have an idea, what may be wrong, you can use IDA Pro64. Very often the cause for an error is independend from the OS. Needs some time to learn, how to work with those tools. And for changing files you can use Winhex. Of course there is another way, I mean to understand Assembler language and its work together with XP. I think, here in the forum only @Mov AX, 0xDEAD can do that and @daniel_k Dietmar2 points
-
The issue was located under Preferences -> Content -> Colors. I found it by accident. Have a look here: Cheers, AstroSkipper2 points
-
Hi @George King, I have lost complete the overlook over all the versions of those files. I make them also for win2000, win7, win8, win8.1. I know, that I always send the most most new to Ramsey for XP SP3, so there they are for sure the latest ones. For XP bit64 SP2 I have only the modd here in the forum from January 2023 for hal.dll and intelppm.sys. They cant be done better. Here are my last acpi.sys for XP SP3, win2003 bit 32 and XP bit64 SP2 with most needed hacks https://ufile.io/1bu70rru Dietmar2 points
-
Just use Driver Signature Enforcement Overrider and you will get rid of the annoying windows popups and the such.2 points
-
Yes, I can confirm, it's the same like in the original version it leads to h--p://bbs.360.cn/forum.php?mod=viewthread&tid=14294828 http I replaced to h--p2 points
-
Of course! Why would I give a theme with China connections!? What do you mean by "bloated"? There's nothing there that connects to China.2 points
-
You're welcome! My VM has only 2 GB of RAM, unfortunately I can't risk using a lot of RAM (multiprocess mode, I prefer single-process mode!) just to use Hotmail. And I use Gmail as my email service anyway.1 point
-
For a complete and correct localization, you will need to replace the image base address and resources of about 100 files with those of your language version. - https://win2k.org/blog/2019/10/07/1989811/ That means localization requires collecting files from various updates such as KB891861, XP SP3, SV2003 SP2, non-public updates, etc. I'm tracking down what I actually need. My final plan is making auto localization python script which download, extract, modify, and re-compress everything automatically. A little spoiler -1 point
-
What does it have to do with UA? Compare the GUI, it's different, this one is indeed looks like the right one, and his picture doesn't.1 point
-
@K4sum1 Hi, on newer Intel boards >= Skylake, is an error in hardware about the sleeping states. Only D0 ===> D1 for the cpu still works. This patch does nothing other, than to put all those higher sleeping states to D1 Dietmar1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.9-Goanna-20231028.7z Changelog: Out-of-tree changes: * update Goanna3 to git 43215fa79a...5a5b052a7c: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1240985 - Fix cancel during timeout (r=dvander) (aa66774c7f) - Bug 1240985 - Add some MessageChannel logging (r=dvander) (dcc180e567) - Bug 1240985 - Return false when trying to Send while dispatching urgent (r=dvander) (07228fd370) - Bug 1241370 - Don't strdup() the message name in InterruptFrame. r=billm. (b3eea7ef04) - Bug 1240985 - Check for cancellation during ProcessPendingRequests (r=dvander) (e22631c97f) - Bug 1240985 - Fix transaction ID when sending cancel message (213c061146) - Bug 1240985 - Crash when trying to cancel while dispatching urgent message (r=dvander) (dd95c78de2) - Bug 1128454 - When plugin bridging mysteriously fails, log the ipc channel state along with the nsresult error code. r=billm (970a69b03c) - Bug 1240985 - Add mLastError to track sync Send errors better (r=dvander) (a065cdf479) - Bug 1240985 - Make sure to queue mDequeueOneTasks after cancellation (r=dvander) (ed401f32cb) - Bug 1240985 - Fix some timeout/cancel interactions (r=dvander) (d1bb25a3de) - Bug 1240985 - Make intentional crash happen sooner when cancelling a racy sync message (r=dvander) (8871800d35) - Bug 1246886 - initialize mMoved in move contructor. r=billm (884d9c7353) - Bug 1240985 - Stop returning MsgNotAllowed (r=dvander) (2caeb4a040) - Bug 1191145 - Stop blocking scripts when handling IPC messages (r=dvander) (25c8731ee6) (d495b4c6b4) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 930218 part 1. Factor out the computation of block-size taken up by box-sizing into a separate function so we can reuse it. r=dbaron (22033f4184) - Bug 930218 part 2. Account for the parent's box-sizing whe figuring out the percentage height of a kid with an intrinsic ratio for purposes of determining the parent's shrink-wrap width. r=dbaron (041711f58f) - Bug 1235306 - Fix -Wimplicit-fallthrough warnings in layout/. r=dholbert (581c212254) - Bug 1074971 - Add support for reserved commandkey combinations that can't be handled by content (e10s-only feature). r=smaug (e43d39dcef) - Bug 1186799 part.1 nsHTMLEditorEventListener should commit composition when it receives unacceptable mousedown event r=smaug (17f2c48e96) - Bug 1230216 - Changing nsIDOM*Event interfaces so that they don't inherit nsIDOMEvent. r=smaug (df77f91ecc) - fix cancelBubble situation and align to gecko (bc133dc50a) - Bug 1211402. Re-enable the upload step, but take out the stuff that no longer works (as in, everything.) r=me (cb7abd67d2) - align (bac4aec6cc) - Bug 1243608: P1. Only use video time if video frame contains seek target. r=cpearce (21d9e988ed) - Bug 1244477: Offset seek time by start time. r=jwwang (743c24b2f7) - Bug 1243608: P2. Pass the full SeekTarget object to MediaDecoderReader::Seek. r=cpearce (6ff30b4b65) - Bug 1243608: P3. Make SeekTarget::mTime a TimeUnit object. r=cpearce (357d9864de) - Bug 1243608: P4. Have MediaDecoderReader::SeekPromise return a TimeUnit. r=cpearce (53b476c62d) - Bug 1159343: Interrupt seek early when possible. r=jwwang (9e26e69593) - Bug 1243608: P5. Add type utility methods to SeekTarget class. r=cpearce (8e740bab50) - Bug 1243608: P6. Only seek audio to video seek time when performing a fast seek. r=cpearce (d2a51a71f0) - Bug 1233650. Part 1 - extract OutputStreamManager to its own file. r=roc. (52d533f923) - Bug 1230882. Part 2 - remove DecodedStream::BeginShutdown() and other unused code. r=roc. (b2820b8f14) - Bug 1231091. Part 1 - Add mVideoCompleted so MDSM can check when audio/video is done rendering. This removes the only caller of DecodedStream::IsFinished(). r=roc. (536f63e385) - Bug 1146086: Properly marking overridden member with override keyword. v2. a=bustage (b6ed1b4e6c) - Bug 1177243 - Use PodZero rather than memset in WebM decoders. r=rillian (f9853b72ee) - Bug 1230054: Remove unused WebMReader. r=kinetik (1f88fe3c43) - Bug 1230054: Add missing headers ON A CLOSED TREE. r=me (6e33accf03) - Bug 1231091. Part 2 - return correct promises when audio/video track is asked. r=roc. (aef6342e59) - Bug 1231091. Part 3 - resolve the end promise when all frames are rendered. r=roc. (bbb180dd90) - Bug 1231091. Part 4 - ensure the end promise is resolved in the special case where video duration is 0. r=roc. (7835c31e75) - Bug 1231091. Part 5 - Remove DecodedStream::IsFinished() and unused code. r=roc. (6dd02e5d6b) - Bug 1231091. Part 6 - fix test_streams_element_capture.html timeout. r=roc. (8aae5c09cc) - Bug 1232520 - dont' invoke AbstractThread::MainThread()->Dispatch() to avoid reentrant of AutoTaskDispatcher during tail dispatching phase. r=jya. (5434d0f370) - Bug 1233650. Part 2 - make OutputStreamManager ref-counted so it can be shared between MDSM and DecodedStream. r=roc. (93e7d0e065) - Bug 1233650. Part 3 - move creation of OutputStreamManager from DecodedStream to MDSM. r=roc. (a469dbcc9f) - Bug 1233650. Part 4 - remove unused functions from DecodedStream. r=roc. (ec8753365e) - Bug 1248314. Part 1 - Since OutputStreamManager::Connect/Disconnect is tightly coupled with the constructor/destructor of DecodedStreamData, it would improve cohesion to let DecodedStreamData manage an OutputStreamManager and know when to call OutputStreamManager::Connect/Disconnect. r=roc. (467d1472ca) - Bug 1234424. Part 1 - share the underlying value of MDSM::mSameOriginMedia with DecodedStream. r=roc. (ff0abefb26) - Bug 1234424. Part 2 - remove unused code. r=roc. (5a8266779b) - Bug 1248314. part 2 - move track initialization code into the constructor of DecodedStreamData. r=roc. (4d57f47654) - Bug 1248229. Part 1 - add test case to test if playback can work correctly after GC. r=roc. (83c81dc7cc) - Bug 1248229. Part 2 - GC might happen in between OutputStreamManager::Disconnect() and OutputStreamManager::Connect(). We need to check if the stream is already destroyed before trying to connect it. r=roc. (c5a0ed670c) - remove PM leftover (ed9ce00aad) - Bug 1236703: P1. Add debugging information for MSE to about:media plugin. r=kentuckyfriedtakahe (4385a86197) - Bug 1236703: P2. Add methods to retrieve debugging data on plain readers. r=jwwang (34bf637124) - Bug 1236703: P3. Add moz specific method to retrieve debug data to media object IDL. r=bz (65c95eff74) - Bug 1194721: Add additional PDU pack and unpack functions, r=shuang (d6ae416a10) - Bug 1261307: Convert Unix socket IPC code to |UniquePtr|, r=nfroyd (cd797f4581) - Bug 1236574 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in SocketBase subclasses; r=tzimmerman (6a20e9e905) - Bug 1239207 - Don't process IPDL when not compiling; r=glandium (20ba7fb311) - Bug 1210099 - Use diagnostic assert for union discriminator checks (r=jld) (74844eee1b) - Bug 1208226 - Don't crash when failing to map a segment of shared memory. r=sotaro, billm (1822a634d9) - Bug 1236635 - Fix compile error in IPC unit tests (r=jld) (c82e0bfe61) - Bug 1263429 - Don't build libevent with sysctl on Linux. r=billm (00f248f61e) - Bug 1304266 - Remove libevent workaround for MacOS 10.4 bug (r=dvander) a=jcristau (676758a926) - Bug 1241776 - turn ENABLE_SHARED_ARRAY_BUFFER on for all channels. r=nbp (dc53fff545) - Bug 1248851 part 1 - Explicitly mark some release() calls result-unused. r=Waldo (b377e3d86e) - Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink (7afab5c807) - bug 1225649 use CreatePlanarYCbCrImage() now that CreateImage() is gone r=dvander (b8a30f3d84) - Bug 1234092: P1. Remove GStreamer support. r=kentuckyfriedtakahe (bf6a5d8811) - Bug 1234092: P2. Remove GStreamer check from configure. r=glandium (73b69b41db) - remove configure options (f9585af0d1) - Bug 1168309 - Add the define, MOZ_GONK_MEDIACODEC, to dom/media. r=cpearce. (a4481af932) - Bug 1240616 - mach mochitest-run suggests deprecated commands as an alternative r=cmanchester (17687db974) - Bug 1249838 - Avoid dependency from the mozconfig loader on mach. r=gps (a88506c027) - Bug 382721 - Part 0: Add missing includes and namespaces. r=jrmuizel (eecf253c5e) (5a5b052a7c) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon761 point
-
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.win/basilisk/basilisk55-win32-git-20231028-822f6009e-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20231028-822f6009e-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2350 - Part 0: Add a helper function DefaultNumberOption (735bb78c) (b45d3c0a2) - ported from UXP: Issue #2350 - Part 1: Apply "minimumIntegerDigits" to number-formatters with fraction-digits. (be81bae5) (4a4ac6487) - import from UXP: Issue #2350 - Part 2: Allow "maximumFractionDigits" option in Intl.NumberFormat to be less than the default minimum fraction digits. (e65b46ba) (c10732d23) - ported from UXP: - Issue #2282 - Align the Performance Observer navigation and resource with the spec. This now passes the conformance tests. https://bugzilla.mozilla.org/show_bug.cgi?id=1425458 Resource timing entries Workers - part 2 - PerformanceTimingData. https://bugzilla.mozilla.org/show_bug.cgi?id=1462605 PerformanceNavigationTiming.name must be the value of the address of the current document. https://bugzilla.mozilla.org/show_bug.cgi?id=1462883 Update PerformanceTimingData::mReportCrossOriginRedirect in SetPropertiesFromHttpChannel. https://bugzilla.mozilla.org/show_bug.cgi?id=1462879 PerformanceNavigationTiming must be notified correctly - part 1 - notify. (373fb9ae) - Issue #2282 - Part 2 - Re-add some timer clamping that got clobber erroneously. (bb656856) (6b744a90e) - import from UXP: Issue #2355 - Apply self-transforms to the frame of top level <svg> (0bcaa2ff) (3ce2aeff0) - ported from mozilla: Bug 1476955 - Structured clone algorithm doesn't serialize Array Length contrary to HTML spec, resulting in truncation of trailing sparse arrays like [1,2,3,,] (length=4) to [1,2,3] (length=3); r=sfink (958b3cdb98) (52ffb5d40) - ported from mozilla: Bug 1538622 - StructuredClone serialize and deserialize should treat back reference consistently r=jorendorff (aca6f427e0) (2283aca41) - import from UXP: Issue #2357 - WebM w/alpha renders black if WMF decoder is enabled. (490df493) (71e1eecc3) - ported from UXP: [media] Use RefPtr<TrackBuffersManager> instead of raw pointers (eb44f633) (338820c9d) - import from UXP: [DOM] Ignore status 206 and vary header checking for opaque responses in the Cache API. (fe373199) (ce601e15d) - import from UXP: [network] Block more invalid cookie name characters. (38f8fde3) (ca2fc55d2) - ported from UXP: [widget] Change RegisterDragDrop to be called on idle. (f2b00660) (a102c25d2) - import from UXP: [WebGL] Add preffed limit to WebGL vertCount (e4d635f8) (0730088e9) - import from UXP: [DOM] Drop mWrappedRunnable early in workers. (aae586639) (92adcb2f9) - import from UXP: [XPCOM] Add several app/msi file types to the executables list (Win). (74a4260e) (a406edc82) - import from UXP: [WebRTC] Give ::Terminated() the same treatment as ::Close_g (48c27934) (b9cf4c96a) - import from UXP: No Issue - Implement crypto.randomUUID (9e6a0c08) (822f6009e)1 point
-
I see, thanks for the information. In my case, Serpent 52 didn't lock up after I logged in to Facebook. However, it did get slowed down (no wonder since Facebook is a very heavy platform as you said), but it never locked up, nor it closed itself. This website requires WebGL, and ever after enabling WebGL in Serpent 52, I still can't access the website.1 point
-
That might be enough to fix my problem. 2AM UTC November 3rd is approximately when my 7 day grace period would have expired. With your tip, My GitHub account now sees 2FA as being enabled.1 point
-
My German language pack for New Moon 28 - Fixed - Part 2 In the German language pack from the quoted post above, I found another issue under Einstellungen -> Inhalt -> Farben months ago. Here is a screenshot to demonstrate this issue: I had already fixed this problem at that time and the language pack got the version number 28.10.0rc3. This fixed version wasn't offered by me, though. Here is a screenshot of the fixed version: Yesterday, @roytam1 reported a new problem in the preference menu under Einstellungen -> Datenschutz due to changes of some entities. Here is a screenshot of this new issue: Today, I have fixed this issue in version 28.10.0rc3 and have assigned the number 28.10.0rc4 to the new, corrected version. Here is a screenshot of the fixed version: And here is the download link of the updated, German language package in version 28.10.0rc4 for New Moon 28 from 2023-10-19 and up: https://www.mediafire.com/file/6f7jyk6fldmzihh/de-28.10.0_RC4.xpi/file Greetings from Germany, AstroSkipper1 point
-
@NotHereToPlayGames I have tried once or twice to PM you but it doesn’t seem to be possible. Anyway, thanks for actually trying Kaspersky 18 on XP x86 during my recent absence from the forum! You were quite right about one thing: For too long the debate was dominated by people who never even used Kaspersky (including me and the OP of this topic). Also thanks to @UCyborg for testing Kaspersky 18 on XP x64 and confirming that it works, and to the anonymous member who already told me that beforehand. 🙂 I won’t be posting in the Astro-Blog anymore, which should not only be locked but deleted entirely because it is hopelessly biased politically (not to mention boring). Since that was the last topic at MSFN of any interest to me, I will become very scarce unless someone asks an interesting question, which rarely happens at this forum anymore. Bye!1 point
-
I certainly don't have the "answer". MSFN has some very biased "factions" where members take "sides" based solely on political viewpoints instead of technical merit. Not because politics are "allowed" but because we all know each other very well. We are all "family" and we know which "brothers" think this way and which "brothers" think that way. We've all seen the trolling of members for the sake of "liking" content of no underlying meaning other than a "member of their faction" made the post. https://www.dictionary.com/e/slang/it-is-what-it-is/1 point
-
I searched in vain for something worthy of quotation in your last post. Are you saying that Kaspersky could be trusted if there were Anglo-Saxons living in Moscow? As I have pointed out before, it is the independent labs who “sing Kaspersky’s praises” - not I (who never used it as you well know). Am I more inclined to believe the independent labs than governments (including my own) that clearly have an anti-Russian foreign policy agenda? You bet I am! You and AstroSkipper obviously place greater faith in government pronouncements, which is the entire dispute in a nutshell. As I recall, Germany was eagerly awaiting completion of “Nordstream II” just two years ago, but now they have “seen the light” and become “born again” anti-Russians. I’m not saying that’s a bad thing - in fact it has helped to silence those isolationists in America who think we should withdraw from NATO and let Europe fend for themselves. (I was never one of those, although you have single-handedly caused me to give the matter more thought.) Frankly, the United States badly needs to pivot its attention toward the Pacific, where a new threat has been growing steadily. Meanwhile, Astro posts updates about Chinese security software and your accounts react as a matter of course. With allies like you, who needs enemies? 🤔 I learned the futility of reporting your accounts some time ago, but thanks for the suggestion. The mayor of New York City has indeed spoken about an immigration “crisis” recently, but the population influx in question comes from Central America - not Russia. You picked a peculiar topic in which to argue that the US government is “pro-Russian.”1 point
-
Hi, I have the same Bsod, only when I close the Mypal68 browser. Much less often than before, but happens on 4Gbyte x58 motherboard (with multiprocessor in Mypal68 enabled). BSOD win32k.sys, bluescreen and compi reboots Dietmar1 point
-
@NotHereToPlayGames I just want to know, which settings I have to change in this new Chrome version, so that the edu Scratch page works for me under XP SP3. In the browser version before (zip1) it works Dietmar1 point
-
Please send me the version of Chrome, that works for the Scratch edu side Dietmar1 point
-
1 point
-
First, I don't see a screenshot. Second, "the parameter is incorrect", look the link below. Third, you would need to run InfVerif.exe from the command line. https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/inf-validation-errors-and-warnings1 point
-
I assumed you meant smth like this: (you wrote steeling cookies) hardening (!?) cookies. But then again, considering the way you spell, sometimes hard to understand, sorry ! So no reason to be mad. Web security : hardening cookies/ https://odino.org/security-hardening-http-cookies/1 point
-
Firefox aint better, there was a good topic here on how it leaks your data to russian yandex (with proof , screenshots , etc ).1 point
-
I don't know about "non-stop", I suspect it happens on start, but this information is widely available, could be easily found, like the example I gave you above about stealing ones cookies. EDIT : @Milkinis, in theory, there are methods to switch off the "file system" , I'm not sure about the success though.1 point
-
Inconvenient, might drive someone nuts ? I don't know.1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20220910-485bba73-uxp-92cf68733-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20220910-485bba73-uxp-92cf68733-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20220910-id-828aab8-uxp-92cf68733-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20220910-id-828aab8-ia-93af9a0-uxp-92cf68733-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20220806-485bba73-uxp-e36be164d-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20220806-485bba73-uxp-e36be164d-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom Changes: - sync SSUAO with rev 0196638c89 in Basilisk-Dev upstream (485bba73) * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20220806-id-828aab8-uxp-e36be164d-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20220806-id-828aab8-ia-93af9a0-uxp-e36be164d-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild Changes: - remove mozProtocolHandler from package (68b9c44) - HACK: add SSUAO from rev 0196638c89 in Basilisk-Dev (a4fc097) for UXP changes please see above.1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20220730-0abce9fa-uxp-a8454ac78-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20220730-0abce9fa-uxp-a8454ac78-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20220730-id-828aab8-uxp-a8454ac78-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20220730-id-828aab8-ia-93af9a0-uxp-a8454ac78-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
There aren't lots of options . And I'd suggest avoiding Linux at all costs . Like @Mr.Scienceman2000 wisely admitted , you'll just switch to another master and I agree . I'm also a gamer , but I try to stay with Vista . The experience is very good so far . Also , don't waste time on XP , there's nothing to gain for you there at all , should be obvious. Win 7 vs. Vista - Vista is the clear winner in speed and quality (sound , rendering and even HD playback). Now you wrote you have GTX970 , I can suggest some very good Vista drivers.1 point
-
Trolling lvl 168 . I'm sure you know Cyberpunk 2077 is directx12 only , not to mention it's buggy as hell. And XP is what , 9.0b maximum ? Or smth like that.1 point
-
Now I understand why we have to deal with an absolute crap software in the last 15 years.1 point
-
Ever tried to vlite them into Vista ISO ? I shall soon have another motherboard for the tests with USB3.0 only , so I'm interested if those will work during the installation.1 point
-
@win32 and the others , thank you all , no , nothing of these worked . If you're curious , I found drivers from 2018 made by (I don't know actually, lol , no info in the readme) , but not on this forum . I'm not sure about posting links , but the readme inside the package says : "...drivers for Hudson-3/Bolton/Avalon/KernCZ family chipsets Version 1.1.0.0276 Release date 12/04/2018" . These are the only ones that worked on Q87 and B85 . I still need to try on H110 chipset , though. I do not have anything else to test on. I think the problems with win32's drivers are : 1st - they don't have my device in their inf , they do not even have Vista 6.0 section , also they are meant for 3.0 , while my device is 3.1 . Win32 , I guess you added your device into the inf ? So , with the ones I found , I get 3.1 speeds , I have an external enclosure with 3.1 abilities and the speeds are just awesome ! Way more than 150mbps. Win32 , I can share via PM , if needed.1 point
-
With what I use (map editors , strategy gaming , hooking , browsers modding) , it needs low latency RAM , like CL7 and 1866MHZ , expensive RAM . I bought several sticks in 2013 and they still run fine with only 1.42V . Yeah , I know , very good chips. I game on Haswell and the whole platform seems very slow to me . The amount of RAM won't help. Besides , I can't use more than 3.8GB , because I'm on a 32-bit Vista. The other PC with Quad Xeon (for the internet usage) is able to use 32GB , but this amount is an overkill for my needs. So I decided to install 16GB.1 point
-
Yeah , that's what I thought . I didn't get them to work , though. Perhaps they are only meant to work on Kaby Lake with more expensive chipsets ? I tried on haswell B85 , Q87 and the cheapest H110 Kaby lake chipset . On haswell I don't see USB or any other similar devices that could be used in device manager at all. I see junk like ME "PCI simple controller' . On H110 chipset, USB controller with yellow exclamation mark is visible , it installs fine , then it says I need to restart , then error code : 31. Do I have to install anything else ? When do i have to install HC switch from the package ? The instructions are very unclear , like the author was not sure himself . Also , there are two inf files . usbxhci.inf and uaspstor . Do I need them both ? Could you please give us clear instructions ?1 point
-
Would be nice , I'll purchase ryzen or kaby lake board and start testing then. So you're not sure which update ? I can't imagine to install a ton of them, between 2017 and 2019.1 point
-
After very good results for speed test in any situation, and long life, I just ordered an Intel Optane SSD 905P 960GB, PCIe 3.0 x4 (SSDPED1D960GAX1) and will install XP SP3 on nvme on it. I use the EVGA dark z390 motherboard for this, it has a brand new BIOS with full XP ACPI support. In few days I report about, Dietmar1 point