Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 06/09/2026 in all areas

  1. 6 points
  2. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20260620-3219d2d-uxp-f718564719-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20260620-3219d2d-uxp-f718564719-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-20260620-3219d2d-uxp-f718564719-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-20260620-d849524bd-uxp-f718564719-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260620-d849524bd-uxp-f718564719-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260620-d849524bd-uxp-f718564719-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260620-d849524bd-uxp-f718564719-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260620-d849524bd-uxp-f718564719-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2306 - Re-introduce pref for WeakRef API spec. (8eac1db64b) - Issue #2306 - Enable full weakref by default in platform. (0bd0d0a296) - Issue #3122 - Exclude local resources from <base> CSP checks. (692606e89c) - Bug 2029066 - Remove Sinking of Live instructions. (2712943075) - Bug 2029765 - avoid refcount over-release in nssTokenObjectCache error path [@ nssToken_Destroy]. (13d8737677) - [network] Make keep-alive pref Atomic. (f20e0799a0) - [DOM] Reject too large mLength in MutableBlobStorage::WriteRunnable. (b60661dfe1) - Bug 2023478 - improve handling of escape sequences in pk11uri_ParseAttributes. (7ae6442d99) - Bug 2033848 - Use non-default response ID for GTK file picker accept button. r=stransky (81babad165) - [DOM] Zero-initialize ThreadSharedFloatArrayBufferList. (5ab14e5932) - No issue - Use ImmGCPtr for module meta data visits. (0bdcc65c4c) - [parser] Better align with spec definition of adding nodes. (a50e1d7ae5) - [DOM] Avoid over-optimizing some getter/function calls. (a83b6f74bb) - [gfx] Check more offsets during CFF subsetting. (9a457cbfd9) - [network] Make HttpBaseChannel::mLoadFlags atomic. (100f6aaf5b) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat and icu63.dll 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.
    5 points
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20260613-3219d2d-uxp-ec5b4aa693-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20260613-3219d2d-uxp-ec5b4aa693-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-20260613-3219d2d-uxp-ec5b4aa693-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-20260613-d849524bd-uxp-ec5b4aa693-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260613-d849524bd-uxp-ec5b4aa693-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260613-d849524bd-uxp-ec5b4aa693-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260613-d849524bd-uxp-ec5b4aa693-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260613-d849524bd-uxp-ec5b4aa693-w7plus-avx2.7z Official UXP changes picked since my last build: - Revert "Bug 2027433 use nullptr for silent up-mix channels" (4d9fe0ca23) - Revert "Bug 2027433 Treat null input channels as zero in AudioChannelsDownMix()" (cbdec72879) - Revert "Bug 2027433 Treat null input channels as zero in InterleaveAndConvertBuffer()" (68b774798b) - [DOM] Provide more silent audio processing frames. (f83dd5bf22) - Issue #3111 - Clean up logic in SweepFinalizationRegistries. (b336d24faf) Official Pale-Moon changes picked since my last build: - [Pale-Moon] Adjust default theme to handle adjusted metrics for border truncation. (d7d7589555) No official Basilisk changes picked since my last build. My changes since my last build: - Revert "Revert "Revert "Revert "Implement FinalizationRegistry" and related commits.""" (ff2a1248c4) Update Notice: - You may delete file named icudt*.dat and icu63.dll 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.
    5 points
  4. Regarding panda forum reporting, to be able to uninstall panda you have to be able to stop the antivirus running. right clicking task bar icon does not always respond. after a few reboots my task bar icon informed me that my computer was not protected, a tiny red circle with the x. then it was easy to uninstall from add/remove. I also used their generic uninstaller which removed everything from my pc. I did a clean install but unfortunately the song remained the same. 5 minutes later it crashed. I have not got the foggiest how to go about it.
    4 points
  5. Yes indeed, in fact, the first test I did was to replace that entire folder with one from an ISO image I made a few days before the fault appeared. It made absolutely no difference, it still carried on crashing, so I discounted the contents of that folder as having anything to do with the problem. I next looked for any other recently updated files in the Panda installation, and that led me to the cache folder in the Panda program files folder.
    4 points
  6. OK, an update. I rang the local UK number for Panda's technical support. It's operated by a company called AnyTech365. They took ages to answer the phone, but just as I was thinking about giving up, the call was answered by a very nice and very helpful guy, who sounded completely English! He wasn't aware of the problem, and I had the usual lecture about the risks of still using XP, but when I pointed out that Panda make a big thing of still supporting XP, he was quite conciliatory about it! Amazingly, when I said I'd already reported the problem via a web form, when I gave him the case number, he actually found my report from last Friday on his system! It's open and pending response apparently. I told him that I had, since the report, discovered that the files in the cache folder are apparently related to the problem, and he has added that information to the report. So, a rather better experience than I thought it would be! All I can do now is wait and see what comes back, but if nothing does, at least I now know there's a real person I can talk to if I need to.
    4 points
  7. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20260627-3219d2d-uxp-98f21468a1-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20260627-3219d2d-uxp-98f21468a1-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-20260627-3219d2d-uxp-98f21468a1-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-20260627-d849524bd-uxp-98f21468a1-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260627-d849524bd-uxp-98f21468a1-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20260627-d849524bd-uxp-98f21468a1-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260627-d849524bd-uxp-98f21468a1-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20260627-d849524bd-uxp-98f21468a1-w7plus-avx2.7z Official UXP changes picked since my last build: - Fresh import of libpng 1.6.58 (b61274cd5d) - Apply (hopefully for the last time before 2.0.x) APNG support code. (882bf4b345) - [devtools] Consistently show filepicker on first save action from StyleEditor. (6316f240c7) - Bug 2029403 - avoid PORT_Strdup in ssl_DecodeResumptionToken. (c95367158a) - Bug 2030366 - avoid race with module unloading in NSSTrustDomain_FindTokensByURI. (43317d3eba) - Bug 2030564 - add defensive input validation to sftk_compute_ANSI_X9_63_kdf. (346619a8ea) - [DOM] Clean up WebGL transform feedback validation. (a4a23b4318) - Issue #3122 - Put base paths in the json viewer client deps. (09108384c7) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat and icu63.dll 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
  8. Actually, "supermium_uao.exe" won't launch under XP SP3 (32-bit) because of two missing functions on XP's kernel32 system file: # Report By YY.Depends.Analyzer (Target:5.1.2600-x86) ## kernel32.dll * [ ] InitializeCriticalSectionEx - Supported OS: 6.0.6000, 6.1.7600, 6.2.9200, 6.3.9600, 10.0.10240 - Ref Module: supermium_uao.exe * [ ] LCMapStringEx - Supported OS: 6.0.6000, 6.1.7600, 6.2.9200, 6.3.9600, 10.0.10240 - Ref Module: supermium_uao.exe Above is a log acquired via the YY-Thunks CLI tool; the command I used was: YY.Depends.Analyzer "supermium_uao.exe" /IgnoreReady /ReportView:CheckBox /Target:5.1.2600 As @mjd79 suggested (), if you redirect the kernel32.dll function calls to Supermium's wrapper DLL "pwrp_k32.dll", you'll be able to make the executable XP-compatible ...
    4 points
  9. In CFF Explorer, replace the kernel32.dll import with pwrp_k32.dll and copy this file from your Supermium installation. The screenshot was taken on XP RTM
    4 points
  10. The file version of the installer file is meaningless, unfortunately. It isn't the version of Panda Dome that it will install. It's probably just the version of the packaging process used. As far as I can see, the only way to find out what Panda version it is, without actually installing it, is to extract it with 7-Zip and look in the extracted \Program Files\Panda Security\Panda Cloud Antivirus\ folder. There you should find a file called version.ini, which, if you open it, will list the Panda version and build number.
    3 points
  11. Well, I guess of those here still using XP, very few use Panda Dome, even though it's one of the vanishingly few security programs which is still supposed to work on XP. I found one instance on the virtually dead Panda forum reporting the same problem (with no response). https://support.pandasecurity.com/forum/viewtopic.php?t=12151&sid=a73549f228b82be2dde1657a770a28e4 My installation is still crashing all the time. It stops if I clear the recent files in the cache folder but starts again as soon as the folder repopulates.
    3 points
  12. Not to get anyone's hopes up, but I may have found a fix, or at least a workaround. In the Panda program files folder, there is a subfolder called 'cache'. I looked at that and thought, 'clearing out caches is often a good idea'. After first backing it up, of course, I deleted all the files in it. The program then ran on a reboot, with no crashes. All the instabilities seemed to have gone away. The only thing that happened was that Panda started prompting me to OK the running of a lot of program files, so maybe that's where that data was stored before. After OKing all the prompts, things were still good, but surprisingly the cache folder still didn't seem to have anything in it. The folder originally contained a .mngr file, a .util file, a .code file, and several sets of .act and .sig files, which were in pairs with the same filename. The first three files were dated from the date of the program's installation; of the other pairs, one was from back in February, and the others were all from July 3rd this year. I put all the files back, except the recent ones, which I was suspicious of, and everything is still fine. So, was there a corrupted file or files in there?
    3 points
  13. That's only for XP users, though. We discovered earlier that if you download and install the latest version from Panda on Windows 10, say, you get that version. If you install it on XP, however, it automatically downloads and installs an earlier version (22.03.05). I assume that is the latest (and probably last) version for XP. The build date for that version is 12/08/2025, which I think you thought was December because you didn't realise the date was in European format, so it's August 12th, not December 8th, even older than you thought! The current version is 23.01.00.0000, whose build date is 29/06/2026, so very recent. Nothing back from Panda support as yet. I have disabled the real-time scanning, which has stopped Panda interfering with the rest of my system, but the service is still crashing. In my case I can only tell this by looking at the Windows System Event Log. The service is automatically restarted after 30 seconds.
    3 points
  14. If you need a solution for Windows XP, you can try my QJS build - it's certainly not super fast, but it's lightweight and native to XP. https://postimg.cc/9D5NQkZ2 https://postimg.cc/HcVt20XF https://www.mediafire.com/file/b2yx0shb0ncfp2c/qjs.zip/file
    3 points
  15. Please take the new version from codebergs
    3 points
  16. ah something went wrong and uploaded old one, all files are replaced and please redownload.
    3 points
  17. Not only Serpent, all are from last week.
    3 points
  18. Oh man...plz stop this kind of personal war...we all are very special individuals, please respect each other and his/her opinion and behavior! I find out this myself every f*cking day...and still have problems to come together with other people... ------------------------------------------- Thank you, I hope to be here again regularly. ------------------------------------------- Sorry, had some vacation at the Baltic Sea - so the latest update is online just now: The mirror of latest ArcticFox 44, BNavigator 0.9, Firefox 28/45ESR, IceApe 52, IceDove 52, K-Meleon 1.5.x/74/76, MailNews 52, New Moon 26.5/27/28, RetroZilla, RZ browser and Serpent 52/55 builds by @roytam1 has been updated -> soggi.org - tools. changelog: - added latest BNavigator 0.9 20260620 build - added latest IceApe 52 20260620 build - added latest IceDove 52 20260620 build - added latest MailNews 52 20260620 build - added latest New Moon 28 20260620 builds - added latest Serpent 52 20260620 builds - added latest Serpent 55 20260620 builds To don't lose track of things I want to update too someday... todo: - add various flash player versions - add FlashFix for WinXP - add VLC 2.2.8 (WinXP non-SSE2) done! - add polyfill addons Kind regards soggi
    3 points
  19. 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 https://o.rthost.win/basilisk/basilisk55-win32-git-20260620-962fb7e60-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20260620-962fb7e60-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - ported from UXP: Issue #2306 - Re-introduce pref for WeakRef API spec. (8eac1db6) (938e5c744) - import from UXP: Issue #2306 - Enable full weakref by default in platform. (0bd0d0a2) (74824f24b) - import from UXP: Issue #3122 - Exclude local resources from <base> CSP checks. (692606e8) (6fc95b735) - ported from UXP: Bug 2029066 - Remove Sinking of Live instructions. (27129430) (e89f0a52f) - import from UXP: Bug 2029765 - avoid refcount over-release in nssTokenObjectCache error path [@ nssToken_Destroy]. (13d87376) (73b5f11e4) - import from UXP: [network] Make keep-alive pref Atomic. (f20e0799) (0d6196afd) - ported from UXP: [DOM] Reject too large mLength in MutableBlobStorage::WriteRunnable. (b60661df) (94d348ce4) - import from UXP: Bug 2023478 - improve handling of escape sequences in pk11uri_ParseAttributes. (7ae6442d) (f277da265) - import from UXP: Bug 2033848 - Use non-default response ID for GTK file picker accept button. r=stransky (81babad1) (1f1e28073) - import from UXP: [DOM] Zero-initialize ThreadSharedFloatArrayBufferList. (5ab14e59) (91d2413a4) - import from UXP: No issue - Use ImmGCPtr for module meta data visits. (0bdcc65c) (456bea8af) - import from UXP: [parser] Better align with spec definition of adding nodes. (a50e1d7a) (1f0c79b3a) - import from UXP: [DOM] Avoid over-optimizing some getter/function calls. (a83b6f74) (94850d8a2) - import from UXP: [gfx] Check more offsets during CFF subsetting. (9a457cbf) (acffb7115) - import from UXP: [network] Make HttpBaseChannel::mLoadFlags atomic. (100f6aaf) (962fb7e60)
    3 points
  20. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20260620-40a79c75-uxp-f718564719-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20260620-40a79c75-uxp-f718564719-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-20260620-id-656ea98-uxp-f718564719-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20260620-id-656ea98-ia-c642e3c-uxp-f718564719-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
    3 points
  21. @AstroSkipper I think I'll spend the weekend doing a thorough debugging session on Windows XP because I initially tested the extension on Windows 7. Unfortunately, I can't completely avoid using BAT files, but I'll try to optimize the process.
    3 points
  22. After all the drama surrounding MSFN, Google has gone and made things even worse. YouTube no longer runs at all within browsers on older, low-performance hardware like my P4. The Vorapis script can no longer play videos on my hardware in New Moon 28 and Serpent 52 on Windows XP. For some reason, the h264 codec can no longer be used in the same way as before. So I’ve removed all scripts and extensions from these browsers. They’ve become useless to me. I now only use VLC with my youtube.lua script. I search on YouTube using the 3D YouTube Downloader, which can of course also download videos and audio files. And naturally, I’m using the latest version of my ‘ytBATCH for Windows XP’ (version 1.7).
    3 points
  23. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20260613-40a79c75-uxp-ec5b4aa693-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20260613-40a79c75-uxp-ec5b4aa693-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-20260613-id-656ea98-uxp-ec5b4aa693-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20260613-id-656ea98-ia-c642e3c-uxp-ec5b4aa693-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
    3 points
  24. Views counter not counting caused by PHP upgrade. Waiting on patch.
    3 points
  25. @Dietmar Yeeeeeeeeeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaa. For the first time in the world, WinXP 64-bit in pure UEFI from an eMMC disk on Dell Wyse 3040 !!! same acpi.sys 5.2.3790.7777 built by: ddi2 as I use in my modern WinXP tutorial eMMC driver from @George King modded .inf by me eMMC disk size is 8 GB and my WinXP occupies only 1.22 GB all size (I tested installation Win8.1 Lite but occupies 90% disk space) for install I use USB with Win8.1 installer because this support eMMC I had to remove the original sdbus.sys and sffdisk.sys drivers from the system (also from the Driver Cache), need change in hidden bios settings eMMC mode from ACPI to PCI Mode and add Intel eMMC controller Device ID 2294 to critical list devices in regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase I've been waiting for this for a long time. P.S. Now I will also try on Dell Wyse 5070 Gemini Lake on eMMC - maybe I will also succeed ???
    3 points
  26. It is proving somewhat difficult to find a configuration that satisfies everyone. I have added a shared XP build that includes ffplay in the previous post.
    3 points
  27. Somehow, I have a sixth sense. The PSANHost.exe process just crashed after running without errors for three days. Here is the error message and the contents of the PSANHost.exe.mdmp dump file extracted with WinDbg: As I said, you shouldn't get your hopes up too soon. This time, it also has to do with the DLL file PSANModProcMon.dll. Maybe try turning off Process Monitor . I'm glad there's no Panda Dome on my primary Windows XP partition at the moment.
    2 points
  28. @Tangy Perhaps you can try Panda Dome 21.01.00. I am under the impression that this version is working better on Windows XP. It's definitely worth a try. @Dave-H That's what I replied to @Tangy.
    2 points
  29. I've now tried as a test removing the cache folder completely from my Panda installation. Rather unexpectedly, the program has not recreated it. It's been running for ages now like that with no crashes, but it's not updating, presumably because it has nowhere to put the files! Doing a manual update from the option in the settings does nothing. I guess I could leave it like that, but of course, like the version of Malwarebytes I used on XP for years, it will eventually become useless for protection because of no updates. I tried Avast on my system a few years ago and never got it to work on my desktop system. Even the supposedly compatible version for XP would not run, its core service obstinately refused to start, reason unknown. I even worked with Avast's technical support people about it, and even they couldn't determine what the problem was. I tried a test install on my netbook under XP, and that worked perfectly, so what the problem was with the desktop remains a mystery.
    2 points
  30. Long time ago, I used COMODO Antivirus for a short time. It didn't convince me even back then and I uninstalled it. But COMODO Internet Security Premium 12.0.0.6818 was, in fact, the last version that was claimed in some forums to run flawlessly on Windows XP. So if this version doesn't work properly anymore, you can forget about COMODO as antivirus protection. P.S.: I found this one here advertising the use under Windows XP: https://antivirus.comodo.com/security/free-antivirus-xp.php
    2 points
  31. All Panda Dome installers come with offline installer version 15.14.5.0. Therefore, this information is unfortunately of no use. I asked you for the programme version. The most recent is 22.03.05 but I currently use 21.01.00. And it doesn't matter whether you actively click the update button or not, the update is automatically done every day and there is no option to disable it.
    2 points
  32. It's a 020-3xxx-xxxx number, which should be a standard rate London number. There is no indication that it's a premium rate number, which by law in the UK there would have to be if it were. As I'm in London myself, with a 020-8xxx-xxxx home landline number, I would expect it to have been local rate. As such, the call should have been free on my landline phone package as long as it wasn't over 60 minutes long, which it wasn't.
    2 points
  33. No one can spoil Windows XP for me . I’m currently working on Plan C. First I need to free up some space on my hard drives so I can back up my main Windows XP partition as an image. And then it’s down to the nitty-gritty.
    2 points
  34. This thread is actually only for Windows XP users. I had written back then that version 23.00.00 is not available for Windows XP, and that much is clear. Okay. The dates have always been confusing with Panda. There is no official version history, nor is there a changelog. The only file that can be used is VERSION.INI inside the programme folder. However, the build date does not have to match the release date. I'll just change the date to the build date of 12.08.2025 in my main article and in the list of all programmes.
    2 points
  35. This should have the fix and it will be included in the next release as well. https://files.videohelp.com/u/69760/ffmpeg-8.2-2155-1836ef9684-win32-static-xpmod-P4.7z
    2 points
  36. It's no longer even possible to enter simple, harmless DOS code in the forum editor. Not in the text area, not as a code block, and not as a quote. No longer a forum for coders who want to post their code, or must.
    2 points
  37. @autodidact When testing, please use this command: I think it is a problem showing the embedded subtitle in version 8.2 as the standard command without subtitle works: Maybe you can bring yourself to build your releases the way you always have in the past. BTW, the MSFN editor is such a piece of junk. To inject this code into my post, is an absolute nightmare. I had to simplify my command. MSFN seems to consider completely harmless DOS commands to be dangerous.
    2 points
  38. https://msfn.org/board/topic/187837-the-msfn-forum-editor-–-endless-errors/
    2 points
  39. https://codeberg.org/Theodor2/Mypal68/releases You do not need to have an account there. BTW, Codeberg is much better than GitHub.
    2 points
  40. Thank you very much for the new release! It works great here under Windows XP Professional SP3. Especially GitHub is running again now, and incredibly fast on my old P4 machine. Everything that worked in Mypal 78.0.2 seems to work in Mypal 78.0.3 as well. In particular, the Alice0775 script loader, all 37 of my own UC.JS scripts, and the installed extensions. Brilliant! I’ll carry on testing, but I’m already thrilled. Can you provide in short what you changed in this release compared to the previous one? And here a quick reminder: The issue #96 on GitHub is still open. Is there anything else to add? I assume it has already been fixed but I might be wrong, too.
    2 points
  41. Ultimate irony: the Cloudflare security checks block me from downloading Serpent with wget any more. I just get "403 Forbidden." Nor can I even use an old Serpent version to download the newest version! Apparently I'll have to use R3dfox to download Serpent now...? At least I'm on Win 7 and can use R3dfox, but what's an XP user to do now? Have I mentioned lately how much I hate AI? Not because I don't find it useful, but because everybody and their God damned dog is trying to scrape the entire World Wide Web to train their damned AI, necessitating all these damned security checks.
    2 points
  42. https://github.com/LordOfMice/Tools/blob/master/gpttsd.zip As GPTTSD is mostly generic TSD with 64-bit LBA support: User-defined partitions mount added by request from RayeR.
    2 points
  43. FYI, from now on, you can find links to all my YouTube projects in the third post of this thread.
    2 points
  44. @panda_zzz Your youtube_search.lua script isn't able to find yt-dlp.exe in the VLC directory under Windows XP.
    2 points
  45. I have even tested my youtube.luac file in the last XP-compatible VLC beta 3.0.24 (the very last recent versions are no longer compatible with Windows XP 😟) and @nicolaasjan's yt-dlp version from 10.06.2026.
    2 points
  46. Yesterday, I uploaded files to MediaFire, and the used RAM increased to over 600 MB. After closing the tab, only a very, very small amount of used RAM was freed up. @roytam1, any chance to natively improve that behaviour in New Moon 28?
    2 points
  47. I understand, but if someone doesn't want to, they shouldn't download the file. There are also those who use ffplay and the 'shared' version
    2 points
  48. Yes I am oke and new version will be soon already as usual.
    2 points
  49. I have not checked this version out lately ... this is what I am currently using: uBlock Origin Legacy v1.16.4.35 This is an unofficial, special mod provided by @AstroSkipper. Is this a 'thumbs up' ? ... or am I behind. ...
    2 points
×
×
  • Create New...