I actually figured out other wway to do it manually:
quitloop=false
Repeat
n=n+1 if haveitem(Table, n) then...
until quitloop=true
I have uploaded another exes for you which use this system. So if listitems() command is the cause of problem, then that is there no more.
Those exes are burnerknightwin32-2 and win64-2
however, if you dont mind, you could first try the other version just so that in case the other version with tableitems instead of listitems works fine, then it is a sure thing there is some bug in that ListItems() command in hollywood language itself that gets triggered in your computer for some reason. although basically i suppose if there is a bug, then that same bug will happen in both those commands, since they are anyway quite similar.