Maxime
Maxime
The exact same file
This is the only stacktrace: ``` Full exception: std.file.FileException@std\file.d(885): C:\Users\Maxime\AppData\Local\Temp\SideStore.ipa\Payload\SideStore.app\Frameworks\AltStoreCore.framework\AltStoreCore: The process cannot access the file because it is being used by another process. ``` (The last `\` has been...
And I had the same for YT Music for another file
Thanks, I'll give it a try :) I generated my own key and placed it in `keys//key.pem` but the script is not able to load it. The RNG is somehow...
Sorry to ask again @Dadoum, but I get this error when trying to install SideStore: ``` > .\sideloader.exe install SideStore.ipa -i --debug Creating App IDs for the application |############## |...
> Oh I think I fixed the issue in the latest commit. But the error `Invalid argument : randomInteger : invalid min/max values` is still present in the latest binaries.....
The error is caused by the output value of `RandomNumberGenerator.makeRng()`: https://github.com/Dadoum/Sideloader/blob/707a15d90f48b5f492fe5dc056a8be2017fa89f8/source/sideload/certificateidentity.d#L49 Or at least, the error occurs here: https://github.com/Dadoum/Sideloader/blob/707a15d90f48b5f492fe5dc056a8be2017fa89f8/source/sideload/certificateidentity.d#L49-L80
The new LDC2 version makes it work! ~How long does it take to sign the package? I've been stuck at 79% for a few minutes~ Moreover, if the installation fails,...
It is now fixed :) Thanks for your quick help 🫶
> Moreover, if the installation fails, the temporary directory of the unzipped IPA persists in the Windows temp directory, hence the following error on a new attempt: > > ```...