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

Log

The document logs the startup process of an application, detailing various stages such as loading assets and handling errors. A critical error occurs when the application fails to read a required JSON file due to it not being found, resulting in a FileNotFoundException. The log also includes information about the application's resolution management and memory usage during the loading stages.
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)
4 views

Log

The document logs the startup process of an application, detailing various stages such as loading assets and handling errors. A critical error occurs when the application fails to read a required JSON file due to it not being found, resulting in a FileNotFoundException. The log also includes information about the application's resolution management and memory usage during the loading stages.
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/ 44

[1.11.

36i] 2023/12/02 20:25:18: Startup


[1.11.36i] 2023/12/02 20:25:18: create() cold start
[1.11.36i] 2023/12/02 20:25:19: translation es_CR
[1.11.36i] 2023/12/02 20:25:19: instance MA==
[1.11.36i] 2023/12/02 20:25:19: create() finish
[1.11.36i] 2023/12/02 20:25:19: create() end
[1.11.36i] 2023/12/02 20:25:19: resume app
[1.11.36i] 2023/12/02 20:25:19: refresh
[1.11.36i] 2023/12/02 20:25:19: bind LoadingStage
[1.11.36i] 2023/12/02 20:25:19: prepare LoadingStage
[1.11.36i] 2023/12/02 20:25:20: enter LoadingStage
[1.11.36i] 2023/12/02 20:25:20: loading Warm-up
[1.11.36i] 2023/12/02 20:25:20: pause app
[1.11.36i] 2023/12/02 20:25:25: enter app
[1.11.36i] 2023/12/02 20:25:25: resume app
[1.11.36i] 2023/12/02 20:25:25: resume -> enter LoadingStage
[1.11.36i] 2023/12/02 20:25:25: loading Startup
[1.11.36i] 2023/12/02 20:25:25:
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/125CC5C7-F4E8-4662-AFF7-
CE174DD09512/Documents/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/125CC5C7-F4E8-4662-AFF7-
CE174DD09512/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:181)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1701)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:179)
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/125CC5C7-F4E8-4662-AFF7-
CE174DD09512/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.36i] 2023/12/02 20:25:25: Max texture size 4096


