Re: Odd problem

2011-07-28 Thread Germán Arias
On mié, 2011-07-27 at 09:35 +0200, Fred Kiefer wrote: Most likely your problem is that the delegate has already been deallocated when this method get called. A simple way to test this is to retain the delegate in the setDelegate: method. Of course this will leak an object and should only

Re: Odd problem

2011-07-28 Thread Fred Kiefer
On 28.07.2011 08:08, Germán Arias wrote: On mié, 2011-07-27 at 09:35 +0200, Fred Kiefer wrote: When you are sure about it, things get complicated :-( You will have to find out where the delegate get set and what should keep him alive outside of the CWService and of course, why this mechanism

question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread Sebastian Reitenbach
Hi, I'm again sitting and trying to get OpenGroupware compatible with gnustep-base, I already made some progress in the last days. When I try to enter a project there, then ogo throws an exception. See below for the last frames of the backtrace. the exception happens

Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread David Chisnall
On 28 Jul 2011, at 15:06, Sebastian Reitenbach wrote: the exception happens here:NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:] This exception is unconditionally. I first tried to WANT_DEPRECATED_KVC_COMPAT, and recompiled, but that did not helped. Then I

Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread Sebastian Reitenbach
Hi, On Thursday, July 28, 2011 16:25 CEST, David Chisnall thera...@sucs.org wrote: On 28 Jul 2011, at 15:06, Sebastian Reitenbach wrote: the exception happens here:NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:] This exception is unconditionally. I