seraxis / lr2oraja-endlessdream

A featureful fork of beatoraja
https://github.com/seraxis/lr2oraja-endlessdream/releases
GNU General Public License v3.0
46 stars 7 forks source link

Crash on random trainer enable #27

Closed MatVeiQaaa closed 5 months ago

MatVeiQaaa commented 6 months ago

The crash can be reproduced if you start the game, open random trainer menu, and enable "Black/White Random Select", then "Track Current Random", and then "Trainer Enabled". It occurs in method getLaneOrder() in file RandomTrainer.java at line 41, because laneOrder is null, so you get NullPointerException.