Leaderboard
Popular Content
Showing content with the highest reputation on 12/15/2023 in all areas
-
I never has such things happen in my set up. In my opinion, operator failure. Don't blame the browser (that only wants to spy to telemetry and "make your browsing better") for faulty system configuration.2 points
-
Ok! That's indeed a normal behaviour of modern Firefox versions. In any case, all added, custom search engines remain the same after restarting Mypal 68 if nothing bad or unusual happens.2 points
-
@feodor2 Thanks for pointing to the file addonStartup.json.lz4! That was definitely the culprit. Inside this file, there were leftovers from the removed search engines Bing, Wikipedia and stp (Startpage). Apparently, my profile wasn't as fresh as I initially thought. In any case, I removed these obsolete entries by editing this file manually, and now the error messages have gone. I prefer the way of manual editing method as it gives me full control about what to be or not to be removed. Thanks again!2 points
-
BTW, I transfer custom search engines by directly editing the code I posted above. I use the mozlz4-edit extension for this. One can read more about that in this post: Cheers, AstroSkipper2 points
-
This is the complete code of the file search.json.mozlz4 when a new profile is created by Mypal 68.13.7b and no custom search engines are added: "version": 1, "buildID": "20231117182307", "appVersion": "68.13.7", "locale": "en-US", "visibleDefaultEngines": [ "brave", "mojeek", "qwant", "ddg" ], "metaData": { "current": "", "hash": "vsw9lpcrIqUXb8DoqAMOZ5+t3n9VXVmWaKAKWE7sH4A=" }, "engines": [ { "_name": "Brave", "_shortName": "brave", "_loadPath": "[other]addEngineWithDetails:brave@search.mozilla.org", "description": "Brave search", "__searchForm": "https://search.brave.com/search?q={searchTerms}", "_iconURL": "moz-extension://7581c399-ad46-4ca2-b564-ab9f6db7b827/favicon.svg", "_iconMapObj": { "{}": "moz-extension://7581c399-ad46-4ca2-b564-ab9f6db7b827/favicon.svg" }, "_metaData": { "alias": "@brave", "order": 1 }, "_urls": [ { "template": "https://search.brave.com/search", "rels": [], "resultDomain": "search.brave.com", "params": [ { "name": "q", "value": "{searchTerms}" } ] } ], "_isBuiltin": true, "queryCharset": "UTF-8", "extensionID": "brave@search.mozilla.org" }, { "_name": "Mojeek", "_shortName": "mojeek", "_loadPath": "[other]addEngineWithDetails:mojeek@search.mozilla.org", "description": "Mojeek Search", "__searchForm": "https://www.mojeek.com/search?query={searchTerms}", "_iconURL": "moz-extension://aa48309a-d263-4ad1-94fb-87d641d35936/favicon.png", "_iconMapObj": { "{}": "moz-extension://aa48309a-d263-4ad1-94fb-87d641d35936/favicon.png" }, "_metaData": { "alias": "@mj", "order": 4 }, "_urls": [ { "template": "https://www.mojeek.com/search", "rels": [], "resultDomain": "www.mojeek.com", "params": [ { "name": "q", "value": "{searchTerms}" } ] } ], "_isBuiltin": true, "queryCharset": "UTF-8", "extensionID": "mojeek@search.mozilla.org" }, { "_name": "Qwant", "_shortName": "qwant", "_loadPath": "[other]addEngineWithDetails:qwant@search.mozilla.org", "description": "Search Qwant", "__searchForm": "https://www.qwant.com/?client=brz-moz&q={searchTerms}", "_iconURL": "moz-extension://f8746c07-94aa-4187-aac6-90374ce6b405/favicon.ico", "_iconMapObj": { "{}": "moz-extension://f8746c07-94aa-4187-aac6-90374ce6b405/favicon.ico" }, "_metaData": { "alias": null, "order": 2 }, "_urls": [ { "template": "https://www.qwant.com/", "rels": [], "resultDomain": "www.qwant.com", "params": [ { "name": "client", "value": "brz-moz" }, { "name": "q", "value": "{searchTerms}" } ] }, { "template": "https://api.qwant.com/api/suggest/", "rels": [], "resultDomain": "api.qwant.com", "type": "application/x-suggestions+json", "params": [ { "name": "client", "value": "opensearch" }, { "name": "q", "value": "{searchTerms}" } ] } ], "_isBuiltin": true, "queryCharset": "UTF-8", "extensionID": "qwant@search.mozilla.org" }, { "_name": "DuckDuckGo", "_shortName": "ddg", "_loadPath": "[other]addEngineWithDetails:ddg@search.mozilla.org", "description": "Search DuckDuckGo", "__searchForm": "https://duckduckgo.com/?q={searchTerms}", "_iconURL": "moz-extension://cba46309-6ad1-4668-b28c-107d0a25f089/favicon.ico", "_iconMapObj": { "{}": "moz-extension://cba46309-6ad1-4668-b28c-107d0a25f089/favicon.ico" }, "_metaData": { "alias": null, "order": 3 }, "_urls": [ { "template": "https://duckduckgo.com/", "rels": [], "resultDomain": "duckduckgo.com", "params": [ { "name": "q", "value": "{searchTerms}" }, { "name": "t", "value": "ffcm", "purpose": "contextmenu" }, { "name": "t", "value": "ffab", "purpose": "keyword" }, { "name": "t", "value": "ffsb", "purpose": "searchbar" }, { "name": "t", "value": "ffhp", "purpose": "homepage" }, { "name": "t", "value": "ffnt", "purpose": "newtab" } ] }, { "template": "https://ac.duckduckgo.com/ac/", "rels": [], "resultDomain": "ac.duckduckgo.com", "type": "application/x-suggestions+json", "params": [ { "name": "q", "value": "{searchTerms}" }, { "name": "type", "value": "list" } ] } ], "_isBuiltin": true, "queryCharset": "UTF-8", "extensionID": "ddg@search.mozilla.org" } ] } As you can see, there are only four search engines contained: Brave, Qwant, DuckDuckGo and Mojeek. That are the ones with which Mypal 68.13.7b is now delivered by you as default. In version 68.13.4b, there was still Startpage, and in version 68.13.2b, there were still Bing and Wikipedia. Accordingly, there must still be leftovers in your code that refer to manifest.json files that no longer exist. Unfortunately, from a purely linguistic point of view, I can't grasp this content of your reply. Perhaps, you could formulate that a little more clearly. Thanks in advance! Kind regards, AstroSkkipper2 points
-
Update notification! Panda Free Antivirus has been updated on 31.10.2023 and is now of version 22.02.00. Thus, I'll update my article and my list in terms of Panda Free Antivirus. Maybe. one of you can test the new version under Windows XP SP3 32 bit only to be sure it is still compatible as advertised here: https://www.pandasecurity.com/en/homeusers/windows-antivirus/ This is a quotation from this website: Such a confirmation would be great. Because, as we all already know, the proof is in the pudding. Cheers, AstroSkipper2 points
-
CD is only 16bit, properly backed up Vinyl is 24bit, I can hear a clear difference in favour of Vinyl. I have a good turntable made by Philips, I simply back them up to spare the vinyls.2 points
-
I hope you don't mind me replying to this. Not sure about the industrial espionage, but stealing data from private users and later selling it to advertisers is a very well known and documented issue. I've never used that browser. Google says that user (you're referring to) is native Russian, not Ukrainian, if it helps you. (determined by the errors he makes in English) Could you please elaborate about the lights flashing? I was under the impression this was only Chrome related.2 points
-
I'm pleased you still remember me! Unfortunately, as others had pointed out many times, any programmes that may or may not work with Vista x64, be it with ot without kernel, or any other third party modifications, has nothing to do with this topic and Windows XP, I think we better move to another one, or you just tell us about your encounters with Windows XP x86 and any AV that works good there, thanks.2 points
-
I'm sure there are some people that want the computer to stay the way you configure it. No MS messing with your computer by updating drivers without consent or adding ads you don't need. If you think that way then Windows Update Blocker is for you. Tested it on Windows 11 and it works. https://www.sordum.org/9470/windows-update-blocker-v1-8/ Basically it disables Windows Updates Service and protects it so that it doesn't get enabled by itself like what happens when you do it yourself.1 point
-
@feodor2 Just to give you a little feedback. Your modified code snippets for disabling the signature verification are working great. I edited my config.js file and have been using this modified file starting from the day you posted the changes here and since then, no warnings happened again. I even created unsigned theme files and could install them without any warnings or problems, too. Thus, I was able to revive my black cat theme which was originally an animated theme and could no longer process the animated png file inside the xpi file. I changed some code inside it, and now it can animate the black cat again as it once was, and all that without any warnings about signature verification. In any case, I am able to modify extensions and themes to my needs in Mypal 68 from now on as has long been possible in the legacy UXP browsers. Many thanks again for that!1 point
-
I'm giving it i a try. Below report point by point for updates later. 1 Launching in VM: I launched fisrt on VM, monitoring connections, nohting out of the ordinary, but used to @Articfoxie's and @Humming Owl builds I see a few connections to gg sites. No news there on my end. In my first runs, I had to manually copy the entries for my firewall (probably a remaining restriction of some sort I put there when chrome was food for Conan types). I basically copied the very restrictive permissions I had given to 360chrome to chorme115). No upd, of course. 2 Launching with @articfoxie's loader (even though he frowns upon it): I renamed the loader and its corresponding ini to 115loader or so. Unlike 360chrome, Chrome15 complains if I set --gaia-url=0.0.0.0, so I dropped it. All the other stuff remains, no apparent damage done (TBR). See attached file, some paths edited. The apple and gecko suaos at the end are surely wrong, but do not damage yet. Does anyone have the correct apple/gecko ones? 3 To launch 2, I use Chrome115.bat, with which I load settings and files/folders I want to remain unchanged over time, and to prevent chrome creation of spyware placeholders. Marked with selection are those folders where there are real data (the extensions I want to keep unaltered, unless I manually updated them). The rest are empty dirs and extensionless files to prevent the creation of spyware folders or files in profile. Works most o the time. 4. I'm trying to figure out how to install my extensions, a few of them. Now I see what all that talk about V2 and V3 was about. I hope this helps someone, and that it prompts corrections from those who know better. . Cheer! 115Loader.ini 115Loader.exe1 point
-
I can't confirm any crashes or problems after editing the file search.json.mozlz4 using the extension mozlz4-edit. What I have edited remains the same no matter how often I restart Mypal 68. Actually, there is no need to add anything to the profile when launching. If so, your installation or your profile is presumably faulty. But keeping backups is always a good idea.1 point
-
1 point
-
... Well then, here you go : https://www.intel.com/content/www/us/en/support/articles/000005602/wireless/legacy-intel-wireless-products.html A SSUAO for "intel.com" might be needed - YMMV ... OT: "Intel® PRO/Wireless 3945ABG Network Connection" is the one my 2008 Vista x86 (then OEM) laptop came with...1 point
-
1 point
-
Actually, the default (global) UA string of St52 does NOT advertise it as Fx52, but as Fx102 (the previous ESR branch/channel, current being 115); this UA string does contain an end "Basilisk/52.9.0" slice but, judging from past experience using the browser , UA-sniffers either silently ignore it or outright block it altogether (not the case with "www.intel.de"; the block stays put if I remove the Bk slice) ...1 point
-
I also have no intention to ditch your 360 Chrome. You won't be disappointed with Mypal 68 as I use it 90% of the time now. Let us know when you decide and what you think of it.1 point
-
Wo Long: Fallen Dynasty v1.300 Genres: Action, Slasher, made by Companies: Team Ninja, Koei Tecmo Games Requires Windows 10 as the minimum, the main reason being DirectX Version 12.1 point
-
... Yes, it's an arbitrary, unjustifiable, artificial block imposed by © Intel, based solely on UA-sniffing ; I'm still on St52 v52.9.0 (2023-11-10) (32-bit), i.e. only one month old, and I, too, get the "Access Denied" (Web Console reports: [HTTP/2.0 403 Forbidden]) block at the door ; guess what? Create a SSUAO with just the string "Chrome" in it and... you're in: general.useragent.override.intel.de;Chrome ... This has gotten ridiculous, if you ask me ...1 point
-
And since my time is also limited, and I cannot test every programme in depth, I would be very pleased if as many Windows XP users as possible would install the programmes presented here, even if only for testing purposes, and report on their experiences. This is valuable information and will help others to decide how to organise their protection under this old operating system. This thread also needs regular information about the current status of all programmes presented here so that the lists from the posts #2, #3 and #4 are always as up-to-date as possible. Thanks in advance!1 point
-
Fedor lives in Kyiv (Ukraine). People speak two languages: ukrainian and russian. The russian language understandable for many countries of the former USSR (for example, Ukraine, Russia, Kazakhstan, Belarus, Georgia, Latvia ....). Russian language is not Russia, analogy english is not England He also has mistakes in the Russian text (mostly there are not enough letters in words), or he gains the text to the smartphone, or lazy to correct More often writes at the github or on the russian-speaking forum http://forum.ru-board.com/topic.cgi?forum=2&topic=5894&start=3200 Sse version of the MyPal will appear soon1 point
-
*Hapless advertisers, who get stuck with useless data. As an XP user, I see no ads (use adblocker), and struggle to understand how anyone could profit from data gleaned from my XP box. Sorry, was trying [and failing] to be funny, use Mypal 68 on XP as my main browser, have 0 security concerns.1 point
-
@roytam1 Sorry to sound disturbing, but I wonder if this happens to you also, and if yes, were you able to fix it? It still happens even on the 20231209 build.1 point
-
I know, everyone hates CAPTCHAs, although they are a necessary evil. So it's understandable that folks keep coming up with "sit back and relax" alternatives. But this is what "Friendly Captcha" says it does: I know this sounds paranoid, but that sounds to me a lot like cryptomining. Even if "Friendly Captcha" is innocent of that charge, how long before someone develops an automated pseudo-captcha that cryptomines? "You want access to this website? You have to help us mine Bitcoin or some such...." I also have trouble understanding how "solving a crypto puzzle" proves you're NOT a bot - unless maybe you get rejected if your PC solves it too quickly! But that seems easy for the bots to work around....1 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-20231209-ae5da0e78-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20231209-ae5da0e78-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - ported from UXP: Issue #2362 - Fix click handling according to the spec. (dc253ce9) (ae5da0e78)1 point
-
https://www.huk24.de/zugang/registrierung/anmeldedaten uses Friendly Captcha. My results on home PC are a bit slower (compared to 32-bit St52 on 64-bit XP) on Pale Moon, both 32-bit build on Windows 10 and 64-bit build on Linux (KUbuntu 21.10 ATM), though the latter is about 2 seconds faster (13 seconds). Recent Chromium, both Ungoogled Chromium 118 and Thorium 117 are through in 8 seconds, both 64-bit builds. I use the SSE3 build of the latter, which is faster in some scenarios than plain builds, but not noticeably in this one. It's interesting that Firefox (110 ATM) fares about the same as Pale Moon. I tried disabling Web Assembly support in Pale Moon on Windows, that slows it down to about 2 minutes and 4 seconds. Maybe I should try 64-bit also without WASM. CPU is AMD Phenom II X4 920 clocked at 3 GHz, which was still quite lagging behind Intel models of the time. Web Assembly may not be as speedy as native C/C++, but it's significantly faster than plain JavaScript, which was one of the ideas behind it. I doubt UXP platform does Web Assembly on such old CPU as Pentium III. WebGL error is not related to Friendly Captcha, some other script calls it, but, again, a 1999 era graphics card probably only knows fixed-function pipeline, no shaders, and if it is an office PC, does it even do hardware accelerated 3D? Office PCs have come a long way since. 1999 was also the time when serious 3D games stopped offering software rendering option, at least it began in that era and when developers were weighting their options, but if you were ambitious, you either required users to get a real graphics card or play Solitaire or the other games of yesteryear. Not much time for testing at work laptop from 2018, but I use nothing less than AVX2 build of Pale Moon there, with (plain) Firefox and Edge on the side. Pale Moon with Web Assembly support disabled went through in about 15 seconds, with Web Assembly in 3 seconds, Edge is through in 2 seconds.1 point
-
I personally think it's inappropriate and rather rude to laugh at someone who uses old hardware and has to wait much longer for tasks to be completed than on a powerful computer. And there are people who are attached to their old computers and don't follow the disposal mania of our society. Just to clarify, SSE or SSE2 instruction sets are exclusive features of a CPU. These are specific instruction sets that can be addressed by programmes such as browsers. An SSE release of a browser therefore uses at most the SSE instruction set of a CPU and does not contain any code for instructions which need the SSE2 instruction set or higher. Therefore, your statement "these UXP browsers have an SSE without SSE2" does not make sense as a browser is not a CPU. And you see, I don't laugh at such statements, either.1 point
-
Hello again @anton12! My Windows XP computer is equipped with a P4 CPU and 1.5 GB SD-RAM. This machine is very reliable, too. Windows XP or Windows 2000 are definitely good choices for such old computers. So, I understand you very well. In any case, your CPU definitely lacks the SEE2 instruction set. That's the reason you are running SSE or IA32 builds of New Moon and Serpent. When one uses old hardware like we do, one has to accept the fact that many modern websites can no longer be accessed properly. That is why I have written what I do in such cases. Maybe, the coming SSE build of Mypal 68 is your last chance (but I assume it won't work either as the HUK24 websites most probably uses SSE2 instructions) but generally I would feed a more recent system with such cumbersome websites. I do this by throwing crappy websites like this at my Android 9 tablet. Even there, you have to use devices equipped with Android 5 or up to run most recent browsers which are very often needed for such modern, bloated websites. Kind regards, AstroSkipper1 point
-
Hello AstroSkipper,mina7601,UCyborg and VistaLover, Thank you very much for your feedback ! https://www.huk24.de/zugang/registrierung/anmeldedaten Concluding from your test results, it is obvious that NM28 and St52 can handle that verification process of the above website. Dear VistaLover, In your post you ask: And you recommend: Following your advice I tested the HUK24/verification with fresh installations incl. fresh profiles - without any modifications - of NM28 and St52 : basilisk/basilisk52-g4.8.win32-git-20231202-3219d2d-uxp-aa8671dc1b-xpmod-ia32 palemoon/palemoon-28.10.7a1.win32-git-20231202-d849524bd-uxp-aa8671dc1b-xpmod-sse Since the test results of the HUK24/verification are the same for NM28 and St52, I focus my description on NM28. The hardware used is a Fujitsu Siemens Scenic PC with a D1215 systemboard with all-Intel components i.e. i815e , P3 CPU , max. RAM (512 MB),Intel NIC As old fashioned as this hardware might seem, it is in fact very reliable ! And it was not designed as a gaming pc but it is an office pc through and through, perfect for W2K-KernelEx. I certainly would not knock this old fellow in the dust. In your latest post you write: Yes certainly, but concerning the above H/W specifications, we must keep in mind that NT5.0 is an extremely lean OS compared with NT6.x and the P3 CPU does not have to fight with a big fat sumo wrestler. And now the HUK24/verification results with the latest NM28: After starting NM28 and entering e-mail address and password, the following notification is shown: Anti-Roboter-Verifizierung wird geladen.. This antl-robot-verification loading process goes on and on and on and after 1 hour this loading process stops with the notification: Verifizierung abgelaufen (verification run out) Now HUK24 offers you the chance to start that whole sequence all over again. No thanks ! The Web Console of palemoon-28.10.7a1.win32-git-20231202-xpmod-sse gives the following error message: ------------------------------------------------------------------------------------------------ container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead launch-EN02f08e3456644c9888813876898d8d4a.min.js:11:12514 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. adb_at.js:2795:15 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. adb_at.js:2795:40 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead launch-EN02f08e3456644c9888813876898d8d4a.min.js:11:12514 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. vendor.f94081867aa27320.js:1:572067 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. vendor.f94081867aa27320.js:1:572090 {"technical":true,"functional":true,"marketing":true,"action":"accept-all"} anmeldedaten:2:92 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. vendor.f94081867aa27320.js:1:572067 Error: WebGL: Failed to create WebGL context: WebGL creation failed: * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Error during ANGLE OpenGL init. * Exhausted GL driver caps. vendor.f94081867aa27320.js:1:572090 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead launch-EN02f08e3456644c9888813876898d8d4a.min.js:11:12514 FriendlyCaptcha failed to initialize WebAssembly, falling back to Javascript solver: ReferenceError: WebAssembly is not defined 453dacfc-d754-439f-9049-f2ac6995f594:1:9300 FriendlyCaptcha failed to initialize WebAssembly, falling back to Javascript solver: ReferenceError: WebAssembly is not defined a1904e71-0a8d-49ad-bfb2-0ad668254a93:1:9300 FriendlyCaptcha failed to initialize WebAssembly, falling back to Javascript solver: ReferenceError: WebAssembly is not defined 736c91f5-36ed-4b74-a878-c2efbf02f9ba:1:9300 FriendlyCaptcha failed to initialize WebAssembly, falling back to Javascript solver: ReferenceError: WebAssembly is not defined f35e145b-bff8-4cf6-9075-090e85336fdf:1:9300 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead launch-EN02f08e3456644c9888813876898d8d4a.min.js:11:12514 Can not start FriendlyCaptcha widget which has already been started p-fe8222d6.entry.js:1:40344 --------------------------------------------------------------------------------------- Lack of RAM is probably not the reason for the failure of the antl-robot-verification loading process since of the 512 MB RAM there were still about 230 MB RAM free. If that Web Console error message is the consequence of a CPU without at least SSE2 is beyond my knowledge. What do you think ?1 point
-
My first advice is to use other, more modern browsers. When I try to access such services, I always do it using my Android 9 tablet with most recent browsers such as Opera, Kiwi, Brave or Firefox. But just for you, I also tried to access this website with Mypal 68, and the verification says I am a human. That makes me feel better. I was already thinking I was a cat. At next, I tried New Moon 28. The verification took much longer than in Mypal 68. This is my result in NM 28: NM 28 seems to have passed successfully the verification. But I can't get any further. I don't have an account there and don't want one. Hope I could help you a bit. BTW, there are a few errors in the Web Console regarding this website. Cheers, AstroSkipper1 point
-
It's very simple, don't start off-topic discussions then. I login to the website, go to "unread posts", and what do I see? Right, one million of your posts about having not enough likes. Please stop, you ruin jaclaz's pleasant experience on the forum, I'm pretty sure it would be boring for him, it's spam.1 point
-
1 point
-
I had similar problems with Eset NOD32 Antivirus. Product Update: Can't remove previous version of Eset..Cant uninstall from control panel https://forum.eset.com/topic/14642-cant-uninstall-eset/ Upon Factory reset (!) I've been unable to fully uninstall ESET Nod32 https://forum.eset.com/topic/28568-upon-factory-reset-ive-been-unable-to-fully-uninstall-eset-nod32/1 point
-
With your guidance, I was able to run the very fast 96.0.4653.0 from 2023 with the important update to "Update Chromium on master to CHR-9138" Thank you!1 point
-
Fantastic, state of the art script! IMPORTANT: They added one new, I was trying to catch it, but I was late, sorry. I'll keep you posted!1 point
-
Also very dated. I have a similar one in my internet PC and it's no good. Very weak.1 point
-
Well, it's only one type of games that have this problem, the ones that are ported from XBox. Thank you for the link. I tried to install these DLLs right when the music was playing, it had a cracking sound, music interrupted and then I could hear my super grade audio got that dreaded cheap sound of mp3. I listen to 24bit 192Khz on my PC. I asked win32. I had to reinstall the whole system to get my quality back ! So they aren't just sitting ...1 point
-
You have to measure your blood pressure ASAP ! Could be low pressure , and get well soon ! It's not uncommon when people talk about PC games on a PC forum, you know. I think PC games are good, not all, but some are very good.1 point
-
Actually it would be more like the Fourth. 1st I was heating up, second - self inflicted injury (not due to clumsiness) - so it was shorter (not full). The 3rd one - very adventorous and I liked it. But MK 11 on Vista, I couldn't live without it ! The reds would have to wait. Maybe I'll not go there anymore at all. It's a quite expensive adventure. But I'll not tell for sure, let them live in fear ...1 point
-
1 - Yes. 2 - Yes. I have no sound in the game because it wants me to install DX9 (!) 9.0b or c from 2000, why do I need it, I don't understand. The game itself runs on DX11.1 and I have a dedicated gaming sound card based on DX11.0. Will you help me with making a portable sound fix ? thank you !1 point
-
Yes, a very hot and blood thirsty PC game for Windows Vista (which was blocked from running there, and I hacked it). Calm down about what ?1 point
-
My Third Tour to Ukraine is indefinitely delayed, 'cause I finally made MK11 work on Vista !1 point
-
1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200829-cbe6b975-uxp-5559674be-xpmod.7z BNavigator Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200829-cbe6b975-uxp-5559674be-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.rths.ml/hbl-uxp/icedove.win32-20200829-id-eed056673-uxp-5559674be-xpmod.7z IceApe-UXP(suite) https://o.rths.ml/hbl-uxp/iceape.win32-20200829-id-eed056673-ia-41157bf-uxp-5559674be-xpmod.7z for UXP changes please see above.1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200829-57e81f0-uxp-5559674be-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200829-57e81f0-uxp-5559674be-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.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200829-57e81f0-uxp-5559674be-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.rths.ml/palemoon/palemoon-28.10.2a1.win32-git-20200829-0882134ff-uxp-5559674be-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.2a1.win64-git-20200829-0882134ff-uxp-5559674be-xpmod.7z Official UXP changes since my last build: - Issue #618 - Fix error events fired when loading JS module dependencies fail (786e34469) - Issue #618 - Align error handling for module scripts with the spec (again) (43e0632cd) - Issue #618 - Use a single slot for the module's environment object. (6e72707e0) - Issue #618 - Lazily initialise module binding maps (e94f9dcce) - Issue #618 - Record module dependency before starting fetch so that error handling works correctly (8447c4d8a) - Issue #618 - Remove eager instantiation - Debug follow up (007c54c80) - Issue #618 - Lazily initialise module binding maps - Debug follow up (609815070) - Issue #618 - Align error handling for module scripts with the spec - Debug follow up (c5b47eb66) - Merge pull request #1626 from g4jc/618 (501b29a5d) - Issue #618 - Simplify module map interface (7e673b1db) - Issue #618 - Keep track of which modules in a graph have been fetched using a visited set (15a7be79b) - Merge pull request #1627 from g4jc/618 (1c342a57e) - [js] Add some utility functions to get the current JS runtime. (c349f04f9) - Issue #618 - Simplify module resolve hook to be a function pointer (9b6252893) - [js] Try to catch bad pointers for GC and bail if not valid. (e1e535c1c) - Merge branch 'master' into es-modules-work (11285cd0d) - Issue #618: Ignore 'event' and 'for' attributes for module scripts. (4f0d9497f) - Issue #618: Pass down referrer and referrer policy when fetching modules. (86f128d41) - Merge branch 'master' into es-modules-work (c04befb93) - Issue #618 - Don't mute errors for module scripts because they always use CORS (073e914eb) - Issue #618 - Integrity for descendant module scripts should be the empty string (c8a701b64) - Issue #618 - Split handling of load errors out from OnStreamComplete. (090a48738) - Issue #618 - Split SRI verification out from OnStreamComplete. (cbbfd0f2d) - Issue #618 - Handle errors for inline module scripts and ensure we update the module map after fetch errors. (f0175ebc7) - Update old.configure for --enable-phoenix-extensions (f909e1a6c) - Issue #618 - Fix processing of non-parser-generated module scripts. (76e5f863a) - Issue #618 - Make document.currentScript null in modules. (c5ab17748) - Issue #618 - Rename some script load request flags to be more descriptive. (a0ef1c07d) - Issue #618 - (async) Split out function to add async request. (95e0f114e) - Issue #618 - (async, preload) Correctly pass info about async/defer to parser. (2ca1cbe2f) - Issue #618 - (async) Keep track of script modes in a single mode state. (8b397a63a) - Issue #618 - (async) Implement async attribute for inline module scripts. (b78f53ffb) - Issue #618 - Don't preload nomodule scripts when modules are enabled (38d13e277) - Issue #618 - Regenerate the HTML Parser code for nomodule changes (0f433fc7c) - Merge pull request #1637 from g4jc/618 (8924e4ddd) - Merge branch 'es-modules-work' (6eb0dd861) - [media] Only include source error details in debugging scenarios. (4358ff62a) - [DOM] Only construct JS-implemented objects if inner window is current. (226fea386) - [misc/mar] Don't use a signed type for a length parameter. (7407fe22f) - Issue #1587 followup - Improve resilience of AbortSignals. (5559674be) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Update back-end branch pointer (202766dec) - Add a configure option for Phoenix Extensions Dual-GUID System and set default off in confvars (f7a1deb67) - Update platform and version (Unstable 2020-08-27) (0882134ff)1 point