PkR

Results 36 comments of PkR

The system32 path may be from launching the program with admin rights. Maybe the Manager was trying to run `Launcher.exe` using relative paths?

There are a few things that can be done: 1. Maximum compression with 7Z: 16MB for all dependencies including FFMPEG, 2MB without FFMPEG 2. Reusing the same FFMPEG libraries for...

I was able to rework bass_vgmstream and its vgmstream submodule to reuse the same avutil, avcodec, avformat and swresample DLLs as those required for the FFMPEG player. avcodec and avformat...

More progress: I recompiled `vgmstream` and `bass_vgmstream` to use the latest FFMPEG 7.1 DLLs (XP compatible build, audio confirmed working on XP), so we can now use the latest versions...

I made some changes to the "SADX" version of bass_vgmstream and built a version without `libspeex.dll`, `libatrac9.dll`, `libcelt-0061.dll`, `libcelt-0110.dll` and `libg719_decode.dll`. It works with vgmstream's custom FFMPEG DLLs and is...

> As for moving to 7z, one issue is all the previous versions of the Manager will continue to look for the zip link, which would force us to have...