You can comment out line 138 and 139 in Hub-Gui.lua in the core folder, by adding -- in front of the line, like this:
-- local result, err = pcall(tScript["Init"]) -- initialize ScriptManager
-- if not result then tFuncs:Debug("ERROR on execution of tScript:Init, err: "..err) end