[GH-ISSUE #1055] [BUG] 钉钉打开崩溃 #933

Closed
opened 2026-03-03 15:37:24 +03:00 by kerem · 1 comment
Owner

Originally created by @zhjabc on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1055

Describe the bug

打开app,黑屏闪退,日志:*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[14]
Call stack: (
0 CoreFoundation 0x000000018556e970 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 809328
1 libobjc.A.dylib 0x000000018245d814 objc_exception_throw + 88
2 CoreFoundation 0x0000000185586b54 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 908116
3 CoreFoundation 0x00000001855eeb24 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 1334052
4 DingTalk 0x0000000118dc804c wk_mark_conversation_tips_read + 4099216
5 libdispatch.dylib 0x00000001bdfe97fc 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 112636
6 libdispatch.dylib 0x00000001bdfd29e0 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 18912
7 DingTalk 0x0000000118dc7ddc wk_mark_conversation_tips_read + 4098592
8 DingTalk 0x00000001193b5d84 DTFloatWindowEquals + 1124840
9 DingTalk 0x0000000116c1cd28 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 2536
10 DingTalk 0x0000000116c1c918 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 1496
11 DingTalk 0x000000011afaf8cc aliha_tr_begin + 17228
12 DingTalk 0x000000011afaf414 aliha_tr_begin + 16020
13 DingTalk 0x0000000116c256d0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 37776
14 DingTalk 0x000000011afbedc8 aliha_tr_begin + 79944
15 libdispatch.dylib 0x00000001bdfe97fc 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 112636
16 libdispatch.dylib 0x00000001bdfd29e0 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 18912
17 DingTalk 0x0000000116c256d0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 37776
18 DingTalk 0x000000011af98b1c addSuffixWhenSandboxDirectoryChange + 40300
19 DingTalk 0x000000011af989f0 addSuffixWhenSandboxDirectoryChange + 40000
20 DingTalk 0x000000011af98814 addSuffixWhenSandboxDirectoryChange + 39524
21 DingTalk 0x0000000116c27aa0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 46944
22 DingTalk 0x0000000116c28780 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 50240
23 DingTalk 0x0000000116c285e4 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 49828
24 DingTalk 0x0000000116c2790c _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 46540
25 DingTalk 0x0000000116c21bb4 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 22644
26 DingTalk 0x000000011aece4c0 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 272292
27 DingTalk 0x0000000116d00378 tx_dtx_handler + 648704
28 DingTalk 0x000000011aece3cc _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 272048
29 DingTalk 0x000000011aece2b4 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 271768
30 DingTalk 0x000000011aecd154 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 267320
31 DingTalk 0x000000011aecd568 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 268364
32 UIKitCore 0x000000018c21f3d4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21095380
33 UIKitCore 0x000000018c220978 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21100920
34 UIKitCore 0x000000018c22499c 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21117340
35 UIKitCore 0x000000018b82dea4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 10669732
36 UIKitCore 0x000000018aea0874 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 653428
37 UIKitCore 0x000000018ae9edd4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 646612
38 UIKitCore 0x000000018ae47e54 UIApplicationMain + 336
39 DingTalk 0x00000001158d7474 MNNNV21ToBGRAUnit + 82356
40 LiveContainerShared 0x0000000102224e10 LiveContainerMain + 7628
41 dyld 0x00000001824b2e28 A4040D49-9446-38E5-842B-EB8F9C971C22 + 20008
)

Instructions to reproduce

安装钉钉,打开,黑屏闪退

What version of LiveContainer and iOS are you using?

3.6.1,ios26.2

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

No response

Other info

No response

Originally created by @zhjabc on GitHub (Dec 27, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1055 ### Describe the bug 打开app,黑屏闪退,日志:*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[14] Call stack: ( 0 CoreFoundation 0x000000018556e970 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 809328 1 libobjc.A.dylib 0x000000018245d814 objc_exception_throw + 88 2 CoreFoundation 0x0000000185586b54 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 908116 3 CoreFoundation 0x00000001855eeb24 0BE54DBE-1ADC-3588-BFFA-E7C99E8D8208 + 1334052 4 DingTalk 0x0000000118dc804c wk_mark_conversation_tips_read + 4099216 5 libdispatch.dylib 0x00000001bdfe97fc 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 112636 6 libdispatch.dylib 0x00000001bdfd29e0 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 18912 7 DingTalk 0x0000000118dc7ddc wk_mark_conversation_tips_read + 4098592 8 DingTalk 0x00000001193b5d84 DTFloatWindowEquals + 1124840 9 DingTalk 0x0000000116c1cd28 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 2536 10 DingTalk 0x0000000116c1c918 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 1496 11 DingTalk 0x000000011afaf8cc aliha_tr_begin + 17228 12 DingTalk 0x000000011afaf414 aliha_tr_begin + 16020 13 DingTalk 0x0000000116c256d0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 37776 14 DingTalk 0x000000011afbedc8 aliha_tr_begin + 79944 15 libdispatch.dylib 0x00000001bdfe97fc 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 112636 16 libdispatch.dylib 0x00000001bdfd29e0 11C047C4-33B3-39A3-AE43-BF617CFC7D2C + 18912 17 DingTalk 0x0000000116c256d0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 37776 18 DingTalk 0x000000011af98b1c addSuffixWhenSandboxDirectoryChange + 40300 19 DingTalk 0x000000011af989f0 addSuffixWhenSandboxDirectoryChange + 40000 20 DingTalk 0x000000011af98814 addSuffixWhenSandboxDirectoryChange + 39524 21 DingTalk 0x0000000116c27aa0 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 46944 22 DingTalk 0x0000000116c28780 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 50240 23 DingTalk 0x0000000116c285e4 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 49828 24 DingTalk 0x0000000116c2790c _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 46540 25 DingTalk 0x0000000116c21bb4 _Z22AES_CBC_decrypt_bufferP7AES_ctxPhm + 22644 26 DingTalk 0x000000011aece4c0 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 272292 27 DingTalk 0x0000000116d00378 tx_dtx_handler + 648704 28 DingTalk 0x000000011aece3cc _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 272048 29 DingTalk 0x000000011aece2b4 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 271768 30 DingTalk 0x000000011aecd154 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 267320 31 DingTalk 0x000000011aecd568 _Z20dtFTSRankFuncContactPK15FtsRowMatchInfo + 268364 32 UIKitCore 0x000000018c21f3d4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21095380 33 UIKitCore 0x000000018c220978 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21100920 34 UIKitCore 0x000000018c22499c 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 21117340 35 UIKitCore 0x000000018b82dea4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 10669732 36 UIKitCore 0x000000018aea0874 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 653428 37 UIKitCore 0x000000018ae9edd4 6519DAFB-3D75-3374-9276-10E7CE4F4DC5 + 646612 38 UIKitCore 0x000000018ae47e54 UIApplicationMain + 336 39 DingTalk 0x00000001158d7474 MNNNV21ToBGRAUnit + 82356 40 LiveContainerShared 0x0000000102224e10 LiveContainerMain + 7628 41 dyld 0x00000001824b2e28 A4040D49-9446-38E5-842B-EB8F9C971C22 + 20008 ) ### Instructions to reproduce 安装钉钉,打开,黑屏闪退 ### What version of LiveContainer and iOS are you using? 3.6.1,ios26.2 ### Verify steps - [x] I downloaded LiveContainer from releases / actions section or LiveContainer's AltStore source. - [x] I have the latest LiveContainer. - [x] I installed LiveContainer through AltStore/SideStore/TrollStore or I'm confident that I signed LiveContainer correctly with all required entitlements. ### Crash Log _No response_ ### Other info _No response_
kerem 2026-03-03 15:37:24 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Jan 2, 2026):

启用从Dyld Api隐藏LiveContainer

<!-- gh-comment-id:3704858623 --> @hugeBlack commented on GitHub (Jan 2, 2026): 启用从Dyld Api隐藏LiveContainer
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#933
No description provided.