Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touchDown #80

Closed
anon81872726262 opened this issue Jan 16, 2017 · 1 comment
Closed

touchDown #80

anon81872726262 opened this issue Jan 16, 2017 · 1 comment

Comments

@anon81872726262
Copy link

touchDown
OpsuAnd0.13.0a
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /storage/emulated/0/./opsu/Replays/1484468012776-32744060336.osr (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:144)
at com.badlogic.gdx.backends.android.AndroidFileHandle.read(AndroidFileHandle.java:80)
at fluddokt.opsu.fake.FileInputStream.(FileInputStream.java:10)
at itdelatrisu.opsu.io.OsuReader.(OsuReader.java:50)
at itdelatrisu.opsu.replay.Replay.load(Replay.java:136)
at itdelatrisu.opsu.states.GameRanking.mousePressed(GameRanking.java:188)
at fluddokt.opsu.fake.StateBasedGame.mousePressed(StateBasedGame.java:247)
at fluddokt.opsu.fake.StateBasedGame.touchDown(StateBasedGame.java:227)
at com.badlogic.gdx.InputMultiplexer.touchDown(InputMultiplexer.java:90)
at com.badlogic.gdx.backends.android.AndroidInput.processEvents(AndroidInput.java:356)
at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:420)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1557)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1263)
Caused by: java.io.FileNotFoundException: /storage/emulated/0/./opsu/Replays/1484468012776-32744060336.osr: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:453)
at java.io.FileInputStream.(FileInputStream.java:78)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:140)
... 12 more
Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
at libcore.io.Posix.open(Native Method)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
at libcore.io.IoBridge.open(IoBridge.java:437)
... 14 more

@fluddokt
Copy link
Owner

Guessing related to #79 in failing to save the replay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants