["lua", "Input.lua"]
[Obfuscator] Encrypting Constants...
[Obfuscator] Compiling...
[Obfuscator] Reading file...
[Obfuscator] Deserializing...
[Obfuscator] Generating VM...
[Obfuscator] Minifying...
[Obfuscator] Running...
Program output:
["lua", "temp4.lua"]
File temp4.lua does not exist
thread 'main' panicked at 'Failed to copy final file: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', src\main.rs:107:58
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
this happens to all my scripts that actually do something, 40 lines of print('test') doesnt trigger this.
["lua", "Input.lua"]
[Obfuscator] Encrypting Constants...
[Obfuscator] Compiling...
[Obfuscator] Reading file...
[Obfuscator] Deserializing...
[Obfuscator] Generating VM...
[Obfuscator] Minifying...
[Obfuscator] Running...
Program output:
["lua", "temp4.lua"]
File temp4.lua does not exist
thread 'main' panicked at 'Failed to copy final file: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', src\main.rs:107:58
note: run with
RUST_BACKTRACE=1environment variable to display a backtracethis happens to all my scripts that actually do something, 40 lines of print('test') doesnt trigger this.