Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
15 views6 pages

Log

The log file documents the startup process of an application, including loading stages, textures, fonts and other resources. Errors are encountered trying to load a key mapping file from a path that does not exist. After retries, the application is able to complete loading and reach the game stage.

Uploaded by

willmarston86
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)
15 views6 pages

Log

The log file documents the startup process of an application, including loading stages, textures, fonts and other resources. Errors are encountered trying to load a key mapping file from a path that does not exist. After retries, the application is able to complete loading and reach the game stage.

Uploaded by

willmarston86
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/ 6

[1.11.

19i] 2023/10/08 13:20:40: Startup


[1.11.19i] 2023/10/08 13:20:40: create() cold start
[1.11.19i] 2023/10/08 13:20:40: translation en_GB
[1.11.19i] 2023/10/08 13:20:40: instance MA==
[1.11.19i] 2023/10/08 13:20:41: create() finish
[1.11.19i] 2023/10/08 13:20:41: create() end
[1.11.19i] 2023/10/08 13:20:41: resume app
[1.11.19i] 2023/10/08 13:20:41: refresh
[1.11.19i] 2023/10/08 13:20:41: bind LoadingStage
[1.11.19i] 2023/10/08 13:20:41: prepare LoadingStage
[1.11.19i] 2023/10/08 13:20:41: enter LoadingStage
[1.11.19i] 2023/10/08 13:20:41: loading Warm-up
[1.11.19i] 2023/10/08 13:20:41: refresh
[1.11.19i] 2023/10/08 13:20:42: pause app
[1.11.19i] 2023/10/08 13:20:49: enter app
[1.11.19i] 2023/10/08 13:20:49: resume app
[1.11.19i] 2023/10/08 13:20:49: resume -> enter LoadingStage
[1.11.19i] 2023/10/08 13:20:49: loading Startup
[1.11.19i] 2023/10/08 13:20:49:
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/DB8F0FAF-2213-4E87-8E35-
7A941506FEF3/Documents/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/DB8F0FAF-2213-4E87-8E35-
7A941506FEF3/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:57)
at info.flowersoft.theotown.util.Files.readTextFile(Files.java:73)
at
info.flowersoft.theotown.input.KeyActionManager.load(KeyActionManager.java:40)
at info.flowersoft.theotown.stages.LoadingStage$4.run(LoadingStage.java:180)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1679)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:161)
at
info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati
onAdapter.kt:28)
at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java:265)
at
com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java:132)
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:433)
at io.blueflower.theotown.aios.IOSLauncher.main(IOSLauncher.java:300)
Caused by: java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/DB8F0FAF-2213-4E87-8E35-
7A941506FEF3/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

[1.11.19i] 2023/10/08 13:20:49: Max texture size 4096


