-
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: lua52
at (wrapper managed-to-native) KeraLua.NativeMethods:LuaLNewState ()
at KeraLua.Lua.LuaLNewState () [0x00000] in :0
at NLua…
-
http://schumix.eu/screen/2013-05-23-19%3A37%3A35.png
The error was caused by the using of the USE_KOPILUA switch. If it possible, the code should be changed so the KopiLua could work.
megax updated
11 years ago
-
![Screenshot](http://i.imgur.com/W4ofRIi.png)
I'm using the last LuaBinaries build of 5.1.4.
EDIT: I took the liberty of installing Mono (or rather Xamarin Studio) and attempting to compile there, j…
ghost updated
11 years ago
-
Unimportant Git output trimmed.
```
chris@linux-workstation:~/src$ git clone git://github.com/NLua/NLua.git
Cloning into NLua...
chris@linux-workstation:~/src$ cd NLua/
chris@linux-workstation:~/src/…
-
https://github.com/NLua/NLua/blob/master/Core/NLua/LuaBase.cs#L59
If `Dispose()` is called on a managed Lua reference, it will be properly freed. However, if a managed Lua object is collected withou…
-
The top-level build system cannot switch NLua to use KopiLua since there is no configuration in the NLua project that sets the appropriate compile-time define.
Similarly, KopiLua cannot be built for …
-
Bármilyen CPU-nak kezelnie kell a programot így fordításnál úgy kell beállítani és minden más beállítást törölni kell. Emellett az NLua projektet is hozzá kell adni a LuaInterface helyett. Így a lua r…
megax updated
11 years ago
-
After cloning and fetching submodules:
```
chris@zack:~/src/KeraLua$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen…
-
I made some diffs between some Lua versions. The KopiLua's version is 5.1.5 but doesnt contain those commits. In the following link you can see also see the changes and that it doesnt in the KopiLua. …
megax updated
11 years ago
-
Those two functions vastly need to be refactored; _nlua_pdvcall is currently a half-ass implementation of _nlua_hook that, importantly, doesn't support writing back to HOOK_T_WR*. They both start wit…
jwise updated
13 years ago