-
Running the test below on NLua 1.6.0 it throws an ArrayOutOfBoundsException
Looking at the output, the second entry is printed, but not the first:
```using NLua;
public class Program
{
pu…
-
Hello!
On Android devices, Lua can't start.
06-16 14:08:52.176: E/Unity(28731): Unable to find lua52
06-16 14:08:52.237: I/Unity(28731): DllNotFoundException: lua52
06-16 14:08:52.237: I/Unity…
-
- [ ] Check for and handle `ship->commodities[i].istemp` in `player_saveShip()`; be able to load it back via `player_parseShip()`. cf. `mission.c` and `nxml_lua.c`.
- [ ] This isn't very useful until…
-
I updated to the latest lua script and got this issue:
NLua.Exceptions.LuaScriptException: .\bizhawk-co-op\sync.lua:104: attempt to index upvalue 'ram_controller' (a nil value)
and
Error dur…
-
Hello!
I'd like to make a extension function in primitive type such as `string`, `byte[]`, `byte` and so one.
I tested with this code but seems not suported in NLua.
Is there any a way to av…
-
(~~going to flesh this out more later~~ the can has been kicked down the road now that Lua works under Mono)
(see existing discussion in https://github.com/TASVideos/BizHawk/issues/971#issuecomment…
-
- ~~#3360~~ initial request denied
- `Input_Display.lua` crashes with NullHawk on NLua+KopiLua and new KeraLua engine. Something about arithmetic on non-numbers.
I recall some other scripts no lon…
-
Discord: shitpost_sunkern#0
Bug: PMDO.exe won't run if inside a folder containing non-ASCII characters
-
I have the mono build stuff installed per https://www.mono-project.com/download/stable/#download-lin-ubuntu, so NUnit should be available.
However, when I run the build I get the following errors.
…
-
Here for reproduction.
Lets say we have a console application with basic implementation of NLua:
```csharp
_lua = new Lua();
_lua.LoadCLRPackage();
_lua.DoString($"import('{Assembly.GetExecut…