Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/10/2024 in Posts

  1. @Dave-H This is what you seem to be using in the loader INI file at the moment: Edit: There is a space in the string of your user data folder but the syntax of this INI file seems to allow that. BTW, I asked you: You can first try this code if wanted: [Setup] AppName=Thorium [FileToRun] PathToExe=.\Chrome\Application\$AppName$.exe Parameters=--user-data-dir="$Profile$" --no-proxy-server /high-dpi-support=1 /force-device-scale-factor=1 --disable-component-update --use-angle=d3d9 --ignore-gpu-blocklist --single-argument [Environment] Profile=.\Chrome\User Data Edit: You defined the environment variable $Profile$, which you didn't use at all, though. Generally, a better approach is to use a string without spaces as, for example, @Dixel suggested: The string ..\data creates this folder in the root folder. If you want to create it relative to the folder where the loader is located, you have to replace that by .\data or in your case by .\chrome\data. But all that is not the solution for opening a link in your browser from a document successfully. For this issue, you have to check all registry values that you've set for the Thorium browser. All of them should point to your loader. Check all file type associations in terms of browsers such as .htm, .html and so on! You can do that from the Control Panel via the app "Folder options". Did you use the two REG files inside the programme folder for registering Thorium? Can you open a link from a PDF file in Thorium by left-clicking?
    5 points
  2. I always had a rather opposite experience, for me, nVidia drivers from their website always sucked. Here, you can look at what many other people think. Bear in mind, it's for 2080Ti, while the OP's 1080 card needs even older drivers (just like D.Draker suggested, and it worked perfectly). https://forums.guru3d.com/threads/nvidia-please-read-major-drop-in-performance-with-new-drivers-446-14-vs-460-79-benchmarks.435665/
    5 points
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240810-3219d2d-uxp-fde09c8b49-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240810-3219d2d-uxp-fde09c8b49-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-20240810-3219d2d-uxp-fde09c8b49-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-20240810-d849524bd-uxp-fde09c8b49-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240810-d849524bd-uxp-fde09c8b49-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240810-d849524bd-uxp-fde09c8b49-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240810-d849524bd-uxp-fde09c8b49-xpmod.7z Official UXP changes picked since my last build: - constants.py: fix powerpc arch detection (2d4a8d7959) - Issue #2515 - Remove mForceContentDispatch and mNoContentDispatch (7e3f0d53a2) - Issue #2515 - Clarify only dispatching in chrome. (bd439689e1) - Issue #2515 - Guard devtools click handlers against non-primary clicks. (9b56867901) - No issue - Update Twemoji Mozilla to 15.1.1 (1fe474cf7b) - Issue #1925 - Move NS_FOR_CSS_SIDES and operator++ to gfx/2d/Types.h (5b0921df6e) - Issue #1925 - Remove mozilla::css::Side typedef. (e6e2796541) - Issue #1925 - Remove use of NS_SIDE_* macros. (ec7351a5d4) - Issue #1925 - Remove use of SIDE_BIT{S}_* macros. (8bf61a2f5c) - Issue #1925 - Change Side's operator++ from postfix to prefix. (3a153f32e3) - Issue #1925 - Move NS_FOR_CSS_CORNERS and enum to gfx/2d/Types.h. (bdb12f10e3) - Issue #1925 - Rename Corner to LogicalCorner and move it to nsStyleCoord.h. (81f60b575a) - Issue #1925 - Move Corner enum from mozilla::css to mozilla namespace. (b3a51c2711) - Issue #1925 - Rewrite NS_FOR_CSS_CORNERS to be similar to *_SIDES (0a7f42b452) - Issue #1925 - Remove use of NS_CORNER_{TOP|BOTTOM}_{LEFT|RIGHT} macros. (d73f8c2e84) - Issue #1925 - Convert half-corner index macros to an enum. (8dc8875db6) - Issue #1925 - Move NS_FOR_CSS_HALF_CORNER to gfx/2d/Types.h and rewrite it. (1730199755) - Issue #1925 - Convert NS_HALF_CORNER_IS_X to a constexpr function. (f507d2cdbc) - Issue #1925 - Convert NS_HALF_TO_FULL_CORNER to a constexpr function. (31badb0f2e) - Issue #1925 - Convert NS_FULL_TO_HALF_CORNER to a constexpr function. (8a2bc8ef4d) - Issue #1925 - Convert NS_SIDE_IS_VERTICAL to a constexpr function. (b0b13b8719) - Issue #1925 - Convert NS_SIDE_TO_FULL_CORNER to a constexpr function. (2a399b60a1) - Issue #1925 - Convert NS_SIDE_TO_HALF_CORNER to a constexpr function. (c096b46278) - Issue #1925 - Replace RectCorner with Corner. (5c509ea6ce) - Fix loading libGL on NetBSD (a023a81fef) - [DOM] Pass error up the chain in SetColorValue. (314ba652f4) 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 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
  4. Open these four registry keys with your registry editor and post here via the export feature of Registry Workshop (I know you are using the same tool as I do. I need to know the exact strings in form of an exported key for better comparison ) what have been set for them in HKEY_CLASSES_ROOT\http, HKEY_CLASSES_ROOT\https, HKEY_CLASSES_ROOT\ThoriumHTM\shell\open\command and HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Thorium\shell\open\command. Use the code feature of the forum editor for pasting the exported keys!
    4 points
  5. You are not thick. If at all, a little forgetful. We had the problem back then in the beta test of my ProxHTTPSProxy package. I called the problem the "space bug". Search my proxy thread for "space bug"! Normally, if a space is inside a path, the string needs quotation marks when it comes to coding. Especially when using command line commands or programming batch files. Maybe, this loader allows such spaces when defining variables. Personally, I have no spaces in my user folder for Thorium. So, I have no problems with that. Long story short. Just remove the quotation marks in the line where the $Profile$ variable is defined! But what about my questions?
    4 points
  6. For all Chrome 100 and up, pretty standard. --user-data-dir="..\data" This will place the data in the root folder (The folder named Thorium, in this case) Edit. The name data can be changed to whatever. User Data, if you want to.
    4 points
  7. Well, a couple of days ago, I up-voted six (or so) of your posts in one day, all because I really liked them, I only place likes on what I like. Just post good, interesting content, people will get you the "likes", including me. As for Vista beta games on XP and this old thread, the bot actually helped me to find it by bumping this old thread. Thanks, dear bot.
    3 points
  8. I'm sorry he got you disturbed with this unnecessary screening.
    3 points
  9. I know for a fact that this precise driver worked flawlessly on my friend's laptop with a 1080. It's from Microsoft certified update. https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2018/04/8f1d9923-3457-43d7-929c-1ebb96122d58_1c548e6f1128501e7e3c8fff5bca8b6419f6cbcf.cab
    3 points
  10. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.5-Goanna-20240810.7z Changelog: Out-of-tree changes: * update Goanna3 to git 38663d2b9f...fe3519e975: - import changes from `dev' branch of rmottola/Arctic-Fox: - some pref. cleanup (21e17660e7) - add some font names and aliases (cb38962246) - remove unused dom.max_child_script_run_time (d214b353d4) - align strange layout.css.scroll-snap.enabled overwrite (f2562a5cc1) - reshuffle some preferences, remove unused (41f586186b) - more reshuffle and cleanup of preferences (0208aa32a3) - Bug 1168891 Part 1 - Refine two functions related to caret positioning. r=mats (86d718d60e) - Bug 1168891 Part 2 - Allow one caret to be dragged across the other caret. r=mats (9276eb7728) - part of Bug 1252802 - Web page scrolls when dragging caret in editable, r=snorp (31dade8b77) - Bug 1235508 - Re-implement fast Phone number selection on long-press, r=TYLin (59b6371d17) - Bug 1249201 Part 1 - Add "scroll" reason to CaretStateChangedEvent. r=smaug (b92ff6cbfc) - Bug 1249201 Part 2 - Show carets continuously when panning or zooming. r=mats,sebastian (ca5c51c479) - Bug 1245246: Add null check for mDocViewerPrint in nsPrintEngine::FirePrintingErrorEvent. r=roc (e9d5b49a3f) - Bug 1025267 - Make some -moz- prefixed pseudo-classes chrome-only. r=bz (238f7a85d4) - Bug 1259889 Part 1 - Add @supports -moz-bool-pref for internal-only style sheets. r=heycam (d716a7b884) - Bug 1237633 - Part 1: Percentages are not allowed in a <source-size-value>. r=jdm (52ccffbf86) - Bug 1081362 - Change nsStyleBasicShape pointer to an nsRefPtr, to avoid leak in unexpected case. r=dholbert (2a5cb8ffdd) - Bug 1264317 - Make the basic shape clip-path clipping use nsCSSValue::Array instead of nsCSSValueList. r=dholbert (7aaf39f2d7) - Bug 1247150 - Consistently use StyleSheetHandle::RefPtr* for outparams in nsLayoutStylesheetCache. r=dholbert (ddc85f29f8) - Bug 1251848: Check StyleSheetHandles for being null-flavored before derefing them, in assertions within nsLayoutStylesheetCache::InvalidateSheet. r=bholley (edb3924075) - Bug 1245260 - Add crashtest; r=hiro (6347e37750) - Bug 460209 - Add crashtest. (97b4786de2) - Bug 474377 - Add crashtest. (516b4e8164) - Bug 1264396 - Don't allow animation of 'display' property; r=heycam (6e94bcb26a) - missing bit of 759568 - Part 1 (fc954f075b) - part of Bug 1037483 replace microdata with microformats (4ff01e11d6) - Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku (913ac1b9a5) - Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak (9982624b90) - Bug 1167663 - Mark nsCSSKeyframeStyleDeclaration/nsCSSPageStyleDeclaration::mRule as MOZ_NON_OWNING_REF. r=dbaron (6d4e9751a1) - Bug 1244992 - Avoid double-counting in various refcounted types related to nsCSSValue. r=heycam. (c830949dd9) - Bug 1262646 - Change the outparams passed to nsStyleUtil::AppendEscapedCSSString from nsString to nsAutoString. r=dholbert (2b0caadf9d) - Bug 1247336 - De-dupe changes in ActiveLayerTracker before treating property as animated. r=roc (c44ed5aee6) - space fix (5e79d245ea) - Bug 1266288 - Track changes to all margin properties for scroll-linked effects. r=mstange (fed6994e4d) - Bug 1259641 - Do not force reflow for all tabs when size mode changed. r=smaug (70847cc6d2) - Bug 1261265 - Fix nsStyleContext::MoveTo flag assertions to allow mismatch on parents if bit is set on child. r=dholbert (3e6b08372e) - Bug 1264837 Part 43 - Remove SVGFEUnstyledLeafFrameBase. r=dholbert (bb55feda77) - Remove mention of old SVG text pref in comment; no bug. (DONTBUILD) (3a618aca18) - Bug 752638, part 1 - Move SVGTextFrame::SetupContextPaint to nsSVGUtils. r=heycam (c125c2903f) - Bug 1258843 - Don't build SVG display items if their visibility is hidden. r=dholbert (150c3b0059) - Bug 1258650. Properly use aExtraMasksTransform when combining masks. r=Bas,a=kwierso (ba5ea1928b) - Bug 1263789 - Stop nsSVGMaskFrameNEON.h from polluting the global namespace. r=dholbert (e2c8544d35) - Bug 1162418 - Try to find a suitable non-zero dimension to use when containing block's inline-size depends on an SVG element which is specified as a percentage of its container. r=jwatt (3eab79c8a4) - Bug 1250143. Account for border/padding on outer <svg> elements in GeometryUtils. r=mats (f307820b75) - Bug 1243623. Don't skip unregistering a table part if we have a split table. r=mats (35bb0821c1) - Bug 1203417. Propagate error result from PaintTableFrame. r=seth (866e47b3e4) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTablePainter. r=seth (851618d06c) - var-const (29d5e9f859) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTreeBodyFrame::PaintText. r=seth (1ce563ea18) - Bug 1203626 - remove the unused argument from nsTreeBodyFrame::GetTwistyRect. r=mattwoodrow (03293f52b5) - Bug 1218041, part 1: Give nsTreeBodyFrame::PaintImage a fallback codepath for painting SVG images with no explicit height or width. r=seth (b6fd3a39f7) - Bug 1218041, part 2: add reftests for <treecell> SVG-image rendering. (no review) (90231e0bfa) - Bug 1224736: When image size lookup fails in nsTreeBodyFrame::PaintImage, only fall back to use the full destRect if we've got a VectorImage. r=tn (dd7d7667ca) - Bug 1156108 - Make nsTreeColumns::mFirstColumn an nsRefPtr; r=roc (f6888480bc) - Bug 1255069 - use UniquePtr for storage in nsTreeContentView; r=dholbert (598256735f) - Bug 1181560 - ensure previous menus get closed when opening new ones, r=Enn (2c88f3452a) - Bug 1192655 - Make menubar not react to events when it is not visible. r=enn (2bbcbc81a2) - Bug 1197913 - Keep the last hovered item highlighted after moving the cursor outside the <select> drop-down list on Windows. r=neil (abd3240473) - Bug 1228029 - Fix the usage of gtest assertion macros in TestJobScheduler.cpp. r=kats (0fcc9aa6fe) - Bug 1244234 - Simplify joining jobs with the gfx job scheduler. r=jrmuizel (f4b6bbf418) - Bug 1239288 - Add a shutdown test to the gfx job scheduler. r=jrmuizel (fd2432d108) - Bug 1239288 - Fix a race in the win32 job scheduler's shutdown. r=jrmuizel (4e509b4bf3) - Bug 1241161 - make Matrix4x4::ProjectTo2D normalize out perpective where possible. r=mattwoodrow (5a68e396a3) - bits of Bug 1135138 - Remove UNICODE from DEFINES (1eb51a0a79) - Bug 1249640: Part 4 Android to use new blocking. r=snorp (855e5c0dda) - Bug 1234875 - Remove alwaysAcceptSessionCookies pref. r=mak (8bed323449) - Bug 1247912 - convert left side expression to int64_t when assigning to mCookiesLifetimeSec in order to avoid overflow. r=jdm (0cedb68c83) - code and comment style (9215d74a8f) - code and comment style (1d4cda31af) - Bug 1219928 - Skip misspelled words in style blocks. r=enndeakin. (91dd0bcedf) - Bug 1236968 - autodial telemetry r=mayhemer (3844b9c19e) - Bug 1254310 - Add a hidden pref to temporarily disable Safe Browsing on given hostnames. r=gcp (4955fc88f8) - Bug 772528 - Remove nsFileInputStream::Seek() from nsPartialFileInputStream::Init(). r=baku (15db900fb5) - Bug 1150921 - Add telemetry for response codes to SafeBrowsing requests. r=francois f=bsmedberg (215d50e4ad) - Bug 1164518 - Better logging of completions. r=gcp (95b4fe3731) - Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg (b94a2b38a7) - Bug 1266184 - Implement nsIMIMEInputStream.data getter. r=mcmanus (8c9159c030) - Bug 1239955 - Let DNSService rely on IOService::Offline, r=bagder (336f161d21) - Bug 1260407 - added logging for proxy/pac to aid debugging, r=mcmanus (a179275ca6) - Bug 1259089 - Set TCP socket to non-blocking in sts again, just to be sure. r=mcmanus (bf0656bf07) - Bug 1256473 - Cast values to avoid C4838 on VS2015; r=mayhemer (d4b138dba8) - Bug 1260764 - Creation of PollableEvent needs a lock r=dragana a=kwierso (01c9d5e477) - Bug 652186 - Implement URL Standard's backslash replacement r=mcmanus (6485fa7e8c) - Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus (3fc1ff92cd) - Bug 377052 - nsBaseURLParser::ParseURL doesn't handle spaces embedded in the scheme properly r=mcmanus (1f54055b9d) - fix editor format (444d6a62c4) - Bug 1154124 - Prevent recursion when calling HTTP cache entry's callbacks. r=michal (7bdfbf603d) - Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal (7668d29a36) (4b8580917e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1257611 - Fix wrong CondVar::Wait() and Monitor::Wait() usage in netwerk/cache2, r=honzab (54f1a79f43) - Bug 1239687 - Leak invalid/doomed file handles immediately after HTTP cache shutdown. r=michal (a20bcf662b) - Bug 996836 - Merge CLOSE and WRITE priority in cache2 I/O thread. r=michal (8b0af50593) - Bug 1265243 - Do not initialize CacheObserver in the child process, r=honzab (87f69529d2) - Bug 1247432 - Don't do any unnecessary I/O in cache2 after shutdown. r=michal (7c5a2b89ac) - Bug 1220272 - Fix signalling in HTTP cache test code suspender. r=michal (293a16731d) - Bug 1160368 - Part 2: Clean up some cruft in nsCookie.h from PRBool/bool conversions. r=jdm (aa873f2dcc) - Bug 1160368 - Part 5: Clean up some confusing browser_storage_listings.js checks. r=jdm (b27f5930a9) - Bug 866380 - Null check for amlogic libc implementation. r=valentin (c3a487af9c) - Bug 1257320 - Disable C4577 to unblock compilation on VS2015; r=mayhemer (2f800ca85c) - Bug 1229726 - fix the data copy from sockaddr to NetAddr on OSX/FreeBSD. r=mcmanus. (fde11e004e) - Bug 1241368 - provide JS implemented MDNS service as a fallback. r=nwgh,nalexander. (afe1445eb8) - Bug 571126: Remove NECKO_SEPARATE_STACKS support, r=jduell (fb5b87bb3a) - Bug 1057689 - Add xpcshell test checking correct notifications and app-offline state r=jduell (89946b44ba) - Bug 1259459 - h2 0 length options puts end-stream on headers r=hurley (618480a609) - Bug 1234251 - Remove HttpChannelChild::mSynthesizedResponseHead; r=jdm (20981affea) - Bug 904559 - Veto redirect when target channel doesn't implement nsIParentRedirectingChannel. r=jduell (b3da2fae91) - Bug 1261784 Make sure InterceptedChannel body streams are always closed. r=jdm (cd50b1a52b) - Bug 1224508 - Use URI path without reference as the callback key. r=valentin. (b8a953f23a) - Bug 1226760 - ViewSource doesn't work for packaged app resources r=mcmanus (ec9b0297de) - Bug 1254061 - Rewrite nsHttp::ParseInt64 using strtoll r=mcmanus (2125b8ae6f) - Bug 1241565 - nsIHttpChannelInternal should be a builtinclass, r=honzab.moz (d24da6a95a) - Bug 1252386 - Removed debugging printf,r=me (c5d89f353c) - bug 277813 - autogenerated expires needs max r=mayhemer (6aa7c255a5) - Bug 1225384 - Change how the default resource "host names" are handled. r=michal (868732baab) - Bug 719905: Fix resolution of resource: URLs containing : and / characters. r=valentin (f60f4baacf) - Bug 1195173 - Convert ExtensionProtocolHandler to use channel->Open2() (r=maglione) (063f5d5d10) - Bug 1226909 followup to fix bustage. Make sure that the channel returned by NS_NewChannel doesn't have a loadinfo that indicates that the channel has already been opened (42ebe0f44e) - Bug 241698 - Fixed init and use of nsDirIndex::mLastModified (-1LL) + built in nullptr checks where they were missing. r=dragana (e9c2277a3d) - Bug 1261318 - make sure brotli context is created in onstoprequest r=bagder (6646fed64d) - Bug 1212223 - Update |bufLen| as well when we probed the multipart preamble. r=valentin. (ec878c5b0f) - Bug 1259561: Increase CRAZY_COORD (threshold for debug build layout warnings) by an order of magnitude. r=mats (c05c16dd85) - Bug 1261698. Make ReparentFrameViewTo return void because it always returns NS_OK. r=mats (e806d6abcb) - Bug 1261698. Remove comment that is not relevant in nsContainerFrame.cpp. (f570189d15) - Bug 1261698. Don't descend into child frames looking for views in ReparentFrameViewTo if the frame doesn't have the NS_FRAME_HAS_CHILD_WITH_VIEW bit set. r=mats (0d42befd46) - Bug 1265154 - Fix compile error in MSVC 2013 caused by ArrayLength; r=heycam (1c962f2840) - Bug 1260351 - Image: Enable ConvolveVertically/Horizontally in LS3 MMI. r=tnikkel (576b6bbdb3) - Bug 1209780 (Part 1) - Mark DrawResult MOZ_MUST_USE. r=tn (e6c113bef2) - Bug 1253753 - Remove unnecessary switch fallthrough to avoid -Wimplicit-fallthrough warning. r=karlt (96bd93fc5c) - bug 1260178 null check pattern from -unico-border-gradient r=acomminos (f63c9c7ffb) - Bug 1247796. Use keyboardFocusIndicatorColor for ActiveBorder system color keyword. r=mstange (7ed133de97) - Bug 1248675 - Update the cached mBounds in nsChildView when its backing scale factor (display DPI) changes. r=mstange (8197274118) - Bug 1256576 - Make sure texture is (re)initialized if the size changed. r=snorp (2c56790ca9) - Bug 1242449 - Fix confusion among CSS, desktop and device pixel units in nsXULWindow position/size and window staggering so as to work consistently across mixed resolution displays. r=emk (f73d2fd41d) - Bug 1255645 - Ensure nsXULWindow constrains the window to the bounds of its screen after applying intrinsic sizing (if appropriate), by re-doing positioning after the window has been sized properly. r=emk (e87e0cea81) - Bug 1259492 - Ensure window position is constrained to the screen after it has been sized properly in nsXULWindow::OnChromeLoaded. r=emk (7cf599b39b) - Bug 1832708 - Disable std::__throw_* wrapping on libc++ >= 14.0. r=firefox-build-system-reviewers,andi (29e0cc9319) (fe3519e975) * 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
    2 points
  11. 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-20240810-ab137e8b7-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20240810-ab137e8b7-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: constants.py: fix powerpc arch detection (2d4a8d79) (47d39a7ef) - ported from UXP: Issue #2515 - Remove mForceContentDispatch and mNoContentDispatch (7e3f0d53) (b08be4386) - ported from UXP: Issue #2515 - Clarify only dispatching in chrome. (bd439689) (e619b7be5) - ported from UXP: Issue #2515 - Guard devtools click handlers against non-primary clicks. (9b568679) (a04355eb7) - ported from UXP: No issue - Update Twemoji Mozilla to 15.1.1 (1fe474cf) (efe96ec3d) - import from UXP: Fix loading libGL on NetBSD (a023a81f) (b00454739) - import from UXP: [DOM] Pass error up the chain in SetColorValue. (314ba652) (ab137e8b7)
    2 points
  12. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20240810-7bda12e7-uxp-fde09c8b49-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20240810-7bda12e7-uxp-fde09c8b49-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-20240810-id-656ea98-uxp-fde09c8b49-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20240810-id-656ea98-ia-93af9a0-uxp-fde09c8b49-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
    2 points
  13. Can you describe the quoted issue more detailed? You can't open internal pages or the setting page in Thorium? Did I understand you correctly?
    2 points
  14. You are not thick. If at all, a little forgetful. We had the problem back then in the beta test of my ProxHTTPSProxy package. I called the problem the "space bug". Search my proxy thread for "space bug"! Normally, if a space is inside a path, the string needs quotation marks when it comes to coding. Especially when using command line commands or programming batch files. Maybe, this loader allows such spaces when defining variables. Personally, I have no spaces in my user folder for Thorium. So, I have no problems with that. Long story short. Just remove the quotation marks in the line where the $Profile$ variable is defined! But what about my questions? So, I have checked this, and you are right. No quotation marks are necessary for defining a variable if it contains spaces. A bit strange, though. I wouldn't have thought so.
    2 points
  15. "I made some Benchmarking for myself, I decided to share them, frankly I doubt there are still many who uses 391.35 drivers, but i believe it's the best Drivers for Pascal cards" D.Draker never advises bad drivers. https://www.reddit.com/r/nvidia/comments/cbfls3/benchmarking_39135_vs_43136_drivers/
    2 points
  16. And you had doubts it wouldn't? Why? PS Have I ever given a bad driver to anyone?
    2 points
  17. Where does it say so? Give me the source. Vista has a fully featured, gaming D3D11.
    2 points
  18. Open nv_ref_pubwu.inf and replace all occurrences of 1B80 with 1BE0, click save, when a prompt shows about the unsigned driver, click yes.
    2 points
  19. Sounds very much like Alienware might be blocking the switching process between the GPU. Give me the device ID.
    2 points
  20. I really wanted to name this "My browser builds of roytam1's browser builds (Part 1)" to be funny, but I figure it makes more sense to give the names. This started since I wanted Interlink Mail & News but portable. Then I figured since I'm already forking UXP, I might as well build UXP stuffs too. So that's what happened. Eclipse Mail or eMail is my own fork of Interlink Mail & News, or mailnews. Some advantages over upstream are installer and true portable variants, compatible with IA-32 i686 class hardware, more optimizations, and the use of SQL instead of DBM for better compatibility with upstream profiles. Main download: https://github.com/Eclipse-Community/eMail/releases Alternative download: https://sourceforge.net/projects/email/files/ Eclipse Lun3r is my own fork of Pale Moon or New Moon. Some advantages over upstream are installer and true portable variants, more optimizations, features from Mypal like duplicate tab, experimental and very broken e10s support (it works better in Hydra), and the use of SQL instead of DBM for better compatibility with upstream profiles. Main download: https://github.com/Eclipse-Community/UXP/releases Alternative download: https://sourceforge.net/projects/lun3r/files/ Eclipse Hydra is my own fork of Basilisk or Serpent. Some advantages over upstream are installer and true portable variants, more optimizations, features from Mypal like duplicate tab, experimental e10s support, and the use of SQL instead of DBM for better compatibility with upstream profiles. Main download: https://github.com/Eclipse-Community/UXP/releases Alternative download: https://sourceforge.net/projects/lun3r/files/ I don't guarantee consistent updates, or work on fixing features like e10s or WebExtensions. I am too busy with r3dfox and other projects to dive into that. If you run into any bugs or issues, please report it on GitHub under the issues tab. I am more likely to get to it and remember to fix it if it's there. If you don't have a GitHub account, here is fine too though.
    1 point
  21. Hello our dear @Astroskipper, the pillar of wisdom! How do you do? @D.Draker taught me to delete Vulkan, Swiftshader and D3D 47, perhaps try it? Have a nice evening!
    1 point
  22. so i found a chipset driver which has my graphics driver so ill test later and make a iso with nlite for the laptop for anyone who would do this idea because most websites like driverscape gives drivers only for win xp and up
    1 point
  23. I added bold and underline to be sure that everyone is asked here. This has nothing at all to do with your answer, for which I have already thanked you. You should calibrate your sensor a little. It is set too sensitively.
    1 point
  24. Yes. Thorium works great for me in XP x86 SP3, fully updated, without POSReady (you already know my "view" on POSReady, wink wink, it "killed" a past XP machine with several CAD programs, forced a complete reinstall, have never touched POSReady since). On all three of the following -- Single-core VM. Dual-core real hardware. Single-core Intel Atom. Also works great in XP x64 SP2, fully updated, unsure if POSReady is even "for" x64 (never tried POSReady in x64, never will). I actually have the exact opposite experience with Supermium. Crashes or won't even launch for me. Only tried it on my single-core Intel Atom and in single-core VM.
    1 point
  25. First they came for Dixel's Instagram account ... https://en.wikipedia.org/wiki/First_they_came_...
    1 point
  26. Those were the good times when didn't have to give our phone numbers to every bystander. Now I go on vacation, I can't even login to Instagram 'cause their "security" triggers and blocks my account due to "suspicious location". Nothing suspicious in it! I tried log in from the Dutch overseas territories, from a public hotel WiFi spot, so what? I wonder what other people do? How do they live? No one goes on vacations anymore? Everyone is chained to only one location?
    1 point
  27. 1 point
  28. Old chrome had --user-data-dir="...\data" instead of --user-data-dir="..\data" I don't remember exactly.
    1 point
  29. @Dave-H The strategy I would like to recommend to you is to set the browser settings in your Windows XP installation back to Internet Explorer as default browser. Open the Internet Explorer options and set it as your default browser! After doing so, remove all entries related to Thorium using Registry Workshop! Search for Thorium and ThorLoad! The reason for this strategy is that I assume something browser related has been messed up. It is difficult to find the error as there are many registry keys in terms of registering a browser and its corresponding extensions. Revert everything you tried to make Thorium as your default browser! I have seen you are using the SSE4 release. Does it work properly in your system? Maybe, you could give the SSE3 release a try only to see if it is working better than the SSE4 one. Just an idea, of course! You know the higher is not always the better. In any case, be careful when purging your registry! Perform a registry backup first! Everything else after that. What do you think about this approach?
    1 point
  30. Just wanted to say a million thanks in this thread and if anyone has an Alienware M5700 the correct HDA to get sound is hdaicout.hda.100 to get win98 sound
    1 point
  31. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240810-fe3519e975-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240810-fe3519e975-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240810-fe3519e975-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20240810-fe3519e975-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - some pref. cleanup (21e17660e7) - add some font names and aliases (cb38962246) - remove unused dom.max_child_script_run_time (d214b353d4) - align strange layout.css.scroll-snap.enabled overwrite (f2562a5cc1) - reshuffle some preferences, remove unused (41f586186b) - more reshuffle and cleanup of preferences (0208aa32a3) - Bug 1168891 Part 1 - Refine two functions related to caret positioning. r=mats (86d718d60e) - Bug 1168891 Part 2 - Allow one caret to be dragged across the other caret. r=mats (9276eb7728) - part of Bug 1252802 - Web page scrolls when dragging caret in editable, r=snorp (31dade8b77) - Bug 1235508 - Re-implement fast Phone number selection on long-press, r=TYLin (59b6371d17) - Bug 1249201 Part 1 - Add "scroll" reason to CaretStateChangedEvent. r=smaug (b92ff6cbfc) - Bug 1249201 Part 2 - Show carets continuously when panning or zooming. r=mats,sebastian (ca5c51c479) - Bug 1245246: Add null check for mDocViewerPrint in nsPrintEngine::FirePrintingErrorEvent. r=roc (e9d5b49a3f) - Bug 1025267 - Make some -moz- prefixed pseudo-classes chrome-only. r=bz (238f7a85d4) - Bug 1259889 Part 1 - Add @supports -moz-bool-pref for internal-only style sheets. r=heycam (d716a7b884) - Bug 1237633 - Part 1: Percentages are not allowed in a <source-size-value>. r=jdm (52ccffbf86) - Bug 1081362 - Change nsStyleBasicShape pointer to an nsRefPtr, to avoid leak in unexpected case. r=dholbert (2a5cb8ffdd) - Bug 1264317 - Make the basic shape clip-path clipping use nsCSSValue::Array instead of nsCSSValueList. r=dholbert (7aaf39f2d7) - Bug 1247150 - Consistently use StyleSheetHandle::RefPtr* for outparams in nsLayoutStylesheetCache. r=dholbert (ddc85f29f8) - Bug 1251848: Check StyleSheetHandles for being null-flavored before derefing them, in assertions within nsLayoutStylesheetCache::InvalidateSheet. r=bholley (edb3924075) - Bug 1245260 - Add crashtest; r=hiro (6347e37750) - Bug 460209 - Add crashtest. (97b4786de2) - Bug 474377 - Add crashtest. (516b4e8164) - Bug 1264396 - Don't allow animation of 'display' property; r=heycam (6e94bcb26a) - missing bit of 759568 - Part 1 (fc954f075b) - part of Bug 1037483 replace microdata with microformats (4ff01e11d6) - Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku (913ac1b9a5) - Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak (9982624b90) - Bug 1167663 - Mark nsCSSKeyframeStyleDeclaration/nsCSSPageStyleDeclaration::mRule as MOZ_NON_OWNING_REF. r=dbaron (6d4e9751a1) - Bug 1244992 - Avoid double-counting in various refcounted types related to nsCSSValue. r=heycam. (c830949dd9) - Bug 1262646 - Change the outparams passed to nsStyleUtil::AppendEscapedCSSString from nsString to nsAutoString. r=dholbert (2b0caadf9d) - Bug 1247336 - De-dupe changes in ActiveLayerTracker before treating property as animated. r=roc (c44ed5aee6) - space fix (5e79d245ea) - Bug 1266288 - Track changes to all margin properties for scroll-linked effects. r=mstange (fed6994e4d) - Bug 1259641 - Do not force reflow for all tabs when size mode changed. r=smaug (70847cc6d2) - Bug 1261265 - Fix nsStyleContext::MoveTo flag assertions to allow mismatch on parents if bit is set on child. r=dholbert (3e6b08372e) - Bug 1264837 Part 43 - Remove SVGFEUnstyledLeafFrameBase. r=dholbert (bb55feda77) - Remove mention of old SVG text pref in comment; no bug. (DONTBUILD) (3a618aca18) - Bug 752638, part 1 - Move SVGTextFrame::SetupContextPaint to nsSVGUtils. r=heycam (c125c2903f) - Bug 1258843 - Don't build SVG display items if their visibility is hidden. r=dholbert (150c3b0059) - Bug 1258650. Properly use aExtraMasksTransform when combining masks. r=Bas,a=kwierso (ba5ea1928b) - Bug 1263789 - Stop nsSVGMaskFrameNEON.h from polluting the global namespace. r=dholbert (e2c8544d35) - Bug 1162418 - Try to find a suitable non-zero dimension to use when containing block's inline-size depends on an SVG element which is specified as a percentage of its container. r=jwatt (3eab79c8a4) - Bug 1250143. Account for border/padding on outer <svg> elements in GeometryUtils. r=mats (f307820b75) - Bug 1243623. Don't skip unregistering a table part if we have a split table. r=mats (35bb0821c1) - Bug 1203417. Propagate error result from PaintTableFrame. r=seth (866e47b3e4) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTablePainter. r=seth (851618d06c) - var-const (29d5e9f859) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTreeBodyFrame::PaintText. r=seth (1ce563ea18) - Bug 1203626 - remove the unused argument from nsTreeBodyFrame::GetTwistyRect. r=mattwoodrow (03293f52b5) - Bug 1218041, part 1: Give nsTreeBodyFrame::PaintImage a fallback codepath for painting SVG images with no explicit height or width. r=seth (b6fd3a39f7) - Bug 1218041, part 2: add reftests for <treecell> SVG-image rendering. (no review) (90231e0bfa) - Bug 1224736: When image size lookup fails in nsTreeBodyFrame::PaintImage, only fall back to use the full destRect if we've got a VectorImage. r=tn (dd7d7667ca) - Bug 1156108 - Make nsTreeColumns::mFirstColumn an nsRefPtr; r=roc (f6888480bc) - Bug 1255069 - use UniquePtr for storage in nsTreeContentView; r=dholbert (598256735f) - Bug 1181560 - ensure previous menus get closed when opening new ones, r=Enn (2c88f3452a) - Bug 1192655 - Make menubar not react to events when it is not visible. r=enn (2bbcbc81a2) - Bug 1197913 - Keep the last hovered item highlighted after moving the cursor outside the <select> drop-down list on Windows. r=neil (abd3240473) - Bug 1228029 - Fix the usage of gtest assertion macros in TestJobScheduler.cpp. r=kats (0fcc9aa6fe) - Bug 1244234 - Simplify joining jobs with the gfx job scheduler. r=jrmuizel (f4b6bbf418) - Bug 1239288 - Add a shutdown test to the gfx job scheduler. r=jrmuizel (fd2432d108) - Bug 1239288 - Fix a race in the win32 job scheduler's shutdown. r=jrmuizel (4e509b4bf3) - Bug 1241161 - make Matrix4x4::ProjectTo2D normalize out perpective where possible. r=mattwoodrow (5a68e396a3) - bits of Bug 1135138 - Remove UNICODE from DEFINES (1eb51a0a79) - Bug 1249640: Part 4 Android to use new blocking. r=snorp (855e5c0dda) - Bug 1234875 - Remove alwaysAcceptSessionCookies pref. r=mak (8bed323449) - Bug 1247912 - convert left side expression to int64_t when assigning to mCookiesLifetimeSec in order to avoid overflow. r=jdm (0cedb68c83) - code and comment style (9215d74a8f) - code and comment style (1d4cda31af) - Bug 1219928 - Skip misspelled words in style blocks. r=enndeakin. (91dd0bcedf) - Bug 1236968 - autodial telemetry r=mayhemer (3844b9c19e) - Bug 1254310 - Add a hidden pref to temporarily disable Safe Browsing on given hostnames. r=gcp (4955fc88f8) - Bug 772528 - Remove nsFileInputStream::Seek() from nsPartialFileInputStream::Init(). r=baku (15db900fb5) - Bug 1150921 - Add telemetry for response codes to SafeBrowsing requests. r=francois f=bsmedberg (215d50e4ad) - Bug 1164518 - Better logging of completions. r=gcp (95b4fe3731) - Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg (b94a2b38a7) - Bug 1266184 - Implement nsIMIMEInputStream.data getter. r=mcmanus (8c9159c030) - Bug 1239955 - Let DNSService rely on IOService::Offline, r=bagder (336f161d21) - Bug 1260407 - added logging for proxy/pac to aid debugging, r=mcmanus (a179275ca6) - Bug 1259089 - Set TCP socket to non-blocking in sts again, just to be sure. r=mcmanus (bf0656bf07) - Bug 1256473 - Cast values to avoid C4838 on VS2015; r=mayhemer (d4b138dba8) - Bug 1260764 - Creation of PollableEvent needs a lock r=dragana a=kwierso (01c9d5e477) - Bug 652186 - Implement URL Standard's backslash replacement r=mcmanus (6485fa7e8c) - Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus (3fc1ff92cd) - Bug 377052 - nsBaseURLParser::ParseURL doesn't handle spaces embedded in the scheme properly r=mcmanus (1f54055b9d) - fix editor format (444d6a62c4) - Bug 1154124 - Prevent recursion when calling HTTP cache entry's callbacks. r=michal (7bdfbf603d) - Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal (7668d29a36) (4b8580917e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1257611 - Fix wrong CondVar::Wait() and Monitor::Wait() usage in netwerk/cache2, r=honzab (54f1a79f43) - Bug 1239687 - Leak invalid/doomed file handles immediately after HTTP cache shutdown. r=michal (a20bcf662b) - Bug 996836 - Merge CLOSE and WRITE priority in cache2 I/O thread. r=michal (8b0af50593) - Bug 1265243 - Do not initialize CacheObserver in the child process, r=honzab (87f69529d2) - Bug 1247432 - Don't do any unnecessary I/O in cache2 after shutdown. r=michal (7c5a2b89ac) - Bug 1220272 - Fix signalling in HTTP cache test code suspender. r=michal (293a16731d) - Bug 1160368 - Part 2: Clean up some cruft in nsCookie.h from PRBool/bool conversions. r=jdm (aa873f2dcc) - Bug 1160368 - Part 5: Clean up some confusing browser_storage_listings.js checks. r=jdm (b27f5930a9) - Bug 866380 - Null check for amlogic libc implementation. r=valentin (c3a487af9c) - Bug 1257320 - Disable C4577 to unblock compilation on VS2015; r=mayhemer (2f800ca85c) - Bug 1229726 - fix the data copy from sockaddr to NetAddr on OSX/FreeBSD. r=mcmanus. (fde11e004e) - Bug 1241368 - provide JS implemented MDNS service as a fallback. r=nwgh,nalexander. (afe1445eb8) - Bug 571126: Remove NECKO_SEPARATE_STACKS support, r=jduell (fb5b87bb3a) - Bug 1057689 - Add xpcshell test checking correct notifications and app-offline state r=jduell (89946b44ba) - Bug 1259459 - h2 0 length options puts end-stream on headers r=hurley (618480a609) - Bug 1234251 - Remove HttpChannelChild::mSynthesizedResponseHead; r=jdm (20981affea) - Bug 904559 - Veto redirect when target channel doesn't implement nsIParentRedirectingChannel. r=jduell (b3da2fae91) - Bug 1261784 Make sure InterceptedChannel body streams are always closed. r=jdm (cd50b1a52b) - Bug 1224508 - Use URI path without reference as the callback key. r=valentin. (b8a953f23a) - Bug 1226760 - ViewSource doesn't work for packaged app resources r=mcmanus (ec9b0297de) - Bug 1254061 - Rewrite nsHttp::ParseInt64 using strtoll r=mcmanus (2125b8ae6f) - Bug 1241565 - nsIHttpChannelInternal should be a builtinclass, r=honzab.moz (d24da6a95a) - Bug 1252386 - Removed debugging printf,r=me (c5d89f353c) - bug 277813 - autogenerated expires needs max r=mayhemer (6aa7c255a5) - Bug 1225384 - Change how the default resource "host names" are handled. r=michal (868732baab) - Bug 719905: Fix resolution of resource: URLs containing : and / characters. r=valentin (f60f4baacf) - Bug 1195173 - Convert ExtensionProtocolHandler to use channel->Open2() (r=maglione) (063f5d5d10) - Bug 1226909 followup to fix bustage. Make sure that the channel returned by NS_NewChannel doesn't have a loadinfo that indicates that the channel has already been opened (42ebe0f44e) - Bug 241698 - Fixed init and use of nsDirIndex::mLastModified (-1LL) + built in nullptr checks where they were missing. r=dragana (e9c2277a3d) - Bug 1261318 - make sure brotli context is created in onstoprequest r=bagder (6646fed64d) - Bug 1212223 - Update |bufLen| as well when we probed the multipart preamble. r=valentin. (ec878c5b0f) - Bug 1259561: Increase CRAZY_COORD (threshold for debug build layout warnings) by an order of magnitude. r=mats (c05c16dd85) - Bug 1261698. Make ReparentFrameViewTo return void because it always returns NS_OK. r=mats (e806d6abcb) - Bug 1261698. Remove comment that is not relevant in nsContainerFrame.cpp. (f570189d15) - Bug 1261698. Don't descend into child frames looking for views in ReparentFrameViewTo if the frame doesn't have the NS_FRAME_HAS_CHILD_WITH_VIEW bit set. r=mats (0d42befd46) - Bug 1265154 - Fix compile error in MSVC 2013 caused by ArrayLength; r=heycam (1c962f2840) - Bug 1260351 - Image: Enable ConvolveVertically/Horizontally in LS3 MMI. r=tnikkel (576b6bbdb3) - Bug 1209780 (Part 1) - Mark DrawResult MOZ_MUST_USE. r=tn (e6c113bef2) - Bug 1253753 - Remove unnecessary switch fallthrough to avoid -Wimplicit-fallthrough warning. r=karlt (96bd93fc5c) - bug 1260178 null check pattern from -unico-border-gradient r=acomminos (f63c9c7ffb) - Bug 1247796. Use keyboardFocusIndicatorColor for ActiveBorder system color keyword. r=mstange (7ed133de97) - Bug 1248675 - Update the cached mBounds in nsChildView when its backing scale factor (display DPI) changes. r=mstange (8197274118) - Bug 1256576 - Make sure texture is (re)initialized if the size changed. r=snorp (2c56790ca9) - Bug 1242449 - Fix confusion among CSS, desktop and device pixel units in nsXULWindow position/size and window staggering so as to work consistently across mixed resolution displays. r=emk (f73d2fd41d) - Bug 1255645 - Ensure nsXULWindow constrains the window to the bounds of its screen after applying intrinsic sizing (if appropriate), by re-doing positioning after the window has been sized properly. r=emk (e87e0cea81) - Bug 1259492 - Ensure window position is constrained to the screen after it has been sized properly in nsXULWindow::OnChromeLoaded. r=emk (7cf599b39b) - Bug 1832708 - Disable std::__throw_* wrapping on libc++ >= 14.0. r=firefox-build-system-reviewers,andi (29e0cc9319) (fe3519e975)
    1 point
  32. No, it's not a very good Russian translation. It's about combining, not grouping. In English translation, this setting is called "Combine taskbar buttons" which is correct. If this setting is set to "Never", you have several buttons for one type of application but they all are moved together as one whole thing. Ungrouping them will mean that such buttons can be moved inside the taskbar separately.
    1 point
  33. I use only randomly generated passwords. Change in about 6 months or so.
    1 point
  34. You may be right. But I still stand by my view that modifying/repacking something based on Chrome v87 is still a "waste of time".
    1 point
  35. There are at least 3 active users that do it very fruequently.
    1 point
  36. Ironic is how you conveniently ignore what is told by Microsoft. "Platform Update for Windows 7 provides partial functionality for": Direct3D 11.1 DXGI 1.2 https://learn.microsoft.com/en-gb/windows/win32/direct3darticles/platform-update-for-windows-7
    1 point
  37. Did you read the rules? It's always advisable to read them, now it may be too late. Rule 8: "Forum moderation is not up for public debate, and such threads will be deleted and the thread starter warned. MSFN reserves the right to edit, delete or move posts made on this site." https://msfn.org/board/guidelines/
    1 point
  38. Could you be more specific?
    1 point
  39. Many antiviruses don't like any sfx modules at all. Even in the original 7z.sfx from 7zip some antiviruses find something.
    1 point
  40. Mypal68 v68.13.8b (7Jan2024) is a special build for SSE-only by feodor2 and works great on my 24-year-old Inspiron 7500 laptop (650MHz Pentium 3, 512MB RAM) under WinXP SP3. It does not run under WinXP SP2. Mypal68 v68.13.8b is slower than New Moon 28 and Serpent 52 by roytam1 because it is based on more recent Firefox 68, which is more resource intensive than earlier versions of Firefox. New Moon 28 is my main browser on the SSE-only Pentium 3 laptop, but Mypal68 v68.13.8b by feodor2 is just as essential, it can load websites which New Moon 28 and Serpent 52 by roytam1 cannot load. The COMBO of New Moon 28+Serpent 52+Mypal68 makes an old Pentium 3 computer still quite useful. All 3 work well inside a sandbox of Sandboxie v5.22 under WinXP in an SSE-only computer. The corresponding SSE2 versions of Mypal68 by feodor2 and of New Moon 28 and Serpent 52 by roytam1 also work well in a sandbox of the special edition for WinXP by David Xanatos of Sandboxie v5.40 in an SSE2 computer. Below is a screenshot of the About screen of Mypal68 v68.13.8b (7Jan2024) by feodor2, during sandboxed web browsing on an SSE-only computer under WinXP SP3, in a sandbox of Sandboxie v5.22. Sandboxie indicates that Mypal68 is running in a sandbox by displaying a yellow line around the window. Also, the window title is embedded between "#" signs.
    1 point
  41. You're welcome, glad to be of help, the driver I gave, it's one of the best for the Pascal gen., Let's not forget, GTX1080 is 8 years old. So don't chase newer drivers.
    1 point
  42. What is POSReady2009? And how it's related to Win7 Kernel? Win7 was released only at the end of 2009.
    1 point
  43. That KB was aimed to port partial typography functionality (Drwrite.dll) to browsers and the such, and it failed to do so, a good example is the inability to draw colour smileys in Windows 7. Instead you see B/W empty squares.
    1 point
  44. neither. rust uses Win7 function calls.
    1 point
  45. no, but you can have a look in its source folder.
    1 point
  46. they put XP target support as Tier-3, only STD has some XP support, no cargo/packages/etc. porting these to XP will be impossible for a small team(since too many packages needed to be ported)
    1 point
  47. if you want running multiple instances, normally means running multiple profiles. you have to create multiple profiles for each --no-remote instances.
    1 point
  48. use language for firefox 53, change maxversion to 55.*
    1 point
×
×
  • Create New...