Lincoln-LM / pla-reverse-gui

PySide6-based GUI for Seed Cracking and RNG w/o CFW assistance in Pokemon: Legends Arceus
GNU General Public License v3.0
14 stars 4 forks source link

Advance Range Division Error #16

Closed gameboi4784 closed 1 month ago

gameboi4784 commented 1 month ago

I get error line 245, in generate total_progress = initial_value * (1 - self.spawner.max_spawn_count**advance_range.stop) // (1 - self.spawner.max_spawn_count) ZeroDivisionError: integer division or modulo by zero when trying to generate single spawner manipulation from a valid seed. image

gameboi4784 commented 1 month ago

Why closed?