View Single Post
_kaaarl_
New Member
Join Date: Jun 2014
Old 06-15-2014 , 15:27   Re: Dota 2 Dedicated Servers
Reply With Quote #119

My server crashes when i join and i get this message:

Engine Error:
Failed to execute script: ...2
beta\dota\scripts\vscripts\addon_init.lua:18: attempt to index
upvalue 'mt'(a nil value)

addon_init:

function Dynamic_Wrap( mt, name )
if Convars:GetFloat( 'developer' ) == 1 then
local function w(...) return mt[name](...) end
return w
else
return mt[name]
end
end


The third line is the 18. line
_kaaarl_ is offline