[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua crash in file "lbaselib.c" on the "luaB_print" [print] method!!
- From: "Bruce Dodson" <bruce_dodson@...>
- Date: Sun, 11 Apr 2004 11:55:56 -0300
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.