[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system-information bug on non-64bit machines
[Thread Prev] | [Thread Next]
- Subject: Re: system-information bug on non-64bit machines
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 15 Jul 2024 12:15:46 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On Mon, 15 Jul 2024 at 11:53, Benoît Minisini <
benoit.minisini@xxxxxxxxxxxxxxxx> wrote:
> Le 15/07/2024 à 12:12, Bruce Steers a écrit :
> > Someone on the German forum reported a bug trying to open the system
> > info page...
> >
> > FSystemInfo.GetInfo 192
> > File or directory does not exist!
> >
> > i find this line...
> > If Stat("/lib64", False).Type = gb.Directory Then
> aSearchPath.Add("/lib64")
> >
> > I guess he has a 32bit machine that has no /lib64 folder.
> > I advised him to workaround the bug with 'mkdir /lib64' and that worked,
> >
> > Respects
> > BruceS
> >
>
> It's fixed in the last commit.
>
> Regards,
>
> --
> Benoît Minisini.
>
Thank you Ben , i have let them know it's fixed :)
Respects
BruceS
| system-information bug on non-64bit machines | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: system-information bug on non-64bit machines | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |