bryceco / nethack-cocoa

OS X tile port of NetHack-3.6 using the native Cocoa framework
11 stars 4 forks source link

crash on startup with 10.5 #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The new version 0.3 crashes on 10.5 with this backtrace:

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '*** -[MainWindowController awakeFromNib]: unrecognized 
selector sent to instance 0x263ab0'

Thread 0 Crashed:
0   com.apple.CoreFoundation        0x91428e94 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1   libobjc.A.dylib                 0x9151fe3b objc_exception_throw + 40
2   com.apple.CoreFoundation        0x914301ea -[NSObject 
doesNotRecognizeSelector:] + 186
3   com.apple.CoreFoundation        0x9142e84a ___forwarding___ + 986
4   com.apple.CoreFoundation        0x9142e8b2 _CF_forwarding_prep_0 + 50
5   net.hack.cocoa.NetHackCocoa     0x00132553 -[MainWindowController 
awakeFromNib] + 41
6   com.apple.CoreFoundation        0x914377f5 -[NSSet 
makeObjectsPerformSelector:] + 181
7   com.apple.AppKit                0x94c1fd8e -[NSIBObjectData 
nibInstantiateWithOwner:topLevelObjects:] + 1533
8   com.apple.AppKit                0x94c15fba loadNib + 264
9   com.apple.AppKit                0x94c1591c +[NSBundle(NSNibLoading) 
_loadNibFile:nameTable:withZone:ownerBundle:] + 946
10  com.apple.AppKit                0x94c1555f +[NSBundle(NSNibLoading) 
loadNibFile:externalNameTable:withZone:] + 171
11  com.apple.AppKit                0x94c1549d +[NSBundle(NSNibLoading) 
loadNibNamed:owner:] + 391
12  com.apple.AppKit                0x94c1514c NSApplicationMain + 434
13  net.hack.cocoa.NetHackCocoa     0x0000240a start + 54

Original issue reported on code.google.com by dingir.b...@gmail.com on 23 Mar 2010 at 5:38

GoogleCodeExporter commented 8 years ago
Fixed in r94.

Original comment by bryc...@gmail.com on 24 Mar 2010 at 6:42