[CLOSED] Console Overspamming...

Status
Not open for further replies.
Messages
356
Reaction score
629
Points
430
Location
Netherlands
Whenever I join the server, it starts to overspam my console with the following;

Text:
box01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596
Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596

Screenshot:
BnJoo4K.jpg
 
Solution
Make sure you have the CS:S content mounted. HL2 wouldn't hurt either, verify your cache and all that stuff you'd generally do to troubleshoot. In the meantime you could filter out these messages by putting these lines into an autoexec.cfg located in your Garry's Mod cfg folder
Code:
con_filter_enable 1
con_filter_text_out "VehicleType:prop_vehicle_jeep:"
con_filter_text_out "Error initializing music stream. BASS_ERROR_UNKNOWN"
These will get rid off the annoying VehicleType: prop_vehicle_jeep: messages that you see in the console, do this with every bit of text you want to be filtered out for example:
Code:
con_filter_text_out "Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596"
Just make sure...
Make sure you have the CS:S content mounted. HL2 wouldn't hurt either, verify your cache and all that stuff you'd generally do to troubleshoot. In the meantime you could filter out these messages by putting these lines into an autoexec.cfg located in your Garry's Mod cfg folder
Code:
con_filter_enable 1
con_filter_text_out "VehicleType:prop_vehicle_jeep:"
con_filter_text_out "Error initializing music stream. BASS_ERROR_UNKNOWN"
These will get rid off the annoying VehicleType: prop_vehicle_jeep: messages that you see in the console, do this with every bit of text you want to be filtered out for example:
Code:
con_filter_text_out "Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596"
Just make sure that the text is in "" or it won't work.
 
Solution
Make sure you have the CS:S content mounted. HL2 wouldn't hurt either, verify your cache and all that stuff you'd generally do to troubleshoot. In the meantime you could filter out these messages by putting these lines into an autoexec.cfg located in your Garry's Mod cfg folder
Code:
con_filter_enable 1
con_filter_text_out "VehicleType:prop_vehicle_jeep:"
con_filter_text_out "Error initializing music stream. BASS_ERROR_UNKNOWN"
These will get rid off the annoying VehicleType: prop_vehicle_jeep: messages that you see in the console, do this with every bit of text you want to be filtered out for example:
Code:
con_filter_text_out "Error Vertex File for 'props_lab/powerbox01a.mdl' checksum 81923510 should be 1237549596"
Just make sure that the text is in "" or it won't work.
I had this once and I fixed it once I reinstalled gmod and all the addons etc.
Try one of these methods

If you still need help with this, create another thread or ask a staff member to reopen this thread.

Locked & Moved
 
Status
Not open for further replies.
Back
Top