This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Bota's profile picture

Computer don't want to start with luaj-jse-3.0

Started by Bota, 25 April 2015 - 11:45 AM
Bota #1
Posted 25 April 2015 - 01:45 PM
If I have:
ComputerCraft1.73 or ComputerCraft1.74pr20,
CustomNPCs_1.7.10d ,
luaj-jse-3.0 (I need this in minecraft/mods folder so I can make customNPC to do stuff with LUA script)


CC computers don't want to start:
If I right click on computer or PDA im geting this in the console:

[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoSuchMethodError: org.luaj.vm2.lib.jse.JsePlatform.debugGlobals()Lorg/luaj/vm2/LuaTable;
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at dan200.computercraft.core.lua.LuaJLuaMachine.<init>(LuaJLuaMachine.java:53)
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at dan200.computercraft.core.computer.Computer.initLua(Computer.java:583)
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at dan200.computercraft.core.computer.Computer.access$1100(Computer.java:27)
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at dan200.computercraft.core.computer.Computer$1.execute(Computer.java:698)
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at dan200.computercraft.core.computer.ComputerThread$1$1.run(ComputerThread.java:111)
[15:37:05] [Thread-24/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at java.lang.Thread.run(Unknown Source)

and the computer look like this:

http://imgur.com/ngcE92W
Kalbintion #2
Posted 02 May 2015 - 12:18 AM
Can confirm this issue, having the same one with same console output as shown above. Updated luaj to 3.0.1 as well and still receives this error. Downgraded it to 2.0.3 and the issue goes away and customnpcs still works with lua.