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

Installation Questions

Started by Santa_Matt, 16 June 2013 - 12:32 AM
Santa_Matt #1
Posted 16 June 2013 - 02:32 AM
It says I can't start a new thread so I'll kind of hijack this one. It is related to installation. I just moved up from Minecraft 1.4.7 to 1.5.1 I followed the instructions for installation of CC 1.5.2 and it works fine on my single player worlds but on my server none of the computers or turtles give me a prompt. I tried Crtl-T, no joy there. I have copied the zip file from my client to my server in case the server file was somehow corrupted, again no joy. Everything worked fine in 1.4.7 I was going to attach the Forge log but no attach ability. So here at least is a list of my mods and the directories:

C:\Minecraft\New World\server.jar
C:\Minecraft\New World\coremods\CodeChickenCore 0.8.6.3.jar
C:\Minecraft\New World\coremods\CoFHCore-1.5.1.2.jar
C:\Minecraft\New World\coremods\Galacticraft-1.5.1-a0.1.34.186.jar
C:\Minecraft\New World\coremods\PowerCrystalsCore-1.1.5-2.jar
Minecraft jar mods loaded successfully
Searching C:\Minecraft\New World\mods for mods
appeng-rv10-n.zip
buildcraft-A-3.5.0.jar
ComputerCraft1.52.zip
EnderStorage 1.4.2.4.jar
industrialcraft-2_1.115.307-lf.jar
ironchest-universal-1.5.1-5.2.4.389.zip
MFFS_v3.0.0.101.jar
MineFactoryReloaded-2.6.4-975.jar
mod_AdvancedSolarPanels_3_3_6.zip
ModularPowersuits-0.6.0-448.jar
MPSA-0.2.3-120_MPS-422.jar
PowerConverters-2.3.0-54.jar
ThermalExpansion-2.3.2.0.jar

I did see these errors in the log if it helps:

2013-06-16 01:43:42 [INFO] [STDERR] Exception in thread "Thread-31" java.lang.NoClassDefFoundError: org/luaj/vm2/lib/PackageLib
2013-06-16 01:43:42 [INFO] [STDERR] at dan200.computer.core.LuaJLuaMachine.<init>(LuaJLuaMachine.java:32)
2013-06-16 01:43:42 [INFO] [STDERR] at dan200.computer.core.Computer.initLua(Computer.java:760)
2013-06-16 01:43:42 [INFO] [STDERR] at dan200.computer.core.Computer.access$1300(Computer.java:33)
2013-06-16 01:43:42 [INFO] [STDERR] at dan200.computer.core.Computer$1.execute(Computer.java:879)
2013-06-16 01:43:42 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:72)
2013-06-16 01:43:42 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-06-16 01:43:42 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: org.luaj.vm2.lib.PackageLib
2013-06-16 01:43:42 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139)
2013-06-16 01:43:42 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-06-16 01:43:42 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-06-16 01:43:42 [INFO] [STDERR] … 6 more

So, does any of this help? Any suggestions on how to resolve this? Also if you need I can get you access to my server.

Santa Matt
Lyqyd #2
Posted 16 June 2013 - 05:07 AM
Split into new topic. There is a sticky topic on this section that this should have been posted in.
Santa_Matt #3
Posted 16 June 2013 - 06:36 PM
I couldn't start a new thread. So I should have replied to the sticky?

Santa Matt
Lyqyd #4
Posted 16 June 2013 - 09:11 PM
Yes, the sticky called "New Members needing to ask questions, please read" is exactly where new members should post to ask questions. That way, they are easy to find so they can be split into their own topic. It's okay, and now you can post your own topic.
Santa_Matt #5
Posted 17 June 2013 - 01:02 AM
I found the problem. The latest build of Galacticraft-1.5.1-a0.1.34.186.jar for Minecraft 1.5.1 was the culprit. I down graded to Galacticraft-1.5.1-a0.1.34.164.jar and ComputerCraft again works fine.

Santa Matt