discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gorm loading problems


From: Fred Kiefer
Subject: Re: Gorm loading problems
Date: Thu, 21 Feb 2013 09:03:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

On 19.02.2013 23:37, Riccardo Mottola wrote:
Hi,

we broke compatibility with gorm files created just a couple of weeks ago:

2013-02-20 23:17:07.593 GDFCompanion[14138] Exception occured while
loading model: expected unsigned int and got int
2013-02-20 23:17:07.593 GDFCompanion[14138] Failed to load Gorm
2013-02-20 23:17:07.627 GDFCompanion[14138] Exception occured while
loading model: expected unsigned int and got int
2013-02-20 23:17:07.627 GDFCompanion[14138] Failed to load Gorm
2013-02-20 23:17:07.657 GDFCompanion[14138] Exception occured while
loading model: expected unsigned int and got int
2013-02-20 23:17:07.657 GDFCompanion[14138] Failed to load Gorm
2013-02-20 23:17:07.659 GDFCompanion[14138] Cannot load the main model
file 'GDFCompanion.gorm'

This is on 32bit and the Application loaded just 3-4 days ago.
I was in the understandign that for 32bit most/all changes would have
been neutral? Here we changed the signedess of something.

This app is not opensource, but I can debug it or send the gorm file to
somebody.

Run your application in a debugger and place a break point on [NSException raise] it will stop on the error and a few lines up the stack trace you will see the offending line in the initWithCoder: method. Most likely the type of an enumerator was changed and you need to replace that enumerator in the coding and decoding code with NSInteger.

I wrote about that being possible, maybe you missed that mail?

Fred

PS: Could you please switch you computer to the current date? I asked you before and this time I missed some of your mails because I have my mails sorted by date.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]