Jump to content

genieautravail

Member
  • Posts

    248
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by genieautravail

  1. @Zorba the Geek By installing Microsoft TCP/IP version 6 the issue is resolved. In the results of a scan, an error message is displayed: |Traceback (most recent call last): File "loki.py", line 544, in get_string_matches TypeError: 'yara.StringMatch' object is not subscriptable Regards
  2. @Zorba the Geek Your compiled version of LOKI doesn't works on my computer: Any idea of what happen ? Regards
  3. Yes, WiseVector StopX require SSE2 (tested on a computer with a Duron 1,6 Ghz last year). Regards
  4. @we3fan Why don't you use yt-dlp_x86 ? OK, the official releases doesn't works on XP but the source files are availables. Here the link to a unofficial build for XP compiled by myself: https://www.mediafire.com/file/0ak8vljoht30123/yt-dlp_x86-2021.10.22.zip/file
  5. Issue resolved with these settings! Many thanks Regards UPDATE: Yesterday I get a BSOD with MyPal, the issue isn't completely resolved with these settings...
  6. Same issue with NVIDIA Quadro NVS 5100M (HP laptop Elitebook 8540p). Regards
  7. So, perhaps that the issue comes from the configuration or from one of the installed extensions. In the next weeks, I will install again MyPal from the begining and will do some tests. Regards
  8. @feodor2 Mypal 68 beta 4 crash when I try to go on the following website: https://www.zone-annuaire.tel/ The issue is reproducible. Regards
  9. Sadly, batch isn't adapted for that. You can try a loop in a batch file but the loop will stop if you don't keep the focus on the window. For that, AutoIt is much more adapted. AutoIt script can include batch commands and can be easily compiled into an executable. Here an example of a loop that I use for killing hidden installs of C++ redistribuables: $MICROSOFTVISUALCx86="vcredist_x86.exe" $MICROSOFTVISUALCx64="vcredist_x64.exe" Do If ProcessExists ($MICROSOFTVISUALCx86) Then ProcessClose ($MICROSOFTVISUALCx86) ElseIf ProcessExists ($MICROSOFTVISUALCx64) Then ProcessClose ($MICROSOFTVISUALCx64) EndIf Sleep (25) Until 1=2
  10. @AstroSkipper The latest build of ProxHTTPSProxy (ProxyMII_220717.7z) works without POSReady 2009 updates. It even works on a non-SSE2 CPU (testing today). Microsoft Visual C++ 2015 Redistributable is the only one requirement. If you want, now you can write a complete tutorial. Regards
  11. No POSREADY 2009 updates installed, only SP3 here. Maybe the difference comes from here. POSREADY 2009 can't be a requirement for ProxHTTPSProxy ! Regards
  12. @cemalex I can't use Internet Explorer 8 with ProxHTTPSProxy: "[SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1094)" while trying to establish local SSL tunnel for [www.google.fr:443] "[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1094)" while trying to establish local SSL tunnel for [www.google.fr:443] "[SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1094)" while trying to establish local SSL tunnel for [www.google.fr:443] Regards
  13. Because I'm very busy ! I have skiped now the subject about the button... Here a list of extensions working with Mypal 68: Adblock Plus 3.11.4 AdBlocker for YouTube 0.3.4 Allow Right-Click 0.5.0 Country Flags & IP Whois 0.4.1 Fireshot 0.99.15 Flagfox 6.1.50 HTTP Header Spy 2.0.49 My Public IP 1.3 NoScript 11.4.5 Privacy Badger 2021.11.23.1 Simple Translate 2.7.2 Tab Reloader 0.3.7 Text Link 6.1.6 URL Shortener 12.0.11 User-Agent Switcher 1.4.1 YAWE 4.2.7 Regards
  14. Here the files from a HP 8540p laptop: CPU Type Mobile DualCore Intel Core i5-520M, 2800 MHz (21 x 133) Motherboard Name Hewlett-Packard HP EliteBook 8540p Motherboard Chipset Intel Ibex Peak-M QM57, Intel Ironlake-M System Memory 3056 MB (DDR3-1066 DDR3 SDRAM) Video Adapter NVIDIA NVS 5100M (1 GB) Regards BSOD.zip
  15. @AstroSkipper do you know how to install aboutbutton in New Moon developped by Roytam ? Regards
  16. @daniel_k Thank you very much for the informations ! For reference, are affected by the problem the following USB flash drives: All models of Transcend JetFlash 780 (8GB, 16GB, 32GB, 64GB and 128GB) https://www.transcend-info.com/product/usb-jetflash-jf/jetflash-780 Three models of Grixx (32GB, 64GB and 128GB) Regards
  17. @Dietmar A Dell Latitude E6230 laptop. But same issue on a Dell Latitude E6430 laptop, mini PC ZOTAC Zbox EN760 or ID45 or a motherboard BIOSTAR A10N-8800E... In fact, on all computers on which I use the modded Intel USB 3.0 driver from MDL ! Regards
  18. @daniel_k The issue with some USB flash drives is resolved by using the modded AMD USB 3.0 drivers (build 145 or 276) extracted from the WinXP-IE Optional Patch Integrator! Are these pilots compatible with your PAE patch ? Are these pilots compatible with UASP ? Regards
  19. @Dietmar On Dell Latitude laptops with your modded free acpi.sys V4, I can now install the modded Intel USB 3.0 driver! It wasn't the case previously and I had to use the acpi_5048 for that. But the notifications for some special keyboard shortcuts (fn + ...) aren't displayed on the desktop. The notifications are displayed with the acpi_5048. Do you think that you can fix that? Regards
  20. @daniel_k It was a pain to find an ISO of Windows 8.0, but finally I got one! With its genuine drivers, no issue for the problematic USB flash drives. They are recognized and run at full USB 3.0 speed. About Windows XP and the modded free acpi.sys V4: There is one good news, I can install the modded Intel USB 3.0 driver from MDL. But otherwise, the issue is still present. Regards
  21. It's not an issue with the driver but the AMD Switchable Graphics technology (like Nvidia Optimus)...
  22. @Dietmar I have tried your modded free acpi.sys V4 with a Dell Vostro 3550 laptop. This laptop has two graphics cards (Intel HD 3000 and AMD Radeon HD 6600M). With XP, only the Intel HD 3000 graphics card can be used. The AMD Radeon HD 6600M graphics card is detected and the driver is installed but the device can't be started. Your modded ACPI file can't unlock the secondary card. Do you think it's possible to enable it or to invert the priority of the graphics cards? Dell Vostro 3550 Dell XPS L502X (another laptop that I own) Regards
×
×
  • Create New...