Author Topic: Unknown Bricks causing Massive console spam?  (Read 815 times)

At several servers, I crash from massive console spam, but I have no idea why this happens, Here if my Console.log

What spams me are these: fxDTSBrickData::Preload - unknown texID ''

You have 3 add-ons with syntax errors. Not really a major problem since Torque doesn't execute them, but you may want to fix, delete, or move those somewhere else for the time being just to clean your game up a little:
Script_Friends
Script_EditBot
Script_ConsolePets

Next, Script_AdamBot is giving off tons of "break outside of loop" errors. It will function since Torque ignores them all, but it is also spamming your console. You may want to fix, delete, or move that one too.

Finally, the game-crashing part. Before the error spam, there is this message:

base/client/scripts/allClientScripts.cs (17275): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
BackTrace: ->[pick]NMH_Type::send->[buildChar]NMH_Type::send->[IGSO]NMH_Type::send->NMH_Type::send->[RTBC_IRCClient]Canvas::popDialog->[CanvasCursor]GuiCanvas::popDialog->newMessageHud::onSleep

I have no idea if they're actually related, but it's a start. The backtrace leads through IGSO, and it's causing a problem, so I'd look into IGSO first. If this does nothing, put trace(1); in the console before joining a server and send that to us.

I found:

Quote
ADD-ON "Script_EditBot" CONTAINS SYNTAX ERRORS

Quote
ADD-ON "Script_ConsolePets" CONTAINS SYNTAX ERRORS

The most important:

Quote
Client checking Add-On: Script_AdamBot
Loading Add-On: Script_AdamBot (CRC:1841080979)
Add-Ons/Script_AdamBot/client.cs (14): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (18): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (21): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (24): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (27): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (30): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (33): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (36): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (39): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (42): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (45): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (48): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (51): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (54): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (57): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (60): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (63): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (66): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (69): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (72): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (75): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (78): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (81): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (84): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (14): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (18): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (21): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (24): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (27): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (30): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (33): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (36): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (39): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (42): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (45): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (48): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (51): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (54): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (57): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (60): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (63): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (66): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (69): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (72): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (75): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (78): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (81): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (84): break outside of loop... ignoring.
Executing Add-Ons/Script_AdamBot/client.cs.
Add-Ons/Script_AdamBot/client.cs (14): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (18): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (21): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (24): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (27): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (30): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (33): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (36): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (39): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (42): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (45): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (48): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (51): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (54): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (57): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (60): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (63): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (66): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (69): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (72): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (75): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (78): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (81): break outside of loop... ignoring.
Add-Ons/Script_AdamBot/client.cs (84): break outside of loop... ignoring.
Activating package: AdamBot
Activating package: AdamBotGreet

Client checking Add-On: Script_Adam'sFavs
Loading Add-On: Script_Adam'sFavs (CRC:668718456)
Executing Add-Ons/Script_Adam'sFavs/client.cs.

What the hell is AdamBot?

Quote
Connecting to "Adam Savage's Eventing Contest [WIP]" (67.8.249.47:28100, ---ms) with password
  Download Sounds:      False
  Download Music:       False
  Download Textures:    False
  Download Projectiles: False
  Download Items:       False
  Download Debris:      False
  Download Explosions:  False

Finally, the game-crashing part. Before the error spam, there is this message:

base/client/scripts/allClientScripts.cs (17275): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
BackTrace: ->[pick]NMH_Type::send->[buildChar]NMH_Type::send->[IGSO]NMH_Type::send->NMH_Type::send->[RTBC_IRCClient]Canvas::popDialog->[CanvasCursor]GuiCanvas::popDialog->newMessageHud::onSleep

That's all I got.

base/client/scripts/allClientScripts.cs (17275): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
BackTrace: ->[pick]NMH_Type::send->[buildChar]NMH_Type::send->[IGSO]NMH_Type::send->NMH_Type::send->[RTBC_IRCClient]Canvas::popDialog->[CanvasCursor]GuiCanvas::popDialog->newMessageHud::onSleep
I get this error too.

It's because of some bug probably because of poor handling of packaging NMH_Type::send.

I have no idea what exactly causes it but it doesn't appear to be harmful in the slightest.

Guys, I know they have syntax errors, but tell me what is causing the spam.

Guys, I know they have syntax errors, but tell me what is causing the spam.
You were given explanations.

You did not read them.

Go read them.

it's a syntax error in your chatbot.

the fact you even use one makes me instantly dislike you.

uninstall the chatbot to fix console spam.

Guys, I know they have syntax errors, but tell me what is causing the spam.
Yeah, I mean, whoever heard of dysfunctional scripts causing problems?

I gave you plenty of advice on what to get rid of to clean up your console, as well as the best lead I could find for the crash with a non-traced log.

You have IGSO? My god that is so outdated. Delete it.

WHen I join a server, about 10 if these: fxDTSBrickData::Preload - unknown texID '' Show up, I do not care if ANYTHING else exept how to get rid of those ^

There is a brick you have that tries to use nonexistant textures or you deleted a texture or something, I think.