[1.11.36i] 2023/12/02 20:25:25: Max heap size is 8796093022207MB
[1.11.36i] 2023/12/02 20:25:25: Engine consumes 11MB
[1.11.36i] 2023/12/02 20:25:25: Screen size is 1080x810, ppi: 264.0
[1.11.36i] 2023/12/02 20:25:25: loading Texture
[1.11.36i] 2023/12/02 20:25:25: loading Fonts
[1.11.36i] 2023/12/02 20:25:25: loading Skin
[1.11.36i] 2023/12/02 20:25:25: loading Extract files
[1.11.36i] 2023/12/02 20:25:25: loading Frames
[1.11.36i] 2023/12/02 20:25:25: loading Scripting
[1.11.36i] 2023/12/02 20:25:25: loading Collecting drafts
[1.11.36i] 2023/12/02 20:25:28: loading Prefetching images
[1.11.36i] 2023/12/02 20:25:28: loading Loading drafts
[1.11.36i] 2023/12/02 20:25:29: loading Finishing drafts
[1.11.36i] 2023/12/02 20:25:30: loading Loading music
[1.11.36i] 2023/12/02 20:25:30: loading Shaders
[1.11.36i] 2023/12/02 20:25:30: loading Topics
[1.11.36i] 2023/12/02 20:25:30: loading Loading textures
[1.11.36i] 2023/12/02 20:25:31: loading Checking winter
[1.11.36i] 2023/12/02 20:25:31: loading Preparing background
[1.11.36i] 2023/12/02 20:25:31: loading Finishing
[1.11.36i] 2023/12/02 20:25:31: leave LoadingStage
[1.11.36i] 2023/12/02 20:25:31: drop LoadingStage
[1.11.36i] 2023/12/02 20:25:31: bind PluginErrorStage
[1.11.36i] 2023/12/02 20:25:31: prepare PluginErrorStage
[1.11.36i] 2023/12/02 20:25:31: bind MissingManifestStage
[1.11.36i] 2023/12/02 20:25:31: prepare MissingManifestStage
[1.11.36i] 2023/12/02 20:25:31: bind WelcomeStage
[1.11.36i] 2023/12/02 20:25:31: prepare WelcomeStage
[1.11.36i] 2023/12/02 20:25:31: enter WelcomeStage
[1.11.36i] 2023/12/02 20:25:31: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:25:31: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:25:31: drop PluginErrorStage
[1.11.36i] 2023/12/02 20:25:31: drop MissingManifestStage
[1.11.36i] 2023/12/02 20:25:31: leave WelcomeStage
[1.11.36i] 2023/12/02 20:25:31: drop WelcomeStage
[1.11.36i] 2023/12/02 20:25:31: bind RegionStage
[1.11.36i] 2023/12/02 20:25:31: prepare RegionStage
[1.11.36i] 2023/12/02 20:25:32: enter RegionStage
[1.11.36i] 2023/12/02 20:25:32: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:25:32: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:25:32: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:25:32: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:25:59: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:25:59: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:21: bind LoadCityStage
[1.11.36i] 2023/12/02 20:26:21: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:26:21: enter LoadCityStage
[1.11.36i] 2023/12/02 20:26:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:23: leave LoadCityStage
[1.11.36i] 2023/12/02 20:26:23: drop LoadCityStage
[1.11.36i] 2023/12/02 20:26:23: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:26:23: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:26:23: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:26:23: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:26:23: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:26:23: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:23: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:29: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:26:29: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:26:29: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:26:29: enter RegionStage
[1.11.36i] 2023/12/02 20:26:29: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:29: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:30: bind OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:26:30: prepare OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:26:30: enter OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:26:30: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:30: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:37: bind RegionStage
[1.11.36i] 2023/12/02 20:26:37: prepare RegionStage
[1.11.36i] 2023/12/02 20:26:37: enter RegionStage
[1.11.36i] 2023/12/02 20:26:37: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:37: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:39: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:39: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:39: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:39: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:50: bind LoadWaitingStage
[1.11.36i] 2023/12/02 20:26:50: prepare LoadWaitingStage
[1.11.36i] 2023/12/02 20:26:50: enter LoadWaitingStage
[1.11.36i] 2023/12/02 20:26:50: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:50: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:26:56: leave LoadWaitingStage
[1.11.36i] 2023/12/02 20:26:56: drop LoadWaitingStage
[1.11.36i] 2023/12/02 20:26:56: bind GameStage
[1.11.36i] 2023/12/02 20:26:56: prepare GameStage
[1.11.36i] 2023/12/02 20:26:56: enter GameStage
[1.11.36i] 2023/12/02 20:26:56: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:26:56: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:27:54: bind CityInfoStage
[1.11.36i] 2023/12/02 20:27:54: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:27:54: enter CityInfoStage
[1.11.36i] 2023/12/02 20:27:54: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:27:54: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:27:58: leave CityInfoStage
[1.11.36i] 2023/12/02 20:27:58: drop CityInfoStage
[1.11.36i] 2023/12/02 20:27:58: bind CityInfoStage
[1.11.36i] 2023/12/02 20:27:58: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:27:58: enter CityInfoStage
[1.11.36i] 2023/12/02 20:27:58: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:27:58: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:00: leave CityInfoStage
[1.11.36i] 2023/12/02 20:28:00: drop CityInfoStage
[1.11.36i] 2023/12/02 20:28:00: enter GameStage
[1.11.36i] 2023/12/02 20:28:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:33: leave GameStage
[1.11.36i] 2023/12/02 20:28:33: drop GameStage
[1.11.36i] 2023/12/02 20:28:33: enter RegionStage
[1.11.36i] 2023/12/02 20:28:33: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:33: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:33: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:33: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:46: leave RegionStage
[1.11.36i] 2023/12/02 20:28:46: drop RegionStage
[1.11.36i] 2023/12/02 20:28:46: enter OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:28:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:48: leave OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:28:48: drop OnlineRegionProviderStage
[1.11.36i] 2023/12/02 20:28:48: enter RegionStage
[1.11.36i] 2023/12/02 20:28:48: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:48: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:49: bind LoadCityStage
[1.11.36i] 2023/12/02 20:28:49: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:28:49: enter LoadCityStage
[1.11.36i] 2023/12/02 20:28:49: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:49: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:28:52: leave LoadCityStage
[1.11.36i] 2023/12/02 20:28:52: drop LoadCityStage
[1.11.36i] 2023/12/02 20:28:52: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:28:52: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:28:52: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:28:52: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:28:52: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:28:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:28:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:29:28: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:29:28: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:29:28: enter CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:29:28: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:29:28: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:29:56: leave CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:29:56: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:29:56: bind WaitingStage
[1.11.36i] 2023/12/02 20:29:56: prepare WaitingStage
[1.11.36i] 2023/12/02 20:29:56: enter WaitingStage
[1.11.36i] 2023/12/02 20:29:56: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:29:56: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:29:57: leave WaitingStage
[1.11.36i] 2023/12/02 20:29:57: drop WaitingStage
[1.11.36i] 2023/12/02 20:29:57: bind GameStage
[1.11.36i] 2023/12/02 20:29:57: prepare GameStage
[1.11.36i] 2023/12/02 20:29:57: enter GameStage
[1.11.36i] 2023/12/02 20:29:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:29:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:18: bind Store
[1.11.36i] 2023/12/02 20:30:18: prepare Store
[1.11.36i] 2023/12/02 20:30:18: enter Store
[1.11.36i] 2023/12/02 20:30:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:21: leave Store
[1.11.36i] 2023/12/02 20:30:21: drop Store
[1.11.36i] 2023/12/02 20:30:21: enter GameStage
[1.11.36i] 2023/12/02 20:30:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:44: leave GameStage
[1.11.36i] 2023/12/02 20:30:44: drop GameStage
[1.11.36i] 2023/12/02 20:30:44: bind SaveWaitingStage
[1.11.36i] 2023/12/02 20:30:44: prepare SaveWaitingStage
[1.11.36i] 2023/12/02 20:30:44: enter SaveWaitingStage
[1.11.36i] 2023/12/02 20:30:44: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:44: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:44: leave SaveWaitingStage
[1.11.36i] 2023/12/02 20:30:44: drop SaveWaitingStage
[1.11.36i] 2023/12/02 20:30:44: enter RegionStage
[1.11.36i] 2023/12/02 20:30:44: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:44: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:46: bind LoadCityStage
[1.11.36i] 2023/12/02 20:30:46: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:30:46: enter LoadCityStage
[1.11.36i] 2023/12/02 20:30:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:47: leave LoadCityStage
[1.11.36i] 2023/12/02 20:30:47: drop LoadCityStage
[1.11.36i] 2023/12/02 20:30:47: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:30:47: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:30:47: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:30:47: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:30:47: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:30:47: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:47: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:52: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:30:52: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:30:52: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:30:52: enter RegionStage
[1.11.36i] 2023/12/02 20:30:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:54: bind SettingsStage
[1.11.36i] 2023/12/02 20:30:54: prepare SettingsStage
[1.11.36i] 2023/12/02 20:30:54: enter SettingsStage
[1.11.36i] 2023/12/02 20:30:54: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:54: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:54: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:54: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:57: leave SettingsStage
[1.11.36i] 2023/12/02 20:30:57: drop SettingsStage
[1.11.36i] 2023/12/02 20:30:57: bind SettingsStage
[1.11.36i] 2023/12/02 20:30:57: prepare SettingsStage
[1.11.36i] 2023/12/02 20:30:57: enter SettingsStage
[1.11.36i] 2023/12/02 20:30:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:59: leave SettingsStage
[1.11.36i] 2023/12/02 20:30:59: drop SettingsStage
[1.11.36i] 2023/12/02 20:30:59: bind SettingsStage
[1.11.36i] 2023/12/02 20:30:59: prepare SettingsStage
[1.11.36i] 2023/12/02 20:30:59: enter SettingsStage
[1.11.36i] 2023/12/02 20:30:59: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:59: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:30:59: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:30:59: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:00: leave SettingsStage
[1.11.36i] 2023/12/02 20:31:00: drop SettingsStage
[1.11.36i] 2023/12/02 20:31:00: bind SettingsStage
[1.11.36i] 2023/12/02 20:31:00: prepare SettingsStage
[1.11.36i] 2023/12/02 20:31:00: enter SettingsStage
[1.11.36i] 2023/12/02 20:31:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:05: leave SettingsStage
[1.11.36i] 2023/12/02 20:31:05: drop SettingsStage
[1.11.36i] 2023/12/02 20:31:05: enter RegionStage
[1.11.36i] 2023/12/02 20:31:05: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:05: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:09: bind SettingsStage
[1.11.36i] 2023/12/02 20:31:09: prepare SettingsStage
[1.11.36i] 2023/12/02 20:31:09: enter SettingsStage
[1.11.36i] 2023/12/02 20:31:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:15: leave SettingsStage
[1.11.36i] 2023/12/02 20:31:16: drop SettingsStage
[1.11.36i] 2023/12/02 20:31:16: bind SettingsStage
[1.11.36i] 2023/12/02 20:31:16: prepare SettingsStage
[1.11.36i] 2023/12/02 20:31:16: enter SettingsStage
[1.11.36i] 2023/12/02 20:31:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:18: leave SettingsStage
[1.11.36i] 2023/12/02 20:31:18: drop SettingsStage
[1.11.36i] 2023/12/02 20:31:18: bind SettingsStage
[1.11.36i] 2023/12/02 20:31:18: prepare SettingsStage
[1.11.36i] 2023/12/02 20:31:18: enter SettingsStage
[1.11.36i] 2023/12/02 20:31:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:20: leave SettingsStage
[1.11.36i] 2023/12/02 20:31:20: drop SettingsStage
[1.11.36i] 2023/12/02 20:31:20: enter RegionStage
[1.11.36i] 2023/12/02 20:31:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:21: bind LoadCityStage
[1.11.36i] 2023/12/02 20:31:21: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:31:21: enter LoadCityStage
[1.11.36i] 2023/12/02 20:31:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:22: leave LoadCityStage
[1.11.36i] 2023/12/02 20:31:22: drop LoadCityStage
[1.11.36i] 2023/12/02 20:31:22: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:31:22: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:31:22: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:31:22: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:31:22: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:31:22: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:22: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:55: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:31:55: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:31:55: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:31:55: enter RegionStage
[1.11.36i] 2023/12/02 20:31:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:58: bind SettingsStage
[1.11.36i] 2023/12/02 20:31:58: prepare SettingsStage
[1.11.36i] 2023/12/02 20:31:58: enter SettingsStage
[1.11.36i] 2023/12/02 20:31:58: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:58: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:31:58: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:31:58: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:02: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:02: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:02: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:02: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:02: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:02: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:02: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:02: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:02: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:03: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:04: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:04: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:04: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:04: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:04: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:04: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:04: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:04: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:07: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:07: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:07: enter RegionStage
[1.11.36i] 2023/12/02 20:32:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:11: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:11: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:11: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:15: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:15: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:15: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:15: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:15: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:15: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:15: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:15: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:15: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:15: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:17: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:17: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:17: enter RegionStage
[1.11.36i] 2023/12/02 20:32:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:19: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:19: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:19: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:55: leave SettingsStage
[1.11.36i] 2023/12/02 20:32:55: drop SettingsStage
[1.11.36i] 2023/12/02 20:32:55: bind SettingsStage
[1.11.36i] 2023/12/02 20:32:55: prepare SettingsStage
[1.11.36i] 2023/12/02 20:32:55: enter SettingsStage
[1.11.36i] 2023/12/02 20:32:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:32:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:32:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:01: leave SettingsStage
[1.11.36i] 2023/12/02 20:33:01: drop SettingsStage
[1.11.36i] 2023/12/02 20:33:01: enter RegionStage
[1.11.36i] 2023/12/02 20:33:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:02: bind LoadCityStage
[1.11.36i] 2023/12/02 20:33:02: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:33:02: enter LoadCityStage
[1.11.36i] 2023/12/02 20:33:02: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:02: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:03: leave LoadCityStage
[1.11.36i] 2023/12/02 20:33:03: drop LoadCityStage
[1.11.36i] 2023/12/02 20:33:03: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:03: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:03: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:03: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:03: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:03: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:03: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:18: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:18: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:18: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:18: enter RegionStage
[1.11.36i] 2023/12/02 20:33:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:19: bind LoadCityStage
[1.11.36i] 2023/12/02 20:33:19: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:33:19: enter LoadCityStage
[1.11.36i] 2023/12/02 20:33:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:22: leave LoadCityStage
[1.11.36i] 2023/12/02 20:33:22: drop LoadCityStage
[1.11.36i] 2023/12/02 20:33:22: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:22: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:22: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:22: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:22: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:22: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:22: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:29: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:29: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:29: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:29: enter RegionStage
[1.11.36i] 2023/12/02 20:33:29: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:29: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:30: bind LoadCityStage
[1.11.36i] 2023/12/02 20:33:30: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:33:30: enter LoadCityStage
[1.11.36i] 2023/12/02 20:33:30: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:30: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:33:31: leave LoadCityStage
[1.11.36i] 2023/12/02 20:33:31: drop LoadCityStage
[1.11.36i] 2023/12/02 20:33:31: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:31: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:33:31: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:31: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:31: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:33:31: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:33:31: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:14: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:34:14: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:34:14: enter CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:34:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:31: leave CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:34:31: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:34:31: bind WaitingStage
[1.11.36i] 2023/12/02 20:34:31: prepare WaitingStage
[1.11.36i] 2023/12/02 20:34:31: enter WaitingStage
[1.11.36i] 2023/12/02 20:34:31: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:31: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:34: leave WaitingStage
[1.11.36i] 2023/12/02 20:34:34: drop WaitingStage
[1.11.36i] 2023/12/02 20:34:34: bind GameStage
[1.11.36i] 2023/12/02 20:34:34: prepare GameStage
[1.11.36i] 2023/12/02 20:34:34: enter GameStage
[1.11.36i] 2023/12/02 20:34:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:43: leave GameStage
[1.11.36i] 2023/12/02 20:34:43: drop GameStage
[1.11.36i] 2023/12/02 20:34:43: bind SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:43: prepare SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:43: enter SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:43: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:43: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:44: leave SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:44: drop SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:44: enter RegionStage
[1.11.36i] 2023/12/02 20:34:44: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:44: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:45: bind LoadCityStage
[1.11.36i] 2023/12/02 20:34:45: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:34:45: enter LoadCityStage
[1.11.36i] 2023/12/02 20:34:45: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:45: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:46: bind LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:46: prepare LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:46: enter LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:46: leave LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:46: drop LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:46: drop LoadCityStage
[1.11.36i] 2023/12/02 20:34:46: bind GameStage
[1.11.36i] 2023/12/02 20:34:46: prepare GameStage
[1.11.36i] 2023/12/02 20:34:46: enter GameStage
[1.11.36i] 2023/12/02 20:34:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:49: leave GameStage
[1.11.36i] 2023/12/02 20:34:49: drop GameStage
[1.11.36i] 2023/12/02 20:34:49: bind SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:49: prepare SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:49: enter SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:49: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:49: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:49: leave SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:49: drop SaveWaitingStage
[1.11.36i] 2023/12/02 20:34:49: enter RegionStage
[1.11.36i] 2023/12/02 20:34:49: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:49: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:52: bind LoadCityStage
[1.11.36i] 2023/12/02 20:34:52: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:34:52: enter LoadCityStage
[1.11.36i] 2023/12/02 20:34:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:53: bind LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:53: prepare LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:53: enter LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:53: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:53: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:34:54: leave LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:54: drop LoadWaitingStage
[1.11.36i] 2023/12/02 20:34:54: drop LoadCityStage
[1.11.36i] 2023/12/02 20:34:54: bind GameStage
[1.11.36i] 2023/12/02 20:34:54: prepare GameStage
[1.11.36i] 2023/12/02 20:34:54: enter GameStage
[1.11.36i] 2023/12/02 20:34:54: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:34:54: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:35:13: leave GameStage
[1.11.36i] 2023/12/02 20:35:13: drop GameStage
[1.11.36i] 2023/12/02 20:35:13: bind SaveWaitingStage
[1.11.36i] 2023/12/02 20:35:13: prepare SaveWaitingStage
[1.11.36i] 2023/12/02 20:35:13: enter SaveWaitingStage
[1.11.36i] 2023/12/02 20:35:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:35:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:35:14: leave SaveWaitingStage
[1.11.36i] 2023/12/02 20:35:14: drop SaveWaitingStage
[1.11.36i] 2023/12/02 20:35:14: enter RegionStage
[1.11.36i] 2023/12/02 20:35:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:35:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:35:15: bind LoadCityStage
[1.11.36i] 2023/12/02 20:35:15: prepare LoadCityStage
[1.11.36i] 2023/12/02 20:35:15: enter LoadCityStage
[1.11.36i] 2023/12/02 20:35:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:35:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:35:16: leave LoadCityStage
[1.11.36i] 2023/12/02 20:35:16: drop LoadCityStage
[1.11.36i] 2023/12/02 20:35:16: bind CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:35:16: prepare CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:35:16: bind CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:35:16: prepare CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:35:16: enter CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:35:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:35:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:35:58: leave CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:35:58: drop CreateCityStage1;region=false
[1.11.36i] 2023/12/02 20:35:58: enter CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:35:58: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:35:58: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:36:13: leave CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:36:13: drop CreateCityStage2;region=false
[1.11.36i] 2023/12/02 20:36:13: bind WaitingStage
[1.11.36i] 2023/12/02 20:36:13: prepare WaitingStage
[1.11.36i] 2023/12/02 20:36:13: enter WaitingStage
[1.11.36i] 2023/12/02 20:36:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:36:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:36:18: leave WaitingStage
[1.11.36i] 2023/12/02 20:36:18: drop WaitingStage
[1.11.36i] 2023/12/02 20:36:18: bind GameStage
[1.11.36i] 2023/12/02 20:36:18: prepare GameStage
[1.11.36i] 2023/12/02 20:36:18: enter GameStage
[1.11.36i] 2023/12/02 20:36:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:36:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:11: bind CityInfoStage
[1.11.36i] 2023/12/02 20:37:11: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:37:11: enter CityInfoStage
[1.11.36i] 2023/12/02 20:37:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:12: leave CityInfoStage
[1.11.36i] 2023/12/02 20:37:12: drop CityInfoStage
[1.11.36i] 2023/12/02 20:37:12: enter GameStage
[1.11.36i] 2023/12/02 20:37:12: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:12: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:28: bind CityInfoStage
[1.11.36i] 2023/12/02 20:37:28: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:37:28: enter CityInfoStage
[1.11.36i] 2023/12/02 20:37:28: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:28: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:29: leave CityInfoStage
[1.11.36i] 2023/12/02 20:37:29: drop CityInfoStage
[1.11.36i] 2023/12/02 20:37:29: enter GameStage
[1.11.36i] 2023/12/02 20:37:29: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:29: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:29: bind CityInfoStage
[1.11.36i] 2023/12/02 20:37:29: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:37:29: enter CityInfoStage
[1.11.36i] 2023/12/02 20:37:29: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:29: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:37:30: leave CityInfoStage
[1.11.36i] 2023/12/02 20:37:30: drop CityInfoStage
[1.11.36i] 2023/12/02 20:37:30: enter GameStage
[1.11.36i] 2023/12/02 20:37:30: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:37:30: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:38:36: instance MTA=
[1.11.36i] 2023/12/02 20:40:09: bind CityInfoStage
[1.11.36i] 2023/12/02 20:40:09: prepare CityInfoStage
[1.11.36i] 2023/12/02 20:40:09: enter CityInfoStage
[1.11.36i] 2023/12/02 20:40:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:40:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:40:10: leave CityInfoStage
[1.11.36i] 2023/12/02 20:40:10: drop CityInfoStage
[1.11.36i] 2023/12/02 20:40:10: enter GameStage
[1.11.36i] 2023/12/02 20:40:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:40:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:41:16: bind SaveWaitingStage
[1.11.36i] 2023/12/02 20:41:16: prepare SaveWaitingStage
[1.11.36i] 2023/12/02 20:41:16: enter SaveWaitingStage
[1.11.36i] 2023/12/02 20:41:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:41:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:41:17: leave SaveWaitingStage
[1.11.36i] 2023/12/02 20:41:17: drop SaveWaitingStage
[1.11.36i] 2023/12/02 20:41:17: enter GameStage
[1.11.36i] 2023/12/02 20:41:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/02 20:41:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/02 20:41:37: pause app
[1.11.36i] 2023/12/05 20:52:48: Startup
[1.11.36i] 2023/12/05 20:52:48: create() cold start
[1.11.36i] 2023/12/05 20:52:48: translation es_CR
[1.11.36i] 2023/12/05 20:52:48: instance MTA=
[1.11.36i] 2023/12/05 20:52:48: create() finish
[1.11.36i] 2023/12/05 20:52:48: create() end
[1.11.36i] 2023/12/05 20:52:48: resume app
[1.11.36i] 2023/12/05 20:52:48: refresh
[1.11.36i] 2023/12/05 20:52:48: bind LoadingStage
[1.11.36i] 2023/12/05 20:52:48: prepare LoadingStage
[1.11.36i] 2023/12/05 20:52:48: enter LoadingStage
[1.11.36i] 2023/12/05 20:52:48: loading Warm-up
[1.11.36i] 2023/12/05 20:52:49: loading Startup
[1.11.36i] 2023/12/05 20:52:49: Max texture size 4096
[1.11.36i] 2023/12/05 20:52:49: Max heap size is 8796093022207MB
[1.11.36i] 2023/12/05 20:52:49: Engine consumes 11MB
[1.11.36i] 2023/12/05 20:52:49: Screen size is 1080x810, ppi: 264.0
[1.11.36i] 2023/12/05 20:52:49: loading Texture
[1.11.36i] 2023/12/05 20:52:49: loading Fonts
[1.11.36i] 2023/12/05 20:52:49: loading Skin
[1.11.36i] 2023/12/05 20:52:49: loading Extract files
[1.11.36i] 2023/12/05 20:52:49: loading Frames
[1.11.36i] 2023/12/05 20:52:49: loading Scripting
[1.11.36i] 2023/12/05 20:52:49: loading Collecting drafts
[1.11.36i] 2023/12/05 20:52:49: loading Prefetching images
[1.11.36i] 2023/12/05 20:52:49: loading Loading drafts
[1.11.36i] 2023/12/05 20:52:50: loading Finishing drafts
[1.11.36i] 2023/12/05 20:52:51: loading Loading music
[1.11.36i] 2023/12/05 20:52:51: loading Shaders
[1.11.36i] 2023/12/05 20:52:51: loading Topics
[1.11.36i] 2023/12/05 20:52:51: loading Loading textures
[1.11.36i] 2023/12/05 20:52:52: loading Checking winter
[1.11.36i] 2023/12/05 20:52:52: loading Preparing background
[1.11.36i] 2023/12/05 20:52:52: loading Finishing
[1.11.36i] 2023/12/05 20:52:52: leave LoadingStage
[1.11.36i] 2023/12/05 20:52:52: drop LoadingStage
[1.11.36i] 2023/12/05 20:52:52: bind PluginErrorStage
[1.11.36i] 2023/12/05 20:52:52: prepare PluginErrorStage
[1.11.36i] 2023/12/05 20:52:52: bind MissingManifestStage
[1.11.36i] 2023/12/05 20:52:52: prepare MissingManifestStage
[1.11.36i] 2023/12/05 20:52:52: bind WelcomeStage
[1.11.36i] 2023/12/05 20:52:52: prepare WelcomeStage
[1.11.36i] 2023/12/05 20:52:52: enter WelcomeStage
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:52:52: drop PluginErrorStage
[1.11.36i] 2023/12/05 20:52:52: drop MissingManifestStage
[1.11.36i] 2023/12/05 20:52:52: leave WelcomeStage
[1.11.36i] 2023/12/05 20:52:52: drop WelcomeStage
[1.11.36i] 2023/12/05 20:52:52: bind RegionStage
[1.11.36i] 2023/12/05 20:52:52: prepare RegionStage
[1.11.36i] 2023/12/05 20:52:52: enter RegionStage
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:52:52: instance OQ==
[1.11.36i] 2023/12/05 20:52:52: instance MTA=
[1.11.36i] 2023/12/05 20:52:52: bind LoadWaitingStage
[1.11.36i] 2023/12/05 20:52:52: prepare LoadWaitingStage
[1.11.36i] 2023/12/05 20:52:52: enter LoadWaitingStage
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:52:53: leave LoadWaitingStage
[1.11.36i] 2023/12/05 20:52:53: drop LoadWaitingStage
[1.11.36i] 2023/12/05 20:52:53: bind GameStage
[1.11.36i] 2023/12/05 20:52:53: prepare GameStage
[1.11.36i] 2023/12/05 20:52:53: enter GameStage
[1.11.36i] 2023/12/05 20:52:53: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 20:52:53: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 20:53:01: instance MjA=
[1.11.36i] 2023/12/05 20:53:07: pause app
[1.11.36i] 2023/12/05 21:09:43: enter app
[1.11.36i] 2023/12/05 21:09:43: resume app
[1.11.36i] 2023/12/05 21:09:43: resume -> enter GameStage
[1.11.36i] 2023/12/05 21:09:43: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.36i] 2023/12/05 21:09:43: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.36i] 2023/12/05 21:09:44: pause app
[1.11.50i] 2024/04/21 20:41:52: Startup
[1.11.50i] 2024/04/21 20:41:52: create() cold start
[1.11.50i] 2024/04/21 20:41:52: translation es_CR
[1.11.50i] 2024/04/21 20:41:52: instance MjA=
[1.11.50i] 2024/04/21 20:41:52: create() finish
[1.11.50i] 2024/04/21 20:41:52: create() end
[1.11.50i] 2024/04/21 20:41:52: resume app
[1.11.50i] 2024/04/21 20:41:52: refresh
[1.11.50i] 2024/04/21 20:41:52: bind LoadingStage
[1.11.50i] 2024/04/21 20:41:52: prepare LoadingStage
[1.11.50i] 2024/04/21 20:41:53: enter LoadingStage
[1.11.50i] 2024/04/21 20:41:53: loading Warm-up
[1.11.50i] 2024/04/21 20:41:53: refresh
[1.11.50i] 2024/04/21 20:41:54: loading Startup
[1.11.50i] 2024/04/21 20:41:54: Max texture size 4096
[1.11.50i] 2024/04/21 20:41:54: Max heap size is 8796093022207MB
[1.11.50i] 2024/04/21 20:41:54: Engine consumes 11MB
[1.11.50i] 2024/04/21 20:41:54: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/04/21 20:41:54: loading Texture
[1.11.50i] 2024/04/21 20:41:54: loading Fonts
[1.11.50i] 2024/04/21 20:41:54: loading Skin
[1.11.50i] 2024/04/21 20:41:54: loading Extract files
[1.11.50i] 2024/04/21 20:41:54: loading Frames
[1.11.50i] 2024/04/21 20:41:54: loading Scripting
[1.11.50i] 2024/04/21 20:41:54: loading Collecting drafts
[1.11.50i] 2024/04/21 20:41:57: loading Prefetching images
[1.11.50i] 2024/04/21 20:41:57: loading Loading drafts
[1.11.50i] 2024/04/21 20:41:58: loading Finishing drafts
[1.11.50i] 2024/04/21 20:41:58: loading Loading music
[1.11.50i] 2024/04/21 20:41:58: loading Shaders
[1.11.50i] 2024/04/21 20:41:58: loading Topics
[1.11.50i] 2024/04/21 20:41:58: loading Loading textures
[1.11.50i] 2024/04/21 20:42:00: loading Checking winter
[1.11.50i] 2024/04/21 20:42:00: loading Preparing background
[1.11.50i] 2024/04/21 20:42:00: loading Finishing
[1.11.50i] 2024/04/21 20:42:00: leave LoadingStage
[1.11.50i] 2024/04/21 20:42:00: drop LoadingStage
[1.11.50i] 2024/04/21 20:42:00: bind MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:42:00: prepare MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:42:00: bind PluginErrorStage
[1.11.50i] 2024/04/21 20:42:00: prepare PluginErrorStage
[1.11.50i] 2024/04/21 20:42:00: bind MissingManifestStage
[1.11.50i] 2024/04/21 20:42:00: prepare MissingManifestStage
[1.11.50i] 2024/04/21 20:42:00: bind WelcomeStage
[1.11.50i] 2024/04/21 20:42:00: prepare WelcomeStage
[1.11.50i] 2024/04/21 20:42:00: enter WelcomeStage
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:42:00: drop MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:42:00: drop PluginErrorStage
[1.11.50i] 2024/04/21 20:42:00: drop MissingManifestStage
[1.11.50i] 2024/04/21 20:42:00: leave WelcomeStage
[1.11.50i] 2024/04/21 20:42:00: drop WelcomeStage
[1.11.50i] 2024/04/21 20:42:00: bind RegionStage
[1.11.50i] 2024/04/21 20:42:00: prepare RegionStage
[1.11.50i] 2024/04/21 20:42:00: enter RegionStage
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:42:00: instance MTk=
[1.11.50i] 2024/04/21 20:42:00: instance MjA=
[1.11.50i] 2024/04/21 20:42:00: bind LoadWaitingStage
[1.11.50i] 2024/04/21 20:42:00: prepare LoadWaitingStage
[1.11.50i] 2024/04/21 20:42:00: enter LoadWaitingStage
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:00: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:42:01: leave LoadWaitingStage
[1.11.50i] 2024/04/21 20:42:01: drop LoadWaitingStage
[1.11.50i] 2024/04/21 20:42:01: bind GameStage
[1.11.50i] 2024/04/21 20:42:01: prepare GameStage
[1.11.50i] 2024/04/21 20:42:01: enter GameStage
[1.11.50i] 2024/04/21 20:42:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:42:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:07: bind CityInfoStage
[1.11.50i] 2024/04/21 20:45:07: prepare CityInfoStage
[1.11.50i] 2024/04/21 20:45:07: enter CityInfoStage
[1.11.50i] 2024/04/21 20:45:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:09: leave CityInfoStage
[1.11.50i] 2024/04/21 20:45:09: drop CityInfoStage
[1.11.50i] 2024/04/21 20:45:09: enter GameStage
[1.11.50i] 2024/04/21 20:45:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:10: bind CityInfoStage
[1.11.50i] 2024/04/21 20:45:10: prepare CityInfoStage
[1.11.50i] 2024/04/21 20:45:10: enter CityInfoStage
[1.11.50i] 2024/04/21 20:45:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:11: leave CityInfoStage
[1.11.50i] 2024/04/21 20:45:11: drop CityInfoStage
[1.11.50i] 2024/04/21 20:45:11: enter GameStage
[1.11.50i] 2024/04/21 20:45:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:16: leave GameStage
[1.11.50i] 2024/04/21 20:45:16: drop GameStage
[1.11.50i] 2024/04/21 20:45:16: bind SaveWaitingStage
[1.11.50i] 2024/04/21 20:45:16: prepare SaveWaitingStage
[1.11.50i] 2024/04/21 20:45:16: enter SaveWaitingStage
[1.11.50i] 2024/04/21 20:45:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:17: leave SaveWaitingStage
[1.11.50i] 2024/04/21 20:45:17: drop SaveWaitingStage
[1.11.50i] 2024/04/21 20:45:17: enter RegionStage
[1.11.50i] 2024/04/21 20:45:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:18: bind LoadCityStage
[1.11.50i] 2024/04/21 20:45:18: prepare LoadCityStage
[1.11.50i] 2024/04/21 20:45:18: enter LoadCityStage
[1.11.50i] 2024/04/21 20:45:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:19: bind LoadWaitingStage
[1.11.50i] 2024/04/21 20:45:19: prepare LoadWaitingStage
[1.11.50i] 2024/04/21 20:45:19: enter LoadWaitingStage
[1.11.50i] 2024/04/21 20:45:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:45:20: leave LoadWaitingStage
[1.11.50i] 2024/04/21 20:45:20: drop LoadWaitingStage
[1.11.50i] 2024/04/21 20:45:20: drop LoadCityStage
[1.11.50i] 2024/04/21 20:45:20: bind GameStage
[1.11.50i] 2024/04/21 20:45:20: prepare GameStage
[1.11.50i] 2024/04/21 20:45:20: enter GameStage
[1.11.50i] 2024/04/21 20:45:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:45:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:47:57: bind Store
[1.11.50i] 2024/04/21 20:47:57: prepare Store
[1.11.50i] 2024/04/21 20:47:57: enter Store
[1.11.50i] 2024/04/21 20:47:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:47:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:02: leave Store
[1.11.50i] 2024/04/21 20:48:02: drop Store
[1.11.50i] 2024/04/21 20:48:02: drop GameStage
[1.11.50i] 2024/04/21 20:48:02: drop RegionStage
[1.11.50i] 2024/04/21 20:48:02: Startup
[1.11.50i] 2024/04/21 20:48:02: create() cold start
[1.11.50i] 2024/04/21 20:48:02: translation es_CR
[1.11.50i] 2024/04/21 20:48:02:
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/15846FD3-0932-435E-B8DA-
287C9AE11029/Library/local/cache/erqkljn0j07wgv0w.ofs: open failed: ENOENT (No such
file or directory)
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/15846FD3-0932-435E-B8DA-
287C9AE11029/Library/local/cache/erqkljn0j07wgv0w.ofs: open failed: ENOENT (No such
file or directory)
at libcore.io.IoBridge.open(IoBridge.java:409)
at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
at java.io.FileOutputStream.<init>(FileOutputStream.java:73)
at info.flowersoft.theotown.util.Files.writeBinaryFile(Files.java:118)
at
info.flowersoft.theotown.util.OnlineFileStore.cacheVirtualFile(OnlineFileStore.java
:146)
at
info.flowersoft.theotown.util.OnlineFileStore.download(OnlineFileStore.java:275)
at
info.flowersoft.theotown.util.OnlineFileStore.access$200(OnlineFileStore.java:32)
at
info.flowersoft.theotown.util.OnlineFileStore$2.run(OnlineFileStore.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:837)
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)
... 10 more

