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

Crash on load #59

Closed slothybutt closed 1 year ago

slothybutt commented 1 year ago

It sure does crash in this place now

Error

levelhead/campaign/campaign.lua:1: module 'libs.tyoeerUtils.entityPool' not found: no field package.preload['libs.tyoeerUtils.entityPool'] no 'libs/tyoeerUtils/entityPool' in LOVE game directories. no file 'libs/tyoeerUtils/entityPool' in LOVE paths. no file '.\libs\tyoeerUtils\entityPool.lua' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\lua\libs\tyoeerUtils\entityPool.lua' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\lua\libs\tyoeerUtils\entityPool\init.lua' no file '.\libs\tyoeerUtils\entityPool.dll' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\libs\tyoeerUtils\entityPool.dll' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\loadall.dll' no file '.\libs.dll' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\libs.dll' no file 'C:\Users\Slothybutt\Downloads\chaoshead-win32(1)\loadall.dll'

Traceback

[love "callbacks.lua"]:228: in function 'handler' [C]: in function 'require' levelhead/campaign/campaign.lua:1: in main chunk [C]: in function 'require' campaignEditor/campaignRoot.lua:2: in main chunk [C]: in function 'require' campaignEditor/overview/overview.lua:3: in main chunk [C]: in function 'require' ui/chaoshead.lua:3: in main chunk [C]: in function 'require' main.lua:40: in function 'load'

[C]: in function 'xpcall' [C]: in function 'xpcall'

tyoeer commented 1 year ago

A library wasn't packaged into the release because the Github Actions system changed and old outdated actions broke.