Lost information converting decoded value to in32_t

2020-05-25 Thread RIccardo Mottola
Hi! I noticed that on a totally fresh installation on intel 32bit, I get many warnings of the type "Lost information converting decoded value to in32_t" when starting GWorkspace. Putting a breakpoint, I noticed that this issue is not coming from "my" code but directly from NSUnarchiver of t

Re: Lost information converting decoded value to in32_t

2020-05-25 Thread Fred Kiefer
> Am 25.05.2020 um 09:28 schrieb RIccardo Mottola : > > I noticed that on a totally fresh installation on intel 32bit, I get many > warnings of the type "Lost information converting decoded value to in32_t" > when starting GWorkspace. > > Putting a breakpoint, I noticed that this issue is not

Re: Lost information converting decoded value to in32_t

2020-05-25 Thread Riccardo Mottola
Hi, On 25/05/2020 09:50, Fred Kiefer wrote: The first "halt" I get is when loading Attributes.gorm of GWorkspace's Inspector Looks like your archive has a value that gets encodes as an NSInteger and this is 32 bit on your current machine but the original encoded value was actually 64 bit and

Re: Lost information converting decoded value to in32_t

2020-05-25 Thread Riccardo Mottola
Hi, after hacking an evening with this with Fred, I have an update. I hope Richard, Wolfgang, David... can chime in. I opened a PR with a proposed solution which "works" On 2020-05-25 07:50:26 + Fred Kiefer wrote: Looks like your archive has a value that gets encodes as an NSInteger a