You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attached a Log.lua File from a Game I play. Used your Decompiler to modify it + download.
However the Game errors out, when I run the decompiled File:
I also tried to enable Disassembly, but it don't do anything.
Utility/log.lua"]:81: no visible label 'label_22' for <goto> at line 75 stack traceback: [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in function 'System.system_manager_cpp.Initialize' [2024.03.17-16.22.39:286][246]LogUnLua: Error: Lua error message: file loading from file system error stack traceback: [C]: in ? [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in main chunk [C]: in function 'require'
The text was updated successfully, but these errors were encountered:
In the decompiled results, labels are used to indicate jump relationships, but they do not necessarily guarantee that the code can still be compiled by Lua. In some cases, restoration failures may lead to this issue. For such situations, you should carefully review the logic and manually restore the Lua code.
Hey,
I attached a Log.lua File from a Game I play. Used your Decompiler to modify it + download.
However the Game errors out, when I run the decompiled File:
I also attached the Encrypter used ( I think thats the one used)
Encryption64.zip
log.zip
I also tried to enable Disassembly, but it don't do anything.
Utility/log.lua"]:81: no visible label 'label_22' for <goto> at line 75 stack traceback: [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in function 'System.system_manager_cpp.Initialize' [2024.03.17-16.22.39:286][246]LogUnLua: Error: Lua error message: file loading from file system error stack traceback: [C]: in ? [C]: in function 'require' ?: in main chunk [C]: in function 'require' ?: in main chunk [C]: in function 'require'
The text was updated successfully, but these errors were encountered: