AM2R-Community-Developers/Atomic

ModPacker crashes when trying to pack a VM export APK

Closed this issue · 1 comments

Describe the bug
Attempting to create a mod package that includes a VM APK will crash when creating the package. It seems to expect a non-existent AM2R.ini file within the APK.

To Reproduce
Attempt to create a mod package with a VM APK.

Expected behavior
The ModPacker should create the mod package without crashing due to the VM export's (apparent) lack of an AM2R.ini file.

Media
mod packer settings
mod packer apk crash

Incredibly odd that this file doesn't exist on VM, but I'll add a quick check in the copy routine. Should be doing that safely anyway.