Hello I am hosting a TTT server and attempting to fix errors so the server doesn't crash. Anyone know how to fix these as I have no clue where to find these. Any help would be appreciated.
[the real thick shady|53|STEAM_0:1:224318746] Lua Error:
controlpanel.Get() - Error creating a ControlPanel!
You're calling this function too early! Call it in a hook!
Also I'm wondering how I can fix this due to it spams my console and it just smells trouble.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
CreateFragmentsFromFile: 'user_custom/f5/f53380e2.dat' doesn't exist.
Moved to the correct section. Neither of those errors would be causing a crash, but the first one is self-explanatory: one of your addons is calling controlpanel.Get too early. I believe the second error is caused by the map and can't be fixed.
I had seen on another thread that a user had suggesting disabling / removing addons you've recently added until the error stops - from there you can find what addon(s) are causing this error.
Alright I appreciate it. I'm just trying to clean out some lua issues. I'm also getting this error from the TTT damage logs.
[ERROR] addons/tttdamagelogs-3.1.0/lua/damagelogs/client/recording.lua:581: bad argument #1 to 'SetSequence' (string expected, got nil)
1. SetSequence - [C]:-1
2. fn - addons/tttdamagelogs-3.1.0/lua/damagelogs/client/recording.lua:581
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
The addon is probably calling ent:SetSequence(nil_variable) when it should be a string.
Sorry, you need to Log In to post a reply to this thread.