0% found this document useful (0 votes)
7 views8 pages

Log

The document logs a series of events during the startup and loading process of an application, including stages like LoadingStage and WelcomeStage. It highlights an error related to a missing file, 'key_mapping.json', which causes a GdxRuntimeException. The log also provides details about the application's resource loading, screen resolution, and memory usage.

Uploaded by

okkslameu
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)
7 views8 pages

Log

The document logs a series of events during the startup and loading process of an application, including stages like LoadingStage and WelcomeStage. It highlights an error related to a missing file, 'key_mapping.json', which causes a GdxRuntimeException. The log also provides details about the application's resource loading, screen resolution, and memory usage.

Uploaded by

okkslameu
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/ 8

[1.11.

50i] 2024/06/18 18:08:42: Startup


[1.11.50i] 2024/06/18 18:08:42: create() cold start
[1.11.50i] 2024/06/18 18:08:42: translation pt_PT
[1.11.50i] 2024/06/18 18:08:42: instance MA==
[1.11.50i] 2024/06/18 18:08:42: create() finish
[1.11.50i] 2024/06/18 18:08:42: create() end
[1.11.50i] 2024/06/18 18:08:42: resume app
[1.11.50i] 2024/06/18 18:08:42: refresh
[1.11.50i] 2024/06/18 18:08:42: bind LoadingStage
[1.11.50i] 2024/06/18 18:08:42: prepare LoadingStage
[1.11.50i] 2024/06/18 18:08:42: enter LoadingStage
[1.11.50i] 2024/06/18 18:08:42: loading Warm-up
[1.11.50i] 2024/06/18 18:08:43: refresh
[1.11.50i] 2024/06/18 18:08:43: pause app
[1.11.50i] 2024/06/18 18:08:44: enter app
[1.11.50i] 2024/06/18 18:08:44: resume app
[1.11.50i] 2024/06/18 18:08:44: pause app
[1.11.50i] 2024/06/18 18:08:44: enter app
[1.11.50i] 2024/06/18 18:08:44: resume app
[1.11.50i] 2024/06/18 18:08:44: resume -> enter LoadingStage
[1.11.50i] 2024/06/18 18:08:44: loading Startup
[1.11.50i] 2024/06/18 18:08:44:
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/7DDE9F33-D416-4443-A0BA-
B97DBD4DE58C/Documents/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/7DDE9F33-D416-4443-A0BA-
B97DBD4DE58C/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.lambda$prepare$2(LoadingStage.java:172
)
at info.flowersoft.theotown.stages.LoadingStage$$Lambda$3.run(Unknown Source)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1594)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:245)
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:442)
at io.blueflower.theotown.aios.IOSLauncher.main(IOSLauncher.java:300)
Caused by: java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/7DDE9F33-D416-4443-A0BA-
B97DBD4DE58C/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)
... 16 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)
... 18 more

[1.11.50i] 2024/06/18 18:08:44: Max texture size 4096


