On 17 Oct 2013, at 01:00, Riccardo Mottola <[email protected]> wrote:

> 2013-10-17 01:58:35.501 TalkSoup[3360] Could not load 'GNUstepOutput' from 
> '()'
> 
> 
> The relevant code looks like in TalkSoup.m line 95:
> 
>    bundle = [NSBundle bundleWithPath: dir];
>    if (!bundle)
>    {
>        NSLog(@"Could not load '%@' from '%@'", name, dir);
>        return nil;
>    }

So, from the log it seems you are either passing a path which is the rather 
strange string '()', or perhaps is not even a string (could be an empty set or 
array).

Are you actually getting that path from -pathForResource:ofType:  or is it 
coming from somewhere else?
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to