fluddokt / opsu

an open-source osu! client
GNU General Public License v3.0
121 stars 18 forks source link

RenderError #342

Open aspen7002 opened 2 years ago

aspen7002 commented 2 years ago

Version: 0.16.1a OS: Linux (armv8l) JRE: The Android Project 0 OpenGL version: OpenGL ES 3.2 V@415.0 (GIT@9450606, Icd44e09f5d, 1570911446) (Date:10/12/19) (Qualcomm) BOARD: foles FINGERPRINT: motorola/foles_vzw/foles:10/QDF30.130-42-5-13/ca629:user/release-keys HOST: ilclbld169 MODEL: moto z4 INCREMENTAL: ca629 RELEASE: 10

Error: RenderError Stack trace:

java.lang.NullPointerException: Attempt to invoke virtual method 'float fluddokt.opsu.fake.Music.getPosition()' on a null object reference
    at itdelatrisu.opsu.audio.MusicController.getPosition(MusicController.java:379)
    at itdelatrisu.opsu.states.Game.update(Game.java:868)
    at fluddokt.opsu.fake.StateBasedGame.render(StateBasedGame.java:122)
    at fluddokt.opsu.fake.GameOpsu.render(GameOpsu.java:150)
    at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:422)
    at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1573)
    at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)