SphereCommunity

Full Version: Invalid Char 0190
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!Running my sphere i get this error:

Code:
12:44:ERROR:Create Invalid Char 0190
12:44:ERROR:Undefined symbol 'c_man'
12:44:CRITICAL:Exception code=0c0000005, addr=06646, in Server OnTick
12:44:ERROR:Deep (138):Bad Msg(3130323d) Eat 104 bytes, prv=0d9, type=4

Anyone known this issue and solution?Thank you.
"Undefined symbol 'something'" means you do not have a script that defines 'something'... in your case, c_man is not defined in any script that the server has loaded.
Reference URL's