Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Here you are, it seems to start a little quicker after that, and the volume/ gain is lower. volume adjustments in waveset seem to be more linear now and not chopping on and off, but the max volume seems to be lower than before. HDAICINE.TXT HDALOGE.TXT
  3. Today
  4. I am afraid something went wrong during the 'EDIT'. Should work again.
  5. I think you posted in the wrong thread. This is about @roytam1's browsers and not Supermium. There are no Chrome processes here, fortunately.
  6. Actually, reading some more, it doesn't seem like Otter Browser counts as WebKit based anymore. Pretty sure 360Chrome has it mislabelled as well. It might be that Chrome extensions also don't come naturally for WebKit browsers. Blink is a fork of WebKit with changes tailoring it specifically to Chromium. Edit: Version 46.0 of Gnome WEB should be more interesting than 41.0 I have at hand in the repo of this outdated Ubuntu installation. I've read they added support for Web Extensions about 2 years ago. The user agent of version 41.0 reads: Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15 Second edit: Similarly to Gecko, it appears WebKit also doesn't adopt everything Google thinks should be in the web browser.
  7. Sorry. I meant to put that comment in the supermium thread.
  8. Then you meet the requirements. (- Kext ( Kstub824.dll + ini file Kstub824.7z ) - usage see Kext topic - reg file: APISets Stub dll's Knowndlls.txt ... - Remove all entries "api-ms-win-......dll" from dependentlibs.list - The UCRTBASE.DLL ...) Then something may have gone wrong with the replace of RaiseEception. You also can try manually the replace. Changed area marked: Don't forget to save the change to GetLastError. Make sure that Xul.dll doesn't run with compatibility mode Windows2000SP4 => Xul.dll -> XPSP3 or higher
  9. Hi, If it is a Firefox-based browser you should add the search engine from the address bar. First search for the engine you want to add. In the image I used StartPage (not my search engine). Then right click with the mouse and follow the directions with the red arrow:
  10. Probably @Cixert assumed, and rightfully so, the double engine of 360 Explorer or something similar would be implemented in Supermium, too.
  11. Right this way: https://msfn.org/board/topic/182599-nt-5x-windows-update-urls-dump-inc-custom-support-updates/ In the archive you need the file NT_5.2.3790-x64-Custom.txt in it there are links to updates released for the period July 2015 - August 2019. The links seem to be working for now. Almost all updates can be installed on XP x64. There are also updates for .Net in the NT_5-x64-NetFx.txt file.
  12. I have ran Firefox 52.9 and Mypal on this 98 VM before I have set compatiblity mode (xp sp3) on palemoon.exe
  13. tried to build with VC2010, it builds, but I can't get it work like official 35.0.1.
  14. - return ( - (FStar_UInt128_uint128){ - .low = a.low + b.low, - .high = a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }); + FStar_UInt128_uint128 c; + c.low = a.low + b.low; + c.high = a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low); + return c; What may need to be done in this example is change return c to return c.low, c.high.
  15. I sure will. Just home from work so in a while I will give the new file a test. thanks again, I am still on cloud nine that the sound is even working! 🤩🤩 EDIT: I tried downloading the new hdaicout file but the link seems to be broken
  16. If you get any crashes in freebl, security/nss/lib/freebl/verified/FStar.c is probably the reason why.
  17. alright fixed. https://github.com/roytam1/palemoon27/commit/4b17002b2d927dc83ff92d8b0bd2005398fb5816
  18. Hi, i found another bug with enhanced classic taskbar enabled in build 26100.268. I use Dynamic Theme App from Store for desktop background. So when i wake my pc from sleep the wallpaper from dynamic theme disappears and i have a black wallpaper. I have to reapply the wallpaper back from Dynamic Theme to get it back. With enhanced classic taskbar disabled and enhanced classic start menu enabled clicking once on start logo with the mouse it opens the start menu but if i click the second time it should close but it doesn't it just opens the start menu again really fast. Using the keyboard button for start second time, the behavior is normal and it closes the start menu. It's very annoying not being able to to close the start menu with the mouse so using enhanced classic start menu enabled enhanced classic taskbar disabled is a no go for me. Edit: This only happens when i disable animations for minimizing and maximizing.
  1. Load more activity
×
×
  • Create New...