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

*** Unhandled NullPointerException: update/render error

Open SakuraMoonTH opened this issue 3 years ago • 0 comments

PASTE THE DUMP HERE

???

update/render error

ver 0.5.2 os Windows 10 (amd64) jre 1.8.0_291 (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.0 NVIDIA 466.77(NVIDIA Corporation)
state is Game
> BaseOpsuState dump
isDirty: false
> Game dump
beatmap:  setid 1391659 beatmapid 2873429 name Yooh - MariannE [Arcade Game]
objectidx: 0
time: 0ms
< DisplayContainer
tNextState is null
overlay Game
> options overlay is active
hoverOption is null
< DisplayContainerloading sound: none
playing map:  setid 1391659 beatmapid 2873429 name Yooh - MariannE [Arcade Game]
 at time 0 

SakuraMoonTH avatar Jun 13 '21 21:06 SakuraMoonTH