mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #855] [BUG] BHInstagram Crash (ipadOS) #770
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#770
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TAKAGIVEGETA on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/855
Describe the bug
The app crashes when clicking the Settings button or the download button in the video.
-----------------------logs--------------------------
Your application has presented a UIAlertController (<UIAlertController: 0x10a283400>) of style UIAlertControllerStyleActionSheet from IGRootViewController (<IGRootViewController: 0x100e6e8c0>). The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem. If this information is not known when you present the alert controller, you may provide it in the UIPopoverPresentationControllerDelegate method -prepareForPopoverPresentation.
Call stack: (
0 CoreFoundation 0x00000001a1326b34 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 969524
1 libobjc.A.dylib 0x00000001991faf78 objc_exception_throw + 60
2 UIKitCore 0x00000001a3b92350 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 7193424
3 UIKitCore 0x00000001a368b934 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 1923380
4 UIKitCore 0x00000001a368a83c 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 1919036
5 UIKitCore 0x00000001a35618f0 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 702704
6 UIKitCore 0x00000001a35616d4 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 702164
7 UIKitCore 0x00000001a35615ec 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 701932
8 UIKitCore 0x00000001a3561378 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 701304
9 UIKitCore 0x00000001a3561274 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 701044
10 UIKitCore 0x00000001a3560d78 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 699768
11 UIKitCore 0x00000001a3560468 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 697448
12 UIKitCore 0x00000001a3560524 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 697636
13 CoreFoundation 0x00000001a127162c 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 226860
14 CoreFoundation 0x00000001a12708a8 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 223400
15 CoreFoundation 0x00000001a126f058 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 217176
16 CoreFoundation 0x00000001a126dd88 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 212360
17 CoreFoundation 0x00000001a126d968 CFRunLoopRunSpecific + 608
18 GraphicsServices 0x00000001e55634e0 GSEventRunModal + 164
19 UIKitCore 0x00000001a36e0edc 7BF01CFC-23F1-326A-AFD8-AD967FFECE28 + 2272988
20 UIKitCore 0x00000001a36e0518 UIApplicationMain + 340
21 Instagram 0x000000010d652be4 Instagram + 273380
22 LiveContainerShared 0x0000000100c0ce10 LiveContainerMain + 7628
23 dyld 0x00000001c478ed84 7BE2B757-3B3D-3E91-8CB7-74F3887660C7 + 23940
)
Instructions to reproduce
clicking the Settings button
clicking the download button in the video
What version of LiveContainer and iOS are you using?
LiveContainer 3.6.1 ipadOS 17.4.1
Other info
BHInstagram download link
https://drive.google.com/file/d/1QYJdbiVV0Za-3d7rJF1zltUf_8lr8wuS/view?usp=sharing
@hugeBlack commented on GitHub (Sep 22, 2025):
Probably the app's own issue.