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
III/VC CLEO supports type 0xE and var-length strings, and does not support fixed-length (null-terminated) strings for its opcode. It leads to a crash for
Fs.DoesFileExist("gta-vc.exe")
Note that currently CLEO Redux always uses native encoding and for VC it encodes the string as
"g" "t" "a" "-" "v" "c" "." 00
It should also use 0xE if CLEO is present and this is a CLEO opcode (0AAB, for example)
The text was updated successfully, but these errors were encountered:
III/VC CLEO supports type 0xE and var-length strings, and does not support fixed-length (null-terminated) strings for its opcode. It leads to a crash for
Fs.DoesFileExist("gta-vc.exe")
Note that currently CLEO Redux always uses native encoding and for VC it encodes the string as
It should also use 0xE if CLEO is present and this is a CLEO opcode (0AAB, for example)
The text was updated successfully, but these errors were encountered: