mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #686] [BUG] Node Cannot export #610
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#610
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 @SirAlex-WebDev on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/686
Describe the bug
I open Node I go to my video I want to export then I get this
child view controller:<SatellaJailed.SatellaController: 0x102684a60> should have parent view controller:(null) but actual parent is:<UnityDefaultViewController: 0x10267e5a0>
Call stack: (
0 CoreFoundation 0x000000018a7ab8dc 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 825564
1 libobjc.A.dylib 0x00000001879097a4 objc_exception_throw + 88
2 CoreFoundation 0x000000018a8362e0 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 1393376
3 UIKitCore 0x000000018ec7eb74 ABE178BE-C241-3474-A192-70F042F71BF4 + 25897844
4 UIKitCore 0x000000018ec7f268 ABE178BE-C241-3474-A192-70F042F71BF4 + 25899624
5 UIKitCore 0x000000018d3dde2c ABE178BE-C241-3474-A192-70F042F71BF4 + 73260
6 UIKitCore 0x000000018ec8a614 ABE178BE-C241-3474-A192-70F042F71BF4 + 25945620
7 UIKitCore 0x000000018dfa00f8 ABE178BE-C241-3474-A192-70F042F71BF4 + 12402936
8 UnityFramework 0x00000001086bc9e8 UnityFramework + 51688
9 UnityFramework 0x00000001086bcbec UnityFramework + 52204
10 UnityFramework 0x00000001086c8b38 UnityFramework + 101176
11 UnityFramework 0x00000001086c8b08 UnityFramework + 101128
12 QuartzCore 0x000000018c73275c 56B9FC0F-1E8F-3B5F-BE34-7DDB9A5D7375 + 780124
13 QuartzCore 0x000000018c70ff84 56B9FC0F-1E8F-3B5F-BE34-7DDB9A5D7375 + 638852
14 QuartzCore 0x000000018c723690 56B9FC0F-1E8F-3B5F-BE34-7DDB9A5D7375 + 718480
15 UIKitCore 0x000000018d453188 ABE178BE-C241-3474-A192-70F042F71BF4 + 553352
16 UIKitCore 0x000000018d452524 ABE178BE-C241-3474-A192-70F042F71BF4 + 550180
17 UpdateCycle 0x000000027dca85cc E38C6947-E197-3433-9413-6AE39A14F888 + 5580
18 CoreFoundation 0x000000018a74c2b0 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 434864
19 CoreFoundation 0x000000018a74c224 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 434724
20 CoreFoundation 0x000000018a729cec 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 294124
21 CoreFoundation 0x000000018a6ff990 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 121232
22 CoreFoundation 0x000000018a6fed28 44CF748C-19F2-31C4-A0F1-143E32768AF1 + 118056
23 GraphicsServices 0x00000001dbd05498 GSEventRunModal + 120
24 UIKitCore 0x000000018d47c838 ABE178BE-C241-3474-A192-70F042F71BF4 + 723000
25 UIKitCore 0x000000018d41afd0 UIApplicationMain + 336
26 UnityFramework 0x00000001086c86ac UnityFramework + 100012
27 NodeVideo 0x000000010242012c NodeVideo + 16684
28 LiveContainerShared 0x00000001023a8a08 LiveContainerMain + 8016
29 dyld 0x000000018795db18 4E9F3B1E-8F53-3E3B-849C-950CA957C64B + 19224
)
Instructions to reproduce
Download Node ipa
https://file.ipaomtk.com/ipa/NodeVideo.ipa
Open it tap a new project try to export it
It will kick you out from live container and give you that error
What version of LiveContainer and iOS are you using?
3.5.62 main/fc53005 iOS 26 Beta 3
Other info
No response
@hugeBlack commented on GitHub (Jul 19, 2025):
The app's own issue. It doesn't work when directly sideloaded or installed with trollstore and it's probably due to the app being incompatible with satellajailed. Please test before submitting compatibility issues.