hivewallet / hive-mac

Hive Bitcoin wallet for the Mac (UNMAINTAINED)
https://mac.hivewallet.com
GNU General Public License v2.0
286 stars 55 forks source link

[NSViewController loadView] could not load the "HIWizardPasswordViewController" nib #410

Closed mackuba closed 10 years ago

mackuba commented 10 years ago
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[NSViewController loadView] could not load the "HIWizardPasswordViewController" nib.'

Last Exception Backtrace:
0   CoreFoundation                       0x00007fff8e8f0244 __exceptionPreprocess + 148
1   libobjc.A.dylib                      0x00007fff8ca9ce75 objc_exception_throw + 43
2   CoreFoundation                       0x00007fff8e8f010c +[NSException raise:format:] + 204
3   AppKit                               0x00007fff98d1b317 -[NSViewController loadView] + 361
4   AppKit                               0x00007fff98c49738 -[NSViewController view] + 41
5   Hive                                 0x0000000104092dc8 -[HIWizardWindowController showNextPage] (HIWizardWindowController.m:47)
6   Hive                                 0x00000001040509df -[HIWizardViewController nextButtonPressed:] (HIWizardViewController.m:13)

Any idea how this could have happened @nschum?...

nschum commented 10 years ago

Could always be a bug in the runtime, but I bet that the NIB file was just missing. Maybe a failed unzip or file corruption?

Did we gat this more than once?

mackuba commented 10 years ago

Just once, I think.

Shouldn't the signature fail if the .app isn't fully unpacked? Or do I not understand correctly how code signing works?

nschum commented 10 years ago

It should. Maybe files were replaced while the app was running.

mackuba commented 10 years ago

Ok, closing this then...

nschum commented 10 years ago

Maybe a duplicate of #366, though.