[GH-ISSUE #444] [BUG] Apollo App crash on certain app interaction #407

Closed
opened 2026-03-03 15:33:22 +03:00 by kerem · 1 comment
Owner

Originally created by @julick2006 on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/444

Describe the bug

UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.
Call stack: (
0 CoreFoundation 0x0000000189ee92f8 0551BAA3-C6E9-3423-B0E2-BE69719C1D7F + 1155832
1 libobjc.A.dylib 0x000000018736da7c objc_exception_throw + 88
2 Foundation 0x00000001891e6040 2BD7EB53-2F57-3300-B8DE-478229E49115 + 8077376
3 UIKitCore 0x000000018c7dd348 05197341-F998-32E5-A847-DA98BB8C68BF + 1200968
4 Apollo 0x00000001059a6894 Apollo + 7907476
5 Apollo 0x00000001059b1234 Apollo + 7950900
6 Apollo 0x0000000105895680 Apollo + 6788736
7 AsyncDisplayKit 0x000000010480549c +[ASImageNode createContentsForkey:drawParameters:isCancelled:] + 592
8 AsyncDisplayKit 0x000000010480510c +[ASImageNode contentsForkey:drawParameters:isCancelled:] + 204
9 AsyncDisplayKit 0x0000000104804f60 +[ASImageNode displayWithParameters:isCancelled:] + 1080
10 AsyncDisplayKit 0x00000001047ede4c __90-[ASDisplayNode(AsyncDisplay) _displayBlockWithAsynchronous:isCancelledBlock:rasterizing:]_block_invoke.6 + 88
11 AsyncDisplayKit 0x00000001047edd00 __90-[ASDisplayNode(AsyncDisplay) _displayBlockWithAsynchronous:isCancelledBlock:rasterizing:]_block_invoke.5 + 288
12 AsyncDisplayKit 0x00000001047aa068 __71-[_ASAsyncTransaction addOperationWithBlock:priority:queue:completion:]_block_invoke + 56
13 AsyncDisplayKit 0x00000001047a9928 ___ZN23ASAsyncTransactionQueue9GroupImpl8scheduleElPU28objcproto17OS_dispatch_queue8NSObjectU13block_pointerFvvE_block_invoke + 96
14 libdispatch.dylib 0x0000000191d4daac 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 6828
15 libdispatch.dylib 0x0000000191d67584 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 112004
16 libdispatch.dylib 0x0000000191d52560 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 25952
17 libdispatch.dylib 0x0000000191d51bd4 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 23508
18 libdispatch.dylib 0x0000000191d5fdb0 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 81328
19 libdispatch.dylib 0x0000000191d6054c 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 83276
20 libsystem_pthread.dylib 0x000000021434d624 _pthread_wqthread + 232
21 libsystem_pthread.dylib 0x000000021434a9f8 start_wqthread + 8
)

Instructions to reproduce

Open Apollo + latest CustomAPI tweak.
Turn on Compact Post on home section,
Or Collapse and uncollapse someone’s comment in a post.
Or click on web page link on a post (except those with preview.reddit

What version of LiveContainer are you using?

3.3.52-release (main/73d1bc4)

Other info

No response

Originally created by @julick2006 on GitHub (Apr 13, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/444 ### Describe the bug UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert. Call stack: ( 0 CoreFoundation 0x0000000189ee92f8 0551BAA3-C6E9-3423-B0E2-BE69719C1D7F + 1155832 1 libobjc.A.dylib 0x000000018736da7c objc_exception_throw + 88 2 Foundation 0x00000001891e6040 2BD7EB53-2F57-3300-B8DE-478229E49115 + 8077376 3 UIKitCore 0x000000018c7dd348 05197341-F998-32E5-A847-DA98BB8C68BF + 1200968 4 Apollo 0x00000001059a6894 Apollo + 7907476 5 Apollo 0x00000001059b1234 Apollo + 7950900 6 Apollo 0x0000000105895680 Apollo + 6788736 7 AsyncDisplayKit 0x000000010480549c +[ASImageNode createContentsForkey:drawParameters:isCancelled:] + 592 8 AsyncDisplayKit 0x000000010480510c +[ASImageNode contentsForkey:drawParameters:isCancelled:] + 204 9 AsyncDisplayKit 0x0000000104804f60 +[ASImageNode displayWithParameters:isCancelled:] + 1080 10 AsyncDisplayKit 0x00000001047ede4c __90-[ASDisplayNode(AsyncDisplay) _displayBlockWithAsynchronous:isCancelledBlock:rasterizing:]_block_invoke.6 + 88 11 AsyncDisplayKit 0x00000001047edd00 __90-[ASDisplayNode(AsyncDisplay) _displayBlockWithAsynchronous:isCancelledBlock:rasterizing:]_block_invoke.5 + 288 12 AsyncDisplayKit 0x00000001047aa068 __71-[_ASAsyncTransaction addOperationWithBlock:priority:queue:completion:]_block_invoke + 56 13 AsyncDisplayKit 0x00000001047a9928 ___ZN23ASAsyncTransactionQueue9GroupImpl8scheduleElPU28objcproto17OS_dispatch_queue8NSObjectU13block_pointerFvvE_block_invoke + 96 14 libdispatch.dylib 0x0000000191d4daac 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 6828 15 libdispatch.dylib 0x0000000191d67584 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 112004 16 libdispatch.dylib 0x0000000191d52560 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 25952 17 libdispatch.dylib 0x0000000191d51bd4 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 23508 18 libdispatch.dylib 0x0000000191d5fdb0 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 81328 19 libdispatch.dylib 0x0000000191d6054c 2C7DB97B-46F0-3A67-AF9F-E26859F0008D + 83276 20 libsystem_pthread.dylib 0x000000021434d624 _pthread_wqthread + 232 21 libsystem_pthread.dylib 0x000000021434a9f8 start_wqthread + 8 ) ### Instructions to reproduce Open Apollo + latest CustomAPI tweak. Turn on Compact Post on home section, Or Collapse and uncollapse someone’s comment in a post. Or click on web page link on a post (except those with *preview.reddit* ### What version of LiveContainer are you using? 3.3.52-release (main/73d1bc4) ### Other info _No response_
kerem 2026-03-03 15:33:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Apr 13, 2025):

hold Apollo -> settings -> Enable spoof sdk version

<!-- gh-comment-id:2799635568 --> @hugeBlack commented on GitHub (Apr 13, 2025): hold Apollo -> settings -> Enable spoof sdk version
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#407
No description provided.