Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Sorry, I mixed dates, I meant the last one of this saturday. I just mixed (probably scrolled the page and in a hurry I wrote the previous post date by roytam). That would mean 2026-07-25 (actually build on 23th). I'll edit the above post now.
  3. @Dave-H With exclusions in place, Panda has been working flawlessly. Tonight I'll remove exclusions to see what happens. Keep you posted.
  4. It was working before this happened... What kind of registry tweaks may conflict with this?
  5. There was no other build between 20260627 and 20260718. kind regards soggi
  6. application firewall, Windows XP gpo mechanism for preventing run untrusted exe files
  7. Well, the flags are back for me now ; and so is the "Country" tab (last one, under "Apps") in my account settings! Confirmed! I didn't neglect to hit the blue "Save" button and, for good measure, I signed-out and then signed back in ; but the flags do persist when that setting has been disabled... Since I do like the flags to be displayed, this is a non-issue for me ...
  8. That’s exactly what I expected. What’s the point of AnyTech365 having friendly staff if the customer is still left in the dark? 👀
  9. I'm running 22.03.05. There is a more recent version 23, but it appears that isn't XP compatible, as if you try to install it on XP, you actually get 22.03.05 instead. I had no reply from the direct Panda support people responding to the report forms I sent them, which didn't surprise me at all! Nothing from the people at AnyTech365 either, which did slightly surprise me as they seemed to be pretty good. They had said that they would let me know about ongoing support for XP.
  10. Interestingly, and as if this company had read this post, the following happened: SASDEFINITIONS.EXE 345.6 MB 07.02.2026, but then SASDEFINITIONS.EXE 229.4 MB 15.05.2026 Unfortunately, the virus definition file SASDEFINITIONS.EXE was inflated again in July 2026: SASDEFINITIONS.EXE 305.8 MB 26.07.2026 Very strange what on earth they’re up to there. My guess is that the definition files and their installer are compiled extremely sloppily.
  11. Which version are you currently running? 22.03.05? And do they still offer a more recent one for paid customers? And what about their support? Have you got any reply that Panda Dome is working again on Windows XP? 🤔
  12. OK, me again! I hope I'm not jinxing it, but Panda Dome seems to be working properly again now for me on XP. I hadn't had a stop and restart of the main service for a few days, so yesterday I removed my shortcut files exclusion. All still seems to be working fine. Can you confirm this @Tangy? Whether they have fixed it as a result of our reports or whether they realised the problem themselves, I do not know. I just hope now that it keeps on working! It does look as if XP support is still a thing for Panda Dome, at least for now! Cheers, Dave.
  13. StartAllBack 3.9.24
  14. Also, it appears that the "View members flags" settings has no affect. Flags are displayed for me regardless of this setting.
  15. we getting off-topic again but can you explain why ? that guy might wrote a other video where is said the oposite but the questions he answers to are asking it wrong (for example he is being asked for a short instruction list somewhere in the code - why it would be only made there ? people are seeing this problem quite often) 64 bit app´s result in bigger file sized because for example the offsets are bigger, there are things coming together (to avoid this they used the trick list, for example they didnt use always the full 64 bits or even 32 bit instructions) often x64 app´s in elder compiliers use a 32 bit instruction set instead of a 64 bit instruction set (shown in regedit_64.jpg) they are aware of this problem, bigger instructions means more demand, in the regedit (64 bit) case they use a 32 bit instruction set so in theory it is not even a x64 bit application, but it is bigger in size even tho some tricks where used then there is also useally the 4 GB question that is also a longer story in fact there are no 4 GB moves, or 4 megabytes moves, or 100 mbit/s these things are made via a assembly command and these are in common 32 bit or 64 bit (16 and 8 are only used if the data dont is smaller then 32 bit or 16 bit then 8 bit is used) now comes the good part about that, the cpu for example the TLB can see the incoming commands then there is actually no speed loss for example there was the a older question in quad-pumped questions in the LGA 775 socket question instead of pumping just 32 bit it quad pumps the 32 bit *4 aka 128 bit or more the cpu´s gone longly away from just a clockrate + the 32 wires 32 bit is not limited for 4 GB of RAM either (for the 32 bit move question it also would make no difference in speed or memsize) in a programming language it normally looks like this like memmove(offset1,offset2, 5 megabyte) https://www.geeksforgeeks.org/cpp/memmove-in-cc/ but that is always being translated into 32 bit moves maybe 64 moves (but these are not faster, the reason i tryed to explain buffering and such) , here are the norms for passing 4 GB of ram in 32 bit PSE (page size extension) and PAE (physical address extension) and paging/segments these exits since AMD athlon (1999) and for intel pentium 2 (1998?) https://msfn.org/board/uploads/monthly_2024_10/page_size_method_PSE.jpg.21624fe4f9fa5ef04f8f49d5bf6f8d52.jpg shortly said - these so called "virtual offsets (VA)" in 32 bit are not physical ones physical ones are made via paging why 4 gb isnt used for a 32 bit application then ? the reason goes rather back that in that time you barly needed more then 2 GB ram in only 1 application then you could see that microsoft didnt use the extra segments to its full potential - rather they used maybe a few kilobytes of it the next reason is the compiler, the compiler normally just knows the 32 bit offset it dont know how to generate a memflow over segments (the memmove command for example cant do that) so all the applications are compiled to have it with the 4 gb limit - but more would be possible there is no "continuous flow" question for the "32 bit move question" - 32 bit are a very small amount lets say we want to move 1024 (1 kb) that would make 32 times the 32 bit moves and for that reason if the compiler (or better said the compiled code) at some point would reach the 4 GB ram - but since its a very small piece of 32 bits the cpu could not even reconize the difference it then would just say ds:00000000 (0002:00000000) instead of ds:ffffffff (0001:ffffffff) but again a normal compiler do not know this method! also something you can test the speed if 32 bit and 64 bit are slower or faster is the heic encoder i wrote just turn off the hardware acceleration (then normal instructions are used) i can compile a 64 bit version if you want but it makes no difference the hardware acceleration use the hardware speed registers (MMX,SSE, AVX) and these can move 512 bit 256 bit 128 bit (depending on what your cpu can do) also they can interact - makes them a lot faster so in sence of speed you also dont find yourself in a better position for x64 https://msfn.org/board/topic/185879-winxp-hevcheifheic-image-encoderdecoder there is also a elder method called the ramdisc, but the ramdisc has to remap the virtual address space (it can use more then 4 gb of ram, but when it whats to see a other piece of that it has to make the pagein/remap) for a normal compiler you just set it from 32 bit to 64 bit but 64 bit applications give an error to 32 bit operating systems - so i think 32 bit has the advantage in that question you can run a 32 bit compiled app also on 64 bit - its like no problem - its not slower - often even a little faster and smaller
  16. Well, I hate as much as anyone to be a PITA , but, again, a member's country flag has gone AWAL ; things look more ominous now, because, unlike on the previous time, there's no sign anywhere of a member's country of origin in the form of even a tooltip (see the screenshot in my previous post); going to my MSFN account settings, https://msfn.org/board/settings/ I no longer see any setting related to "my country and/or my country's flag" ; is this now completely gone?
  17. Yesterday
  18. Long ago I reported Steam game list didn't display correctly. After it got fixed on some version I can't recall, here it goes again with the same glitch, that happens (with different affected elements) on wishlist and games list. Working on 2026-06-28 build, not working in latest 2026-07-24 build (note I haven't been online since early July and didn't update NewMoon so don't know which version had the regression). Wishlist with messed up menus over games on list (this is the more visually impacting; on game list it affects other elements, such as triple dots):
  19. Not that it matters much right now, but many applications no longer support 32-bit. Windows XP with One-Core-API can still run a lot of modern software, but in the long run, only the x64 version will have the minimum capabilities needed for everyday use.
  20. Good news! Looks like Mozilla is doing the community's work, and we thank them for it, because they extended ESR 115 support AGAIN till March 2027! https://support.mozilla.org/sr/kb/firefox-users-windows-7-8-and-81-moving-extended-support Looks like someone was right when he said that if they knew that Firefox was going to support 7 and 8.1 until 2026+ , they would've continued to support it on the main branch until like end of 2024..
  21. I have no clue what you are talking about. Could you please explain a bit more detailed what you wanted to say? And what does the abbreviation SRP mean? And which gui do you refer to? 🤔🤔🤔
  22. for test my Gui for SRP - stock securuty WinXP https://ru.files.fm/u/wmgmdj6fw4
  23. Last week
  24. @GH0st So, here is a workaround. Create a SSUAO for cloudflare.com, i.e. general.useragent.override.cloudflare.com with the following user agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Test it and report here! And if that doesn’t help, try disabling uBO completely, i.e. the extension in the Add-ons Manager, if you’re using it. An uBO set too aggressively made it impossible for me to complete the CF challenges.
  25. Ok. Forget about this version! It still can be started under Windows XP but it no longer works properly. I reverted back to the last good one I could find. And that is Malware Hunter 1.210.0.841 (Dec 29, 2025). I will edit my article accordingly. And BTW, I said tests could be done by the users but I’ve never seen any like that.
  26. The links are still available on Adlice servers after editing to suit the users’ needs. I do not use COMODO Internet Security but COMODO Antivirus. This works fine with no impact on CPU. And my CPU is a single-core P4. I wouldn't recommend the complete suite COMODO Internet Security, either. You must always focus on the pearls and throw the by-catch overboard.
  27. I would like for you to replace the links for RogueKiller last XP compatible versions from generic web-site links to archived links with v15 and portable v16 on 32bit and 64bit. It's a shame that Panda is placing XP on guillotine right now, but to be honest, XP had a good run, 25 years of anti-malware support from various programmes. I am still using Avast on XP VMs and i feel relatively secure with COMODO Firewall Pro from 2007 version, and i have no complaints. I do not recommend the last version of COMODO Internet Security however, because it choked my old Celeron to the core when i tested 4 years ago...
  28. This time on time :-) - the latest update is online: The mirror of latest ArcticFox 44, BNavigator 0.9, Firefox 28/45ESR, IceApe 52, IceDove 52, K-Meleon 1.5.x/74/76, MailNews 52, New Moon 26.5/27/28, RetroZilla, RZ browser and Serpent 52/55 builds by @roytam1 has been updated -> soggi.org - tools. changelog: - added latest BNavigator 0.9 20260725 build - added latest IceApe 52 20260725 build - added latest IceDove 52 20260725 build - added latest MailNews 52 20260725 build - added latest New Moon 28 20260725 builds - added latest Serpent 52 20260725 builds - added latest Serpent 55 20260725 builds To don't lose track of things I want to update too someday... todo: - add various flash player versions - add FlashFix for WinXP - add VLC 2.2.8 (WinXP non-SSE2) done! - add polyfill addons Kind regards soggi
  1. Load more activity
×
×
  • Create New...