Jump to content

404notfound

Member
  • Posts

    68
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by 404notfound

  1. https://winlibs.com/ GCC 12. Download MSVC one without CLANG. You just need to replace libwinpthread-1.dll(multiple locations) with one from older GCC.
  2. Copypaste from WINE, the SRW locks. The underlying ntapi exists in XP, but it's gonna be a tad bit slower(linked list vs hashtable).
  3. I guess it's a convenience for the user that wants to read your code and learn a bit of WinAPI.
  4. Hey @ntfoxy, do you have a github page or something?
  5. https://github.com/Feodor2/Mypal/issues/366 Simultaneous use of export and async results in: SyntaxError: missing declaration after 'export' This happens in XP port of Basilisk. Probably original Basilisk as well.
  6. I've been toying around with transplanting Basilisk's libEGL+libGLES to some chrome-based browser and a basic demo. I noticed that on the basic demo that d3dcompiler_47.dll is being dynamically loaded. The copy you have with basilisk is compiled to depend on newer msvcrt.dll, and has missing dependencies in XP. strnlen, strncpy_s, wcsncpy_s, strcat_s, _snwprintf_s, sscanf_s, _wsplitpath_s, wcscpy_s, wcsncat_s, swprintf_s, _wmakepath_s, _chsize_s, wcscat_s, _except_handler4_common, strcpy_s, memcpy_s, sprintf_s, __CxxFrameHandler3, _ftol2, _ftol2_sse and all that jazz.
  7. Hey guys, anyone familiar with this problem? When leaving station locked for some time and returning, all video playback in Basilisk v52 will sometime be ruined, requiring browser restart. That is, video playback will skip rapidly between some caught frames, and a frame it's trying to render. When switching window context from and back to one with video, the stuck frames are updated. My video hardware is Nvidia Quadro 600.
  8. Another common cause is software depending on software depending on software. If one library drops XP support, others depending on it follow by default.
  9. How about ButtMoon browser? This highly immature suggestion is based on old disagreement/drama during PaleMoon v25 times.
  10. The patched version of EE 360 browser has preference for displaying sites in Russian. How do I force it to English? Relevant items in Settings page seem to be missing. Edit: found solution. 360Chrome\Chrome\User Data\Default\Preferences With text editor, look for "accept_languages" Flip language order like: "accept_languages": "en-US,en,ru-RU,ru" Clear cookies or start with new Portable if sites are still RU.
  11. https://github.com/HabitRPG/habitica/issues/10998 This also happens in v52 Basilisk.
  12. Besides the missing imports/dynloads, you should check for Vista+ COM, used with CoCreateInstance, CoCreateInstanceEx, CoGetClassObject. One such thing would be the Common Item Dialog.
  13. The above method does not appear to be working anymore, as it shows STARTUP_LOAD_ERROR now.
  14. Chrome 49 no longer works for me. I use Basillisk now. First step is to override user agent. I have: general.useragent.override.skype.com;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36 Now, web.skype.com will go into a redirect loop, because of fantastic web design. When you see "skype cannot be used for emergency calling" at the bottom of the page, start tapping Esc until client is loaded. This will prevent redirect.
  15. Hai guise. I was complaining and asking why Flash performance became bad and hogged CPU in newer Basilisk and PaleMoon, and found option to control problem. dom.ipc.plugins.asyncdrawing.enabled; Set to false. Now it's smooth.
  16. I failed to mention, I forgotten a general.useragent.override(all sites) for a recent firefox ...which broke github. So, it's my fault this time.
  17. User agent override works, but I can only go as far as "Oops, it looks like something went wrong. Click OK to automatically reload Skype for Web." using v52FF-based Serpent.
  18. Gracias. That's certainly more recognizable than "setup.exe".
  19. https://web.archive.org/web/20120912053829/http://www.microsoft.com/en-us/download/details.aspx?id=20039 Windows Tablet PC SDK 1.7 I've been looking around and can't for the life of me seem to find this item. Archive.org sadly does not go past confirmation page. Help.
  20. ReactOS has a long way to come before it becomes practical. All my hopes and wishes for it, but not anytime soon.
  21. Ah whoops! So the problems I was having with ublock0 were because of automatic updates.
  22. Ublock seems to fail spontaneously and stop filtering altogether with FF 55-based Basilisk, needing reinstall of the XPI for it to work again. I am using the uBlock0.firefox-legacy.xpi I found on Roytam's server.
  23. I managed to break FF52-based Basilisk(instacrash on startup), so I moved session to the less updated FF55-based branch where I was able to start and undo settings. Here, they just seem to reduce performance(at least in Discord). I was unable to view webgl on some site, in FF52 Basilisk, so I decided to toy around with about:config settings, then restarted browser. Crash. One of these(or a combo thereof), broke the browser: - layers.acceleration.force-enabled: true - layers.prefer-opengl: true - webgl.force-enabled: true My config is: - gpu: nVIDIA Quadro 600, driver version 368.81 - os: Win XP SP3 x86 with "SP4" updates
×
×
  • Create New...