Jump to content

Recommended Posts

Posted

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

Posted

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 }

Posted

Awesome :D Thank you very much. It didnt seem to be effecting our game but it bugs me seeing all those messages constantly cascading down the screen. Seems to be working fine now. :)

Posted

Thanks a lot for this fix, already planning on upgrading my server to 3.1.2 on friday afternoon, got a testing server running on my testing machine and everything looks great so far.

  • 2 weeks later...
Posted

There is no need to recompile this, there is allready a fix avalible for this from the mod themselfe. I would suggest to google the issue next time, and allow the mods to fix theyre own stuff.

Posted

Its funny because, when I google my exact issue, this topic is first on the list. So if you know where the fix is or how to update how about you toss a link up to help people?

Does anyone, more helpful, know where I can either place this file, or update.

Posted

Yeah I had opened the file up in another folder again to make sure I got rid of anything that might of been hanging around anywhere else. Re downloaded it fresh and still doesnt allow the server to boot.

Posted

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

Posted

Nope didnt fix it. Any other version than 1.2 fails to boot the server. Even with putting 1.2 in the spam persist. Oh well.

Same here, nothing dramatic but just a really annoying error.

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

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.

Posted

Got the same problem. The "official" updates for tubestuff are not working getting exceptions all the way.

Dropbox file seems to be deleted/offline. Anyone can reupload this file?

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...