Jump to content

404notfound

Member
  • Posts

    68
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

About 404notfound

Profile Information

  • OS
    XP Pro x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

404notfound's Achievements

29

Reputation

  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.
×
×
  • Create New...