opsu-dance icon indicating copy to clipboard operation
opsu-dance copied to clipboard

*** Unhandled NullPointerException: update/render error

Open zuils opened this issue 4 years ago • 0 comments

PASTE THEupdate/render error

ver 0.5.2 os Windows 10 (x86) jre 1.8.0_261 (Oracle Corporation) trace

java.lang.NullPointerException
	at yugecin.opsudance.ui.OptionsOverlay.renderSearch(OptionsOverlay.java:704)
	at yugecin.opsudance.ui.OptionsOverlay.render(OptionsOverlay.java:336)
	at itdelatrisu.opsu.states.game.Game.render(Game.java:733)
	at yugecin.opsudance.core.DisplayContainer.run(DisplayContainer.java:281)
	at yugecin.opsudance.OpsuDance.rungame(OpsuDance.java:75)
	at yugecin.opsudance.OpsuDance.start(OpsuDance.java:53)
	at yugecin.opsudance.core.Entrypoint.main(Entrypoint.java:80)

info dump

> DisplayContainer dump
OpenGL version: 4.6.13587 Compatibility Profile Context 20.4.2 26.20.15029.27016(ATI Technologies Inc.)
state is Game
> BaseOpsuState dump
isDirty: false
> Game dump
beatmap:  setid 486142 beatmapid 1038400 name cYsmix - Fright March [Insane]
objectidx: 0
time: 0ms
< DisplayContainer
tNextState is null
loading sound: none
playing map:  setid 486142 beatmapid 1038400 name cYsmix - Fright March [Insane]
 at time 0 

DUMP HERE

zuils avatar Nov 08 '20 20:11 zuils