Closed FailureBiWinning closed 1 month ago
Is this on a clean install?
No, but I did check with a separate clean install afterwards and it happens there too.
Can confirm. Seems related to the framespercount
trigger refactor.
@K4thos tag.zss needs a small update too:
let rootId = getPlayerId(teamSide);
-> let rootId = player(teamSide), Id;
Describe the bug
Upon running the executable, IKEMEN opens a blank window and sits very briefly before displaying an error message (pictured in screenshot). Clicking OK closes the program, so I'm unable to proceed any further, and I can't be certain if there are any additional issues immediately pertaining to this.
To Reproduce
Expected behavior
It should just proceed directly to the screenpack's main menu.
Screenshots / Video
Engine Version (or source code date)
Nightly build, recent as of 2024-09-30
Operating system
Windows
Extra context or search terms
I actually attempted to diagnose this on my own by commenting out the line in main.lua indicated in the error message (1524) and seeing what happens, and while that did allow me to proceed to the main menu, selecting anything caused another error message to appear that indicated problems in other lines (2463, 3129, 3253, 4220). I'm not particularly well-versed in Lua, so trying my hand at fixing things probably wasn't the best idea.