kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
338 stars 106 forks source link

Error message for dumping SV roms with Deserializer type'Lazy' #341

Closed Leo-Sag closed 9 months ago

Leo-Sag commented 9 months ago

Hell team, I tried to dump master, field or dialog game from the SV roms with the latest pipeline release(20230912.4), however it shows the same error for some options.

Such as ///Field > Map Viewer image

///Master dump > Move image

Or the other error for Dialog feature, ///Dialog > Common image

And also it worked and created some files, which do not have any bytes, image

Would you mind to share how to resolve dumping SV roms? Thank you for your support.

meatlover123 commented 9 months ago

Did you find a fix? I'm having the same problem.

duckdoom4 commented 9 months ago

There won't be a fix until someone changes the word 'Lazy' to 'GreedyMutable' or 'Progressive' where it's used in code. (and verify that it works after).