[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

system-information bug on non-64bit machines


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

Follow-Ups:
Re: system-information bug on non-64bit machinesBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>