The document contains log messages from an app startup sequence. It begins with initialization and loading steps, then encounters an error trying to load a key mapping file. After resuming, it continues loading assets and progresses through various stages before launching the game.
The document contains log messages from an app startup sequence. It begins with initialization and loading steps, then encounters an error trying to load a key mapping file. After resuming, it continues loading assets and progresses through various stages before launching the game.
The document contains log messages from an app startup sequence. It begins with initialization and loading steps, then encounters an error trying to load a key mapping file. After resuming, it continues loading assets and progresses through various stages before launching the game.
The document contains log messages from an app startup sequence. It begins with initialization and loading steps, then encounters an error trying to load a key mapping file. After resuming, it continues loading assets and progresses through various stages before launching the game.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 2
[1.10.
43i] 2022/05/23 14:09:20: Startup
[1.10.43i] 2022/05/23 14:09:20: create() cold start [1.10.43i] 2022/05/23 14:09:20: m [1.10.43i] 2022/05/23 14:09:20: translation ru_RU [1.10.43i] 2022/05/23 14:09:20: instance MA== [1.10.43i] 2022/05/23 14:09:20: create() finish [1.10.43i] 2022/05/23 14:09:20: create() end [1.10.43i] 2022/05/23 14:09:20: resume app [1.10.43i] 2022/05/23 14:09:20: refresh [1.10.43i] 2022/05/23 14:09:20: bind LoadingStage [1.10.43i] 2022/05/23 14:09:20: prepare LoadingStage [1.10.43i] 2022/05/23 14:09:20: enter LoadingStage [1.10.43i] 2022/05/23 14:09:21: loading Warm-up [1.10.43i] 2022/05/23 14:09:21: loading Startup [1.10.43i] 2022/05/23 14:09:21: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /private/var/mobile/Containers/Data/Application/60B00497-DB3F-4967-9FE8- FA05A639D8C0/Documents/key_mapping.json (Absolute) com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /private/var/mobile/Containers/Data/Application/60B00497-DB3F-4967-9FE8- FA05A639D8C0/Documents/key_mapping.json (Absolute) at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:149) 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:168) at info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1579) at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154) at info.flowersoft.theotown.MyGdxGame.render(MyGdxGame.java:159) at io.blueflower.theotown.aios.IOSLauncher$1.render(IOSLauncher.java:81) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java:263) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java:131) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.$cb$drawRect$ (IOSGraphics.java) at org.robovm.apple.uikit.UIApplication.main(Native Method) at org.robovm.apple.uikit.UIApplication.main(UIApplication.java:446) at io.blueflower.theotown.aios.IOSLauncher.main(IOSLauncher.java:357) Caused by: java.io.FileNotFoundException: /private/var/mobile/Containers/Data/Application/60B00497-DB3F-4967-9FE8- FA05A639D8C0/Documents/key_mapping.json: open failed: ENOENT (No such file or directory) at libcore.io.IoBridge.open(IoBridge.java:409) at java.io.FileInputStream.<init>(FileInputStream.java:78) at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146) ... 15 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:393) ... 17 more