khanhduytran0 / LiveContainer

Run iOS app without actually installing it!
Apache License 2.0
999 stars 123 forks source link

[BUG] LiveContainer crashes whenever opening an app. #137

Closed Tagz133 closed 1 month ago

Tagz133 commented 1 month ago

Describe the bug

After signing an app in LiveContainer, I try to open the app but LiveContainer ends up crashing.

I get this error: dlopen(/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp, 0x0109): tried: '/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (cannot dlopen a main executable '/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp'), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (no such file), '/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (cannot dlopen a main executable '/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp'), '/private/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (cannot dlopen a main executable '/private/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp'), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (no such file), '/private/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp' (cannot dlopen a main executable '/private/var/mobile/Containers/Data/Application/6408ED48-F0A0-47EF-88C2-5B189B4C0A37/Documents/Applications/DuolingoMobile.app/LiveContainer.tmp')

Instructions to reproduce

  1. Sign an app in LiveContainer
  2. Launch app

What version of LiveContainer are you using?

2.1.2

Other info

I have enabled JIT-less iPadOS 17.5.1

Adoptat32 commented 1 month ago

Had this happen. The ipa you imported is either not the corect format(this would show you on sidestore/altstore) or is corrupted, though the first is corect like 99,99% of the time

Adoptat32 commented 1 month ago

Oh another one could be that it's not compatible with live container. Tried with minecraft. 1.21.0 worked but 1.21.1 didn't but again remeber that most likely the format is not correct

Tagz133 commented 1 month ago

Had this happen. The ipa you imported is either not the corect format(this would show you on sidestore/altstore) or is corrupted, though the first is corect like 99,99% of the time

I tried it again a few days later and suddenly all the IPA files that weren't working, started working.