tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

"Check for updates" button crashes Chaoshead #97

Closed slothybutt closed 1 year ago

slothybutt commented 1 year ago

Error

chaoshead/misc.lua:122: module 'ui.startupChecks' not found: no field package.preload['ui.startupChecks'] no 'ui/startupChecks' in LOVE game directories. no file 'ui/startupChecks' in LOVE paths. no file '.\ui\startupChecks.lua' no file 'C:\Users\Slothybutt\Documents\Chaoshead\lua\ui\startupChecks.lua' no file 'C:\Users\Slothybutt\Documents\Chaoshead\lua\ui\startupChecks\init.lua' no file '.\ui\startupChecks.dll' no file 'C:\Users\Slothybutt\Documents\Chaoshead\ui\startupChecks.dll' no file 'C:\Users\Slothybutt\Documents\Chaoshead\loadall.dll' no file '.\ui.dll' no file 'C:\Users\Slothybutt\Documents\Chaoshead\ui.dll' no file 'C:\Users\Slothybutt\Documents\Chaoshead\loadall.dll'

Traceback

[love "callbacks.lua"]:228: in function 'handler' [C]: in function 'require' chaoshead/misc.lua:122: in function 'onClick' ui/widgets/button.lua:144: in function 'onInputDeactivated' ui/base/container.lua:140: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' ui/base/container.lua:133: in function 'inputDeactivated' main.lua:71: in function 'inputDeactivated' libs/tyoeerUtils/input.lua:282: in function 'actionDeactivated' libs/tyoeerUtils/input.lua:299: in function 'triggerDeactivation' libs/tyoeerUtils/input.lua:214: in function 'mousereleased' main.lua:89: in function

[C]: in function 'xpcall'