Strange Console Log Spam

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
H

Hydraxous

Guest
Title Strange Console Log Spam

Launcher Type Server

Modpack FTB Infinity Evolved

Modpack version 3.0.1

Have you modified the pack? Yes

Link to log file http://paste.feed-the-beast.com/view/71c2e6a9

Details of the issue Modificaitons ----
Added some custom recipes and these mods
Little maid mob x
ProjectE
CustomItems (Meta Mod)


Weird log----

Errors start at line 29580

There are these errors that started spamming the console and i have no clue whats causing it. Problem started occurring two days ago, haven't changed anything in weeks.
 
Last edited by a moderator:

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
So some advice. For the most part don't worry about console spam. It is annoying I agree. But, I've been operating modded minecraft servers since 1.2.5. Console spam is usually just mod author's way of testing a function and they know they hit that function when they get the message on the console. Problem is they forget to remove test messages like this when they publish the mod. So unless you want to learn java then go digging through their source code you probably will never figure out what any of it means.

The only one I that concerns me is the error put out by CPW. That is an actual bug in CPW's code. But, I can also tell you from experience, don't expect it to be fixed. CPW is famous for only working on the current version of minecraft and not backporting fixes to previous versions. So chances are the bug that is causing this has been fixed in a newer version. But there will be no fix for it in earlier versions.
 
H

Hydraxous

Guest
So some advice. For the most part don't worry about console spam. It is annoying I agree. But, I've been operating modded minecraft servers since 1.2.5. Console spam is usually just mod author's way of testing a function and they know they hit that function when they get the message on the console. Problem is they forget to remove test messages like this when they publish the mod. So unless you want to learn java then go digging through their source code you probably will never figure out what any of it means.

The only one I that concerns me is the error put out by CPW. That is an actual bug in CPW's code. But, I can also tell you from experience, don't expect it to be fixed. CPW is famous for only working on the current version of minecraft and not backporting fixes to previous versions. So chances are the bug that is causing this has been fixed in a newer version. But there will be no fix for it in earlier versions.
Noted.. Thanks for the advice.