-
Hi,
I'm trying to get NLua to work from a Lua environment that's embedded inside another app (64-bit Windows), but I can't get it happening.
I can build the NLua DLLs, but if I try to "require()" the…
-
As of yesterday all older versions (
-
When executing sample code presended below memory leak occures (list and enumerator objects are not collected from Lua environment)
http://i.imgur.com/JbvVkXZ.png
``` c#
using System;
using System.C…
-
The readme suggests theres a luanet module you can use
(https://github.com/NLua/NLua#whats-new-in-luainterface-121)
But I cant find anything about this in this repository. Has this feature been remo…
-
Hi NLua,
I spent some time working on how to create Generic style obects in Lua. I noticed in LuaTest.cs it was claimed it couldn't be done, and was don't think the statement (as I read it) is corre…
-
I have one integration between C# and Lua when C# call Lua script but when I run the application returns the error "module not found";
I tried set fullpath in one library iuplua53 but don't recogni…
-
Windows 7, BizHawk 2.1, NLua+KopiLua backend. Seen with PSX core.
Using `input.get()` to turn features on and off in a Lua script will eventually stop working after a random(?) amount of time. Mean…
-
run ConsoleTest,I get an error!
xgene updated
5 years ago
-
Since the update to NLua 1.4 my special chars are not returned properly from the script anymore.
To be more specific it is this char: µ
I did the following tests, but they all return ?? instead of…
-
I am using NLua in my application and it runs great except after a while I get the error: "unprotected error in call to Lua API (0)". I get the error in Visual Studio 2015 at invoking an eventhandler …