Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Crash in solution collector #126

Closed Zannick closed 7 months ago

Zannick commented 11 months ago
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0'
[...]
   8: analyzer::solutions::SolutionCollector<T>::export
             at analyzer/src/solutions.rs:240:9

Appears like we might have tossed all the solutions?