[1.11.50i] 2024/04/21 20:48:02: instance MjA=


[1.11.50i] 2024/04/21 20:48:02: create() finish
[1.11.50i] 2024/04/21 20:48:02: create() end
[1.11.50i] 2024/04/21 20:48:02: resume app
[1.11.50i] 2024/04/21 20:48:02: refresh
[1.11.50i] 2024/04/21 20:48:02: bind LoadingStage
[1.11.50i] 2024/04/21 20:48:02: prepare LoadingStage
[1.11.50i] 2024/04/21 20:48:03:
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/15846FD3-0932-435E-B8DA-
287C9AE11029/Library/local/cache/js9o3eyhji3vj8lb.ofs: open failed: ENOENT (No such
file or directory)
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/15846FD3-0932-435E-B8DA-
287C9AE11029/Library/local/cache/js9o3eyhji3vj8lb.ofs: open failed: ENOENT (No such
file or directory)
at libcore.io.IoBridge.open(IoBridge.java:409)
at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
at java.io.FileOutputStream.<init>(FileOutputStream.java:73)
at info.flowersoft.theotown.util.Files.writeBinaryFile(Files.java:118)
at
info.flowersoft.theotown.util.OnlineFileStore.cacheVirtualFile(OnlineFileStore.java
:146)
at
info.flowersoft.theotown.util.OnlineFileStore.download(OnlineFileStore.java:275)
at
info.flowersoft.theotown.util.OnlineFileStore.access$200(OnlineFileStore.java:32)
at
info.flowersoft.theotown.util.OnlineFileStore$2.run(OnlineFileStore.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:837)
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)
... 10 more

