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
From the forums: I'm hitting a bug where compiling a script and decompiling it again truncates the .psc. I think it's Champollion, and the .pex from Caprica is correct (judging by file size).
Steps to reproduce:
Decompile workshopscript.pex
Add a Debug.Trace("Stuff", 0) call (at line 315, but shouldn't matter. Do it early)
Compile the edited .psc
Decompile the resulting .pex
Truncates mid-variable name at line 443.
The text was updated successfully, but these errors were encountered:
From the forums: I'm hitting a bug where compiling a script and decompiling it again truncates the .psc. I think it's Champollion, and the .pex from Caprica is correct (judging by file size).
Steps to reproduce:
Decompile workshopscript.pex
Add a Debug.Trace("Stuff", 0) call (at line 315, but shouldn't matter. Do it early)
Compile the edited .psc
Decompile the resulting .pex
Truncates mid-variable name at line 443.
The text was updated successfully, but these errors were encountered: