0% found this document useful (0 votes)
34 views1 page

Loggu Gi

The document reports an error encountered while trying to read the file 'key_mapping.json' from the specified directory. A FileNotFoundException indicates that the file does not exist, resulting in a failure to open it. The error is traced through various methods in the application's code, ultimately leading to the failure in the Android environment.

Uploaded by

Gabriel Roc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Loggu Gi

The document reports an error encountered while trying to read the file 'key_mapping.json' from the specified directory. A FileNotFoundException indicates that the file does not exist, resulting in a failure to open it. The error is traced through various methods in the application's code, ultimately leading to the failure in the Android environment.

Uploaded by

Gabriel Roc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[1.9.

37a] 2020/10/24 23:20:00:


com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/storage/emulated/0/TheoTown/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/storage/emulated/0/TheoTown/key_mapping.json (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:150)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:169)
at info.flowersoft.theotown.util.Files.readTextFile(Files.java:57)
at info.flowersoft.theotown.stages.LoadingStage$4.run(LoadingStage.java:1073)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1537)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:147)
at info.flowersoft.theotown.MyGdxGame.render(MyGdxGame.java:125)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
474)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1573)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)
Caused by: java.io.FileNotFoundException:
/storage/emulated/0/TheoTown/key_mapping.json: open failed: ENOENT (No such file or
directory)
at libcore.io.IoBridge.open(IoBridge.java:496)
at java.io.FileInputStream.<init>(FileInputStream.java:159)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146)
... 9 more
Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or
directory)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7825)
at libcore.io.IoBridge.open(IoBridge.java:482)
... 11 more

You might also like