playsrg-apple icon indicating copy to clipboard operation
playsrg-apple copied to clipboard

Crash when running on visionOS 1.0 when opening Audios tab (Designed for iPad)

Open pyby opened this issue 1 year ago • 0 comments

Issue type

Crash

Description of the problem

When running the iOS build in VisionOS 1.0 simulator, switching to the Audios tab, the application crashes.

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_TtC5UIKitP33_C7BD316A2683F3DE6CEA1F863DF85ABA35_UIHoverStyleRemoteHoverInteraction invalidate]: unrecognized selector sent to instance 0x600001db6580'
*** First throw call stack:
(
	0   CoreFoundation                      0x000000010f69910c __exceptionPreprocess + 172
	1   libobjc.A.dylib                     0x0000000106e1af50 objc_exception_throw + 56
	2   CoreFoundation                      0x000000010f6adeb0 +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0
	3   Play RSI                            0x000000010325b370 -[MDCItemBar invalidateItemCellPointerInteractions] + 508
	4   Play RSI                            0x000000010325b89c __53-[MDCItemBar didSelectItemAtIndex:animateTransition:]_block_invoke.79 + 36
	5   Play RSI                            0x000000010325b7d8 -[MDCItemBar didSelectItemAtIndex:animateTransition:] + 472
	6   Play RSI                            0x000000010325af44 -[MDCItemBar selectItemAtIndex:animated:] + 708
	7   Play RSI                            0x000000010325908c -[MDCItemBar layoutSubviews] + 352
	8   UIKitCore                           0x000000013e767c24 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1496
	9   QuartzCore                          0x00000001115a8f00 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 440
	10  QuartzCore                          0x00000001115b4ad0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 124
	11  QuartzCore                          0x00000001114cc498 _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 460
	12  QuartzCore                          0x00000001114fc0b0 _ZN2CA11Transaction6commitEv + 652
	13  UIKitCore                           0x000000013e25a13c __34-[UIApplication _firstCommitBlock]_block_invoke_2 + 32
	14  CoreFoundation                      0x000000010f5f99b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
	15  CoreFoundation                      0x000000010f5f90f8 __CFRunLoopDoBlocks + 352
	16  CoreFoundation                      0x000000010f5f39cc __CFRunLoopRun + 788
	17  CoreFoundation                      0x000000010f5f32b4 CFRunLoopRunSpecific + 572
	18  GraphicsServices                    0x0000000115bd2c20 GSEventRunModal + 160
	19  UIKitCore                           0x000000013e241b80 -[UIApplication _run] + 868
	20  UIKitCore                           0x000000013e24582c UIApplicationMain + 124
	21  Play RSI                            0x0000000102397e10 main + 96
	22  dyld                                0x0000000104b8d544 start_sim + 20
	23  ???                                 0x0000000104c720e0 0x0 + 4375126240
	24  ???                                 0x2b47800000000000 0x0 + 3118602004465713152
)
libc++abi: terminating due to uncaught exception of type NSException

Environment information

  • Application version: 1.8.1 (prod)
  • iOS / tvOS version: visionOS 1.0
  • Device: Vision Pro

Reproducibility

Always reproducible

Steps to reproduce

  1. Open the Audios tab.

pyby avatar Jan 25 '24 15:01 pyby