Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/15/2023 in Posts

  1. 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
  2. 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
  3. @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
  4. 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, AstroSkipper
    2 points
  5. 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, AstroSkkipper
    2 points
  6. 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, AstroSkipper
    2 points
  7. 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
  8. 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
  9. For me it always detected Sacred 2 Securom files as "virus", I couldn't play anything securom or starforce! (game copy protections) So I uninstalled it, also not without troubles, I had to use a special uninstaller!
    2 points
  10. "Turning of the antivirus worked for me. I have Kaspersky" I had the same issue with SP3 for XP 32 bit. https://social.technet.microsoft.com/Forums/en-US/3fd669b8-32b2-44d5-9884-62391d4c2ce9/stage-3-100-then-removes-service-pack?forum=itprovistasp
    2 points
  11. 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
  12. 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
  13. The default search engines are inside the second omni.ja file in the subfolder browser. The exact location in this special archive file is chrome/browser/search-extensions. From there, Mypal 68 can restore its default search engines if necessary.
    1 point
  14. @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
  15. Neither do I. What I say is that upon a crash (due to media overload or other reasons) happens, though, on restart, when I care to check, I ussually find breave, mokkej, ddg and qwant back in extensions.ini and search.json.mosl4. Something in the process of recreating these files puts them back in. Normal behavior in modern (or more or less modern browsers). Cheers
    1 point
  16. ... 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
  17. 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
  18. 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
  19. 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
  20. Update notification! Malware Hunter has been updated on 11.12.2023 and is now available in version 1.176.0.796. It is still listed to be compatible with Windows XP. Accordingly, I will update my article as soon as I can confirm its XP-compatibility. Cheers, AstroSkipper
    1 point
  21. 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 soon
    1 point
  22. *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
  23. @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
  24. You didn't read the code right. It's more complex because it handles domain matching on its own, it doesn't use ViolentMonkey's support for tld wildcard in @match rules. tld wildcard is however supported universally in @include rules...at least it should be. But if @include will really have to go to work in future Chromium, hopefully Tampermonkey author could add support for tld in match rules as well. I changed metadata block in the other Return Pagination to Google like so, just like tld better than asterisk: // ==UserScript== // @name Return Pagination to Google // @description Makes Google searches break down into separate pages, rather than displaying as one continuous page. // @namespace Violentmonkey Scripts // @include https://www.google.tld/search?* // @icon https://www.google.com/favicon.ico // @grant none // @version 1.4.4.1 // @author Jupiter Liar // @license Attribution CC BY // @description 11/16/2023, 12:40 PM // @downloadURL https://update.greasyfork.org/scripts/468360/Return%20Pagination%20to%20Google.user.js // @updateURL https://update.greasyfork.org/scripts/468360/Return%20Pagination%20to%20Google.meta.js // ==/UserScript== Though I don't use Google search as much as I used to, the script seems to work nicely. I doubt there's a reason to fear that @include would stop working in GreaseMonkey for Pale Moon.
    1 point
  25. 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
  26. 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
  27. 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
  28. <OT> Enjoy your trip VistaLover, sorry I've been so quiet in this thread lately and I know we've not spoken in a while, but I do follow you and respect you and the advice you've given me in the past. <OT>
    1 point
  29. 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
  30. 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, AstroSkipper
    1 point
  31. 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
  32. 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, AstroSkipper
    1 point
  33. I beg you, please stop digging that old locked "rep farming" topic from the grave. I thought we were already over it. But if you still have questions, or not satisfied with the new upvotes limit, please contact, thank you: https://msfn.org/board/profile/94953-tripredacus/ While I understand your frustration, I can't ease your pain.
    1 point
  34. 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
  35. I promised to add. 192.229.220.0-192.229.222.255
    1 point
  36. 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
  37. 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
  38. 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
  39. Also very dated. I have a similar one in my internet PC and it's no good. Very weak.
    1 point
  40. 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
  41. 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
  42. 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
  43. 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
  44. My Third Tour to Ukraine is indefinitely delayed, 'cause I finally made MK11 work on Vista !
    1 point
  45. 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.rths.ml/basilisk/basilisk55-win32-git-20200829-60967aadd-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20200829-60967aadd-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import changes from tenfourfox: - #616: M1658214 M1637745 M1648372 (5ec6460ef) - #616: update TLDs, HSTS (f25d7f7a7) (60967aadd) Changes that is not commited: - WIP freebl works on Camellia-GCM support - pref changes for disabling Camellia-GCM for release since it is not functional
    1 point
  46. 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
×
×
  • Create New...