Skip to content

Exception: unsupported instruction: TFORLOOP #2

@xNxExOx

Description

@xNxExOx

gdsautogenerated.zip
Hello, I tried to decompile this file, and got this error:

Traceback (most recent call last):
  File "D:\py\LuaDecompy\main.py", line 14, in <module>
    lp = lparser.LuaDecomp(chunk)
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\py\LuaDecompy\lparser.py", line 78, in __init__
    self.parseInstr()
  File "D:\py\LuaDecompy\lparser.py", line 446, in parseInstr
    raise Exception("unsupported instruction: %s" % instr.toString())
Exception: unsupported instruction:   TFORLOOP :      4      0      2

Can you tell me, if the version of LUA was somehow modified, or if it is issue in your decompiler?
Thanks in advance for your answer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions