[GH-ISSUE #43] [BUG] Launching app crash #35

Closed
opened 2026-03-03 15:29:54 +03:00 by kerem · 3 comments
Owner

Originally created by @xy464193 on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/43

Describe the bug

Launching BHTwitter app crash

Instructions to reproduce

dlopen(/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter, 0x0109): tried: '/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (no such file), '/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (no such file), '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0)

What version of LiveContainer are you using?

main/42a0959

Other info

No response

Originally created by @xy464193 on GitHub (Apr 24, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/43 ### Describe the bug Launching BHTwitter app crash ### Instructions to reproduce dlopen(/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter, 0x0109): tried: '/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in <CA87A6DB-80E8-327F-AF22-24B35EBBACB0> '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (no such file), '/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in <CA87A6DB-80E8-327F-AF22-24B35EBBACB0> '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in <CA87A6DB-80E8-327F-AF22-24B35EBBACB0> '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (no such file), '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (code signature invalid in <CA87A6DB-80E8-327F-AF22-24B35EBBACB0> '/private/var/mobile/Containers/Data/Application/4F160370-EEFC-42D1-878E-46B847C51635/Documents/Applications/Twitter.app/Twitter' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00605CB0, codeBlobSize=0x00016AF0) ### What version of LiveContainer are you using? main/42a0959 ### Other info _No response_
kerem 2026-03-03 15:29:54 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@khanhduytran0 commented on GitHub (Apr 24, 2024):

You might have pressed launch too fast. After selecting app it’ll be silent for a while then it says Signing, wait for it to complete then try again

<!-- gh-comment-id:2074780499 --> @khanhduytran0 commented on GitHub (Apr 24, 2024): You might have pressed launch too fast. After selecting app it’ll be silent for a while then it says `Signing`, wait for it to complete then try again
Author
Owner

@xy464193 commented on GitHub (Apr 24, 2024):

The method you said, it's still the same effect, it's normal when using 5229b30, and there is a problem after updating 42a0959 today.

<!-- gh-comment-id:2074827470 --> @xy464193 commented on GitHub (Apr 24, 2024): The method you said, it's still the same effect, it's normal when using 5229b30, and there is a problem after updating 42a0959 today.
Author
Owner

@xy464193 commented on GitHub (Apr 24, 2024):

I'm also using the new version of SideStore 0.56 today.

<!-- gh-comment-id:2074830935 --> @xy464193 commented on GitHub (Apr 24, 2024): I'm also using the new version of SideStore 0.56 today.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#35
No description provided.