Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/2024 in all areas

  1. It's not that long! He may be on a long vacation, went to Bahamas or so. *long
    3 points
  2. What exactly you don't like in that guy? He looks like the facebook type, posts cats, stays short, straight to the point, no politics, only talks about Vista, basically a dream guy for any modern website.
    3 points
  3. Could you be more specific?
    3 points
  4. Just in case: https://neal.fun/password-game/ jaclaz
    2 points
  5. 1.0.39678 is indeed the last pattern version I have. I too was very annoyed at the lack of notice of this. I always knew pattern update support would be ended at some point, of course, but always assumed we'd get at least a few weeks notice when it was about to happen. Just suddenly pulling the plug like that is very unprofessional in my opinion, especially for those like me who are still paying a subscription for the service!
    2 points
  6. And one thing should be made clear. The way Malwarebytes treats customers of older versions is beyond good and evil. To stop updating virus definitions without prior notice and simply present customers with a fait accompli, as seems to be the norm with this company, is a no-go. And being customer of Malwarebytes also means you have to pull any information out of these guys' noses every time such things happen. That's not how you win customers , that's how you lose them .
    2 points
  7. There are at least 3 active users that do it very fruequently.
    2 points
  8. I'm sorry he got you disturbed with this unnecessary screening.
    2 points
  9. And you had doubts it wouldn't? Why? PS Have I ever given a bad driver to anyone?
    2 points
  10. Thank you! Very good. Yes, I do have them enabled. Windows made a MEMORY.DMP about 400mb, also it was able to create Report.wer, from this report I found out that Thorium has a conflict with Vista's generic KB driver! For some reason Thorium uninstalls it! Then Windows reinstall sit with the error code 24, resulting in BSOD. AppCrashView.exe by nirSoft was useless, it couldn't even open my Report.wer. I was shocked to discover an app from 2015 doesn't support drag-n-drop. Ridiculous since it's basically a txt file! With the good ol' WinHex, suggested by @D.Draker, I got the job done. AppName=Standard PS//2 Keyboard AppPath=C:\Windows\System32\drvinst.exe ReportDescription=Windows was able to successfully install device driver software, but the driver software encountered a problem when it tried to run. The problem code is 24.
    2 points
  11. [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" This is what I actually meant. PS: Think of the Space Bug! Can you still remember?
    2 points
  12. @feodor2 Thank you very much for the new releases, especially for the SSE release! You seem to have fixed the SSL issue when accessing MSFN showing "The connection is not secure" without the green padlock. In Mypal 68.14.3b, it again shows "The connection is secure" and the green padlock. I did only a few tests but thanks so far.
    2 points
  13. You're welcome. BTW, you can vote for a new Mypal 68 SSE release in this thread here like @exogenesis did or on GitHub.
    2 points
  14. 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.
    1 point
  15. Now I'm even more puzzled. The reason why the Profile= line entry didn't have quotes around it was because it didn't have quotes around it in the original 360Loader INI file. I've tried using your corrected code, and it doesn't work, Thorium runs but does not use the correct User Data folder, and creates a new one in D:\Program Files\Thorium\Chrome\Application\Default. It should be in D:\Program Files\Thorium\Chrome\User Data. And I'm sorry but I have no idea what the 'Space Bug' refers to! Sorry to be so thick.
    1 point
  16. 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.
    1 point
  17. Shhh. Don't tell my IT Department! My work computer "forces" us all to change our password every 90 days. And the "system" will not let us change to any of our last TWELVE passwords. So you asked what I do - my password has technically been IDENTICAL for the last TWENTY YEARS !!! Every 90 days, I change my password thirteen times in roughly 4 minutes with that 13th password being the same EXACT password I've been using when I first started working for this company!
    1 point
  18. Surely now you're much better off using Thorium or Supermium on XP. At least they're using relatively up-to-date Chromium versions.
    1 point
  19. In StartAllBack versions 3.8 to 3.8.3 I noticed a couple potential bugs. 1) In Windows Settings - Time and Language - Date and TIme - Show Time and Date in the System Tray - The change is not shown automatically when toggling the taskbar clock on or off, instead explorer must be restarted to make the change take effect. 2) In Personalization - Taskbar - Taskbar behaviors - Show seconds in system tray clock - Again the changes are not shown until explorer is restarted. I noticed in SAB v 3.7.xx both changes were shown automatically when toggled in Windows Settings. 3) Not sure if it's been addressed yet, but after running sysprep in v 3.8 and 3.8.1 the file explorer icon is missing from the taskbar in Home and Pro editions of Windows 11 with startallback installed. Disabling or uninstalling startallback v3.8 / 3.8.1 and using the default Windows 11 taskbar the file explorer icon is present. This bug was not present in 3.7.xx versions of startallback. Thanks Tihiy.
    1 point
  20. 3.8.3 partially fixed "WIN + CTRL + NUM", but the switching ORDER through these windows on that position is not right. With 3.7.11 or without SAB, they are cycled through in the "Most recently used" order (i.e. the order they're previously visited), but now they're just cycled in sequential order. Another issue is that 3.8.3 switches to the wrong window after you switch away from these windows and then switch back. E.g.: There are 4 windows in the 1st position on the taskbar, and I'm now focusing on the 2nd one and switch away to another window (NOT the ones in the 1st position). When I press "WIN + CTRL + 1", it should bring the focus back to the 2nd window at the 1st position on the taskbar, but 3.8.3 focuses on the 3rd window. It's best to try yourself to see the order in which these windows are restored without SAB or with 3.7.11. It seems 3.8.3 bypasses the MRU (Most recently used) order list kept by the OS.
    1 point
  21. I also prefer the new Progress Bar (the one from W11 24h2) It's just a shame that Microsoft finally removed that very ugly green that we had for decades (to replace it with the accent color), but with SAB it's still green
    1 point
  22. Progress in taskbar not reseting with Total Commander is fixed in version 3.8.2, thanks, but can we please have at least an option to turn previous 3.7.11 version progress style where green bar fill whole task? Tiny progress in 3.8.2 version is a dealbreaker for me (second picture), 3.7.11 style was MUCH more noticeable and usable, at least for me...as I said, please give us an option to use "old" style "full green" progress in taskbar, thanks. Regards
    1 point
  23. 1) Thanks. Did I understand right that you would leave the two Tag values for dmboot and i2omgmt unchanged? 2) I have installed your registry fixes for Sandboxie on 2 computers and both work fine (on an SSE-only Pentium 3 laptop with v5.22 and on an SSE2 Pentium dual-core desktop with v5.40). BTW, the original installers of both v5.22 and v5.40 install "DependsOnService" instead of "DependOnService" [no "s"]. Removing the "s" is a bug fix, do you have any details of the bug, before the fix? David Xanatos has also referred to "DependOnService" [no "s"] in his posting on 10Jan2022 https://www.wilderssecurity.com/threads/sandboxie-plus-1-0-7.443250/page-2 3) I have added your registry fixes to a posting near the front of this topic, thanks .
    1 point
  24. Where does it say so? Give me the source. Vista has a fully featured, gaming D3D11.
    1 point
  25. 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
  26. 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
  27. The service LanguageTool https://languagetool.org/ doesn't work anymore in Mypal 68 (and, for example, in New Moon 28, either). An entered or pasted text is no longer analysed for errors. However, I don't know when this started.
    1 point
  28. Update: trying to run with the flag --disable-usb-keyboard-detect. No issues, so far. The browser has been opened for two hours. In all, I suggest to apply this flag anyways.
    1 point
  29. 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
  30. Thanks! I am about to go away for a few days, so I will have to take this further when I get back on Thursday evening. Cheers, Dave.
    1 point
  31. I already modified the 360Loader.ini. I changed the name of both files to ThoriumLoader.exe and ThoriumLoader.ini and replaced the Icon Group of the ThoriumLoader.exe by the one from the thorium.exe. This modified loader works well to call up Thorium. And due to its separate ini file, the command line flags set by the user can be easily changed at any time. Here is a screenshot taken from my current "Open with" context menu in Windows XP: Everything I have written so far proves that Thorium can successfully take up and load a link via a command line call, initiated from the registry, when using a loader such as ThoriumLoader. Cheers, AstroSkipper
    1 point
  32. Do not remove the [Environment] section! Simply set there your current profile path and replace the path D:\Program Files\Thorium\Chrome\User Data under the [FileToRun] section by your enviroment variable $Profile$.
    1 point
  33. That's very simple. Perform a right-click on a link to be opened, click on the item "Select a programme" from the "Open with" context menu and point to your 360Loader! When done, an entry is automatically created and stored in the registry under the HKEY_CURRENT_USER\Software\Classes\Applications\360Loader.exe key. From now on, you have an entry in the "Open with" context menu for taking up links by the 360Loader.
    1 point
  34. Are you able to open a link in Thorium via the system context menu "Open with" with your modified 360Loader? I ask you this as taking up a link via the system context menu "Open with" would be the transfer of a link via a command line command that is initiated from the registry. And you said this wouldn't work in your Windows XP system. Right?
    1 point
  35. Something tells me that device is locked to the OEM manufacturers drivers only. I had a similar case in the past, only the supplied drivers worked, all drivers from Nvidia site simply crashed during high load.
    1 point
  36. Thanks, I will maybe consider your suggestion later on, now I bit pre-occupied with real life, I'm looking for a simple solution like modifying headers on the fly and make them switchable from presets.
    1 point
  37. Thanks for your opinion, unfortunately people wouldn't agree, and one the cases is documented here. probably you didn't see it yet. https://github.com/win32ss/supermium/issues/779
    1 point
  38. Ok. You're welcome. Maybe, @feodor2 is able to fix the plug-ins (flash) issue in one of his next releases. But one thing is clear. MyPal 68.14.3b performs better than the 68.14.2b release and has been fixed regarding several issues.
    1 point
  39. Great progress! As far as I could see, Mypal 68 runs now more smoothly. Hope you can fix the plugins (flash) issue in the next release. @feodor2 I have just noticed that you closed the issue #96 Internationalization & Localization, I initially reported in June 2022 on GitHub, three days ago although all fields on the Troubleshooting Page under the section Internationalization & Localization are still empty in Mypal 68.14.3b. So why did you close this issue? Will the fix come next release?
    1 point
  40. Mypal 68.13.8b release for SSE 32-bit: https://codeberg.org/Theodor2/Mypal68/releases/download/68.13.8b/mypal-68.13.8.en-US.win32.zip
    1 point
  41. so ad's bother you but the fact they can see what you have on your drives does not ?
    1 point
  42. I think they may use DRM or non-standard mpd format. for DRM, I can't help since there is no support of EME at the moment.
    1 point
  43. Maybe it is website specific issue? Can you try http://dash-mse-test.appspot.com/dash-player.html?url=http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd ?
    1 point
  44. It is worth mentioning that QtWebKit requires SSE, that means every browser uses it requires SSE as well (I even can't figure out how to disable it in my QtWeb build)
    1 point
  45. Try K-Meleon Goanna build then.
    1 point
  46. Did you try the latest IA32 build? (Link-to-post is available in first post in page 1) I tested in IDT WinChip CPU (i586 no-CMOV, no-SSE) on Win2000 without issue.
    1 point
  47. A Pentium OverDrive is actually a Pentium on 486 architecture(platform), so it is NOT 486 actually and the title is a bit misleading.
    1 point
  48. Actually a Pentium will work. http://winhistory.de/more/386/xpmini.htm.en
    1 point
  49. So I decided to patch strncmp in MSVCR120.DLL not to use CMOV instruction, and K-Meleon works in i586 CPU! https://o.rthost.cf/palemoon/msvcr120-i586.7z
    1 point
×
×
  • Create New...