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

Turtle Not Responding On Server

Started by wookiederk, 10 April 2012 - 07:40 PM
wookiederk #1
Posted 10 April 2012 - 09:40 PM
The past couple days, Ive been trying to configure my minecraft server to run computercraft. To start, downloaded a new copy of minecraft_server.jar from minecraft.net/download… However, it only downloaded as a zip, so i edited the starting file to open the zip version (may be off topic, but may contribute to this). Next, I downloaded modloader MP 1.2.5 into the server, and did the same with the latest version of Forge. I then extracted the computercraft into the Mods folder, and ran the server. The server always works, and it loaded with no errors. (The client mod fully worked on single player, and everything on the server was downloaded in the server version). On the server, you can create computers, turtles, monitors etc. you can create them, but they do no respond. The computer is the only object that I can interact with. I right click the computer and it is fully functional. However, when i right click turtles, disc drives etc. nothing happens. It just gives that air punch; no screen loads for the turtles, contrary to my single player version. The first thing i tried was to downgrade the server to 1.2.4, thinking it was incompatible, but that didn't fix anything. I was left with hours of confusion and near desperation, constant redownloading and configuring new servers, hoping to fix this problem. (every time i restart, everything is fully cleared… config, mods,.jar etc.) Can anyone explain what is going on?
wookiederk #2
Posted 12 April 2012 - 03:16 AM
bump…
Luanub #3
Posted 12 April 2012 - 03:24 AM
Check for item id conflicts with other mods.. Other then that sorry no idea's here. Hopefully someone else has had a similar problem and knows what the issue is. Your not using Bukkit or anything like that right? Just vanilla SMP?
wookiederk #4
Posted 12 April 2012 - 03:34 AM
yeah just vanilla SMP… does it have anything to do with the minecraft server version? and also, what do you mean by item ID? Do you mean the modloader MP and forge on the server?
Luanub #5
Posted 12 April 2012 - 06:54 AM
Each item in the game is assigned a unique ID number. Sometimes different mods will assign items that they add into the game with the same ID as another which will cause a conflict and can cause some funky issues. You need to make sure they are all unique. If you just using CC, mlmp and forge you more then likely do not have this issue. If you have other mods installed is very possible that there is a conflict.

As far as the version go as long as you are using a version of CC that is compatible with your MC version you should be good. Just make sure you are using the right version of mlmp and forge for the version you are running.
wookiederk #6
Posted 12 April 2012 - 05:44 PM
After closer look, i found this line, which would probably explain it:

ERROR TURTLEBLOCK ID 209: CONFLICT @-47

Also, there was another problem. It said RedPowerLib not found…

It was an item ID error…. However, how do i fix this?

Also, it took a while to find, since whenever i launch the server, two of those windows pop up