[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system-information bug on non-64bit machines
[Thread Prev] | [Thread Next]
- Subject: system-information bug on non-64bit machines
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 15 Jul 2024 11:12:34 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
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
| Re: system-information bug on non-64bit machines | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |