Closed rufuscoder closed 11 years ago
From hwa...@gmail.com on May 27, 2008 07:20:50 We really need better 10.4 coverage. This is hard to fix without being able to better debug it.
I wonder if this exception is due to trying to change an array stored in NSUserDefaults? The NSUserDefaults documentation says that you should never assume that anything in it is mutable (even if you stored a mutable object), but I'm suspicious as to whether we really follow that.
Either way, catching this in the debugger would be the best, if anyone with devtools on 10.4 is out there.
From markus.m...@gmail.com on June 03, 2008 20:50:29 Fixed in r415.
Original author: hwa...@gmail.com (May 26, 2008 09:03:51)
ShakesPeer's window won't open up, due to a exception being thrown (while loading the nibs, I think):
"ShakesPeer[324] Exception raised during posting of notification. Ignored. exception: *\ -[NSCFDictionary setObject:forKey:]: attempt to insert nil value]"
Original issue: http://code.google.com/p/shakespeer/issues/detail?id=27