Jump to content

Upgraded to 3.1.2, now lots of console spam [FIX INSIDE]


Recommended Posts

Just upgraded my server to 3.1.2 this morning and now the console is being filled with messages like this:

11:34:01 [iNFO] slotChanging(28)

11:34:02 [iNFO] slotChanging(0)

11:34:02 [iNFO] slotChanging(0)

11:34:02 [iNFO] slotChanging(0)

11:34:03 [iNFO] slotChanging(28)

11:34:03 [iNFO] slotChanging(28)

11:34:03 [iNFO] slotChanging(28)

11:34:04 [iNFO] slotChanging(0)

11:34:04 [iNFO] slotChanging(0)

Anybody have any idea what is causing it? Did the logging level get changed in Forge or did someone leave some debugging code in?

Update: I recompiled TubeStuff with the console logging spam removed. Works great on my server. http://dl.dropbox.com/u/35470/tubestuff_49.1.2_for_1.2.5-bukkit.jar

Link to comment
Share on other sites

Found the issue, it's an log message not removed from TubeStuff.

./mods/immibis/tubestuff/TileCraftingTable.java

280: private void slotChanging(int var1)

281 {

282 if (var1 == 0)

...

292 this.invChanged = true;

293 this.insufficientInput = false;

294: System.out.println("slotChanging(" + var1 + ")");

295 }

Link to comment
Share on other sites

  • 2 weeks later...

To upgrade it should be real easy. Grab the correct file (u cant change version of whatever you want to update), replace the file in the modfolder of your server, and you should be good to go. In most cases, wrong files are downloaded and uploaded. Make shure that your grabbing

TubeStuff Server (CraftBukkit)

Release 1.2.5

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

How do I update the tubestuff mod itself. I got the newer version and attempted replacing the old file with the new, and the server wouldn't launch. As I've had spam exactly like this it's made using the console very annoying, and as my testers have claimed it appears the culprit is auto crafting machines. not sure if that would be tubestuff or not, but figuring out how to update a mod would be a great starting point of which I've searched and found no answer.

Any info would be greatly appreciated.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...