yugecin / opsu-dance

[abandoned] fork of opsu! (which is an osu! clone) with extra stuff
GNU General Public License v3.0
72 stars 15 forks source link

*** Unhandled NullPointerException: startup failure #289

Closed floomster closed 4 years ago

floomster commented 4 years ago

java.lang.NullPointerException at itdelatrisu.opsu.ui.Fonts.wrap(Fonts.java:154) at yugecin.opsudance.core.state.specialstates.BubNotifState$Notification.recalculateDimensions(BubNotifState.java:197) at yugecin.opsudance.core.state.specialstates.BubNotifState$Notification.(BubNotifState.java:187) at yugecin.opsudance.core.state.specialstates.BubNotifState$Notification.(BubNotifState.java:156) at yugecin.opsudance.core.state.specialstates.BubNotifState.send(BubNotifState.java:125) at yugecin.opsudance.core.errorhandling.ErrorHandler.softErr(ErrorHandler.java:86) at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:139) at itdelatrisu.opsu.db.DBController.init(DBController.java:44) at yugecin.opsudance.OpsuDance.initDatabase(OpsuDance.java:86) at yugecin.opsudance.OpsuDance.start(OpsuDance.java:38) at yugecin.opsudance.core.Entrypoint.main(Entrypoint.java:80)

DisplayContainer dump OpenGL version: null(null) state is null!

yugecin commented 4 years ago

can you check the .opsu.log file and reply with the error that came before this one?

yugecin commented 4 years ago

see #295