Orvid / Champollion

A PEX to Papyrus Decompiler for Skyrim, Fallout 4 and Starfield
GNU Lesser General Public License v3.0
106 stars 20 forks source link

Freezing while trying to decompile custom .pex #2

Open hairlessOrphan opened 8 years ago

hairlessOrphan commented 8 years ago

I was trying to decompile the script attached to OCDecorator out of curiosity, and Champollion froze. No crash or error message. Not sure if this is an issue with Champollion or the script, or if you're planning to support custom .pex, so I'll leave this here for you to decide if you want to deal with it.

Thanks!

Orvid commented 8 years ago

The OCDecorator script in v1.0.5 is a fun one. It was not compiled from a Papyrus script, but was instead done by modifying and re-compiling the Pex assembly file. Champollion's current design is heavily dependent on the way Papyrus script is compiled. The OCDecorator script breaks those assumptions, and so breaks Champollion itself.