unluau icon indicating copy to clipboard operation
unluau copied to clipboard

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')

Open rekitrelt opened this issue 2 years ago • 3 comments

lotta [WRN] Encountered unhandled code SETUPVAL, skipping beforehand im using --encoding=1 it also errors without that but with unhandled operation code (164) bytecode client.txt

rekitrelt avatar Apr 10 '24 08:04 rekitrelt

When I tried decompiling the script myself, (using Client encoding), it seems there is a problem with the JUMPXEQKB instruction when decompiling. Disassembling itself seems to be fine but it is coming from the lifter. I'll attempt to maybe fix this by creating a pull request.

thingmabob.txt

ChloeDoesThings avatar Apr 11 '24 23:04 ChloeDoesThings

having the same issue, heres my bytecode: mainhandler.txt

nikthegay avatar Apr 12 '24 12:04 nikthegay

The issue may be fixed since a pull request of mine got merged. Try building the unluau v1 source and see if it fixed it.

ChloeDoesThings avatar Apr 13 '24 15:04 ChloeDoesThings