curiousdannii / if-decompiler

Decompile Glulx storyfiles into C code
MIT License
17 stars 0 forks source link

Possible Disassembly issue #12

Closed jfmherokiller closed 2 years ago

jfmherokiller commented 2 years ago

disassembling a story file threw up this message "Disassembling the storyfile...Stopping on unknown object type 4 at 41549699"

curiousdannii commented 2 years ago

That's not necessarily a problem, as it's difficult to determine when the functions area ends I've made it log when it reaches something it doesn't know how to handle. If there's a problem then some other error message will be shown.

jfmherokiller commented 2 years ago

oh so thats just a warning?

curiousdannii commented 2 years ago

Not even a warning, just an explanation.

jfmherokiller commented 2 years ago

ah ok thanks