So, for a while now, our servers have been crashing a lot, but not the usual srcds stopped responding crash. Mostly it's this error, and I was wondering what I should do to fix it
[IMG]http://puu.sh/dRW4h/9434fea56a.png[/IMG]
It's an exploit with thruster tool or something, caused by putting some invalid characters into the console variable for sound.
Any clue how I could solve that, the only place where we use thrusters is our NOS system.
Actually gmods thruster is protected from this, any other tool that uses sounds is not.
If I wanted to fix that, should I do a content search for EmitSound/PrecacheSound?
It seems to be crashing with EmitSound and possibly CreateSound, I have managed to crash the game using this symbol ˆ and EmitSound, but it gives a different error, I will need to look into it, it would be very helpful if you could find out which tool crashes the server for a start. Enable full log on the server so it shows who uses which tool and post 1-2 latest crashlogs.
I don't know how to read crashlogs but I can post them here if you want
You don't need to read them, I need you to make sure when people use tools they it will be printed to server console and then post 1-2 crashes so I can see who does it and using what tool
Players cannot use any tools on the server, atleast not the tools from the toolgun. They're limited to the weapons,items they have as it is a roleplay gamemode. I'll post the crash logs though. If there's anything else, could we talk on Steam?
[editline]31st December 2014[/editline]
[url]https://www.dropbox.com/s/0zrf0s3awwmohmw/srcds_140711_crash_2014_12_30T22_31_39C0.mdmp?dl=0[/url]
[url]https://www.dropbox.com/s/0on6o2qm6k2037g/srcds_140711_crash_2014_12_30T23_48_41C0.mdmp?dl=0[/url]
Your server has some errors:
[code]
[ERROR] gamemodes/pgrp/gamemode/_client/key_binds.lua:48: attempt to index global 'items' (a nil value)
1. v - gamemodes/pgrp/gamemode/_client/key_binds.lua:48
2. •⯕―⮕â®â¯• - lua/includes/modules/hook.lua:84
3. unknown - lua/.dragondildos/rc1/../nul/b283a3025b06dd6a5284f96a38681dc5f5928a4a0f64468ec17d4f6da0543cdd.lua:56
[ERROR] gamemodes/pgrp/gamemode/_client/key_binds.lua:48: attempt to index global 'items' (a nil value)
1. v - gamemodes/pgrp/gamemode/_client/key_binds.lua:48
2. unknown - lua/includes/modules/hook.lua:84
Something is fucked up with your server.
[/code]
Watch out for people using Expression 2.
*penny drops*
On a side note, do you have any idea what could be causing the crashes?
[editline]31st December 2014[/editline]
[QUOTE=Robotboy655;46825500]Your server has some errors:
[code]
[ERROR] gamemodes/pgrp/gamemode/_client/key_binds.lua:48: attempt to index global 'items' (a nil value)
1. v - gamemodes/pgrp/gamemode/_client/key_binds.lua:48
2. •⯕―⮕â®â¯• - lua/includes/modules/hook.lua:84
3. unknown - lua/.dragondildos/rc1/../nul/b283a3025b06dd6a5284f96a38681dc5f5928a4a0f64468ec17d4f6da0543cdd.lua:56
[ERROR] gamemodes/pgrp/gamemode/_client/key_binds.lua:48: attempt to index global 'items' (a nil value)
1. v - gamemodes/pgrp/gamemode/_client/key_binds.lua:48
2. unknown - lua/includes/modules/hook.lua:84
Something is fucked up with your server.
[/code][/QUOTE]
That's an old bug, all it takes to fix the error is the player to open his inventory. On a side note, do you have any idea what could be causing the crashes?