lua-users home
lua-l archive

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


Is your container program a Windows GUI app?  Perhaps its stdout is invalid.
If that's the case, you can either ensure that stdout is valid, or else
override print with an alternate implementation that doesn't use stdout.