[Gambas-devel] New preversion of gambas-0.73

daniel danielcampos at ...47...
Tue Dec 2 21:36:59 CET 2003


El mar, 02-12-2003 a las 18:57, Benoit Minisini escribió:
> On Monday 01 December 2003 23:11, daniel wrote:
> > Another bug, today I'm the Gambas nightmare :)
> >
> > I've erased $HOME/.gambas directory, and then ,when I try to start
> > Gambas, and then "Open project...", file selector, places me on
> > root "/" directory (OK), I enter into "/home" (OK), and when I try to
> > enter in "/home/daniel" the program fails:
> >
> > FSupSelector.Fill_Explorer.210: #32: Bad string conversion
> >
> >
> > regards,
> >
> > Daniel Campos
> >
> 
> Could you open the IDE project, debug it, and tell me what file name is passed 
> to Stat() at Fill_Explorer.210 when it fails ?
> 
> Thanks in advance,

it was hard to debug it as I could not open Gambas IDE, but finally I
created a new folder "/home/danfake", and finally I could access to that
folder, so I supposed the problem was only in my own folder. Then I
added :

PRINT (sPath &/ sDir)

Just before :

Stat(sPath &/ sDir)

And that's the final part of the trace:
....
/home/daniel/kde_apps
/home/daniel/wine-20030911-mdk9.1.i586.rpm
/home/daniel/hppsmtools-1.1
/home/daniel/.gtkrc-1.2-gnome2
/home/daniel/libfam0-2.6.10-1mdk.i586.rpm
/home/daniel/kbasic
/home/daniel/instantánea1.jpg
FSupSelector.?.0: #32: Bad string conversion


so it seems the problem is due to file "instantánea1.jpg", in which
you can see there's a spanish character "á", may be string conversion
fails in that point.

Regards,

Daniel Campos
 







More information about the Devel mailing list