-
-
Notifications
You must be signed in to change notification settings - Fork 630
[BUG] Built-in SideStore crashes on launch (0x8BADF00D watchdog timeout) — iOS 26.2.1, v3.7.0 #1158
Copy link
Copy link
Closed
Description
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_wait inside _UIApplicationConfigurationLoader._loadInitializationContext. LiveContainer itself opens and works fine — the crash only occurs when launching the built-in SideStore.
Termination reason from crash log:
FRONTBOARD 0x8BADF00D
process-launch watchdog transgression: exhausted real (wall clock) time allowance of 20.00 seconds
Elapsed total CPU time (seconds): 11.760 (user 6.260, system 5.500), 10% CPU
Elapsed application CPU time (seconds): 0.091, 0% CPU
Faulting thread (main thread) backtrace:
__ulock_wait
_dlock_wait
_dispatch_once_wait.cold.1
_dispatch_once_wait
-[_UIApplicationConfigurationLoader _loadInitializationContext]
-[_UIApplicationConfigurationLoader applicationInitializationContext]
Instructions to reproduce
- Download
LiveContainer+SideStore.ipav3.7.0 from the latest GitHub release - Install via Impactor with "Only Register Main Bundle" selected
- Verify the app in Settings → General → VPN & Device Management
- Open LiveContainer (works fine)
- Tap the SideStore button in the top-left corner of the Apps page
- App immediately closes (killed by watchdog)
What version of LiveContainer and iOS are you using?
LiveContainer 3.7.0, iOS 26.2.1 (23C71), iPhone 17 (iPhone18,3)
Verify steps
- I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source.
- I have the latest LiveContainer.
- I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements.
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".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels