Loading the newest version of ScriptHawk for an unmodified DK64 kiosk demo rom in 2.11.1 shows the ScriptHawk menu for a split second, then closes and returns error:
NLua.Exceptions.LuaScriptException: (...)\BizHawk-2.11.1-win-x64\games\dk64.lua:6323: attempt to concatenate a nil value
|
return caption..value.."/"..max.." or "..round(value / max * 100, 2).."%"; |
Attempting to load the script again in the same session gives a different error:
NLua.Exceptions.LuaScriptException: [string "main"]:881: attempt to index a number value (local 'v')
Loading the newest version of ScriptHawk for an unmodified DK64 kiosk demo rom in 2.11.1 shows the ScriptHawk menu for a split second, then closes and returns error:
NLua.Exceptions.LuaScriptException: (...)\BizHawk-2.11.1-win-x64\games\dk64.lua:6323: attempt to concatenate a nil valueScriptHawk/games/dk64.lua
Line 6323 in 31b51aa
Attempting to load the script again in the same session gives a different error:
NLua.Exceptions.LuaScriptException: [string "main"]:881: attempt to index a number value (local 'v')