hyvart / Unjammit

Multi-platform JCF player.
Other
5 stars 4 forks source link

Crashes on macOS 10.9 #25

Closed JunielKatarn closed 4 years ago

JunielKatarn commented 4 years ago

Updates

Steps to reproduce

  1. Download Unjammit from the Mac App Store.
  2. Open Unjammit.

Symptoms

Workaround

None

JunielKatarn commented 4 years ago

Confirmed in macOS 10.10.

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSToolbar setCenteredItemIdentifier:]: unrecognized selector sent to instance 0x6080000eb180'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff930b803c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff9696d76e objc_exception_throw + 43
2   CoreFoundation                      0x00007fff930bb0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3   CoreFoundation                      0x00007fff93000e24 ___forwarding___ + 1028
4   CoreFoundation                      0x00007fff93000998 _CF_forwarding_prep_0 + 120
5   ???                                 0x00000001077a6b99 0x0 + 4420430745

Thread 0 Crashed:: tid_130f  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff941af286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff8fa12bf3 __abort + 145
2   libsystem_c.dylib               0x00007fff8fa12b62 abort + 144
3   libc++abi.dylib                 0x00007fff93bd7a21 abort_message + 257
4   libc++abi.dylib                 0x00007fff93bff9d1 default_terminate_handler() + 267
5   libobjc.A.dylib                 0x00007fff969717d6 _objc_terminate() + 103
6   libc++abi.dylib                 0x00007fff93bfd0a1 std::__terminate(void (*)()) + 8
7   libc++abi.dylib                 0x00007fff93bfcb30 __cxa_throw + 121
8   libobjc.A.dylib                 0x00007fff9696d898 objc_exception_throw + 341
9   com.apple.CoreFoundation        0x00007fff930bb0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
10  com.apple.CoreFoundation        0x00007fff93000e24 ___forwarding___ + 1028
11  com.apple.CoreFoundation        0x00007fff93000998 _CF_forwarding_prep_0 + 120
12  ???                             0x00000001077a6b99 0 + 4420430745

[Update] Confirmed in macOS 10.12.

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSToolbar setCenteredItemIdentifier:]: unrecognized selector sent to instance 0x6000000fcc80'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff75b257eb __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fff8a96648d objc_exception_throw + 48
2   CoreFoundation                      0x00007fff75ba7464 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3   CoreFoundation                      0x00007fff75a96e65 ___forwarding___ + 1061
4   CoreFoundation                      0x00007fff75a969b8 _CF_forwarding_prep_0 + 120
5   ???                                 0x0000000110749b99 0x0 + 4571044761
JunielKatarn commented 4 years ago

Confirmed in macOS 10.13. Same error as macOS 10.10.

JunielKatarn commented 4 years ago

App starts and runs successfully at least since alpha build 2020.0506.0409.20 on macOS 10.13 and 10.12.

macOS 10.11 crashes on song loading:

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Xamarin_Forms_Platform_macOS_Controls_FormsNSSlider setVertical:]: unrecognized selector sent to instance 0x7fdafcb21460'
terminating with uncaught exception of type NSException
abort() called

macOS 10.10 crashes on startup:

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTextField centerXAnchor]: unrecognized selector sent to instance 0x608000181d40'
terminating with uncaught exception of type NSException
abort() called

macOS 10.9 crashes on startup (see https://github.com/xamarin/Xamarin.Forms/issues/10647):

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSWindow contentViewController]: unrecognized selector sent to instance 0x7f90004d8a20'
terminating with uncaught exception of type NSException
abort() called
JunielKatarn commented 4 years ago

Xamarin.Forms will only support macOS 10.13 and later (see https://github.com/xamarin/Xamarin.Forms/issues/10647).

A pity.