Jump to content

loblo

Member
  • Posts

    1,184
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by loblo

  1. As you certainly know, being able to run an older version of a software doesn't in any way mean a newer version will work too. Perhaps I could try to run this on my system just out of curiosity if you give me a link, I don't use mesa though.
  2. Hex editing (or using import patcher also) was in case you didn't have kernelex extensions installed, replacing a missing function by one that does exist in the hope the missing one isn't actually used. But as you can add definitions to Kernelex there is no point trying to do that.
  3. As the log says, lwjgl.dll is not compatible with your system. You might be able to downgrade this file to a version that works or make it work by fiddling with an hex editor or kernelex.
  4. Makes no sense at all... very sorry this happens to you Wunderbar98.
  5. I haven't used Burp in quite a long while, I use 3proxy with SSL plugin instead (not latest version), it's faster but it doesn't have TLS 1.3 support and Cloudflare doesn't like it. I shouldn't be so lazy and make a post/ topic about it as it's a bit involved getting it set up.
  6. I use Import Patcher for finding actually missing functions.
  7. Sorry to bump such an old post, I never read this topic before and just wanted to say that I have been using, since years now and without any problem, many 2TB drives formated as a single primary partition to the full drive size in FAT32 and plugged in USB docking stations on Windows ME without any patch to the OS.
  8. Check out Iceows if you're into that kind of explorer integration for archives, it's freeware and supports a bunch of archive types, no 7z support though, too old I guess.
  9. You can't run every DOS programs with command.com on 9x either and it lets you use any 32bit console program inside it.
  10. Might be LDT resources. If you install Revolutions Pack, it'll tell you how much you've got left of these on the Ctrl-Alt-Del dialog. If they are low enough to give these error messages, I found that killing and restarting the explorer shell frees a significant amount of them, closing big apps such as Web browsers helps with this too. Sometimes I also get not enough memory errors after massive repeated use of batch files or console. Not sure what kind of resources have leaked in this case and need to reboot when it occurs.
  11. Hi, that file should be part of the pack in this topic:
  12. These builds are buggy indeed. In case you guys aren't aware of this topic (KernelEx required): https://msfn.org/board/topic/182062-youtube-dl-4-98se-me-megapack/
  13. The Opus plugin is great, thanks, I use it since a while now in Winamp 2 & 5, Apollo, AIMP2 and Foobar2000 0.8.3.
  14. Features: Current Youtube-dl and Youtube-dlc executables compiled on Python 2.7.17 with py2exe. Almost all Youtube-dl/Youtube-dlc helper applications (only PhantomJS has been omitted). Easy switch between Youtube-dl and Youtube-dlc. Youtube-dl/Youtube-dlc GUI frontend. Special desktop icon. 3DYD YouTube Source and LAVFiltersXP DirectShow filters. Two media players, MPC-HC and PotPlayer, making use of the above filters for streaming YouTube content. Silent VBS/BAT construct making use of Youtube-dl/Youtube-dlc and easy to configure on a per domain-basis to extract stream adresses from web pages. Five (six) media players, GPAC (Osmo4 & MP4Client), MPlayer, MPV, VLC and QMPlay2, making use of the above construct for streaming video from YouTube and many other sites. One audio player, Winamp 2 for streaming audio from Bandcamp. Google-powered and easy to modify search page to find videos on a per-domain basis. Easy integration in Opera 12 and Firefox (as well as other Gecko browsers). Preconfigured portable Opera 12.02 with some extras thrown in. Minimal trimmed-down Python 2.7.17 environment for easily compiling Youtube-dl/Youtube-dlc executables from python source yourself (including optional experimental OpenSSL 3 (TLS 1.3) files for python 2.7.17 courtesy of fellow MSFNer cmalex). Screenies: Download: https://www.mediafire.com/file/rem5dmuvbu8m8ob/Youtube-dl_4_98SE-ME_Megapack.7z/file Unpack preferably in C:\Program files and follow instructions in youtube-dl\stuff\setup. Any question, please ask but make sure you've read info.txt in the root folder before. Related topic that might be useful: Have fun!
  15. Come up with concrete examples to backup your claims or abstain yourself making them please. Saying that every little bit helps and then go on rambling about something else is beyond meaningless and just adds to the confusion you sow. I don't see why fiddling with filters merits would make any difference here. Have you got something concrete to back up your claim such as: "When I set such filter to such merit the whole thing works but if I set it to another merit it doesn't"? It's just like your claim about what's the best msvcrt replacement. There is nothing to back it up, not a single example of a program that runs fine with it but not without, etc...
  16. Dxva2 is for decoding with hardware acceleration if your GPU supports it but I doubt it does and fiddling with filters merits makes no sense at all here IMHO.
  17. Hello, I've briefly tried your latest build using default settings and video playback froze my system after a few seconds just like all other recent builds (which require KerneEx) do. I have to use -vo sdl argument with them for stable video output but your build doesn't have that video mode unfortunately. I have latest sherpya build running OK and capable of playing (some) https streams.
  18. Nope, Opera 12.02 is a good example of that, it supports TLS 1.2 but doesn't support elliptic curve crypto and fails on a significant number of sites because of it.
  19. Sounds good guys, it seems we're getting there finally.
  20. Get rvkroots.exe (Google), extract updroots.exe from it and put it in some folder. Get Curl: https://rwijnsma.home.xs4all.nl/files/curl/curl-7.69.1-mbedtls-zlib-win32-static-xpmod-sse.7z and unpack in the same folder. Then you just run the following batch file: ----------------------------------------------------------------------------------------------------------------------------------------- curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authroots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/delroots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/disallowedcert.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/roots.sst curl -O http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/updroots.sst updroots authroots.sst updroots updroots.sst updroots -l roots.sst updroots -d delroots.sst updroots -l -u disallowedcert.sst cls ----------------------------------------------------------------------------------------------------------------------------------------- Done, takes 20 seconds to update, no complicated nonsense like they do in the XP forum.
  21. Python/Youtube-dl look in the registry for CAs. Try updating your system CAs. There is also the option of using youtube-dl with --no-check-certificate argument (normally not needed to do that.)
  22. LockFileEx referenced in youtube-dl utils.py/utils.pyo, it's provided by kexbases on my system.
  23. @schwups, that's the core KernelEx files I use: Kernelex 4.5.2015.9 (Jumper) Kexbasen 4.5.12.0 (Xeno) Kexbases 4.5.2015.9 (Jumper) Other than that I have kstub822 and auxilliary dlls from Jumper. I never went past the .11 files and then I downgraded to .10 and then .9, not to mention I never used jumper's kexbasen because of all the stuff I had running it was breaking but this is nothing new, I reported all the regressions back then and instead of getting the stuff fixed there was only more breakage with newer versions... I gave up. The exe I posted is built with Python 2.7.17 and py2exe. Can you run Python 2.7.17? You can try running youtube-dl straight from python. Get python 2.7.17 portable, extract the python dir, get youtube-dl (the one without file extension), put it next to python.exe and just do "python youtube-dl url" from the command.com console or a batch file, it should start downloading within a few seconds. I can stream online videos (about 20 sites tested working so far, including YouTube, Vimeo, DailyMotion, Veoh, PornHub, Twitter) from my browsers with 7 different media players, 2 require 3DYD source filter and another 5 don't but all rely on the youtube-dl executable for stream address extraction, if you guys can't even run youtube-dl it's totally pointless I post this pack.
×
×
  • Create New...