[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSRangeException for Inspector
From: |
Enrico Sersale |
Subject: |
Re: NSRangeException for Inspector |
Date: |
Thu, 02 Nov 2006 02:52:10 +0200 |
User-agent: |
GNUMail (Version 1.2.0) |
On 2006-11-01 22:45:19 +0200 Robert C. Mosher II <mosherr2@msu.edu> wrote:
Hello,
When I open the Inspector in GWorkspace I get the following error:
Critical Error in GWorkspace
NSRangeException: Index -1 is out of range 4 (in 'objectAtIndex:')
I edited
'/usr/GNUstep/System/Library/Frameworks/Inspector.framework/Resources/English.lproj/InspectorWin.gorm/'
with Gorm, and changed the "Default Item" value from -1 to 0 for
NSPopUpButton as suggested by an e-mail in the archive, but it made no
difference.
This problem had not been occurring previously. The only things I can think
of that I did recently is to add some Application Wrappers. The GWorkspace
version I'm using is 0.8.2 on Gentoo. Any help on fixing this would be
greatly appreciated.
Thanks,
Rob Mosher
Use GWorkspace 0.8.3.
But you can also, after changing -1 with 0 in InspectorWin.gorm, quit GWorkspace and edit
your .GNUstepDefaults removing the "last_inspector" entry. This should work...