[GH-ISSUE #415] [BUG] Restarting when loading djay #380

Closed
opened 2026-03-03 15:33:08 +03:00 by kerem · 2 comments
Owner

Originally created by @ChrisGleich1AufsMaul on GitHub (Mar 26, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/415

Describe the bug

djay 3.3.5 LiveContainer crashes in online-mode

Instructions to reproduce

When i try to run djay 3.3.5 LiveContainer crashes and LiveContainer restarts. But when I turn on offline-mode it works fine until offline-mode is turned on again.

What version of LiveContainer are you using?

Version 3.3.1-release (main/92b68be)

Other info

No response

Originally created by @ChrisGleich1AufsMaul on GitHub (Mar 26, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/415 ### Describe the bug djay 3.3.5 LiveContainer crashes in online-mode ### Instructions to reproduce When i try to run djay 3.3.5 LiveContainer crashes and LiveContainer restarts. But when I turn on offline-mode it works fine until offline-mode is turned on again. ### What version of LiveContainer are you using? Version 3.3.1-release (main/92b68be) ### Other info _No response_
kerem 2026-03-03 15:33:08 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Mar 26, 2025):

Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   CloudKit                      	       0x1a0928140 0x1a080a000 + 1171776
1   CloudKit                      	       0x1a0936a58 0x1a080a000 + 1231448
2   CloudKit                      	       0x1a0817e7c 0x1a080a000 + 56956
3   ARMediaLibraryData            	       0x103cbeaf4 -[ADCCloudKitManager setupCloudKit] + 348
4   djay                          	       0x104f15648 0x104f0c000 + 38472

Unfortunately this app uses CloudKit (iCloud services), which is not available to free developer account.

<!-- gh-comment-id:2754442223 --> @hugeBlack commented on GitHub (Mar 26, 2025): ``` Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 CloudKit 0x1a0928140 0x1a080a000 + 1171776 1 CloudKit 0x1a0936a58 0x1a080a000 + 1231448 2 CloudKit 0x1a0817e7c 0x1a080a000 + 56956 3 ARMediaLibraryData 0x103cbeaf4 -[ADCCloudKitManager setupCloudKit] + 348 4 djay 0x104f15648 0x104f0c000 + 38472 ``` Unfortunately this app uses CloudKit (iCloud services), which is not available to free developer account.
Author
Owner

@ChrisGleich1AufsMaul commented on GitHub (Jun 29, 2025):

I made a tweak to prevent CloudKit from being loaded: CloudKitDestructor

<!-- gh-comment-id:3016676209 --> @ChrisGleich1AufsMaul commented on GitHub (Jun 29, 2025): I made a tweak to prevent CloudKit from being loaded: [CloudKitDestructor](https://github.com/ChrisGleich1AufsMaul/CloudKitDestructor)
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#380
No description provided.