0% found this document useful (0 votes)
17 views

Log

The document logs the startup process of an application. It shows the application initializing, loading assets like textures and fonts, encountering an error loading a key mapping file, continuing startup like loading screens and music, and finally reaching the main game stage. It then logs switching between the game stage and an info stage a few times as the user interacts with the app.

Uploaded by

karenn
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Log

The document logs the startup process of an application. It shows the application initializing, loading assets like textures and fonts, encountering an error loading a key mapping file, continuing startup like loading screens and music, and finally reaching the main game stage. It then logs switching between the game stage and an info stage a few times as the user interacts with the app.

Uploaded by

karenn
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

[1.11.

19i] 2023/10/04 22:28:38: Startup


[1.11.19i] 2023/10/04 22:28:38: create() cold start
[1.11.19i] 2023/10/04 22:28:38: translation pt_BR
[1.11.19i] 2023/10/04 22:28:38: instance MA==
[1.11.19i] 2023/10/04 22:28:38: create() finish
[1.11.19i] 2023/10/04 22:28:38: create() end
[1.11.19i] 2023/10/04 22:28:38: resume app
[1.11.19i] 2023/10/04 22:28:38: refresh
[1.11.19i] 2023/10/04 22:28:38: bind LoadingStage
[1.11.19i] 2023/10/04 22:28:38: prepare LoadingStage
[1.11.19i] 2023/10/04 22:28:39: enter LoadingStage
[1.11.19i] 2023/10/04 22:28:39: loading Warm-up
[1.11.19i] 2023/10/04 22:28:39: refresh
[1.11.19i] 2023/10/04 22:28:39: pause app
[1.11.19i] 2023/10/04 22:28:44: enter app
[1.11.19i] 2023/10/04 22:28:44: resume app
[1.11.19i] 2023/10/04 22:28:44: resume -> enter LoadingStage
[1.11.19i] 2023/10/04 22:28:44: loading Startup
[1.11.19i] 2023/10/04 22:28:44:
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/1E387507-E647-44B6-834A-
FB93F2B854F9/Documents/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/1E387507-E647-44B6-834A-
FB93F2B854F9/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/1E387507-E647-44B6-834A-
FB93F2B854F9/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/04 22:28:44: Max texture size 4096


