I've got an unexpected issue with a big 7z files. The extraction seems to fail.
This is an extreme use case, i have all my SNES Roms within 7z file. My Super Mario World.7z contains 25214 files, 2GB compressed, 58GB uncompressed.
I tested manually using the 7z GUI on windows, i got no problem to extract a single rom from the 7z, it do it instantly.
So i used process hacker to take a look, and i saw that process : "C:\Users\Mehdi\LaunchBox\ThirdParty\7-Zip\7-zip.exe" x "C:\coffre\Hackset-SNES\Super Mario World.7z" "-oC:\Users\Mehdi\LaunchBox\ArchiveCache\Super Mario World.7z - 811C0203E668356F44A566CA8291D118" -y -aoa -bsp1
Now i wonder why does the plugin extract the whole 7z file instead of just the required one, even outside this whole "oversized 7z usecase", that seems like an extreme waste of resources to me.