lua-users home
lua-l archive

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


>"cannot read lua/freepops.lua: No error"

This error means that either the file could not be opened or that an
error occurred during read, as reported by ferror. Perhaps the file is
a directory and not a plain file? Perhaps this is a file residing on a
network file system that is not reliable?

>the file exists and it sometimes works...
>The problem happens under windows...

This "sometimes works" is fishy...
The "No error" is reported by strerror. It is typically the value
corresponding to errno=0.
--lhf