rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 13 forks source link

Friends makes ShakesPeer not startup on 10.4 #59

Closed rufuscoder closed 11 years ago

rufuscoder commented 11 years ago

Original author: hwa...@gmail.com (May 26, 2008 09:03:51)

  1. Add a friend
  2. Restart ShakesPeer

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

rufuscoder commented 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.

rufuscoder commented 11 years ago

From markus.m...@gmail.com on June 03, 2008 20:50:29 Fixed in r415.