[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GWorkspace segfault
From: |
Dennis Leeuw |
Subject: |
Re: GWorkspace segfault |
Date: |
Mon, 01 Apr 2002 14:05:51 +0200 |
Enrico Sersale wrote:
> On Mon, 1 Apr 2002, Dennis Leeuw wrote:
>
> > Hi all,
> >
> > With the new gnustep-back GWorkspace segfaults with:
> >
> > Apr 01 10:59:35 GWorkspace[4053] Invalid selector DPSsetwindowlevel::
> > (no type information)
> > Apr 01 10:59:35 GWorkspace[4053] GSFFCallInvocation.m:771 Assertion
> > failed in GSInvocationCallback. No signature for selector
> > DPSsetwindowlevel::
> > Segmentation fault
> >
> > This GWorkspace 0.3.2.
> >
> > Dennis Leeuw
>
> Edit Desktop/DesktopWindow.m and change:
>
> - (void)activate
> {
> #ifdef GNUSTEP
> NSGraphicsContext *context = [NSGraphicsContext currentContext];
> [context DPSsetwindowlevel: NSDesktopWindowLevel : [self windowNumber]];
> [self orderFront: nil];
> #endif
> }
>
> in:
>
> - (void)activate
> {
> #ifdef GNUSTEP
> [self setLevel: NSDesktopWindowLevel];
> [self orderFront: nil];
> #endif
> }
It get's better, but it still crashes. Now with the following error:
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 750. In [NSClipView
-setFrame:] given negative width
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 755. In [NSClipView
-setFrame:] given negative height
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 750. In [NSClipView
-setFrame:] given negative width
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 755. In [NSClipView
-setFrame:] given negative height
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 750. In [NSClipView
-setFrame:] given negative width
Apr 01 12:04:12 GWorkspace[5478] File NSView.m: 755. In [NSClipView
-setFrame:] given negative height
Apr 01 12:04:13 GWorkspace[5478] Problem during launch app notification:
subclass XGGState(instance) should override DPSsetmiterlimit:
Uncaught exception NSGenericException, reason: subclass XGGState(instance)
should override DPSsetmiterlimit:
Greetings,
Dennis Leeuw