[1.11.50i] 2024/06/18 18:08:44: Max heap size is 8796093022207MB
[1.11.50i] 2024/06/18 18:08:44: Engine consumes 11MB
[1.11.50i] 2024/06/18 18:08:44: Screen size is 896x414, ppi: 458.0
[1.11.50i] 2024/06/18 18:08:44: loading Texture
[1.11.50i] 2024/06/18 18:08:44: loading Fonts
[1.11.50i] 2024/06/18 18:08:44: pause app
[1.11.50i] 2024/06/18 18:08:49: leave LoadingStage
[1.11.50i] 2024/06/18 18:08:49: drop LoadingStage
[1.11.50i] 2024/06/18 18:13:51: Startup
[1.11.50i] 2024/06/18 18:13:51: create() cold start
[1.11.50i] 2024/06/18 18:13:51: translation pt_PT
[1.11.50i] 2024/06/18 18:13:51: instance MA==
[1.11.50i] 2024/06/18 18:13:51: create() finish
[1.11.50i] 2024/06/18 18:13:51: create() end
[1.11.50i] 2024/06/18 18:13:51: resume app
[1.11.50i] 2024/06/18 18:13:51: refresh
[1.11.50i] 2024/06/18 18:13:51: bind LoadingStage
[1.11.50i] 2024/06/18 18:13:51: prepare LoadingStage
[1.11.50i] 2024/06/18 18:13:51: enter LoadingStage
[1.11.50i] 2024/06/18 18:13:52: loading Warm-up
[1.11.50i] 2024/06/18 18:13:52: refresh
[1.11.50i] 2024/06/18 18:13:52: pause app
[1.11.50i] 2024/06/18 18:13:56: enter app
[1.11.50i] 2024/06/18 18:13:56: resume app
[1.11.50i] 2024/06/18 18:13:56: resume -> enter LoadingStage
[1.11.50i] 2024/06/18 18:13:57: loading Startup
[1.11.50i] 2024/06/18 18:13:57: Max texture size 4096
[1.11.50i] 2024/06/18 18:13:57: Max heap size is 8796093022207MB
[1.11.50i] 2024/06/18 18:13:57: Engine consumes 11MB
[1.11.50i] 2024/06/18 18:13:57: Screen size is 896x414, ppi: 458.0
[1.11.50i] 2024/06/18 18:13:57: loading Texture
[1.11.50i] 2024/06/18 18:13:57: loading Fonts
[1.11.50i] 2024/06/18 18:13:57: loading Skin
[1.11.50i] 2024/06/18 18:13:57: loading Extract files
[1.11.50i] 2024/06/18 18:13:57: loading Frames
[1.11.50i] 2024/06/18 18:13:57: loading Scripting
[1.11.50i] 2024/06/18 18:13:57: loading Collecting drafts
[1.11.50i] 2024/06/18 18:13:59: loading Prefetching images
[1.11.50i] 2024/06/18 18:13:59: loading Loading drafts
[1.11.50i] 2024/06/18 18:14:00: loading Finishing drafts
[1.11.50i] 2024/06/18 18:14:00: loading Loading music
[1.11.50i] 2024/06/18 18:14:00: loading Shaders
[1.11.50i] 2024/06/18 18:14:00: loading Topics
[1.11.50i] 2024/06/18 18:14:00: loading Loading textures
[1.11.50i] 2024/06/18 18:14:01: loading Checking winter
[1.11.50i] 2024/06/18 18:14:01: loading Preparing background
[1.11.50i] 2024/06/18 18:14:01: loading Finishing
[1.11.50i] 2024/06/18 18:14:01: leave LoadingStage
[1.11.50i] 2024/06/18 18:14:01: drop LoadingStage
[1.11.50i] 2024/06/18 18:14:01: bind MissingScriptPermsStage
[1.11.50i] 2024/06/18 18:14:01: prepare MissingScriptPermsStage
[1.11.50i] 2024/06/18 18:14:01: bind PluginErrorStage
[1.11.50i] 2024/06/18 18:14:01: prepare PluginErrorStage
[1.11.50i] 2024/06/18 18:14:01: bind MissingManifestStage
[1.11.50i] 2024/06/18 18:14:01: prepare MissingManifestStage
[1.11.50i] 2024/06/18 18:14:01: bind WelcomeStage
[1.11.50i] 2024/06/18 18:14:01: prepare WelcomeStage
[1.11.50i] 2024/06/18 18:14:01: enter WelcomeStage
[1.11.50i] 2024/06/18 18:14:01: ResolutionMgr perfect width 586 for res 2688x1242
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:14:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:14:01: drop MissingScriptPermsStage
[1.11.50i] 2024/06/18 18:14:01: drop PluginErrorStage
[1.11.50i] 2024/06/18 18:14:01: drop MissingManifestStage
[1.11.50i] 2024/06/18 18:14:01: leave WelcomeStage
[1.11.50i] 2024/06/18 18:14:01: drop WelcomeStage
[1.11.50i] 2024/06/18 18:14:01: bind RegionStage
[1.11.50i] 2024/06/18 18:14:01: prepare RegionStage
[1.11.50i] 2024/06/18 18:14:02: enter RegionStage
[1.11.50i] 2024/06/18 18:14:02: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:14:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:14:02: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:14:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:14:13: bind LoadWaitingStage
[1.11.50i] 2024/06/18 18:14:13: prepare LoadWaitingStage
[1.11.50i] 2024/06/18 18:14:13: enter LoadWaitingStage
[1.11.50i] 2024/06/18 18:14:13: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:14:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:14:13: leave LoadWaitingStage
[1.11.50i] 2024/06/18 18:14:13: drop LoadWaitingStage
[1.11.50i] 2024/06/18 18:14:13: bind GameStage
[1.11.50i] 2024/06/18 18:14:13: prepare GameStage
[1.11.50i] 2024/06/18 18:14:13: enter GameStage
[1.11.50i] 2024/06/18 18:14:13: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:14:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:15:53: bind CityInfoStage
[1.11.50i] 2024/06/18 18:15:53: prepare CityInfoStage
[1.11.50i] 2024/06/18 18:15:53: enter CityInfoStage
[1.11.50i] 2024/06/18 18:15:53: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:15:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:16:09: leave CityInfoStage
[1.11.50i] 2024/06/18 18:16:09: drop CityInfoStage
[1.11.50i] 2024/06/18 18:16:10: enter GameStage
[1.11.50i] 2024/06/18 18:16:10: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:16:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:17:38: instance MTA=
[1.11.50i] 2024/06/18 18:19:07: bind CityInfoStage
[1.11.50i] 2024/06/18 18:19:07: prepare CityInfoStage
[1.11.50i] 2024/06/18 18:19:07: enter CityInfoStage
[1.11.50i] 2024/06/18 18:19:07: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:19:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:19:13: leave CityInfoStage
[1.11.50i] 2024/06/18 18:19:13: drop CityInfoStage
[1.11.50i] 2024/06/18 18:19:13: enter GameStage
[1.11.50i] 2024/06/18 18:19:13: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:19:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:19:35: bind SaveWaitingStage
[1.11.50i] 2024/06/18 18:19:35: prepare SaveWaitingStage
[1.11.50i] 2024/06/18 18:19:35: enter SaveWaitingStage
[1.11.50i] 2024/06/18 18:19:35: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:19:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:19:35: leave SaveWaitingStage
[1.11.50i] 2024/06/18 18:19:35: drop SaveWaitingStage
[1.11.50i] 2024/06/18 18:19:35: enter GameStage
[1.11.50i] 2024/06/18 18:19:35: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:19:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:13: bind CityInfoStage
[1.11.50i] 2024/06/18 18:20:13: prepare CityInfoStage
[1.11.50i] 2024/06/18 18:20:13: enter CityInfoStage
[1.11.50i] 2024/06/18 18:20:13: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:14: leave CityInfoStage
[1.11.50i] 2024/06/18 18:20:14: drop CityInfoStage
[1.11.50i] 2024/06/18 18:20:14: enter GameStage
[1.11.50i] 2024/06/18 18:20:14: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:21: instance MTI=
[1.11.50i] 2024/06/18 18:20:21: bind RankStage
[1.11.50i] 2024/06/18 18:20:21: prepare RankStage
[1.11.50i] 2024/06/18 18:20:21: enter RankStage
[1.11.50i] 2024/06/18 18:20:21: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:24: leave RankStage
[1.11.50i] 2024/06/18 18:20:24: drop RankStage
[1.11.50i] 2024/06/18 18:20:24: enter GameStage
[1.11.50i] 2024/06/18 18:20:24: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:49: bind CityInfoStage
[1.11.50i] 2024/06/18 18:20:49: prepare CityInfoStage
[1.11.50i] 2024/06/18 18:20:49: enter CityInfoStage
[1.11.50i] 2024/06/18 18:20:49: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:20:50: leave CityInfoStage
[1.11.50i] 2024/06/18 18:20:50: drop CityInfoStage
[1.11.50i] 2024/06/18 18:20:50: enter GameStage
[1.11.50i] 2024/06/18 18:20:50: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/18 18:20:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/18 18:22:21: pause app
[1.11.50i] 2024/06/18 18:22:22: enter app
[1.11.50i] 2024/06/18 18:22:22: resume app
[1.11.50i] 2024/06/18 18:22:22: pause app
[1.11.50i] 2024/06/18 18:22:24: leave GameStage
[1.11.50i] 2024/06/18 18:22:24: drop GameStage
[1.11.50i] 2024/06/18 18:22:24: drop RegionStage
[1.11.50i] 2024/06/19 22:43:35: Startup
[1.11.50i] 2024/06/19 22:43:35: create() cold start
[1.11.50i] 2024/06/19 22:43:35: translation pt_PT
[1.11.50i] 2024/06/19 22:43:35: instance MTI=
[1.11.50i] 2024/06/19 22:43:35: create() finish
[1.11.50i] 2024/06/19 22:43:35: create() end
[1.11.50i] 2024/06/19 22:43:35: resume app
[1.11.50i] 2024/06/19 22:43:35: refresh
[1.11.50i] 2024/06/19 22:43:35: bind LoadingStage
[1.11.50i] 2024/06/19 22:43:35: prepare LoadingStage
[1.11.50i] 2024/06/19 22:43:36: enter LoadingStage
[1.11.50i] 2024/06/19 22:43:36: loading Warm-up
[1.11.50i] 2024/06/19 22:43:36: refresh
[1.11.50i] 2024/06/19 22:43:36: loading Startup
[1.11.50i] 2024/06/19 22:43:36: Max texture size 4096
[1.11.50i] 2024/06/19 22:43:36: Max heap size is 8796093022207MB
[1.11.50i] 2024/06/19 22:43:36: Engine consumes 11MB
[1.11.50i] 2024/06/19 22:43:36: Screen size is 896x414, ppi: 458.0
[1.11.50i] 2024/06/19 22:43:36: loading Texture
[1.11.50i] 2024/06/19 22:43:37: loading Fonts
[1.11.50i] 2024/06/19 22:43:37: loading Skin
[1.11.50i] 2024/06/19 22:43:37: loading Extract files
[1.11.50i] 2024/06/19 22:43:37: loading Frames
[1.11.50i] 2024/06/19 22:43:37: loading Scripting
[1.11.50i] 2024/06/19 22:43:37: loading Collecting drafts
[1.11.50i] 2024/06/19 22:43:37: loading Prefetching images
[1.11.50i] 2024/06/19 22:43:37: loading Loading drafts
[1.11.50i] 2024/06/19 22:43:38: loading Finishing drafts
[1.11.50i] 2024/06/19 22:43:38: loading Loading music
[1.11.50i] 2024/06/19 22:43:38: loading Shaders
[1.11.50i] 2024/06/19 22:43:38: loading Topics
[1.11.50i] 2024/06/19 22:43:38: loading Loading textures
[1.11.50i] 2024/06/19 22:43:39: loading Checking winter
[1.11.50i] 2024/06/19 22:43:39: loading Preparing background
[1.11.50i] 2024/06/19 22:43:39: loading Finishing
[1.11.50i] 2024/06/19 22:43:39: leave LoadingStage
[1.11.50i] 2024/06/19 22:43:39: drop LoadingStage
[1.11.50i] 2024/06/19 22:43:39: bind MissingScriptPermsStage
[1.11.50i] 2024/06/19 22:43:39: prepare MissingScriptPermsStage
[1.11.50i] 2024/06/19 22:43:39: bind PluginErrorStage
[1.11.50i] 2024/06/19 22:43:39: prepare PluginErrorStage
[1.11.50i] 2024/06/19 22:43:39: bind MissingManifestStage
[1.11.50i] 2024/06/19 22:43:39: prepare MissingManifestStage
[1.11.50i] 2024/06/19 22:43:39: bind WelcomeStage
[1.11.50i] 2024/06/19 22:43:39: prepare WelcomeStage
[1.11.50i] 2024/06/19 22:43:39: enter WelcomeStage
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect width 586 for res 2688x1242
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:43:39: drop MissingScriptPermsStage
[1.11.50i] 2024/06/19 22:43:39: drop PluginErrorStage
[1.11.50i] 2024/06/19 22:43:39: drop MissingManifestStage
[1.11.50i] 2024/06/19 22:43:39: leave WelcomeStage
[1.11.50i] 2024/06/19 22:43:39: drop WelcomeStage
[1.11.50i] 2024/06/19 22:43:39: bind RegionStage
[1.11.50i] 2024/06/19 22:43:39: prepare RegionStage
[1.11.50i] 2024/06/19 22:43:39: enter RegionStage
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:43:39: instance MTE=
[1.11.50i] 2024/06/19 22:43:39: instance MTI=
[1.11.50i] 2024/06/19 22:43:39: bind LoadWaitingStage
[1.11.50i] 2024/06/19 22:43:39: prepare LoadWaitingStage
[1.11.50i] 2024/06/19 22:43:39: enter LoadWaitingStage
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:43:39: leave LoadWaitingStage
[1.11.50i] 2024/06/19 22:43:39: drop LoadWaitingStage
[1.11.50i] 2024/06/19 22:43:39: bind GameStage
[1.11.50i] 2024/06/19 22:43:39: prepare GameStage
[1.11.50i] 2024/06/19 22:43:40: enter GameStage
[1.11.50i] 2024/06/19 22:43:40: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:43:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:44:06: bind CityInfoStage
[1.11.50i] 2024/06/19 22:44:06: prepare CityInfoStage
[1.11.50i] 2024/06/19 22:44:06: enter CityInfoStage
[1.11.50i] 2024/06/19 22:44:06: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:44:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:44:09: leave CityInfoStage
[1.11.50i] 2024/06/19 22:44:09: drop CityInfoStage
[1.11.50i] 2024/06/19 22:44:09: enter GameStage
[1.11.50i] 2024/06/19 22:44:09: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:44:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:45:13: bind CityInfoStage
[1.11.50i] 2024/06/19 22:45:13: prepare CityInfoStage
[1.11.50i] 2024/06/19 22:45:13: enter CityInfoStage
[1.11.50i] 2024/06/19 22:45:13: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:45:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:45:16: leave CityInfoStage
[1.11.50i] 2024/06/19 22:45:16: drop CityInfoStage
[1.11.50i] 2024/06/19 22:45:16: enter GameStage
[1.11.50i] 2024/06/19 22:45:16: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:45:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:46:10: bind CityInfoStage
[1.11.50i] 2024/06/19 22:46:10: prepare CityInfoStage
[1.11.50i] 2024/06/19 22:46:10: enter CityInfoStage
[1.11.50i] 2024/06/19 22:46:10: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:46:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:46:12: leave CityInfoStage
[1.11.50i] 2024/06/19 22:46:12: drop CityInfoStage
[1.11.50i] 2024/06/19 22:46:12: enter GameStage
[1.11.50i] 2024/06/19 22:46:12: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:46:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:46:15: instance MjI=
[1.11.50i] 2024/06/19 22:48:47: bind SaveWaitingStage
[1.11.50i] 2024/06/19 22:48:47: prepare SaveWaitingStage
[1.11.50i] 2024/06/19 22:48:47: enter SaveWaitingStage
[1.11.50i] 2024/06/19 22:48:47: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:48:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:48:47: leave SaveWaitingStage
[1.11.50i] 2024/06/19 22:48:47: drop SaveWaitingStage
[1.11.50i] 2024/06/19 22:48:47: enter GameStage
[1.11.50i] 2024/06/19 22:48:47: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:48:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:51:20: pause app
[1.11.50i] 2024/06/19 22:51:21: enter app
[1.11.50i] 2024/06/19 22:51:21: resume app
[1.11.50i] 2024/06/19 22:51:21: resume -> enter GameStage
[1.11.50i] 2024/06/19 22:51:21: ResolutionMgr perfect width 586 for res 2685x1240
with xdpi 458.0 derived from 458.0
[1.11.50i] 2024/06/19 22:51:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/19 22:51:22: pause app
[1.11.50i] 2024/06/19 22:51:23: leave GameStage
[1.11.50i] 2024/06/19 22:51:23: drop GameStage
[1.11.50i] 2024/06/19 22:51:23: drop RegionStage
[1.11.50i] 2024/06/20 21:50:36: Startup
[1.11.50i] 2024/06/20 21:50:36: create() cold start
[1.11.50i] 2024/06/20 21:50:36: translation pt_PT
[1.11.50i] 2024/06/20 21:50:36: instance MjI=
[1.11.50i] 2024/06/20 21:50:36: create() finish
[1.11.50i] 2024/06/20 21:50:36: create() end
[1.11.50i] 2024/06/20 21:50:36: resume app
[1.11.50i] 2024/06/20 21:50:36: refresh
[1.11.50i] 2024/06/20 21:50:36: bind LoadingStage
[1.11.50i] 2024/06/20 21:50:36: prepare LoadingStage
[1.11.50i] 2024/06/20 21:50:36: enter LoadingStage
[1.11.50i] 2024/06/20 21:50:37: loading Warm-up
[1.11.50i] 2024/06/20 21:50:37: refresh
[1.11.50i] 2024/06/20 21:50:37: pause app
[1.11.50i] 2024/06/20 21:50:37: refresh
[1.11.50i] 2024/06/20 21:50:37: leave LoadingStage
[1.11.50i] 2024/06/20 21:50:37: drop LoadingStage

You might also like