[1.11.19i] 2023/10/08 13:20:49: Max heap size is 8796093022207MB
[1.11.19i] 2023/10/08 13:20:49: Engine consumes 11MB
[1.11.19i] 2023/10/08 13:20:49: Screen size is 844x390, ppi: 492.0
[1.11.19i] 2023/10/08 13:20:49: loading Texture
[1.11.19i] 2023/10/08 13:20:49: loading Fonts
[1.11.19i] 2023/10/08 13:20:49: loading Skin
[1.11.19i] 2023/10/08 13:20:49: loading Extract files
[1.11.19i] 2023/10/08 13:20:49: loading Frames
[1.11.19i] 2023/10/08 13:20:49: loading Scripting
[1.11.19i] 2023/10/08 13:20:49: loading Collecting drafts
[1.11.19i] 2023/10/08 13:20:49: loading Prefetching images
[1.11.19i] 2023/10/08 13:20:49: pause app
[1.11.19i] 2023/10/08 13:21:29: enter app
[1.11.19i] 2023/10/08 13:21:29: resume app
[1.11.19i] 2023/10/08 13:21:29: resume -> enter LoadingStage
[1.11.19i] 2023/10/08 13:21:29: loading Loading drafts
[1.11.19i] 2023/10/08 13:21:30: loading Finishing drafts
[1.11.19i] 2023/10/08 13:21:30: loading Loading music
[1.11.19i] 2023/10/08 13:21:30: loading Shaders
[1.11.19i] 2023/10/08 13:21:30: loading Topics
[1.11.19i] 2023/10/08 13:21:30: loading Loading textures
[1.11.19i] 2023/10/08 13:21:31: loading Checking winter
[1.11.19i] 2023/10/08 13:21:31: loading Preparing background
[1.11.19i] 2023/10/08 13:21:31: loading Finishing
[1.11.19i] 2023/10/08 13:21:31: leave LoadingStage
[1.11.19i] 2023/10/08 13:21:31: drop LoadingStage
[1.11.19i] 2023/10/08 13:21:31: bind PluginErrorStage
[1.11.19i] 2023/10/08 13:21:31: prepare PluginErrorStage
[1.11.19i] 2023/10/08 13:21:31: bind WelcomeStage
[1.11.19i] 2023/10/08 13:21:31: prepare WelcomeStage
[1.11.19i] 2023/10/08 13:21:31: enter WelcomeStage
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:31: drop PluginErrorStage
[1.11.19i] 2023/10/08 13:21:31: leave WelcomeStage
[1.11.19i] 2023/10/08 13:21:31: drop WelcomeStage
[1.11.19i] 2023/10/08 13:21:31: bind RegionStage
[1.11.19i] 2023/10/08 13:21:31: prepare RegionStage
[1.11.19i] 2023/10/08 13:21:31: enter RegionStage
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:41: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:43: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:47: bind LoadWaitingStage
[1.11.19i] 2023/10/08 13:21:47: prepare LoadWaitingStage
[1.11.19i] 2023/10/08 13:21:47: enter LoadWaitingStage
[1.11.19i] 2023/10/08 13:21:47: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:47: leave LoadWaitingStage
[1.11.19i] 2023/10/08 13:21:47: drop LoadWaitingStage
[1.11.19i] 2023/10/08 13:21:47: bind GameStage
[1.11.19i] 2023/10/08 13:21:47: prepare GameStage
[1.11.19i] 2023/10/08 13:21:47: enter GameStage
[1.11.19i] 2023/10/08 13:21:47: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 13:21:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 13:21:51: pause app
[1.11.19i] 2023/10/08 16:17:20: Startup
[1.11.19i] 2023/10/08 16:17:20: create() cold start
[1.11.19i] 2023/10/08 16:17:20: translation en_GB
[1.11.19i] 2023/10/08 16:17:20: instance MA==
[1.11.19i] 2023/10/08 16:17:20: create() finish
[1.11.19i] 2023/10/08 16:17:20: create() end
[1.11.19i] 2023/10/08 16:17:20: resume app
[1.11.19i] 2023/10/08 16:17:20: refresh
[1.11.19i] 2023/10/08 16:17:20: bind LoadingStage
[1.11.19i] 2023/10/08 16:17:20: prepare LoadingStage
[1.11.19i] 2023/10/08 16:17:21: enter LoadingStage
[1.11.19i] 2023/10/08 16:17:21: loading Warm-up
[1.11.19i] 2023/10/08 16:17:21: refresh
[1.11.19i] 2023/10/08 16:17:21: loading Startup
[1.11.19i] 2023/10/08 16:17:21: Max texture size 4096
[1.11.19i] 2023/10/08 16:17:21: Max heap size is 8796093022207MB
[1.11.19i] 2023/10/08 16:17:21: Engine consumes 11MB
[1.11.19i] 2023/10/08 16:17:21: Screen size is 844x390, ppi: 492.0
[1.11.19i] 2023/10/08 16:17:21: loading Texture
[1.11.19i] 2023/10/08 16:17:21: loading Fonts
[1.11.19i] 2023/10/08 16:17:21: loading Skin
[1.11.19i] 2023/10/08 16:17:21: loading Extract files
[1.11.19i] 2023/10/08 16:17:21: loading Frames
[1.11.19i] 2023/10/08 16:17:21: loading Scripting
[1.11.19i] 2023/10/08 16:17:21: loading Collecting drafts
[1.11.19i] 2023/10/08 16:17:21: loading Prefetching images
[1.11.19i] 2023/10/08 16:17:21: loading Loading drafts
[1.11.19i] 2023/10/08 16:17:22: loading Finishing drafts
[1.11.19i] 2023/10/08 16:17:22: loading Loading music
[1.11.19i] 2023/10/08 16:17:22: loading Shaders
[1.11.19i] 2023/10/08 16:17:22: loading Topics
[1.11.19i] 2023/10/08 16:17:22: loading Loading textures
[1.11.19i] 2023/10/08 16:17:23: loading Checking winter
[1.11.19i] 2023/10/08 16:17:23: loading Preparing background
[1.11.19i] 2023/10/08 16:17:23: loading Finishing
[1.11.19i] 2023/10/08 16:17:23: leave LoadingStage
[1.11.19i] 2023/10/08 16:17:23: drop LoadingStage
[1.11.19i] 2023/10/08 16:17:23: bind PluginErrorStage
[1.11.19i] 2023/10/08 16:17:23: prepare PluginErrorStage
[1.11.19i] 2023/10/08 16:17:23: bind WelcomeStage
[1.11.19i] 2023/10/08 16:17:23: prepare WelcomeStage
[1.11.19i] 2023/10/08 16:17:23: enter WelcomeStage
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:17:23: drop PluginErrorStage
[1.11.19i] 2023/10/08 16:17:23: leave WelcomeStage
[1.11.19i] 2023/10/08 16:17:23: drop WelcomeStage
[1.11.19i] 2023/10/08 16:17:23: bind RegionStage
[1.11.19i] 2023/10/08 16:17:23: prepare RegionStage
[1.11.19i] 2023/10/08 16:17:23: enter RegionStage
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:17:23: bind LoadWaitingStage
[1.11.19i] 2023/10/08 16:17:23: prepare LoadWaitingStage
[1.11.19i] 2023/10/08 16:17:23: enter LoadWaitingStage
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:17:23: leave LoadWaitingStage
[1.11.19i] 2023/10/08 16:17:23: drop LoadWaitingStage
[1.11.19i] 2023/10/08 16:17:23: bind GameStage
[1.11.19i] 2023/10/08 16:17:23: prepare GameStage
[1.11.19i] 2023/10/08 16:17:23: enter GameStage
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:17:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:20:20: bind CityInfoStage
[1.11.19i] 2023/10/08 16:20:20: prepare CityInfoStage
[1.11.19i] 2023/10/08 16:20:20: enter CityInfoStage
[1.11.19i] 2023/10/08 16:20:20: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:20:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:20:33: leave CityInfoStage
[1.11.19i] 2023/10/08 16:20:33: drop CityInfoStage
[1.11.19i] 2023/10/08 16:20:34: enter GameStage
[1.11.19i] 2023/10/08 16:20:34: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:20:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:21:32: instance MTA=
[1.11.19i] 2023/10/08 16:22:33: bind SaveWaitingStage
[1.11.19i] 2023/10/08 16:22:33: prepare SaveWaitingStage
[1.11.19i] 2023/10/08 16:22:33: enter SaveWaitingStage
[1.11.19i] 2023/10/08 16:22:33: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:22:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:22:33: leave SaveWaitingStage
[1.11.19i] 2023/10/08 16:22:33: drop SaveWaitingStage
[1.11.19i] 2023/10/08 16:22:33: enter GameStage
[1.11.19i] 2023/10/08 16:22:33: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:22:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:22:50: pause app
[1.11.19i] 2023/10/08 16:22:52: enter app
[1.11.19i] 2023/10/08 16:22:52: resume app
[1.11.19i] 2023/10/08 16:22:52: resume -> enter GameStage
[1.11.19i] 2023/10/08 16:22:52: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:22:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:22:54: pause app
[1.11.19i] 2023/10/08 16:24:02: enter app
[1.11.19i] 2023/10/08 16:24:02: resume app
[1.11.19i] 2023/10/08 16:24:02: resume -> enter GameStage
[1.11.19i] 2023/10/08 16:24:02: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:11: bind CityInfoStage
[1.11.19i] 2023/10/08 16:24:11: prepare CityInfoStage
[1.11.19i] 2023/10/08 16:24:11: enter CityInfoStage
[1.11.19i] 2023/10/08 16:24:11: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:12: refresh
[1.11.19i] 2023/10/08 16:24:12: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:13: refresh
[1.11.19i] 2023/10/08 16:24:13: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:14: leave CityInfoStage
[1.11.19i] 2023/10/08 16:24:14: drop CityInfoStage
[1.11.19i] 2023/10/08 16:24:14: enter GameStage
[1.11.19i] 2023/10/08 16:24:14: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:31: bind FeaturesStage
[1.11.19i] 2023/10/08 16:24:31: prepare FeaturesStage
[1.11.19i] 2023/10/08 16:24:31: enter FeaturesStage
[1.11.19i] 2023/10/08 16:24:31: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:40: leave FeaturesStage
[1.11.19i] 2023/10/08 16:24:40: drop FeaturesStage
[1.11.19i] 2023/10/08 16:24:40: enter GameStage
[1.11.19i] 2023/10/08 16:24:40: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:24:55: bind Store
[1.11.19i] 2023/10/08 16:24:55: prepare Store
[1.11.19i] 2023/10/08 16:24:55: enter Store
[1.11.19i] 2023/10/08 16:24:55: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:24:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:25:13: pause app
[1.11.19i] 2023/10/08 16:25:19: enter app
[1.11.19i] 2023/10/08 16:25:19: resume app
[1.11.19i] 2023/10/08 16:25:19: resume -> enter Store
[1.11.19i] 2023/10/08 16:25:19: ResolutionMgr perfect width 514 for res 2532x1170
with xdpi 492.0 derived from 492.0
[1.11.19i] 2023/10/08 16:25:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.19i] 2023/10/08 16:25:48: pause app

You might also like