Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/07/2023 in Posts

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20231007-3219d2d-uxp-e90473bdda-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20231007-3219d2d-uxp-e90473bdda-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-20231007-3219d2d-uxp-e90473bdda-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-20231007-d849524bd-uxp-e90473bdda-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231007-d849524bd-uxp-e90473bdda-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20231007-d849524bd-uxp-e90473bdda-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20231007-d849524bd-uxp-e90473bdda-xpmod.7z Official UXP changes picked since my last build: - Issue #2321 - Fall back to 0 if setInterval interval not supplied (e0e1542913) - Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration. (c78ecee3f2) - Issue #2323 - Part 2: Implement timer nesting and clamping for workers. (1b7df316c4) - Issue #2323 - Part 3: Exclude chrome workers from worker timer clamping. (2ca5715149) - Issue #1442 - Part 1: Change ArrayBufferCopyData self-hosting intrinsic to take a start offset for the destination. This will be needed to manage stream chunks. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 (90ca1f569a) - Issue #1442 - Part 2: Add a run-time preference for toggling the streams API. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 (62467428a3) - Issue #1442 - Part 3: Implement ReadableStream and associated classes in the JS engine. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 (54e84f0f1d) - Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 (9b9075eef6) - Issue #1442 - Part 5: Implement WebIDL bindings for Streams. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (0701dccaca) - Issue #1442 - Part 6: binding codegen naming alignment for Streams. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (4c5775b621) - Issue #1442 - Part 7: Use of ReadableStream in WebIDL files. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (dd2c9eb418) - Issue #1442 - Part 8: Fetch implementation of streams. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 +worker-friendly pref checking for the DOM API. (bff1f3bc60) - Issue #1442 - Part 9: Stream shutdown handling. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (3979e4847c) - Issue #1442 - Part 10a - Unify body extraction in Fetch/Beacon/XHR. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Pre-requisite for Part 11. (a4146b60a4) - Issue #1442 - Part 10b - Use nsIXHRSendable instead Blob/FormData/URLSearchParams. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Pre-requisite for Part 11. (a9520b2a7a) - Issue #1442 - Part 10c - Use application/octet-stream for arrayBuffer in sendBeacon. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Pre-requisite for Part 11. (772ab8ac41) - Issue #1442 - Part 11 - Response.body handling. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Use BufferSource in webIDL. https://bugzilla.mozilla.org/show_bug.cgi?id=1337722 (a8a75090c0) - Issue #1442 - Part 12 - Label FetchBody. https://bugzilla.mozilla.org/show_bug.cgi?id=1363318 FetchSignal is not in our tree so this is a partial patch to get mOwner changes. Pre-requisite for Part 13. (346e8a87d7) - Issue #1442 - Part 12a - Allow idle worker shutdown to begin for an opt-in WorkerHolder mode. https://bugzilla.mozilla.org/show_bug.cgi?id=1362444 Pre-requisite for Part 13. (41216b88f6) - Issue #1442 - Part 12b - Allow idle worker shutdown while Cache/CacheStorage DOM objects exist, but block it during Cache operation. https://bugzilla.mozilla.org/show_bug.cgi?id=1362444 Pre-requisite for Part 13. (0b450a3def) - Issue #1442 - Part 13 - Implement FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 (ef550b2579) - Issue #1442 - Part 14 - Starting body consuming and passing the JSContext down from the binding entrypoints to where the ReadableStream could be read. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (842b9d47b3) - Issue #1442 - Part 15 - Setting the correct global when ReadableStream.getReader() is called. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (b124e54fc7) - Issue #1442 - Part 16 - Report stream errors during consumption. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (529bc13f05) - Issue #1442 - Part 17 - Creating FetchStream as a out param in order to avoid JS hazards https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (e22845913d) - Issue #1442 - Part 18 - Cycle collect FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 (b898780bb1) - Issue #1442 - Part 19 - FetchStream must support multiple read requests. https://bugzilla.mozilla.org/show_bug.cgi?id=1395220 (0e1efcb273) - Issue #1442 - Part 20 - FetchStream should not have an extra JS::Heap<ReadableStream>. https://bugzilla.mozilla.org/show_bug.cgi?id=1390717 (b1a12de924) - Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert. (375d7cf3b2) - Issue #1442 & #1691 Follow-up - Part 22 - Changes that came with Dynamic Module Import. At the time we did not have ReadableStreams in our tree so these changes were left out. https://bugzilla.mozilla.org/show_bug.cgi?id=1499140 Implement support for dynamic module import in the interpreter. (41409ab613) - Issue #1442 - Part 23 - Align FetchStream with Firefox 68ESR. https://bugzilla.mozilla.org/show_bug.cgi?id=1612308 https://bugzilla.mozilla.org/show_bug.cgi?id=1445587 Partial part 2 implementing synchronization changes. (836d36dc6d) - Issue #1442 - Part 24 - Prevent FetchStream from incorrectly running on the main thread. This prevents a deadlock and JSContext related crashes, however this should eventually be replaced by an EventTargetFor() call when the Dispatcher API is implemented. Also now that ReadableStream appears stable, toggle the preferences true by default. (f3991f9821) - Issue #1442 - Part 25 - Fix bustage on X11 platforms. (52572d5755) - Issue #1442 - Part 25b - Second try that hopefully doesn't break Windows. (04c9d661fa) - Issue #1442 - Part 26 - FetchStreamReader needs to cancel its reader when it encounters write errors. https://bugzilla.mozilla.org/show_bug.cgi?id=1416879 Part 5 Also same fix as in Part 24 for FetchStream but in FetchStreamReader. (f21cc50c03) - No Issue - Remove deprecation errors for obsolete RTCOfferOptions (6fdb3ac961) - Issue #2332 - Update to libvpx 1.6.1 (b860c5fe95) - Issue #2332 - libvpx upgrade followup part 1 (ed581885f8) - Issue #2332 - libvpx upgrade followup part 2 (cdc8770f5a) - Issue #2332 - libvpx upgrade followup part 3 (fcb078d794) - Issue #2332 - libvpx upgrade followup part 4 (ee5b062139) - Issue #2332 - libvpx upgrade followup part 5 (465ce802d1) - Issue #2332 - Remove unimplemented and non-spec getStreamById from RTCPeerConnection (7528b07555) - [DOM] Fix deprot in PerformanceMark.cpp (cdb890bdc3) Official Pale-Moon changes picked since my last build: - [Pale-Moon] No Issue - Don't build hunspell shared on SunOS. (28958637f9) - [Pale-Moon] Issue #1936 - Optionally leave Bookmarks menu open when spawning new tab. (56f5e8f283) Official Basilisk changes picked since my last build: - [Basilisk] Don't build hunspell shared on SunOS (ebf28e418f) - [Basilisk] Delete Firefox Dev Edition leftovers (1eca5a03c2) - [Basilisk] Update pdf.js to version 1.6.467 from Firefox 53.0.2 (328408759a) - [Basilisk] Update pdf.js to 1.7.348 from Firefox 54.0.1 (c5d109556c) - [Basilisk] Update PDF.js to 2.3.235 (21121b141b) - [Basilisk] Remove stubs and references. Remove some telemetry leftovers (32e4115055) - [Basilisk] Pref changes for old reports that no longer exist (6b8a4e9b72) - [Basilisk] Remove some mobile leftovers (77bc3513fd) - [Basilisk] Remove some android leftovers (c4f84bd3d5) - [Basilisk] Remove ios leftovers (3d339baec2) - [Basilisk] remove more mozilla spy garbage (6c88624503) - [Basilisk] Clean up an unused pref. Remove link to mozilla site from crash reporter (23ef0c81f7) - [Basilisk] Remove last bits of telemetry (b5a13a2a38) - [Basilisk] Remove obsolete documentation (a11b107f18) - [Basilisk] Remove unused functionality for reporting crashes to an external server (e73c73a426) - [Basilisk] Remove unused prefs for download of tiles on new tab page (3fa770bcba) - [Basilisk] Remove some leftover crashreporter stuff (264cd17e94) - [Basilisk] Remove browser.tabs.crashReporting.sendReport prefs (36ca1ce479) - [Basilisk] restore erroneously removed dom.ipc.reportProcessHangs pref ifdef (0be9ef65f6) - [Basilisk] Remove unsubmitted crash reporter from crash handlers (0ae5036656) - [Basilisk] Remove some unused crash report strings from localization data (04e9b40d4b) - [Basilisk] Report GTK version in about dialog for Linux builds (a03283044e) - [Basilisk] Issue #67 - begin porting over changes to stop using appconstants (e1e2d7e832) - [Basilisk] Fix issue with updater (2169356c67) - [Basilisk] Issue #67 - stop using appconst in aboutSessionRestore.js (fa1cbb6658) - [Basilisk] Dont preprocess files that dont need preprocessing (4c819bd3d5) My changes picked since my last build: - [Basilisk] some files in my tree still need preprocessing (4f9068fe23) - [Basilisk] pdfjs: Services.policies is not available in UXP, comment it out (d946fc6195) - [Basilisk] Revert "Update PDF.js to 2.3.235" as it breaks in e10s (e90473bdda) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    5 points
  2. Download UnGoogled Chromium here: https://portapps.io/app/ungoogled-chromium-portable/ Then simply replace everything in the chrome folder with. https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/64bit/109.0.5414.120-1 or https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/windows/64bit/109.0.5414.75-1 Here is what differs from the original release to ensure portability: Following switches are passed to the process. --user-data-dir=<data_path>: Directory where the browser stores the user profile. <data_path> is dynamically generated at launch. --no-default-browser-check: Stops Ungoogled Chromium from checking if it is the default browser at startup. --disable-logging: Force logging to be disabled. --disable-breakpad: Disables the crash reporting. --disable-machine-id: Allows disabling the machine ID generation on Windows. --disable-encryption-win: Allows disabling encryption on Windows for cookies, passwords, settings… --disable-machine-id and --disable-encryption-win have been specially crafted to ensure portability. This means that passwords, cookies and other settings will not be encrypted on your hard drive. It is therefore advisable to have this data on an encrypted hard disk. Still having difficulties? Try this ready made release (but older). https://github.com/portapps/ungoogled-chromium-portable/releases/tag/103.0.5060.114-15
    4 points
  3. Maybe turn on dom.audioworklet.enabled in about:config? dom.worklet.enabled should be turned on by default as well I think.
    4 points
  4. I have been able to compile C++ 17 sample code with LLVM 16.0.5 and 17.0.1 in the VS2010 IDE. After installing LLVM and selecting the LLVM v100 toolchain from the project properties, I had to do the following things to make it work: -first, the VC++ 2010 and Windows 7 SDK headers were freaking out at the C++17 syntax. So I took the headers from VC++ 2022 as well as the Windows 11 SDK's UCRT headers and placed them in "Additional Include Directories". -Then, I went to the LLVM section of project properties and added the following compiler options: ``-Wc++17-extensions `` and ``-fms-compatibility-version=19``. This enables support for C++17 and allows the use of the built-in types that the new headers expect. -Linking is complicated. The LLD linker cannot be used due to various issues so we must use the VC++ 2010 linker. This works to an extent, but there will usually be missing functions that the linker is unable to resolve. I built libs containing various functions such as __std_terminate,and a delete operator, which should be placed in "Linker -> Input -> Additional Dependencies" (https://github.com/win32ss/win32ss.github.io/raw/main/images/msvcrt10_cpp17_x64.lib and https://github.com/win32ss/win32ss.github.io/raw/main/images/msvcrt10_cpp17_x86.lib). -Furthermore, if you are using msvcrt*, the VC++ 2010-supplied msvcrt.lib has baked-in directives that block it from being used where _MSC_VER is not equal to 1600. Clang will make it 1900 when -fms-compatibility-version is set to 19. This means that the directives must be patched; by opening up msvrt.lib in a hex editor, searching for all instances of /FAILIFMISMATCH:"_MSC_VER=1600" and changing 1600 to 1900 (zeroing-out the whole string may also work). *newer ucrt libs were attempted, but there were issues with the linker not recognizing CFG. This would require rebuilding the runtime to remove CFG references.
    3 points
  5. @jaclaz Who is @LiveXP and what does your post have to do with TRIM under Windows XP? @AstroSkipper
    3 points
  6. Hello @Karla Sleutel! Here is the official statement from Brave: https://support.brave.com/hc/en-us/articles/11197967945613-Sunsetting-support-for-Windows-7-and-8-8-1 Cheers, AstroSkipper
    3 points
  7. I wonder what is the last Brave that works on Wind.8.1?
    2 points
  8. Here is a link explaining what Trimcheck actually does to prove whether a TRIM command was performed successfully or not: https://www.thessdreview.com/daily-news/latest-buzz/trimcheck-does-your-ssd-really-have-trim-working/ Maybe, it is useful for you to shed more light on this matter. Greetings, AstroSkipper
    2 points
  9. There's nothing to argue about, it's simply a fact. Feb 27, 2022 - ANGLE doesn't work on 32-bit Windows Reproduction steps Usage instructions are at #6672. Build and run any application that uses ANGLE. https://github.com/libgdx/libgdx/issues/6806
    2 points
  10. You need to replace DiscardVirtualMemory with VirtualAlloc or VirtualAllocEx....
    1 point
  11. Hi modnar, for Mypal 68 BSOD, try: layers.omtp.enabled = false You can also check the MyPal 68 thread that Mina suggested.
    1 point
  12. New version to play with... Mypal 68.13.3b https://github.com/Feodor2/Mypal68/releases/tag/68.13.3b
    1 point
  13. Any Firefox browser, as well as its forks, Waterfox, Palemoon, can easily be made portable. To do this, make a cmd file in the browser folder with the following line: firefox.exe -Profile "username" If there will be another browser, then accordingly: waterfox.exe -Profile "username"
    1 point
  14. Getting forgetful, aren't we? Well, I am too or I never knew for sure, but it was common for software to stop working on XP and Vista simultaneously with newer versions. Edit: Maybe not in this case. https://forum.zdoom.org/viewtopic.php?t=57394 Maybe 4.10 still works, at least gzdoom.exe doesn't have TryAcquireSRWLockExclusive in the import table.
    1 point
  15. with dom.audioworklet.enabled did fixed to discord
    1 point
  16. it got a javascript error: 07:36:48.674 ReferenceError: AudioWorkletNode is not defined 1 25e6fde2b425fd033e23.js:12318:1 [143269]/</e[75] https://discord.com/assets/25e6fde2b425fd033e23.js:12318:1 i https://discord.com/assets/25e6fde2b425fd033e23.js:12333:682 [143269]/</< https://discord.com/assets/25e6fde2b425fd033e23.js:12333:805 [143269]/< https://discord.com/assets/25e6fde2b425fd033e23.js:12337:765 [143269] https://discord.com/assets/25e6fde2b425fd033e23.js:12337:864 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [740169] https://discord.com/assets/25e6fde2b425fd033e23.js:12500:718 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 u https://discord.com/assets/25e6fde2b425fd033e23.js:12410:199 l/e< https://discord.com/assets/25e6fde2b425fd033e23.js:12410:341 find self-hosted:471:1 l https://discord.com/assets/25e6fde2b425fd033e23.js:12410:316 [964517] https://discord.com/assets/25e6fde2b425fd033e23.js:10382:6 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [715107] https://discord.com/assets/25e6fde2b425fd033e23.js:10565:168 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [934870] https://discord.com/assets/25e6fde2b425fd033e23.js:9417:552 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [484524] https://discord.com/assets/25e6fde2b425fd033e23.js:6543:841 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [241166] https://discord.com/assets/25e6fde2b425fd033e23.js:6570:234 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [304548] https://discord.com/assets/25e6fde2b425fd033e23.js:4712:176 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [603686] https://discord.com/assets/25e6fde2b425fd033e23.js:4932:362 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 [488967] https://discord.com/assets/25e6fde2b425fd033e23.js:4944:966 l https://discord.com/assets/34400d96c7984f25ff52.js:1:154 t https://discord.com/assets/25e6fde2b425fd033e23.js:13391:393 <anonymous> https://discord.com/assets/25e6fde2b425fd033e23.js:13391:452 l.O https://discord.com/assets/34400d96c7984f25ff52.js:2:398 <anonymous> https://discord.com/assets/25e6fde2b425fd033e23.js:13391:467 d https://discord.com/assets/34400d96c7984f25ff52.js:55:425 d self-hosted:1119:17 <anonymous> https://discord.com/assets/25e6fde2b425fd033e23.js:2:65
    1 point
  17. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.9-Goanna-20231007.7z Changelog: Out-of-tree changes: * update Goanna3 to git bc755da7a5...e9dee823ef: - SearchService: more proper syntax for functions, and guard cachePaths as cache.directories can be undefined. (b7d6d7931f) - Downloads: more proper syntax for functions (74dee4fc8d) - browser: fix when browser.currentURI is undefined (9e12ec4b3d) - chrome: some const fixes (f830c933ef) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1231404 - SubscriptBaselineDropMin or SuperscriptBaselineDropMax are not read from the MATH table. r=jfkthame (4293e32fef) - Bug 953408 - switch to unprefixed hyphens property in tests. r=jfkthame (2ee7ee6bd4) - Bug 1207061 - Reftest for buggy bidi font that fails with graphite 1.3.2. r=jdaggett (3d1ae98e9e) - Bug 1161900 - Basic reftest to check that Balinese two-part vowel characters are shaped properly. r=jdaggett (5bd6653da0) - Bug 686225 - Reftest for Indic shaping with buggy OS X (AAT) fonts. r=jdaggett (76e81fba3e) - Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps (8c1b128a6b) - Bug 1156111 patch 2 - Add BUG_COMPONENT metadata for tests in layout/reftests/. r=gps (c9089a56cf) (e9dee823ef) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
    1 point
  18. Nothing to be sorry about, I meant just better to post in a separate topic to avoid questions like this one, which people will ask anyways.
    1 point
  19. In that case, use a WinPenPack or PortableApps Chrome and *replace* the bin folder with the extracted Ungoogled Chromium v109. I can compile more detailed "how-to" if needed.
    1 point
  20. 1 point
  21. Ungoogled 109 is the last for Windows 7, it can be made fully portable with the help of just 2 flags.
    1 point
  22. And on 64 systems this browser still tells it runs purely on software.
    1 point
  23. I guess it's not, but it would be wise not to mix all in one, to avoid creating confusions, agree?
    1 point
  24. It's still a mod, for which you would need to edit Opera's/chrome's files. Respectfully, the topic is about the last versions without mods, no?
    1 point
  25. Why not simply take the en_UK pack from the same Chrome?
    1 point
  26. If I go to> "Add languages and drag to order them based on your preference." The only language I can choose is: English (United States) Web pages and UI are displayed in: English (United States) I'd like them to be: English (Great Britain) (GB), like Supermium or even CastXP allows to select the proper English language. The least I could probably settle for is Canadian, thanx.
    1 point
  27. Yes, exactly, this patch needs to be applied before the release. I just wanted to gently remind @NotHereToPlayGamesof that link, perhaps he missed it, who knows?
    1 point
  28. Thanks to @Sampei.Nihira. https://msfn.org/board/topic/185031-webp-virus-fears-nightmares-suggestions-or-exodus-from-the-internet/?do=findComment&comment=1252144
    1 point
  29. I agree! No, believe me, I am sure you're not alone on this. Even though I preferred Windows 7's look, I still liked Vista's look.
    1 point
  30. Never heard of that before! Do you have technical information?
    1 point
  31. You need to apply patches by @smeezekitty 32-bit 64-bit If you have extended kernel installed, use powrprof.dll from the extended kernel instead of the patched one.
    1 point
  32. New "merchandise API" block https://msfn.org/board/topic/184249-chrome-110-based-opera-i-ported-it-to-vista/?do=findComment&comment=1249504
    1 point
  33. I tried Supermium, finally, well it's quite good, but not portable and writes BrowserMetrics info collecting. Open it with Hex, you will see. You know what, you're right! I'll stick to the ported Opera 97 and Ungoogled 111, apply the anti webp-crap patch to decrapify them, certainly. If you use Opera, don't forget to apply the patch against collecting info-spying, made by @D.Draker. https://msfn.org/board/topic/184249-chrome-110-based-opera-i-ported-it-to-vista/?do=findComment&comment=1238878
    1 point
  34. What they claim, no one should trust. I remember Opera in 2016 did the same, promises, promises. I agree with @D.Drakerand @yoltboy01, and the fact it still works, is just some random matter.
    1 point
  35. 1 point
  36. Thanx for the info! So I finally decided to try Catxsp, because Supermium is not portable, and guess what, I can't even start 117 or any later builds of 116. The last that worked is the early build of 116 Beta (it's now deleted from the site). Could you please check on Windows 7 and simple 8.0, thank you!
    1 point
  37. Microsoft 365 v2310 (beta) works on Windows 8.1. That version is set to release in October. Support originally ended in January with v2301
    1 point
  38. You're right! It was Serpent 55 - D'oh! Yes, the screenshot was taken from my Serpent 55. My main browser is New Moon 28. If a website doesn't load properly there, I try Serpent 55 at next. These browsers can be customized exactly to the user's need. One reason why I love them and continue to use them. Only if both fail, I give 360Chrome a try.
    1 point
  39. Supported devices are shown on the first page. Yes, but you need to follow the guide precisely.
    1 point
  40. I did not release 398.11, this tutorial is about absolutely different driver (which is shown on the first page along with the supported devices). That's why you don't see that link ! The driver you are talking about was made by win32, I don't know where you got it, so all questions regarding that driver are to him and *apparently* not in this topic. EDIT: do you know how to find him ? The user screen name is win32. And, BTW, his driver worked for me with G1030. But it is not fully finished (no NVCPL).
    1 point
  41. So I replaced the card and it's all the same. I think ( a hunch ) the cheaper (lower numbered) ones aren't as good as the top of the line . Binning process ? Anyways, it works, the only problem is the awful colour representation, @win32, I don't have any driver conflicts , like you discribed earlier, what driver would you suggest me to mod ? Thanks.
    1 point
  42. Convenient, when you have nothing to answer. Again , in what role your represent your "friend" here ?
    1 point
  43. 1 point
  44. I never wrote I represent the whole MSFN, where did you see that ? I know you want to sound like a "clever", educated nurd, but these long sheets of yours don't make any sense. It's just a word salad. Talented people know how to lay out their thoughts with short and sweet sentences. And since you still didn't answer my question, drop the "friend" crap, sounds really weird. Are you a female, answer me(us) please, if it's not a weird secret again. I'm just curious.
    1 point
  45. It has be a list (say 100 proxies), I want an automated process . As soon as the proxie blocked , the software will replace it . I have the software already. It allows me to insert a txt list and then scans them using a specified website to remove non-working .
    1 point
  46. My whole idea was to eliminate all browser interactions with youtube , like "feed" , etc. I'm sure you know chrome had plenty of junk built in to interact with the known websites , without our input. You can search for these youself and try to disable them . Also , you could try to debug and see what happens right before the crash . We can't give p so easily , right ? Even though you say v12. is good , it's outdated . Do not work with my favourite shop, for example.
    1 point
  47. 1 point
  48. @ArcticFoxie , In my version at offset 6094CAF (chroem.dll) replace youtube with youbube and see if it still crashes. And I recommend you to use only adblock when visiting youtube , for this test. IP doesn't matter.
    1 point
×
×
  • Create New...