Wouter01 / MediaMate-Releases

82 stars 0 forks source link

App won't launch #62

Closed Asylniet closed 3 months ago

Asylniet commented 3 months ago

Yesterday I downloaded the app and tested it in demo mode for 5 minutes. Then quit the app. Now I can't even open it. I try to launch it from applications folder and nothing happens. I reinstalled the app, also nothing happens.

Asylniet commented 3 months ago

Tried opening it from terminal:

cd ./Applications/MediaMate.app/Contents/MacOs/
./MediaMate

It gave me this:

2024-06-15 10:38:57.208 MediaMate[3365:63085] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'MainMenu' in bundle NSBundle </Applications/MediaMate.app> (loaded)'
*** First throw call stack:
(
    0   CoreFoundation                      0x000000018e7b7154 __exceptionPreprocess + 176
    1   libobjc.A.dylib                     0x000000018e2d64d4 objc_exception_throw + 60
    2   AppKit                              0x0000000192091984 -[NSStoryboard initWithName:bundle:] + 484
    3   AppKit                              0x0000000192091b9c __30+[NSStoryboard mainStoryboard]_block_invoke + 116
    4   libdispatch.dylib                   0x000000018e4b0400 _dispatch_client_callout + 20
    5   libdispatch.dylib                   0x000000018e4b1c40 _dispatch_once_callout + 32
    6   AppKit                              0x0000000192091b24 +[NSStoryboard mainStoryboard] + 64
    7   AppKit                              0x000000019192e204 NSApplicationMain + 424
    8   SwiftUI                             0x00000001b6a535ec OUTLINED_FUNCTION_8 + 8272
    9   SwiftUI                             0x00000001b7bb855c OUTLINED_FUNCTION_14 + 188
    10  SwiftUI                             0x00000001b7435e8c OUTLINED_FUNCTION_1 + 136
    11  MediaMate                           0x0000000102a1470c MediaMate + 427788
    12  dyld                                0x000000018e307f28 start + 2236
)
libc++abi: terminating due to uncaught exception of type NSException
zsh: abort      ./MediaMate
Wouter01 commented 3 months ago

Hi, my apologies for the issue. The latest update caused an issue which will crash the app. I have reverted the update and will look into it. You can redownload the older version at https://wouter01.github.io/MediaMate/

Wouter01 commented 3 months ago

Hi,

Could you check if this version does work properly? MediaMate.zip (The crashing version of the app ran fine on two tested macs, making this harder to test)

Wouter01 commented 3 months ago

The latest version of the app fixes the crash. Thank you for notifying me about the issue!