Re: [Gambas-user] integer / string file IO issue

2009-06-08 Thread Beren Scott
On Mon, 2009-06-08 at 07:19 +0200, Benoît Minisini wrote: > > On Sun, 2009-06-07 at 12:19 +0200, Benoît Minisini wrote: > > > > > So, it's a 64bit issue, is there a fix for this yet? > > > > > > > > I'm not sure, but I guess so. I was working on the networking > > > > component, so I was busy. Now

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Benoît Minisini
> On Sun, 2009-06-07 at 12:19 +0200, Benoît Minisini wrote: > > > > So, it's a 64bit issue, is there a fix for this yet? > > > > > > I'm not sure, but I guess so. I was working on the networking > > > component, so I was busy. Now I'm free to look at that bug! > > > > > > Regards, > > > > OK, the b

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Beren Scott
On Sun, 2009-06-07 at 12:19 +0200, Benoît Minisini wrote: > > > So, it's a 64bit issue, is there a fix for this yet? > > > > I'm not sure, but I guess so. I was working on the networking component, so > > I was busy. Now I'm free to look at that bug! > > > > Regards, > > OK, the bug is fixed in re

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Benoît Minisini
> > > So, it's a 64bit issue, is there a fix for this yet? > > > > I'm not sure, but I guess so. I was working on the networking component, > > so I was busy. Now I'm free to look at that bug! > > > > Regards, > > OK, the bug is fixed in revision #2005! > > This was not a 64 bits bug, but two unini

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Benoît Minisini
> > So, it's a 64bit issue, is there a fix for this yet? > > I'm not sure, but I guess so. I was working on the networking component, so > I was busy. Now I'm free to look at that bug! > > Regards, OK, the bug is fixed in revision #2005! This was not a 64 bits bug, but two uninitialized flags tha

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Benoît Minisini
> So, it's a 64bit issue, is there a fix for this yet? > I'm not sure, but I guess so. I was working on the networking component, so I was busy. Now I'm free to look at that bug! Regards, -- Benoît -- OpenSolaris 2009

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Beren Scott
So, it's a 64bit issue, is there a fix for this yet? On Sun, 2009-06-07 at 00:24 +0300, Jussi Lahtinen wrote: > Confirmed problem at Ubuntu 9.04 64bit with Gambas 2.10. > About 50% of runs halt with described error message. > > > Jussi > > > > 2009/6/6 Benoît Minisini : > >> > >> The OS is de

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Jussi Lahtinen
...And problem do NOT occur on same system with Gambas3 revision 1995. Tried to run 30 times without no problems. Output to console was exactly same with successful run with Gambas2 and with any run with Gambas3. Jussi On Sun, Jun 7, 2009 at 00:24, Jussi Lahtinen wrote: > Confirmed problem at U

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Jussi Lahtinen
Confirmed problem at Ubuntu 9.04 64bit with Gambas 2.10. About 50% of runs halt with described error message. Jussi 2009/6/6 Benoît Minisini : >> >> The OS is debian lenny, cpu is amd64. >> > > Uh uh. Maybe it is a 64-bits bug? > > -- > Benoît > > --

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Benoît Minisini
> > The OS is debian lenny, cpu is amd64. > Uh uh. Maybe it is a 64-bits bug? -- Benoît -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that in

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Beren Scott
On Sat, 2009-06-06 at 14:11 +0200, Benoît Minisini wrote: > > On Fri, 2009-06-05 at 20:01 +0200, Benoît Minisini wrote: > > > > This one has been making me pull hair out :P > > > > > > > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > > > > I am sending the project source. > > > >

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Benoît Minisini
> On Fri, 2009-06-05 at 20:01 +0200, Benoît Minisini wrote: > > > This one has been making me pull hair out :P > > > > > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > > > I am sending the project source. > > > > > > > > Can you send the exact *.dat file too? > > > > Well, everyt

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
On Fri, 2009-06-05 at 20:01 +0200, Benoît Minisini wrote: > > This one has been making me pull hair out :P > > > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > > I am sending the project source. > > > > > > Can you send the exact *.dat file too? > > Well, everything works correc

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> This one has been making me pull hair out :P > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > I am sending the project source. > > > > Can you send the exact *.dat file too? Well, everything works correctly and as expected on my machine, both with Gambas 2 and the development

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
To fix this issue I have changed all file reading varibles to strings, and will convert them afterwards, but it makes very little sense why it is having trouble reading integers, some work, some don't, very intermittent, take for example, for me, the df.dat words, the vf.dat sometimes works, and th

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
This one has been making me pull hair out :P On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > I am sending the project source. > > > > Can you send the exact *.dat file too? > en37.tribalwars.net 152 659 8 30 35 41 47 55 64 74 86 100 117 136 158 184 214 249 289 337 391 455 530 616 7

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> I am sending the project source. > Can you send the exact *.dat file too? -- Benoît -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that incl

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
I am sending the project source. On Fri, 2009-06-05 at 09:40 +0200, Benoît Minisini wrote: > > Dear users, > > > > I am having a strange issue in relation to gambas. > > > > First I have: > > > > DIM farmid AS NEW Integer[10] > > DIM farmx AS NEW Integer[10] > > DIM farmy AS NEW Inte

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> Dear users, > > I am having a strange issue in relation to gambas. > > First I have: > > DIM farmid AS NEW Integer[10] > DIM farmx AS NEW Integer[10] > DIM farmy AS NEW Integer[10] > DIM farmwo AS NEW Integer[10] > DIM farmcl AS NEW Integer[10] > DIM farmir AS NEW

[Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
Dear users, I am having a strange issue in relation to gambas. First I have: DIM farmid AS NEW Integer[10] DIM farmx AS NEW Integer[10] DIM farmy AS NEW Integer[10] DIM farmwo AS NEW Integer[10] DIM farmcl AS NEW Integer[10] DIM farmir AS NEW Integer[10] DIM