• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Attempt to index nil value(Nekiro 7.72 TFS 1.5 downgrade)

Slatera

Well-Known Member
Joined
Mar 6, 2009
Messages
568
Reaction score
84
Location
Sweden
Hello everyone, I've been searching and searching for a fix for this but I'm not very good at compiling and that's where the issue seems to lie, I've downloaded Nekiro's 7.72 downgrade of TFS 1.5 on the github, compiled it but when I start the server I get this error:

LUA:
PANIC: unprotected error in call to Lua API (attempt to index a nil value)

Which then Visualstudios directs me to this line of code inside luascript.cpp:

Code:
lua_register(luaState, "isValidUID", LuaScriptInterface::luaIsValidUID);

As I said I am not very good at compiling, it's been many years since I did it so I'm not sure what to do here, any help is welcome.
 
Back
Top