The document logs the startup and loading process of a game, including initializing stages, loading assets and running into a file not found error when trying to load key mappings.
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 ratings0% found this document useful (0 votes)
9 views
Logb
The document logs the startup and loading process of a game, including initializing stages, loading assets and running into a file not found error when trying to load key mappings.
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/ 14
[1.11.
00a] 2023/07/18 13:12:23: Startup
[1.11.00a] 2023/07/18 13:12:23: create() cold start [1.11.00a] 2023/07/18 13:12:23: translation en_ID [1.11.00a] 2023/07/18 13:12:23: instance MA== [1.11.00a] 2023/07/18 13:12:23: create() finish [1.11.00a] 2023/07/18 13:12:23: create() end [1.11.00a] 2023/07/18 13:12:23: resume app [1.11.00a] 2023/07/18 13:12:23: refresh [1.11.00a] 2023/07/18 13:12:23: bind LoadingStage [1.11.00a] 2023/07/18 13:12:23: prepare LoadingStage [1.11.00a] 2023/07/18 13:12:23: enter LoadingStage [1.11.00a] 2023/07/18 13:12:24: loading Warm-up [1.11.00a] 2023/07/18 13:12:24: loading Startup [1.11.00a] 2023/07/18 13:12:24: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ key_mapping.json (Absolute) com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ 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:56) at info.flowersoft.theotown.util.Files.readTextFile(Files.java:72) at info.flowersoft.theotown.input.KeyActionManager.load(KeyActionManager.java:40) at info.flowersoft.theotown.stages.LoadingStage$4.run(LoadingStage.java:175) at info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1680) at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154) at info.flowersoft.theotown.MyGdxGame.render(MyGdxGame.java:161) at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java: 474) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1592) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1281) Caused by: java.io.FileNotFoundException: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ 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) ... 11 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:8464) at libcore.io.IoBridge.open(IoBridge.java:482) ... 13 more