[1.11.50i] 2024/04/21 20:48:03: enter LoadingStage


[1.11.50i] 2024/04/21 20:48:03: loading Warm-up
[1.11.50i] 2024/04/21 20:48:03: loading Startup
[1.11.50i] 2024/04/21 20:48:03: Max texture size 4096
[1.11.50i] 2024/04/21 20:48:03: Max heap size is 8796093022207MB
[1.11.50i] 2024/04/21 20:48:03: Engine consumes 11MB
[1.11.50i] 2024/04/21 20:48:03: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/04/21 20:48:04: loading Texture
[1.11.50i] 2024/04/21 20:48:04: loading Fonts
[1.11.50i] 2024/04/21 20:48:04: loading Skin
[1.11.50i] 2024/04/21 20:48:04: loading Extract files
[1.11.50i] 2024/04/21 20:48:04: loading Frames
[1.11.50i] 2024/04/21 20:48:04: loading Scripting
[1.11.50i] 2024/04/21 20:48:04: loading Collecting drafts
[1.11.50i] 2024/04/21 20:48:04: loading Prefetching images
[1.11.50i] 2024/04/21 20:48:04: loading Loading drafts
[1.11.50i] 2024/04/21 20:48:05: loading Finishing drafts
[1.11.50i] 2024/04/21 20:48:05: loading Loading music
[1.11.50i] 2024/04/21 20:48:05: loading Shaders
[1.11.50i] 2024/04/21 20:48:05: loading Topics
[1.11.50i] 2024/04/21 20:48:05: loading Loading textures
[1.11.50i] 2024/04/21 20:48:07: loading Checking winter
[1.11.50i] 2024/04/21 20:48:07: loading Preparing background
[1.11.50i] 2024/04/21 20:48:07: loading Finishing
[1.11.50i] 2024/04/21 20:48:07: leave LoadingStage
[1.11.50i] 2024/04/21 20:48:07: drop LoadingStage
[1.11.50i] 2024/04/21 20:48:07: bind MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:48:07: prepare MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:48:07: bind PluginErrorStage
[1.11.50i] 2024/04/21 20:48:07: prepare PluginErrorStage
[1.11.50i] 2024/04/21 20:48:07: bind MissingManifestStage
[1.11.50i] 2024/04/21 20:48:07: prepare MissingManifestStage
[1.11.50i] 2024/04/21 20:48:07: bind WelcomeStage
[1.11.50i] 2024/04/21 20:48:07: prepare WelcomeStage
[1.11.50i] 2024/04/21 20:48:07: enter WelcomeStage
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:07: drop MissingScriptPermsStage
[1.11.50i] 2024/04/21 20:48:07: drop PluginErrorStage
[1.11.50i] 2024/04/21 20:48:07: drop MissingManifestStage
[1.11.50i] 2024/04/21 20:48:07: leave WelcomeStage
[1.11.50i] 2024/04/21 20:48:07: drop WelcomeStage
[1.11.50i] 2024/04/21 20:48:07: bind RegionStage
[1.11.50i] 2024/04/21 20:48:07: prepare RegionStage
[1.11.50i] 2024/04/21 20:48:07: enter RegionStage
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:07: instance MTk=
[1.11.50i] 2024/04/21 20:48:07: instance MjA=
[1.11.50i] 2024/04/21 20:48:07: bind LoadWaitingStage
[1.11.50i] 2024/04/21 20:48:07: prepare LoadWaitingStage
[1.11.50i] 2024/04/21 20:48:07: enter LoadWaitingStage
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:07: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:08: leave LoadWaitingStage
[1.11.50i] 2024/04/21 20:48:08: drop LoadWaitingStage
[1.11.50i] 2024/04/21 20:48:08: bind GameStage
[1.11.50i] 2024/04/21 20:48:08: prepare GameStage
[1.11.50i] 2024/04/21 20:48:08: enter GameStage
[1.11.50i] 2024/04/21 20:48:08: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:08: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:17: bind Store
[1.11.50i] 2024/04/21 20:48:17: prepare Store
[1.11.50i] 2024/04/21 20:48:17: enter Store
[1.11.50i] 2024/04/21 20:48:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:19: leave Store
[1.11.50i] 2024/04/21 20:48:19: drop Store
[1.11.50i] 2024/04/21 20:48:19: enter GameStage
[1.11.50i] 2024/04/21 20:48:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:34: bind Store
[1.11.50i] 2024/04/21 20:48:34: prepare Store
[1.11.50i] 2024/04/21 20:48:34: enter Store
[1.11.50i] 2024/04/21 20:48:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:48:46: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:48:46: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:48:46: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:48:46: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:48:46: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:48:46: enter Store
[1.11.50i] 2024/04/21 20:48:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:48:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:49:27: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:49:27: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:49:27: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:49:27: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:49:27: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:49:27: enter Store
[1.11.50i] 2024/04/21 20:49:27: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:49:27: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:50:11: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:50:11: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:50:11: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:50:11: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:50:11: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:50:11: enter Store
[1.11.50i] 2024/04/21 20:50:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:50:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:51:06: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:51:06: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:51:06: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:51:06: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:51:06: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:51:06: enter Store
[1.11.50i] 2024/04/21 20:51:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:51:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:52:26: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:52:26: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:52:26: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:52:26: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:52:26: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:52:26: enter Store
[1.11.50i] 2024/04/21 20:52:26: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:52:26: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:53:08: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:53:08: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:53:08: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:53:08: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:53:08: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:53:08: enter Store
[1.11.50i] 2024/04/21 20:53:08: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:53:08: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:55:04: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:04: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:04: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:04: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:04: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:04: enter Store
[1.11.50i] 2024/04/21 20:55:04: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:55:04: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:55:39: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:39: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:39: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:39: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:39: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:55:39: enter Store
[1.11.50i] 2024/04/21 20:55:39: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:55:39: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:55:52: pause app
[1.11.50i] 2024/04/21 20:55:55: enter app
[1.11.50i] 2024/04/21 20:55:55: resume app
[1.11.50i] 2024/04/21 20:56:37: resume -> enter Store
[1.11.50i] 2024/04/21 20:56:37: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:56:37: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:57:29: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:57:29: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:57:29: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:57:29: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:57:29: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:57:29: enter Store
[1.11.50i] 2024/04/21 20:57:29: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:57:29: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 20:58:58: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 20:58:58: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 20:58:58: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 20:58:58: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 20:58:58: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 20:58:58: enter Store
[1.11.50i] 2024/04/21 20:58:58: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 20:58:58: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:00:57: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 21:00:57: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 21:00:57: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 21:00:57: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 21:00:57: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 21:00:57: enter Store
[1.11.50i] 2024/04/21 21:00:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:00:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:00: leave Store
[1.11.50i] 2024/04/21 21:04:00: drop Store
[1.11.50i] 2024/04/21 21:04:00: drop GameStage
[1.11.50i] 2024/04/21 21:04:00: drop RegionStage
[1.11.50i] 2024/04/21 21:04:00: Startup
[1.11.50i] 2024/04/21 21:04:00: create() cold start
[1.11.50i] 2024/04/21 21:04:00: translation es_CR
[1.11.50i] 2024/04/21 21:04:00: instance MjA=
[1.11.50i] 2024/04/21 21:04:00: create() finish
[1.11.50i] 2024/04/21 21:04:00: create() end
[1.11.50i] 2024/04/21 21:04:00: resume app
[1.11.50i] 2024/04/21 21:04:00: refresh
[1.11.50i] 2024/04/21 21:04:00: bind LoadingStage
[1.11.50i] 2024/04/21 21:04:00: prepare LoadingStage
[1.11.50i] 2024/04/21 21:04:01: enter LoadingStage
[1.11.50i] 2024/04/21 21:04:01: loading Warm-up
[1.11.50i] 2024/04/21 21:04:01: loading Startup
[1.11.50i] 2024/04/21 21:04:01: Max texture size 4096
[1.11.50i] 2024/04/21 21:04:01: Max heap size is 8796093022207MB
[1.11.50i] 2024/04/21 21:04:01: Engine consumes 11MB
[1.11.50i] 2024/04/21 21:04:01: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/04/21 21:04:02: loading Texture
[1.11.50i] 2024/04/21 21:04:02: loading Fonts
[1.11.50i] 2024/04/21 21:04:02: loading Skin
[1.11.50i] 2024/04/21 21:04:02: loading Extract files
[1.11.50i] 2024/04/21 21:04:02: loading Frames
[1.11.50i] 2024/04/21 21:04:02: loading Scripting
[1.11.50i] 2024/04/21 21:04:02: loading Collecting drafts
[1.11.50i] 2024/04/21 21:04:02: loading Prefetching images
[1.11.50i] 2024/04/21 21:04:02: loading Loading drafts
[1.11.50i] 2024/04/21 21:04:03: loading Finishing drafts
[1.11.50i] 2024/04/21 21:04:04: loading Loading music
[1.11.50i] 2024/04/21 21:04:04: loading Shaders
[1.11.50i] 2024/04/21 21:04:04: loading Topics
[1.11.50i] 2024/04/21 21:04:04: loading Loading textures
[1.11.50i] 2024/04/21 21:04:06: loading Checking winter
[1.11.50i] 2024/04/21 21:04:06: loading Preparing background
[1.11.50i] 2024/04/21 21:04:06: loading Finishing
[1.11.50i] 2024/04/21 21:04:06: leave LoadingStage
[1.11.50i] 2024/04/21 21:04:06: drop LoadingStage
[1.11.50i] 2024/04/21 21:04:06: bind MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:04:06: prepare MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:04:06: bind PluginErrorStage
[1.11.50i] 2024/04/21 21:04:06: prepare PluginErrorStage
[1.11.50i] 2024/04/21 21:04:06: bind MissingManifestStage
[1.11.50i] 2024/04/21 21:04:06: prepare MissingManifestStage
[1.11.50i] 2024/04/21 21:04:06: bind WelcomeStage
[1.11.50i] 2024/04/21 21:04:06: prepare WelcomeStage
[1.11.50i] 2024/04/21 21:04:06: enter WelcomeStage
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:06: drop MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:04:06: drop PluginErrorStage
[1.11.50i] 2024/04/21 21:04:06: drop MissingManifestStage
[1.11.50i] 2024/04/21 21:04:06: leave WelcomeStage
[1.11.50i] 2024/04/21 21:04:06: drop WelcomeStage
[1.11.50i] 2024/04/21 21:04:06: bind RegionStage
[1.11.50i] 2024/04/21 21:04:06: prepare RegionStage
[1.11.50i] 2024/04/21 21:04:06: enter RegionStage
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:06: instance MTk=
[1.11.50i] 2024/04/21 21:04:06: instance MjA=
[1.11.50i] 2024/04/21 21:04:08: bind LoadWaitingStage
[1.11.50i] 2024/04/21 21:04:08: prepare LoadWaitingStage
[1.11.50i] 2024/04/21 21:04:08: enter LoadWaitingStage
[1.11.50i] 2024/04/21 21:04:08: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:08: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:04:10: leave LoadWaitingStage
[1.11.50i] 2024/04/21 21:04:10: drop LoadWaitingStage
[1.11.50i] 2024/04/21 21:04:10: bind GameStage
[1.11.50i] 2024/04/21 21:04:10: prepare GameStage
[1.11.50i] 2024/04/21 21:04:10: enter GameStage
[1.11.50i] 2024/04/21 21:04:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:04:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:09:09: bind SaveWaitingStage
[1.11.50i] 2024/04/21 21:09:09: prepare SaveWaitingStage
[1.11.50i] 2024/04/21 21:09:09: enter SaveWaitingStage
[1.11.50i] 2024/04/21 21:09:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:09:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:09:10: leave SaveWaitingStage
[1.11.50i] 2024/04/21 21:09:10: drop SaveWaitingStage
[1.11.50i] 2024/04/21 21:09:10: enter GameStage
[1.11.50i] 2024/04/21 21:09:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:09:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:11:32: pause app
[1.11.50i] 2024/04/21 21:11:36: enter app
[1.11.50i] 2024/04/21 21:11:36: resume app
[1.11.50i] 2024/04/21 21:11:36: resume -> enter GameStage
[1.11.50i] 2024/04/21 21:11:36: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:11:36: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:12:13: bind Store
[1.11.50i] 2024/04/21 21:12:13: prepare Store
[1.11.50i] 2024/04/21 21:12:13: enter Store
[1.11.50i] 2024/04/21 21:12:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:12:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:12:42: bind IOSVideoAdStage
[1.11.50i] 2024/04/21 21:12:42: prepare IOSVideoAdStage
[1.11.50i] 2024/04/21 21:12:42: enter IOSVideoAdStage
[1.11.50i] 2024/04/21 21:12:42: leave IOSVideoAdStage
[1.11.50i] 2024/04/21 21:12:42: drop IOSVideoAdStage
[1.11.50i] 2024/04/21 21:12:42: enter Store
[1.11.50i] 2024/04/21 21:12:42: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:12:42: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:26: leave Store
[1.11.50i] 2024/04/21 21:13:26: drop Store
[1.11.50i] 2024/04/21 21:13:26: drop GameStage
[1.11.50i] 2024/04/21 21:13:26: drop RegionStage
[1.11.50i] 2024/04/21 21:13:26: Startup
[1.11.50i] 2024/04/21 21:13:26: create() cold start
[1.11.50i] 2024/04/21 21:13:26: translation es_CR
[1.11.50i] 2024/04/21 21:13:27: instance MjA=
[1.11.50i] 2024/04/21 21:13:27: create() finish
[1.11.50i] 2024/04/21 21:13:27: create() end
[1.11.50i] 2024/04/21 21:13:27: resume app
[1.11.50i] 2024/04/21 21:13:27: refresh
[1.11.50i] 2024/04/21 21:13:27: bind LoadingStage
[1.11.50i] 2024/04/21 21:13:27: prepare LoadingStage
[1.11.50i] 2024/04/21 21:13:27: enter LoadingStage
[1.11.50i] 2024/04/21 21:13:28: loading Warm-up
[1.11.50i] 2024/04/21 21:13:28: loading Startup
[1.11.50i] 2024/04/21 21:13:28: Max texture size 4096
[1.11.50i] 2024/04/21 21:13:28: Max heap size is 8796093022207MB
[1.11.50i] 2024/04/21 21:13:28: Engine consumes 11MB
[1.11.50i] 2024/04/21 21:13:28: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/04/21 21:13:28: loading Texture
[1.11.50i] 2024/04/21 21:13:28: loading Fonts
[1.11.50i] 2024/04/21 21:13:28: loading Skin
[1.11.50i] 2024/04/21 21:13:28: loading Extract files
[1.11.50i] 2024/04/21 21:13:28: loading Frames
[1.11.50i] 2024/04/21 21:13:28: loading Scripting
[1.11.50i] 2024/04/21 21:13:28: loading Collecting drafts
[1.11.50i] 2024/04/21 21:13:29: loading Prefetching images
[1.11.50i] 2024/04/21 21:13:29: loading Loading drafts
[1.11.50i] 2024/04/21 21:13:29: loading Finishing drafts
[1.11.50i] 2024/04/21 21:13:31: loading Loading music
[1.11.50i] 2024/04/21 21:13:31: loading Shaders
[1.11.50i] 2024/04/21 21:13:31: loading Topics
[1.11.50i] 2024/04/21 21:13:31: loading Loading textures
[1.11.50i] 2024/04/21 21:13:34: loading Checking winter
[1.11.50i] 2024/04/21 21:13:34: loading Preparing background
[1.11.50i] 2024/04/21 21:13:34: loading Finishing
[1.11.50i] 2024/04/21 21:13:34: leave LoadingStage
[1.11.50i] 2024/04/21 21:13:34: drop LoadingStage
[1.11.50i] 2024/04/21 21:13:34: bind MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:13:34: prepare MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:13:34: bind PluginErrorStage
[1.11.50i] 2024/04/21 21:13:34: prepare PluginErrorStage
[1.11.50i] 2024/04/21 21:13:34: bind MissingManifestStage
[1.11.50i] 2024/04/21 21:13:34: prepare MissingManifestStage
[1.11.50i] 2024/04/21 21:13:34: bind WelcomeStage
[1.11.50i] 2024/04/21 21:13:34: prepare WelcomeStage
[1.11.50i] 2024/04/21 21:13:34: enter WelcomeStage
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:34: drop MissingScriptPermsStage
[1.11.50i] 2024/04/21 21:13:34: drop PluginErrorStage
[1.11.50i] 2024/04/21 21:13:34: drop MissingManifestStage
[1.11.50i] 2024/04/21 21:13:34: leave WelcomeStage
[1.11.50i] 2024/04/21 21:13:34: drop WelcomeStage
[1.11.50i] 2024/04/21 21:13:34: bind RegionStage
[1.11.50i] 2024/04/21 21:13:34: prepare RegionStage
[1.11.50i] 2024/04/21 21:13:34: enter RegionStage
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:34: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:36: instance MTk=
[1.11.50i] 2024/04/21 21:13:36: instance MjA=
[1.11.50i] 2024/04/21 21:13:36: bind LoadWaitingStage
[1.11.50i] 2024/04/21 21:13:36: prepare LoadWaitingStage
[1.11.50i] 2024/04/21 21:13:36: enter LoadWaitingStage
[1.11.50i] 2024/04/21 21:13:36: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:36: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:13:38: leave LoadWaitingStage
[1.11.50i] 2024/04/21 21:13:38: drop LoadWaitingStage
[1.11.50i] 2024/04/21 21:13:38: bind GameStage
[1.11.50i] 2024/04/21 21:13:38: prepare GameStage
[1.11.50i] 2024/04/21 21:13:38: enter GameStage
[1.11.50i] 2024/04/21 21:13:38: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/21 21:13:38: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/21 21:16:37: pause app
[1.11.50i] 2024/04/23 20:36:10: Startup
[1.11.50i] 2024/04/23 20:36:10: create() cold start
[1.11.50i] 2024/04/23 20:36:10: translation es_CR
[1.11.50i] 2024/04/23 20:36:10: instance MjA=
[1.11.50i] 2024/04/23 20:36:10: create() finish
[1.11.50i] 2024/04/23 20:36:10: create() end
[1.11.50i] 2024/04/23 20:36:10: resume app
[1.11.50i] 2024/04/23 20:36:10: refresh
[1.11.50i] 2024/04/23 20:36:10: bind LoadingStage
[1.11.50i] 2024/04/23 20:36:10: prepare LoadingStage
[1.11.50i] 2024/04/23 20:36:11: enter LoadingStage
[1.11.50i] 2024/04/23 20:36:11: loading Warm-up
[1.11.50i] 2024/04/23 20:36:11: refresh
[1.11.50i] 2024/04/23 20:36:11: loading Startup
[1.11.50i] 2024/04/23 20:36:11: Max texture size 4096
[1.11.50i] 2024/04/23 20:36:11: Max heap size is 8796093022207MB
[1.11.50i] 2024/04/23 20:36:11: Engine consumes 11MB
[1.11.50i] 2024/04/23 20:36:11: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/04/23 20:36:11: loading Texture
[1.11.50i] 2024/04/23 20:36:11: loading Fonts
[1.11.50i] 2024/04/23 20:36:11: loading Skin
[1.11.50i] 2024/04/23 20:36:11: loading Extract files
[1.11.50i] 2024/04/23 20:36:11: loading Frames
[1.11.50i] 2024/04/23 20:36:11: loading Scripting
[1.11.50i] 2024/04/23 20:36:11: loading Collecting drafts
[1.11.50i] 2024/04/23 20:36:12: loading Prefetching images
[1.11.50i] 2024/04/23 20:36:12: loading Loading drafts
[1.11.50i] 2024/04/23 20:36:13: loading Finishing drafts
[1.11.50i] 2024/04/23 20:36:13: loading Loading music
[1.11.50i] 2024/04/23 20:36:13: loading Shaders
[1.11.50i] 2024/04/23 20:36:13: loading Topics
[1.11.50i] 2024/04/23 20:36:13: loading Loading textures
[1.11.50i] 2024/04/23 20:36:14: loading Checking winter
[1.11.50i] 2024/04/23 20:36:14: loading Preparing background
[1.11.50i] 2024/04/23 20:36:14: loading Finishing
[1.11.50i] 2024/04/23 20:36:14: leave LoadingStage
[1.11.50i] 2024/04/23 20:36:14: drop LoadingStage
[1.11.50i] 2024/04/23 20:36:14: bind MissingScriptPermsStage
[1.11.50i] 2024/04/23 20:36:14: prepare MissingScriptPermsStage
[1.11.50i] 2024/04/23 20:36:14: bind PluginErrorStage
[1.11.50i] 2024/04/23 20:36:14: prepare PluginErrorStage
[1.11.50i] 2024/04/23 20:36:14: bind MissingManifestStage
[1.11.50i] 2024/04/23 20:36:14: prepare MissingManifestStage
[1.11.50i] 2024/04/23 20:36:14: bind WelcomeStage
[1.11.50i] 2024/04/23 20:36:14: prepare WelcomeStage
[1.11.50i] 2024/04/23 20:36:14: enter WelcomeStage
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:36:14: drop MissingScriptPermsStage
[1.11.50i] 2024/04/23 20:36:14: drop PluginErrorStage
[1.11.50i] 2024/04/23 20:36:14: drop MissingManifestStage
[1.11.50i] 2024/04/23 20:36:14: leave WelcomeStage
[1.11.50i] 2024/04/23 20:36:14: drop WelcomeStage
[1.11.50i] 2024/04/23 20:36:14: bind RegionStage
[1.11.50i] 2024/04/23 20:36:14: prepare RegionStage
[1.11.50i] 2024/04/23 20:36:14: enter RegionStage
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:36:15: instance MTk=
[1.11.50i] 2024/04/23 20:36:15: instance MjA=
[1.11.50i] 2024/04/23 20:36:15: bind LoadWaitingStage
[1.11.50i] 2024/04/23 20:36:15: prepare LoadWaitingStage
[1.11.50i] 2024/04/23 20:36:15: enter LoadWaitingStage
[1.11.50i] 2024/04/23 20:36:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:36:15: leave LoadWaitingStage
[1.11.50i] 2024/04/23 20:36:15: drop LoadWaitingStage
[1.11.50i] 2024/04/23 20:36:15: bind GameStage
[1.11.50i] 2024/04/23 20:36:15: prepare GameStage
[1.11.50i] 2024/04/23 20:36:15: enter GameStage
[1.11.50i] 2024/04/23 20:36:15: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:36:15: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:41:13: bind SaveWaitingStage
[1.11.50i] 2024/04/23 20:41:13: prepare SaveWaitingStage
[1.11.50i] 2024/04/23 20:41:13: enter SaveWaitingStage
[1.11.50i] 2024/04/23 20:41:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:41:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:41:14: leave SaveWaitingStage
[1.11.50i] 2024/04/23 20:41:14: drop SaveWaitingStage
[1.11.50i] 2024/04/23 20:41:14: enter GameStage
[1.11.50i] 2024/04/23 20:41:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:41:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:46:13: bind SaveWaitingStage
[1.11.50i] 2024/04/23 20:46:13: prepare SaveWaitingStage
[1.11.50i] 2024/04/23 20:46:13: enter SaveWaitingStage
[1.11.50i] 2024/04/23 20:46:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:46:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:46:14: leave SaveWaitingStage
[1.11.50i] 2024/04/23 20:46:14: drop SaveWaitingStage
[1.11.50i] 2024/04/23 20:46:14: enter GameStage
[1.11.50i] 2024/04/23 20:46:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:46:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:51:13: bind SaveWaitingStage
[1.11.50i] 2024/04/23 20:51:13: prepare SaveWaitingStage
[1.11.50i] 2024/04/23 20:51:13: enter SaveWaitingStage
[1.11.50i] 2024/04/23 20:51:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:51:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:51:14: leave SaveWaitingStage
[1.11.50i] 2024/04/23 20:51:14: drop SaveWaitingStage
[1.11.50i] 2024/04/23 20:51:14: enter GameStage
[1.11.50i] 2024/04/23 20:51:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:51:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:56:13: bind SaveWaitingStage
[1.11.50i] 2024/04/23 20:56:13: prepare SaveWaitingStage
[1.11.50i] 2024/04/23 20:56:13: enter SaveWaitingStage
[1.11.50i] 2024/04/23 20:56:13: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:56:13: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:56:14: leave SaveWaitingStage
[1.11.50i] 2024/04/23 20:56:14: drop SaveWaitingStage
[1.11.50i] 2024/04/23 20:56:14: enter GameStage
[1.11.50i] 2024/04/23 20:56:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/04/23 20:56:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/04/23 20:57:09: pause app
[1.11.50i] 2024/11/02 11:33:11: Startup
[1.11.50i] 2024/11/02 11:33:11: create() cold start
[1.11.50i] 2024/11/02 11:33:12: translation es_CR
[1.11.50i] 2024/11/02 11:33:12: instance MjA=
[1.11.50i] 2024/11/02 11:33:12: create() finish
[1.11.50i] 2024/11/02 11:33:12: create() end
[1.11.50i] 2024/11/02 11:33:12: resume app
[1.11.50i] 2024/11/02 11:33:12: refresh
[1.11.50i] 2024/11/02 11:33:12: bind LoadingStage
[1.11.50i] 2024/11/02 11:33:12: prepare LoadingStage
[1.11.50i] 2024/11/02 11:33:13: enter LoadingStage
[1.11.50i] 2024/11/02 11:33:13: loading Warm-up
[1.11.50i] 2024/11/02 11:33:13: loading Startup
[1.11.50i] 2024/11/02 11:33:13: Max texture size 4096
[1.11.50i] 2024/11/02 11:33:13: Max heap size is 8796093022207MB
[1.11.50i] 2024/11/02 11:33:13: Engine consumes 11MB
[1.11.50i] 2024/11/02 11:33:13: Screen size is 1080x810, ppi: 264.0
[1.11.50i] 2024/11/02 11:33:14: loading Texture
[1.11.50i] 2024/11/02 11:33:14: loading Fonts
[1.11.50i] 2024/11/02 11:33:14: loading Skin
[1.11.50i] 2024/11/02 11:33:14: loading Extract files
[1.11.50i] 2024/11/02 11:33:14: loading Frames
[1.11.50i] 2024/11/02 11:33:14: loading Scripting
[1.11.50i] 2024/11/02 11:33:14: loading Collecting drafts
[1.11.50i] 2024/11/02 11:33:15: loading Prefetching images
[1.11.50i] 2024/11/02 11:33:15: loading Loading drafts
[1.11.50i] 2024/11/02 11:33:15: loading Finishing drafts
[1.11.50i] 2024/11/02 11:33:16: loading Loading music
[1.11.50i] 2024/11/02 11:33:16: loading Shaders
[1.11.50i] 2024/11/02 11:33:16: loading Topics
[1.11.50i] 2024/11/02 11:33:16: loading Loading textures
[1.11.50i] 2024/11/02 11:33:18: loading Checking winter
[1.11.50i] 2024/11/02 11:33:18: loading Preparing background
[1.11.50i] 2024/11/02 11:33:18: loading Finishing
[1.11.50i] 2024/11/02 11:33:18: leave LoadingStage
[1.11.50i] 2024/11/02 11:33:18: drop LoadingStage
[1.11.50i] 2024/11/02 11:33:18: bind MissingScriptPermsStage
[1.11.50i] 2024/11/02 11:33:18: prepare MissingScriptPermsStage
[1.11.50i] 2024/11/02 11:33:18: bind PluginErrorStage
[1.11.50i] 2024/11/02 11:33:18: prepare PluginErrorStage
[1.11.50i] 2024/11/02 11:33:18: bind MissingManifestStage
[1.11.50i] 2024/11/02 11:33:18: prepare MissingManifestStage
[1.11.50i] 2024/11/02 11:33:18: bind WelcomeStage
[1.11.50i] 2024/11/02 11:33:18: prepare WelcomeStage
[1.11.50i] 2024/11/02 11:33:18: enter WelcomeStage
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:18: drop MissingScriptPermsStage
[1.11.50i] 2024/11/02 11:33:18: drop PluginErrorStage
[1.11.50i] 2024/11/02 11:33:18: drop MissingManifestStage
[1.11.50i] 2024/11/02 11:33:18: leave WelcomeStage
[1.11.50i] 2024/11/02 11:33:18: drop WelcomeStage
[1.11.50i] 2024/11/02 11:33:18: bind RegionStage
[1.11.50i] 2024/11/02 11:33:18: prepare RegionStage
[1.11.50i] 2024/11/02 11:33:18: enter RegionStage
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:19: instance MTk=
[1.11.50i] 2024/11/02 11:33:19: instance MjA=
[1.11.50i] 2024/11/02 11:33:19: bind LoadWaitingStage
[1.11.50i] 2024/11/02 11:33:19: prepare LoadWaitingStage
[1.11.50i] 2024/11/02 11:33:19: enter LoadWaitingStage
[1.11.50i] 2024/11/02 11:33:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:19: leave LoadWaitingStage
[1.11.50i] 2024/11/02 11:33:19: drop LoadWaitingStage
[1.11.50i] 2024/11/02 11:33:19: bind GameStage
[1.11.50i] 2024/11/02 11:33:19: prepare GameStage
[1.11.50i] 2024/11/02 11:33:19: enter GameStage
[1.11.50i] 2024/11/02 11:33:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:20: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/11/02 11:33:20: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/11/02 11:33:20: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/11/02 11:33:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:33:21: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/11/02 11:33:21: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/11/02 11:33:21: enter GameStage
[1.11.50i] 2024/11/02 11:33:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:33:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:34:03: instance MzA=
[1.11.50i] 2024/11/02 11:37:20: bind CityInfoStage
[1.11.50i] 2024/11/02 11:37:20: prepare CityInfoStage
[1.11.50i] 2024/11/02 11:37:20: enter CityInfoStage
[1.11.50i] 2024/11/02 11:37:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:37:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:37:21: leave CityInfoStage
[1.11.50i] 2024/11/02 11:37:21: drop CityInfoStage
[1.11.50i] 2024/11/02 11:37:21: enter GameStage
[1.11.50i] 2024/11/02 11:37:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:37:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:38:19: bind SaveWaitingStage
[1.11.50i] 2024/11/02 11:38:19: prepare SaveWaitingStage
[1.11.50i] 2024/11/02 11:38:19: enter SaveWaitingStage
[1.11.50i] 2024/11/02 11:38:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:38:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:38:20: leave SaveWaitingStage
[1.11.50i] 2024/11/02 11:38:20: drop SaveWaitingStage
[1.11.50i] 2024/11/02 11:38:20: enter GameStage
[1.11.50i] 2024/11/02 11:38:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:38:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:39:56: bind CityInfoStage
[1.11.50i] 2024/11/02 11:39:56: prepare CityInfoStage
[1.11.50i] 2024/11/02 11:39:56: enter CityInfoStage
[1.11.50i] 2024/11/02 11:39:56: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:39:56: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:39:57: leave CityInfoStage
[1.11.50i] 2024/11/02 11:39:57: drop CityInfoStage
[1.11.50i] 2024/11/02 11:39:57: enter GameStage
[1.11.50i] 2024/11/02 11:39:57: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:39:57: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:39:58: pause app
[1.11.50i] 2024/11/02 11:39:59: enter app
[1.11.50i] 2024/11/02 11:39:59: resume app
[1.11.50i] 2024/11/02 11:39:59: resume -> enter GameStage
[1.11.50i] 2024/11/02 11:39:59: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:39:59: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:23: leave GameStage
[1.11.50i] 2024/11/02 11:40:23: drop GameStage
[1.11.50i] 2024/11/02 11:40:23: bind SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:23: prepare SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:23: enter SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:23: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:23: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:24: leave SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:24: drop SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:24: enter RegionStage
[1.11.50i] 2024/11/02 11:40:24: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:24: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:25: bind LoadCityStage
[1.11.50i] 2024/11/02 11:40:25: prepare LoadCityStage
[1.11.50i] 2024/11/02 11:40:25: enter LoadCityStage
[1.11.50i] 2024/11/02 11:40:25: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:25: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:30: bind LoadWaitingStage
[1.11.50i] 2024/11/02 11:40:30: prepare LoadWaitingStage
[1.11.50i] 2024/11/02 11:40:30: enter LoadWaitingStage
[1.11.50i] 2024/11/02 11:40:30: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:30: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:31: leave LoadWaitingStage
[1.11.50i] 2024/11/02 11:40:31: drop LoadWaitingStage
[1.11.50i] 2024/11/02 11:40:31: drop LoadCityStage
[1.11.50i] 2024/11/02 11:40:31: bind GameStage
[1.11.50i] 2024/11/02 11:40:31: prepare GameStage
[1.11.50i] 2024/11/02 11:40:31: enter GameStage
[1.11.50i] 2024/11/02 11:40:31: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:31: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:37: leave GameStage
[1.11.50i] 2024/11/02 11:40:37: drop GameStage
[1.11.50i] 2024/11/02 11:40:37: bind SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:37: prepare SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:37: enter SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:37: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:37: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:38: leave SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:38: drop SaveWaitingStage
[1.11.50i] 2024/11/02 11:40:38: enter RegionStage
[1.11.50i] 2024/11/02 11:40:38: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:38: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:39: bind LoadCityStage
[1.11.50i] 2024/11/02 11:40:39: prepare LoadCityStage
[1.11.50i] 2024/11/02 11:40:39: enter LoadCityStage
[1.11.50i] 2024/11/02 11:40:39: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:39: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:51: leave LoadCityStage
[1.11.50i] 2024/11/02 11:40:51: drop LoadCityStage
[1.11.50i] 2024/11/02 11:40:51: enter RegionStage
[1.11.50i] 2024/11/02 11:40:51: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:51: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:53: bind CreateCityStage2;region=true
[1.11.50i] 2024/11/02 11:40:53: prepare CreateCityStage2;region=true
[1.11.50i] 2024/11/02 11:40:53: bind CreateCityStage1;region=true
[1.11.50i] 2024/11/02 11:40:53: prepare CreateCityStage1;region=true
[1.11.50i] 2024/11/02 11:40:53: enter CreateCityStage1;region=true
[1.11.50i] 2024/11/02 11:40:53: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:53: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:55: leave CreateCityStage1;region=true
[1.11.50i] 2024/11/02 11:40:55: drop CreateCityStage1;region=true
[1.11.50i] 2024/11/02 11:40:55: drop CreateCityStage2;region=true
[1.11.50i] 2024/11/02 11:40:55: enter RegionStage
[1.11.50i] 2024/11/02 11:40:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:40:55: bind OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:40:55: prepare OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:40:55: enter OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:40:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:40:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:43:06: leave OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:06: drop OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:06: enter RegionStage
[1.11.50i] 2024/11/02 11:43:06: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:43:06: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:43:08: bind OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:08: prepare OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:08: enter OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:08: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:43:08: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:43:14: leave OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:14: drop OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:43:14: enter RegionStage
[1.11.50i] 2024/11/02 11:43:14: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:43:14: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:43:16: bind AccountStage
[1.11.50i] 2024/11/02 11:43:16: prepare AccountStage
[1.11.50i] 2024/11/02 11:43:16: enter AccountStage
[1.11.50i] 2024/11/02 11:43:16: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:43:16: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:46:32: pause app
[1.11.50i] 2024/11/02 11:46:49: enter app
[1.11.50i] 2024/11/02 11:46:49: resume app
[1.11.50i] 2024/11/02 11:46:50: resume -> enter AccountStage
[1.11.50i] 2024/11/02 11:46:50: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:46:50: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:12: refresh
[1.11.50i] 2024/11/02 11:47:12: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:12: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:26: pause app
[1.11.50i] 2024/11/02 11:47:28: enter app
[1.11.50i] 2024/11/02 11:47:28: resume app
[1.11.50i] 2024/11/02 11:47:35: resume -> enter AccountStage
[1.11.50i] 2024/11/02 11:47:35: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:35: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:40: leave AccountStage
[1.11.50i] 2024/11/02 11:47:40: drop AccountStage
[1.11.50i] 2024/11/02 11:47:40: enter RegionStage
[1.11.50i] 2024/11/02 11:47:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:42: bind OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:42: prepare OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:42: enter OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:42: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:42: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:47: leave OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:47: drop OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:47: enter RegionStage
[1.11.50i] 2024/11/02 11:47:47: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:47: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:51: bind OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:51: prepare OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:51: enter OnlineRegionProviderStage
[1.11.50i] 2024/11/02 11:47:51: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.50i] 2024/11/02 11:47:51: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.50i] 2024/11/02 11:47:56: pause app
[1.11.89i] 2024/11/02 11:50:31: Startup
[1.11.89i] 2024/11/02 11:50:31: create() cold start
[1.11.89i] 2024/11/02 11:50:31: translation es_CR
[1.11.89i] 2024/11/02 11:50:31: instance MzA=
[1.11.89i] 2024/11/02 11:50:32: create() finish
[1.11.89i] 2024/11/02 11:50:32: create() end
[1.11.89i] 2024/11/02 11:50:32: resume app
[1.11.89i] 2024/11/02 11:50:32: refresh
[1.11.89i] 2024/11/02 11:50:32: bind LoadingStage
[1.11.89i] 2024/11/02 11:50:32: prepare LoadingStage
[1.11.89i] 2024/11/02 11:50:32: enter LoadingStage
[1.11.89i] 2024/11/02 11:50:32: loading Warm-up
[1.11.89i] 2024/11/02 11:50:32: loading Startup
[1.11.89i] 2024/11/02 11:50:32: Max texture size 4096
[1.11.89i] 2024/11/02 11:50:32: Max heap size is 8796093022207MB
[1.11.89i] 2024/11/02 11:50:32: Engine consumes 13MB
[1.11.89i] 2024/11/02 11:50:32: Screen size is 1080x810, ppi: 264.0
[1.11.89i] 2024/11/02 11:50:32: loading Texture
[1.11.89i] 2024/11/02 11:50:32: loading Fonts
[1.11.89i] 2024/11/02 11:50:32: loading Skin
[1.11.89i] 2024/11/02 11:50:32: loading Extract files
[1.11.89i] 2024/11/02 11:50:32: loading Frames
[1.11.89i] 2024/11/02 11:50:32: loading Scripting
[1.11.89i] 2024/11/02 11:50:32: loading Collecting drafts
[1.11.89i] 2024/11/02 11:50:36: loading Prefetching images
[1.11.89i] 2024/11/02 11:50:37: loading Loading drafts
[1.11.89i] 2024/11/02 11:50:37: loading Finishing drafts
[1.11.89i] 2024/11/02 11:50:38: loading Loading music
[1.11.89i] 2024/11/02 11:50:38: loading Shaders
[1.11.89i] 2024/11/02 11:50:38: loading Topics
[1.11.89i] 2024/11/02 11:50:38: loading Loading textures
[1.11.89i] 2024/11/02 11:50:39: loading Checking winter
[1.11.89i] 2024/11/02 11:50:39: loading Preparing background
[1.11.89i] 2024/11/02 11:50:39: loading Finishing
[1.11.89i] 2024/11/02 11:50:39: leave LoadingStage
[1.11.89i] 2024/11/02 11:50:39: drop LoadingStage
[1.11.89i] 2024/11/02 11:50:40: bind MissingScriptPermsStage
[1.11.89i] 2024/11/02 11:50:40: prepare MissingScriptPermsStage
[1.11.89i] 2024/11/02 11:50:40: bind PluginErrorStage
[1.11.89i] 2024/11/02 11:50:40: prepare PluginErrorStage
[1.11.89i] 2024/11/02 11:50:40: bind MissingManifestStage
[1.11.89i] 2024/11/02 11:50:40: prepare MissingManifestStage
[1.11.89i] 2024/11/02 11:50:40: bind WelcomeStage
[1.11.89i] 2024/11/02 11:50:40: prepare WelcomeStage
[1.11.89i] 2024/11/02 11:50:40: enter WelcomeStage
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:40: drop MissingScriptPermsStage
[1.11.89i] 2024/11/02 11:50:40: drop PluginErrorStage
[1.11.89i] 2024/11/02 11:50:40: drop MissingManifestStage
[1.11.89i] 2024/11/02 11:50:40: leave WelcomeStage
[1.11.89i] 2024/11/02 11:50:40: drop WelcomeStage
[1.11.89i] 2024/11/02 11:50:40: bind RegionStage
[1.11.89i] 2024/11/02 11:50:40: prepare RegionStage
[1.11.89i] 2024/11/02 11:50:40: enter RegionStage
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:40: instance Mjk=
[1.11.89i] 2024/11/02 11:50:40: instance MzA=
[1.11.89i] 2024/11/02 11:50:40: bind LoadWaitingStage
[1.11.89i] 2024/11/02 11:50:40: prepare LoadWaitingStage
[1.11.89i] 2024/11/02 11:50:40: enter LoadWaitingStage
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:40: leave LoadWaitingStage
[1.11.89i] 2024/11/02 11:50:40: drop LoadWaitingStage
[1.11.89i] 2024/11/02 11:50:40: bind GameStage
[1.11.89i] 2024/11/02 11:50:40: prepare GameStage
[1.11.89i] 2024/11/02 11:50:40: enter GameStage
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:40: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:44: leave GameStage
[1.11.89i] 2024/11/02 11:50:44: drop GameStage
[1.11.89i] 2024/11/02 11:50:44: bind SaveWaitingStage
[1.11.89i] 2024/11/02 11:50:44: prepare SaveWaitingStage
[1.11.89i] 2024/11/02 11:50:44: enter SaveWaitingStage
[1.11.89i] 2024/11/02 11:50:44: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:44: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:46: leave SaveWaitingStage
[1.11.89i] 2024/11/02 11:50:46: drop SaveWaitingStage
[1.11.89i] 2024/11/02 11:50:46: enter RegionStage
[1.11.89i] 2024/11/02 11:50:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:48: bind OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:50:48: prepare OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:50:48: enter OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:50:48: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:48: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:52: bind RegionStage
[1.11.89i] 2024/11/02 11:50:52: prepare RegionStage
[1.11.89i] 2024/11/02 11:50:52: enter RegionStage
[1.11.89i] 2024/11/02 11:50:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:53: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:53: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:50:54: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:50:54: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:51:10: bind LoadWaitingStage
[1.11.89i] 2024/11/02 11:51:10: prepare LoadWaitingStage
[1.11.89i] 2024/11/02 11:51:10: enter LoadWaitingStage
[1.11.89i] 2024/11/02 11:51:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:51:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:51:17: leave LoadWaitingStage
[1.11.89i] 2024/11/02 11:51:17: drop LoadWaitingStage
[1.11.89i] 2024/11/02 11:51:17: bind GameStage
[1.11.89i] 2024/11/02 11:51:17: prepare GameStage
[1.11.89i] 2024/11/02 11:51:18: enter GameStage
[1.11.89i] 2024/11/02 11:51:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:51:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:16: leave GameStage
[1.11.89i] 2024/11/02 11:52:17: drop GameStage
[1.11.89i] 2024/11/02 11:52:17: enter RegionStage
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:17: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:24: leave RegionStage
[1.11.89i] 2024/11/02 11:52:24: drop RegionStage
[1.11.89i] 2024/11/02 11:52:25: enter OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:52:25: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:25: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:30: bind RegionStage
[1.11.89i] 2024/11/02 11:52:30: prepare RegionStage
[1.11.89i] 2024/11/02 11:52:30: enter RegionStage
[1.11.89i] 2024/11/02 11:52:30: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:30: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:32: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:32: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:35: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:35: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:44: leave RegionStage
[1.11.89i] 2024/11/02 11:52:44: drop RegionStage
[1.11.89i] 2024/11/02 11:52:44: enter OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:52:44: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:44: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:46: leave OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:52:46: drop OnlineRegionProviderStage
[1.11.89i] 2024/11/02 11:52:46: enter RegionStage
[1.11.89i] 2024/11/02 11:52:46: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:46: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:47: bind LoadCityStage
[1.11.89i] 2024/11/02 11:52:47: prepare LoadCityStage
[1.11.89i] 2024/11/02 11:52:47: enter LoadCityStage
[1.11.89i] 2024/11/02 11:52:47: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:47: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:52: leave LoadCityStage
[1.11.89i] 2024/11/02 11:52:52: drop LoadCityStage
[1.11.89i] 2024/11/02 11:52:52: enter RegionStage
[1.11.89i] 2024/11/02 11:52:52: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:52: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:52:53: bind CreateCityStage2;region=true
[1.11.89i] 2024/11/02 11:52:53: prepare CreateCityStage2;region=true
[1.11.89i] 2024/11/02 11:52:53: bind CreateCityStage1;region=true
[1.11.89i] 2024/11/02 11:52:53: prepare CreateCityStage1;region=true
[1.11.89i] 2024/11/02 11:52:53: enter CreateCityStage1;region=true
[1.11.89i] 2024/11/02 11:52:53: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:52:53: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:54:50: leave CreateCityStage1;region=true
[1.11.89i] 2024/11/02 11:54:50: drop CreateCityStage1;region=true
[1.11.89i] 2024/11/02 11:54:50: enter CreateCityStage2;region=true
[1.11.89i] 2024/11/02 11:54:50: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:54:50: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:54:52: leave CreateCityStage2;region=true
[1.11.89i] 2024/11/02 11:54:52: drop CreateCityStage2;region=true
[1.11.89i] 2024/11/02 11:54:55: drop RegionStage
[1.11.89i] 2024/11/02 11:54:55: bind WaitingStage
[1.11.89i] 2024/11/02 11:54:55: prepare WaitingStage
[1.11.89i] 2024/11/02 11:54:55: enter WaitingStage
[1.11.89i] 2024/11/02 11:54:55: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:54:55: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:55:12: leave WaitingStage
[1.11.89i] 2024/11/02 11:55:12: drop WaitingStage
[1.11.89i] 2024/11/02 11:55:12: bind RegionStage
[1.11.89i] 2024/11/02 11:55:12: prepare RegionStage
[1.11.89i] 2024/11/02 11:55:12: enter RegionStage
[1.11.89i] 2024/11/02 11:55:12: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:55:12: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:55:12: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:55:12: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:55:18: bind LoadWaitingStage
[1.11.89i] 2024/11/02 11:55:18: prepare LoadWaitingStage
[1.11.89i] 2024/11/02 11:55:18: enter LoadWaitingStage
[1.11.89i] 2024/11/02 11:55:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:55:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:55:21: leave LoadWaitingStage
[1.11.89i] 2024/11/02 11:55:21: drop LoadWaitingStage
[1.11.89i] 2024/11/02 11:55:21: bind GameStage
[1.11.89i] 2024/11/02 11:55:21: prepare GameStage
[1.11.89i] 2024/11/02 11:55:21: enter GameStage
[1.11.89i] 2024/11/02 11:55:21: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:55:21: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:56:09: bind CityInfoStage
[1.11.89i] 2024/11/02 11:56:09: prepare CityInfoStage
[1.11.89i] 2024/11/02 11:56:09: enter CityInfoStage
[1.11.89i] 2024/11/02 11:56:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:56:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:56:09: leave CityInfoStage
[1.11.89i] 2024/11/02 11:56:09: drop CityInfoStage
[1.11.89i] 2024/11/02 11:56:09: enter GameStage
[1.11.89i] 2024/11/02 11:56:09: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:56:09: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:57:10: bind CityInfoStage
[1.11.89i] 2024/11/02 11:57:10: prepare CityInfoStage
[1.11.89i] 2024/11/02 11:57:10: enter CityInfoStage
[1.11.89i] 2024/11/02 11:57:10: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:57:10: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 11:57:11: leave CityInfoStage
[1.11.89i] 2024/11/02 11:57:11: drop CityInfoStage
[1.11.89i] 2024/11/02 11:57:11: enter GameStage
[1.11.89i] 2024/11/02 11:57:11: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 11:57:11: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 12:00:19: bind SaveWaitingStage
[1.11.89i] 2024/11/02 12:00:19: prepare SaveWaitingStage
[1.11.89i] 2024/11/02 12:00:19: enter SaveWaitingStage
[1.11.89i] 2024/11/02 12:00:19: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 12:00:19: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 12:00:22: leave SaveWaitingStage
[1.11.89i] 2024/11/02 12:00:22: drop SaveWaitingStage
[1.11.89i] 2024/11/02 12:00:22: enter GameStage
[1.11.89i] 2024/11/02 12:00:22: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2024/11/02 12:00:22: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2024/11/02 12:03:05: pause app
[1.11.89i] 2025/02/07 17:16:57: Startup
[1.11.89i] 2025/02/07 17:16:57: create() cold start
[1.11.89i] 2025/02/07 17:16:57: translation es_CR
[1.11.89i] 2025/02/07 17:16:57: instance MzA=
[1.11.89i] 2025/02/07 17:16:57: create() finish
[1.11.89i] 2025/02/07 17:16:57: create() end
[1.11.89i] 2025/02/07 17:16:57: resume app
[1.11.89i] 2025/02/07 17:16:57: refresh
[1.11.89i] 2025/02/07 17:16:57: bind LoadingStage
[1.11.89i] 2025/02/07 17:16:57: prepare LoadingStage
[1.11.89i] 2025/02/07 17:16:57: enter LoadingStage
[1.11.89i] 2025/02/07 17:16:57: loading Warm-up
[1.11.89i] 2025/02/07 17:16:57: refresh
[1.11.89i] 2025/02/07 17:16:57: loading Startup
[1.11.89i] 2025/02/07 17:16:58: Max texture size 4096
[1.11.89i] 2025/02/07 17:16:58: Max heap size is 8796093022207MB
[1.11.89i] 2025/02/07 17:16:58: Engine consumes 13MB
[1.11.89i] 2025/02/07 17:16:58: Screen size is 1080x810, ppi: 264.0
[1.11.89i] 2025/02/07 17:16:58: loading Texture
[1.11.89i] 2025/02/07 17:16:58: loading Fonts
[1.11.89i] 2025/02/07 17:16:58: loading Skin
[1.11.89i] 2025/02/07 17:16:58: loading Extract files
[1.11.89i] 2025/02/07 17:16:58: loading Frames
[1.11.89i] 2025/02/07 17:16:58: loading Scripting
[1.11.89i] 2025/02/07 17:16:58: loading Collecting drafts
[1.11.89i] 2025/02/07 17:16:58:
info.flowersoft.theotown.util.json.JSONException: Value
{"status":"error","hint":"Store access unavailable: Please update TheoTown to the
latest version to continue using the store. Enjoy new features and improvements by
keeping your game up-to-date!"} of type
info.flowersoft.theotown.util.json.JSONObject cannot be converted to JSONArray
info.flowersoft.theotown.util.json.JSONException: Value
{"status":"error","hint":"Store access unavailable: Please update TheoTown to the
latest version to continue using the store. Enjoy new features and improvements by
keeping your game up-to-date!"} of type
info.flowersoft.theotown.util.json.JSONObject cannot be converted to JSONArray
at info.flowersoft.theotown.util.json.JSON.typeMismatch(JSON.java:101)
at info.flowersoft.theotown.util.json.JSONArray.<init>(JSONArray.java:85)
at info.flowersoft.theotown.util.json.JSONArray.<init>(JSONArray.java:96)
at
info.flowersoft.theotown.store.ManagedPluginsController$6.handle(ManagedPluginsCont
roller.java:846)
at
info.flowersoft.theotown.store.ManagedPluginsController$6.handle(ManagedPluginsCont
roller.java:842)
at
info.flowersoft.theotown.store.ManagedPluginsController$8.run(ManagedPluginsControl
ler.java:1047)

[1.11.89i] 2025/02/07 17:16:59: loading Prefetching images


[1.11.89i] 2025/02/07 17:16:59: loading Loading drafts
[1.11.89i] 2025/02/07 17:16:59: loading Finishing drafts
[1.11.89i] 2025/02/07 17:16:59: loading Loading music
[1.11.89i] 2025/02/07 17:16:59: loading Shaders
[1.11.89i] 2025/02/07 17:17:00: loading Topics
[1.11.89i] 2025/02/07 17:17:00: loading Loading textures
[1.11.89i] 2025/02/07 17:17:01: loading Checking winter
[1.11.89i] 2025/02/07 17:17:01: loading Preparing background
[1.11.89i] 2025/02/07 17:17:01: loading Finishing
[1.11.89i] 2025/02/07 17:17:01: leave LoadingStage
[1.11.89i] 2025/02/07 17:17:01: drop LoadingStage
[1.11.89i] 2025/02/07 17:17:01: bind MissingScriptPermsStage
[1.11.89i] 2025/02/07 17:17:01: prepare MissingScriptPermsStage
[1.11.89i] 2025/02/07 17:17:01: bind PluginErrorStage
[1.11.89i] 2025/02/07 17:17:01: prepare PluginErrorStage
[1.11.89i] 2025/02/07 17:17:01: bind MissingManifestStage
[1.11.89i] 2025/02/07 17:17:01: prepare MissingManifestStage
[1.11.89i] 2025/02/07 17:17:01: bind WelcomeStage
[1.11.89i] 2025/02/07 17:17:01: prepare WelcomeStage
[1.11.89i] 2025/02/07 17:17:01: enter WelcomeStage
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:01: drop MissingScriptPermsStage
[1.11.89i] 2025/02/07 17:17:01: drop PluginErrorStage
[1.11.89i] 2025/02/07 17:17:01: drop MissingManifestStage
[1.11.89i] 2025/02/07 17:17:01: leave WelcomeStage
[1.11.89i] 2025/02/07 17:17:01: drop WelcomeStage
[1.11.89i] 2025/02/07 17:17:01: bind RegionStage
[1.11.89i] 2025/02/07 17:17:01: prepare RegionStage
[1.11.89i] 2025/02/07 17:17:01: enter RegionStage
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:01: instance Mjk=
[1.11.89i] 2025/02/07 17:17:01: instance MzA=
[1.11.89i] 2025/02/07 17:17:01: bind LoadWaitingStage
[1.11.89i] 2025/02/07 17:17:01: prepare LoadWaitingStage
[1.11.89i] 2025/02/07 17:17:01: enter LoadWaitingStage
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:01: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:04: leave LoadWaitingStage
[1.11.89i] 2025/02/07 17:17:04: drop LoadWaitingStage
[1.11.89i] 2025/02/07 17:17:04: bind GameStage
[1.11.89i] 2025/02/07 17:17:04: prepare GameStage
[1.11.89i] 2025/02/07 17:17:04: enter GameStage
[1.11.89i] 2025/02/07 17:17:04: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:04: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:04: bind SpecialOfferStage:$feature_landmarks03
[1.11.89i] 2025/02/07 17:17:04: prepare SpecialOfferStage:$feature_landmarks03
[1.11.89i] 2025/02/07 17:17:04: enter SpecialOfferStage:$feature_landmarks03
[1.11.89i] 2025/02/07 17:17:04: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:04: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:17:05: leave SpecialOfferStage:$feature_landmarks03
[1.11.89i] 2025/02/07 17:17:05: drop SpecialOfferStage:$feature_landmarks03
[1.11.89i] 2025/02/07 17:17:05: enter GameStage
[1.11.89i] 2025/02/07 17:17:05: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:17:05: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:20:18: leave GameStage
[1.11.89i] 2025/02/07 17:20:18: drop GameStage
[1.11.89i] 2025/02/07 17:20:18: bind SaveWaitingStage
[1.11.89i] 2025/02/07 17:20:18: prepare SaveWaitingStage
[1.11.89i] 2025/02/07 17:20:18: enter SaveWaitingStage
[1.11.89i] 2025/02/07 17:20:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:20:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:20:20: leave SaveWaitingStage
[1.11.89i] 2025/02/07 17:20:20: drop SaveWaitingStage
[1.11.89i] 2025/02/07 17:20:20: enter RegionStage
[1.11.89i] 2025/02/07 17:20:20: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:20:20: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:20:26: bind OnlineRegionProviderStage
[1.11.89i] 2025/02/07 17:20:26: prepare OnlineRegionProviderStage
[1.11.89i] 2025/02/07 17:20:26: enter OnlineRegionProviderStage
[1.11.89i] 2025/02/07 17:20:26: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:20:26: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:21:18: leave OnlineRegionProviderStage
[1.11.89i] 2025/02/07 17:21:18: drop OnlineRegionProviderStage
[1.11.89i] 2025/02/07 17:21:18: enter RegionStage
[1.11.89i] 2025/02/07 17:21:18: ResolutionMgr perfect width 818 for res 2160x1620
with xdpi 264.0 derived from 264.0
[1.11.89i] 2025/02/07 17:21:18: ResolutionMgr perfect index 6 (3) with 8 factors
available
[1.11.89i] 2025/02/07 17:21:21: pause app

You might also like