mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #1158] [BUG] Built-in SideStore crashes on launch (0x8BADF00D watchdog timeout) — iOS 26.2.1, v3.7.0 #1016
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#1016
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 @enieuwy on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1158
Describe the bug
Tapping the SideStore button (top-left of Apps page) in the LiveContainer+SideStore build causes the app to be killed by the iOS watchdog
LiveContainer-2026-02-19-114813.txt
. The main thread is stuck in
_dispatch_once_waitinside_UIApplicationConfigurationLoader._loadInitializationContext. LiveContainer itself opens and works fine — the crash only occurs when launching the built-in SideStore.Termination reason from crash log:
Faulting thread (main thread) backtrace:
Instructions to reproduce
LiveContainer+SideStore.ipav3.7.0 from the latest GitHub releaseWhat version of LiveContainer and iOS are you using?
LiveContainer 3.7.0, iOS 26.2.1 (23C71), iPhone 17 (iPhone18,3)
Verify steps
Crash Log
See attached .txt file (renamed from .ips).
Other info
Fresh install, no previous SideStore or LiveContainer data on this device. Impactor was used with default settings + "Only Register Main Bundle".
@hugeBlack commented on GitHub (Feb 19, 2026):
Thanks for the crash report, we might publish a new release in a week, for now please reopen a few times and SideStore should open.
@enieuwy commented on GitHub (Feb 19, 2026):
Additional info: Auto Layout exception during SideStore launch
After further attempts, I also captured this in-app dialog error. It appears to be an
NSISEngineinternal bug triggered during SideStore's navigation bar layout — a corrupted constraint variable (<unknown var (bug!)>) that UIKit can't remove from the engine. This may be contributing to the watchdog timeout by thrashing the main thread with layout exceptions.Error header:
Relevant SideStore-specific views in the constraint dump:
SideStore.PillButton:0x122501c00(height constraint, id 18843)SideStore.NavigationBar:0x109228f00(encapsulated layout)UIKit.NavigationBarContentView:0x10e06c800(the engine delegate itself)Call stack (trimmed to relevant frames):
The full constraint dump and stack trace are very long (400+ constraint variables, 108 stack frames with heavy recursion in
CoreAutoLayout/UIKitCorelayout cycles). Happy to provide the full output if useful.@hugeBlack commented on GitHub (Feb 19, 2026):
That's sidestore's own issue