kirbodevv / S.A.U.W.-

Game S.A.U.W.
1 stars 0 forks source link

Bug report #43

Closed kirbodevv closed 2 years ago

kirbodevv commented 2 years ago

Describe the bug

Crash

Platform

Log

java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
    at com.kgc.sauw.modding.Modules.getModulePath(Modules.java:84)
    at com.kgc.sauw.modding.Modules.exist(Modules.java:73)
    at com.kgc.sauw.modding.Modules.load(Modules.java:26)
    at com.kgc.sauw.game.Game.create(Game.java:148)
    at com.badlogic.gdx.backends.android.AndroidGraphics.onSurfaceChanged(AndroidGraphics.java:277)
    at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1537)
    at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1253)