[1.11.19i] 2023/10/04 22:28:44: Max heap size is 8796093022207MB
[1.11.19i] 2023/10/04 22:28:44: Engine consumes 11MB
[1.11.19i] 2023/10/04 22:28:44: Screen size is 896x414, ppi: 326.0
[1.11.19i] 2023/10/04 22:28:44: loading Texture
[1.11.19i] 2023/10/04 22:28:44: loading Fonts
[1.11.19i] 2023/10/04 22:28:44: loading Skin
[1.11.19i] 2023/10/04 22:28:44: loading Extract files
[1.11.19i] 2023/10/04 22:28:44: loading Frames
[1.11.19i] 2023/10/04 22:28:44: loading Scripting
[1.11.19i] 2023/10/04 22:28:44: loading Collecting drafts
[1.11.19i] 2023/10/04 22:28:44: loading Prefetching images
[1.11.19i] 2023/10/04 22:28:44: loading Loading drafts
[1.11.19i] 2023/10/04 22:28:45: loading Finishing drafts
[1.11.19i] 2023/10/04 22:28:45: loading Loading music
[1.11.19i] 2023/10/04 22:28:45: loading Shaders
[1.11.19i] 2023/10/04 22:28:45: loading Topics
[1.11.19i] 2023/10/04 22:28:45: loading Loading textures
[1.11.19i] 2023/10/04 22:28:46: loading Checking winter
[1.11.19i] 2023/10/04 22:28:46: loading Preparing background
[1.11.19i] 2023/10/04 22:28:46: loading Finishing
[1.11.19i] 2023/10/04 22:28:46: leave LoadingStage
[1.11.19i] 2023/10/04 22:28:46: drop LoadingStage
[1.11.19i] 2023/10/04 22:28:46: bind PluginErrorStage
[1.11.19i] 2023/10/04 22:28:46: prepare PluginErrorStage
[1.11.19i] 2023/10/04 22:28:46: bind WelcomeStage
[1.11.19i] 2023/10/04 22:28:46: prepare WelcomeStage
[1.11.19i] 2023/10/04 22:28:46: enter WelcomeStage
[1.11.19i] 2023/10/04 22:28:46: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:28:46: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:28:46: drop PluginErrorStage
[1.11.19i] 2023/10/04 22:28:46: leave WelcomeStage
[1.11.19i] 2023/10/04 22:28:46: drop WelcomeStage
[1.11.19i] 2023/10/04 22:28:46: bind RegionStage
[1.11.19i] 2023/10/04 22:28:46: prepare RegionStage
[1.11.19i] 2023/10/04 22:28:47: enter RegionStage
[1.11.19i] 2023/10/04 22:28:47: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:28:47: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:28:47: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:28:47: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:28:58: bind LoadWaitingStage
[1.11.19i] 2023/10/04 22:28:58: prepare LoadWaitingStage
[1.11.19i] 2023/10/04 22:28:58: enter LoadWaitingStage
[1.11.19i] 2023/10/04 22:28:58: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:28:58: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:28:58: leave LoadWaitingStage
[1.11.19i] 2023/10/04 22:28:58: drop LoadWaitingStage
[1.11.19i] 2023/10/04 22:28:58: bind GameStage
[1.11.19i] 2023/10/04 22:28:58: prepare GameStage
[1.11.19i] 2023/10/04 22:28:58: enter GameStage
[1.11.19i] 2023/10/04 22:28:58: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:28:58: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:31:54: bind CityInfoStage
[1.11.19i] 2023/10/04 22:31:54: prepare CityInfoStage
[1.11.19i] 2023/10/04 22:31:54: enter CityInfoStage
[1.11.19i] 2023/10/04 22:31:54: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:31:54: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:31:55: leave CityInfoStage
[1.11.19i] 2023/10/04 22:31:55: drop CityInfoStage
[1.11.19i] 2023/10/04 22:31:55: bind CityInfoStage
[1.11.19i] 2023/10/04 22:31:55: prepare CityInfoStage
[1.11.19i] 2023/10/04 22:31:55: enter CityInfoStage
[1.11.19i] 2023/10/04 22:31:55: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:31:55: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:31:56: leave CityInfoStage
[1.11.19i] 2023/10/04 22:31:56: drop CityInfoStage
[1.11.19i] 2023/10/04 22:31:56: enter GameStage
[1.11.19i] 2023/10/04 22:31:56: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:31:56: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:00: bind CityInfoStage
[1.11.19i] 2023/10/04 22:32:00: prepare CityInfoStage
[1.11.19i] 2023/10/04 22:32:00: enter CityInfoStage
[1.11.19i] 2023/10/04 22:32:00: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:00: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:01: leave CityInfoStage
[1.11.19i] 2023/10/04 22:32:01: drop CityInfoStage
[1.11.19i] 2023/10/04 22:32:01: bind CityInfoStage
[1.11.19i] 2023/10/04 22:32:01: prepare CityInfoStage
[1.11.19i] 2023/10/04 22:32:01: enter CityInfoStage
[1.11.19i] 2023/10/04 22:32:01: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:01: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:02: leave CityInfoStage
[1.11.19i] 2023/10/04 22:32:02: drop CityInfoStage
[1.11.19i] 2023/10/04 22:32:02: enter GameStage
[1.11.19i] 2023/10/04 22:32:02: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:02: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:33: bind Store
[1.11.19i] 2023/10/04 22:32:33: prepare Store
[1.11.19i] 2023/10/04 22:32:33: enter Store
[1.11.19i] 2023/10/04 22:32:33: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:33: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:34: leave Store
[1.11.19i] 2023/10/04 22:32:34: drop Store
[1.11.19i] 2023/10/04 22:32:35: enter GameStage
[1.11.19i] 2023/10/04 22:32:35: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:35: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:39: leave GameStage
[1.11.19i] 2023/10/04 22:32:39: drop GameStage
[1.11.19i] 2023/10/04 22:32:39: bind SaveWaitingStage
[1.11.19i] 2023/10/04 22:32:39: prepare SaveWaitingStage
[1.11.19i] 2023/10/04 22:32:39: enter SaveWaitingStage
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:39: leave SaveWaitingStage
[1.11.19i] 2023/10/04 22:32:39: drop SaveWaitingStage
[1.11.19i] 2023/10/04 22:32:39: enter RegionStage
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:39: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:32:40: bind GameStage
[1.11.19i] 2023/10/04 22:32:40: prepare GameStage
[1.11.19i] 2023/10/04 22:32:40: enter GameStage
[1.11.19i] 2023/10/04 22:32:40: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:32:40: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:33:14: bind IOSVideoAdStage
[1.11.19i] 2023/10/04 22:33:14: prepare IOSVideoAdStage
[1.11.19i] 2023/10/04 22:33:14: enter IOSVideoAdStage
[1.11.19i] 2023/10/04 22:33:14: leave IOSVideoAdStage
[1.11.19i] 2023/10/04 22:33:14: drop IOSVideoAdStage
[1.11.19i] 2023/10/04 22:33:14: enter GameStage
[1.11.19i] 2023/10/04 22:33:14: ResolutionMgr perfect width 549 for res 1792x828
with xdpi 326.0 derived from 326.0
[1.11.19i] 2023/10/04 22:33:14: ResolutionMgr perfect index 2 (3) with 4 factors
available
[1.11.19i] 2023/10/04 22:33:16: pause app

You might also like