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

Log

The document logs the startup and loading process of an application, detailing various stages such as LoadingStage, WelcomeStage, and GameStage. It highlights an error related to a missing 'key_mapping.json' file, which prevents the application from loading properly. Additionally, it provides information on the application's resource management, including texture sizes and memory usage.

Uploaded by

gmonteiropdk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views439 pages

Log

The document logs the startup and loading process of an application, detailing various stages such as LoadingStage, WelcomeStage, and GameStage. It highlights an error related to a missing 'key_mapping.json' file, which prevents the application from loading properly. Additionally, it provides information on the application's resource management, including texture sizes and memory usage.

Uploaded by

gmonteiropdk
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/ 439

[1.11.

50i] 2024/05/12 14:13:44: Startup


[1.11.50i] 2024/05/12 14:13:44: create() cold start
[1.11.50i] 2024/05/12 14:13:44: translation pt_BR
[1.11.50i] 2024/05/12 14:13:44: instance MA==
[1.11.50i] 2024/05/12 14:13:44: create() finish
[1.11.50i] 2024/05/12 14:13:44: create() end
[1.11.50i] 2024/05/12 14:13:44: resume app
[1.11.50i] 2024/05/12 14:13:44: refresh
[1.11.50i] 2024/05/12 14:13:44: bind LoadingStage
[1.11.50i] 2024/05/12 14:13:44: prepare LoadingStage
[1.11.50i] 2024/05/12 14:13:44: enter LoadingStage
[1.11.50i] 2024/05/12 14:13:44: loading Warm-up
[1.11.50i] 2024/05/12 14:13:45: refresh
[1.11.50i] 2024/05/12 14:13:45: pause app
[1.11.50i] 2024/05/12 14:13:45: enter app
[1.11.50i] 2024/05/12 14:13:45: resume app
[1.11.50i] 2024/05/12 14:13:45: pause app
[1.11.50i] 2024/05/12 16:02:25: Startup
[1.11.50i] 2024/05/12 16:02:25: create() cold start
[1.11.50i] 2024/05/12 16:02:25: translation pt_BR
[1.11.50i] 2024/05/12 16:02:25: instance MA==
[1.11.50i] 2024/05/12 16:02:25: create() finish
[1.11.50i] 2024/05/12 16:02:25: create() end
[1.11.50i] 2024/05/12 16:02:25: resume app
[1.11.50i] 2024/05/12 16:02:25: refresh
[1.11.50i] 2024/05/12 16:02:25: bind LoadingStage
[1.11.50i] 2024/05/12 16:02:25: prepare LoadingStage
[1.11.50i] 2024/05/12 16:02:25: enter LoadingStage
[1.11.50i] 2024/05/12 16:02:25: loading Warm-up
[1.11.50i] 2024/05/12 16:02:25: refresh
[1.11.50i] 2024/05/12 16:02:25: pause app
[1.11.50i] 2024/05/12 16:02:28: enter app
[1.11.50i] 2024/05/12 16:02:28: resume app
[1.11.50i] 2024/05/12 16:02:28: resume -> enter LoadingStage
[1.11.50i] 2024/05/12 16:02:28: loading Startup
[1.11.50i] 2024/05/12 16:02:28:
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Documents/key_mapping.json (Absolute)
com.badlogic.gdx.utils.GdxRuntimeException: Error reading file:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Documents/key_mapping.json (Absolute)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:149)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:169)
at info.flowersoft.theotown.util.Files.readTextFile(Files.java:57)
at info.flowersoft.theotown.util.Files.readTextFile(Files.java:73)
at
info.flowersoft.theotown.input.KeyActionManager.load(KeyActionManager.java:40)
at
info.flowersoft.theotown.stages.LoadingStage.lambda$prepare$2(LoadingStage.java:172
)
at info.flowersoft.theotown.stages.LoadingStage$$Lambda$3.run(Unknown Source)
at
info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1594)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:245)
at
info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati
onAdapter.kt:28)
at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java:265)
at
com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java:132)
at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.$cb$drawRect$
(IOSGraphics.java)
at org.robovm.apple.uikit.UIApplication.main(Native Method)
at org.robovm.apple.uikit.UIApplication.main(UIApplication.java:442)
at io.blueflower.theotown.aios.IOSLauncher.main(IOSLauncher.java:300)
Caused by: java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Documents/key_mapping.json: open failed: ENOENT (No such file or
directory)
at libcore.io.IoBridge.open(IoBridge.java:409)
at java.io.FileInputStream.<init>(FileInputStream.java:78)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146)
... 16 more
Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or
directory)
at libcore.io.Posix.open(Native Method)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
at libcore.io.IoBridge.open(IoBridge.java:393)
... 18 more

[1.11.50i] 2024/05/12 16:02:28: Max texture size 4096


[1.11.50i] 2024/05/12 16:02:28: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/12 16:02:28: Engine consumes 11MB
[1.11.50i] 2024/05/12 16:02:28: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/12 16:02:28: loading Texture
[1.11.50i] 2024/05/12 16:02:28: loading Fonts
[1.11.50i] 2024/05/12 16:02:28: loading Skin
[1.11.50i] 2024/05/12 16:02:28: loading Extract files
[1.11.50i] 2024/05/12 16:02:28: loading Frames
[1.11.50i] 2024/05/12 16:02:28: loading Scripting
[1.11.50i] 2024/05/12 16:02:28: loading Collecting drafts
[1.11.50i] 2024/05/12 16:02:30: loading Prefetching images
[1.11.50i] 2024/05/12 16:02:30: loading Loading drafts
[1.11.50i] 2024/05/12 16:02:31: loading Finishing drafts
[1.11.50i] 2024/05/12 16:02:31: loading Loading music
[1.11.50i] 2024/05/12 16:02:31: loading Shaders
[1.11.50i] 2024/05/12 16:02:31: loading Topics
[1.11.50i] 2024/05/12 16:02:31: loading Loading textures
[1.11.50i] 2024/05/12 16:02:32: loading Checking winter
[1.11.50i] 2024/05/12 16:02:32: loading Preparing background
[1.11.50i] 2024/05/12 16:02:32: loading Finishing
[1.11.50i] 2024/05/12 16:02:32: leave LoadingStage
[1.11.50i] 2024/05/12 16:02:32: drop LoadingStage
[1.11.50i] 2024/05/12 16:02:32: bind MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:02:32: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:02:32: bind PluginErrorStage
[1.11.50i] 2024/05/12 16:02:32: prepare PluginErrorStage
[1.11.50i] 2024/05/12 16:02:32: bind MissingManifestStage
[1.11.50i] 2024/05/12 16:02:32: prepare MissingManifestStage
[1.11.50i] 2024/05/12 16:02:32: bind WelcomeStage
[1.11.50i] 2024/05/12 16:02:32: prepare WelcomeStage
[1.11.50i] 2024/05/12 16:02:32: enter WelcomeStage
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:02:32: drop MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:02:32: drop PluginErrorStage
[1.11.50i] 2024/05/12 16:02:32: drop MissingManifestStage
[1.11.50i] 2024/05/12 16:02:32: leave WelcomeStage
[1.11.50i] 2024/05/12 16:02:32: drop WelcomeStage
[1.11.50i] 2024/05/12 16:02:32: bind RegionStage
[1.11.50i] 2024/05/12 16:02:32: prepare RegionStage
[1.11.50i] 2024/05/12 16:02:32: enter RegionStage
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:02:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:02:42: bind LoadWaitingStage
[1.11.50i] 2024/05/12 16:02:42: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 16:02:42: enter LoadWaitingStage
[1.11.50i] 2024/05/12 16:02:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:02:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:02:42: leave LoadWaitingStage
[1.11.50i] 2024/05/12 16:02:42: drop LoadWaitingStage
[1.11.50i] 2024/05/12 16:02:42: bind GameStage
[1.11.50i] 2024/05/12 16:02:42: prepare GameStage
[1.11.50i] 2024/05/12 16:02:42: enter GameStage
[1.11.50i] 2024/05/12 16:02:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:02:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:07:17: bind CityInfoStage
[1.11.50i] 2024/05/12 16:07:17: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:07:17: enter CityInfoStage
[1.11.50i] 2024/05/12 16:07:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:07:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:07:17: leave CityInfoStage
[1.11.50i] 2024/05/12 16:07:17: drop CityInfoStage
[1.11.50i] 2024/05/12 16:07:17: enter GameStage
[1.11.50i] 2024/05/12 16:07:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:07:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:07:41: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:07:41: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:07:41: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:07:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:07:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:07:41: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:07:41: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:07:41: enter GameStage
[1.11.50i] 2024/05/12 16:07:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:07:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:08:46: bind CityInfoStage
[1.11.50i] 2024/05/12 16:08:46: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:08:46: enter CityInfoStage
[1.11.50i] 2024/05/12 16:08:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:08:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:08:48: leave CityInfoStage
[1.11.50i] 2024/05/12 16:08:48: drop CityInfoStage
[1.11.50i] 2024/05/12 16:08:48: enter GameStage
[1.11.50i] 2024/05/12 16:08:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:08:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:08:56: instance Mg==
[1.11.50i] 2024/05/12 16:08:56: bind RankStage
[1.11.50i] 2024/05/12 16:08:56: prepare RankStage
[1.11.50i] 2024/05/12 16:08:56: enter RankStage
[1.11.50i] 2024/05/12 16:08:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:08:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:09:02: leave RankStage
[1.11.50i] 2024/05/12 16:09:02: drop RankStage
[1.11.50i] 2024/05/12 16:09:02: enter GameStage
[1.11.50i] 2024/05/12 16:09:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:09:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:12:46: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:12:46: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:12:46: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:12:46: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:12:46: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:12:46: enter GameStage
[1.11.50i] 2024/05/12 16:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:13:16: bind CityInfoStage
[1.11.50i] 2024/05/12 16:13:16: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:13:16: enter CityInfoStage
[1.11.50i] 2024/05/12 16:13:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:13:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:13:19: leave CityInfoStage
[1.11.50i] 2024/05/12 16:13:19: drop CityInfoStage
[1.11.50i] 2024/05/12 16:13:19: enter GameStage
[1.11.50i] 2024/05/12 16:13:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:13:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:17:47: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:17:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:17:47: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:17:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:17:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:17:47: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:17:47: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:17:47: enter GameStage
[1.11.50i] 2024/05/12 16:17:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:17:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:20:18: instance NA==
[1.11.50i] 2024/05/12 16:20:18: bind RankStage
[1.11.50i] 2024/05/12 16:20:18: prepare RankStage
[1.11.50i] 2024/05/12 16:20:18: enter RankStage
[1.11.50i] 2024/05/12 16:20:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:20:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:20:26: leave RankStage
[1.11.50i] 2024/05/12 16:20:26: drop RankStage
[1.11.50i] 2024/05/12 16:20:26: enter GameStage
[1.11.50i] 2024/05/12 16:20:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:20:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:20:39: bind CityInfoStage
[1.11.50i] 2024/05/12 16:20:39: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:20:39: enter CityInfoStage
[1.11.50i] 2024/05/12 16:20:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:20:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:20:39: leave CityInfoStage
[1.11.50i] 2024/05/12 16:20:39: drop CityInfoStage
[1.11.50i] 2024/05/12 16:20:39: enter GameStage
[1.11.50i] 2024/05/12 16:20:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:20:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:22:55: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:22:55: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:22:55: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:22:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:22:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:22:55: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:22:55: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:22:55: enter GameStage
[1.11.50i] 2024/05/12 16:22:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:22:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:23:35: bind Store
[1.11.50i] 2024/05/12 16:23:35: prepare Store
[1.11.50i] 2024/05/12 16:23:35: enter Store
[1.11.50i] 2024/05/12 16:23:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:23:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:23:47: leave Store
[1.11.50i] 2024/05/12 16:23:47: drop Store
[1.11.50i] 2024/05/12 16:23:47: enter GameStage
[1.11.50i] 2024/05/12 16:23:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:23:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:02: bind CityInfoStage
[1.11.50i] 2024/05/12 16:28:02: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:28:02: enter CityInfoStage
[1.11.50i] 2024/05/12 16:28:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:04: leave CityInfoStage
[1.11.50i] 2024/05/12 16:28:04: drop CityInfoStage
[1.11.50i] 2024/05/12 16:28:04: enter GameStage
[1.11.50i] 2024/05/12 16:28:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:04: bind CityInfoStage
[1.11.50i] 2024/05/12 16:28:04: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:28:04: enter CityInfoStage
[1.11.50i] 2024/05/12 16:28:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:08: leave CityInfoStage
[1.11.50i] 2024/05/12 16:28:08: drop CityInfoStage
[1.11.50i] 2024/05/12 16:28:08: enter GameStage
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:08: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:28:08: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:28:08: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:08: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:28:08: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:28:08: enter GameStage
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:09: bind CityInfoStage
[1.11.50i] 2024/05/12 16:28:09: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:28:09: enter CityInfoStage
[1.11.50i] 2024/05/12 16:28:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:28:10: leave CityInfoStage
[1.11.50i] 2024/05/12 16:28:10: drop CityInfoStage
[1.11.50i] 2024/05/12 16:28:11: enter GameStage
[1.11.50i] 2024/05/12 16:28:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:28:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:33:09: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:33:09: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:33:09: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:33:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:33:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:33:09: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:33:09: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:33:09: enter GameStage
[1.11.50i] 2024/05/12 16:33:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:33:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:33:31: instance Ng==
[1.11.50i] 2024/05/12 16:33:31: bind RankStage
[1.11.50i] 2024/05/12 16:33:31: prepare RankStage
[1.11.50i] 2024/05/12 16:33:31: enter RankStage
[1.11.50i] 2024/05/12 16:33:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:33:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:33:39: leave RankStage
[1.11.50i] 2024/05/12 16:33:39: drop RankStage
[1.11.50i] 2024/05/12 16:33:39: enter GameStage
[1.11.50i] 2024/05/12 16:33:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:33:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:34:43: bind Store
[1.11.50i] 2024/05/12 16:34:43: prepare Store
[1.11.50i] 2024/05/12 16:34:43: enter Store
[1.11.50i] 2024/05/12 16:34:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:34:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:34:44: leave Store
[1.11.50i] 2024/05/12 16:34:44: drop Store
[1.11.50i] 2024/05/12 16:34:44: enter GameStage
[1.11.50i] 2024/05/12 16:34:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:34:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:34:53: leave GameStage
[1.11.50i] 2024/05/12 16:34:53: drop GameStage
[1.11.50i] 2024/05/12 16:34:53: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:34:53: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:34:53: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:34:53: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:34:53: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:34:53: enter RegionStage
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:34:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:35:03: bind GameStage
[1.11.50i] 2024/05/12 16:35:03: prepare GameStage
[1.11.50i] 2024/05/12 16:35:03: enter GameStage
[1.11.50i] 2024/05/12 16:35:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:35:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:35:03: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 16:35:03: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 16:35:03: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 16:35:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:35:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:35:05: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 16:35:05: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 16:35:05: enter GameStage
[1.11.50i] 2024/05/12 16:35:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:35:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:36:14: pause app
[1.11.50i] 2024/05/12 16:36:16: enter app
[1.11.50i] 2024/05/12 16:36:16: resume app
[1.11.50i] 2024/05/12 16:36:16: resume -> enter GameStage
[1.11.50i] 2024/05/12 16:36:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:36:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:36:19: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:36:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:36:19: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:36:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:36:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:36:20: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:36:20: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:36:20: enter GameStage
[1.11.50i] 2024/05/12 16:36:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:36:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:36:20: pause app
[1.11.50i] 2024/05/12 16:37:57: enter app
[1.11.50i] 2024/05/12 16:37:57: resume app
[1.11.50i] 2024/05/12 16:37:57: resume -> enter GameStage
[1.11.50i] 2024/05/12 16:37:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:37:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:38:38: bind CityInfoStage
[1.11.50i] 2024/05/12 16:38:38: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:38:38: enter CityInfoStage
[1.11.50i] 2024/05/12 16:38:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:38:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:38:39: leave CityInfoStage
[1.11.50i] 2024/05/12 16:38:39: drop CityInfoStage
[1.11.50i] 2024/05/12 16:38:39: enter GameStage
[1.11.50i] 2024/05/12 16:38:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:38:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:40:43: bind CityInfoStage
[1.11.50i] 2024/05/12 16:40:43: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:40:43: enter CityInfoStage
[1.11.50i] 2024/05/12 16:40:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:40:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:40:44: leave CityInfoStage
[1.11.50i] 2024/05/12 16:40:44: drop CityInfoStage
[1.11.50i] 2024/05/12 16:40:44: enter GameStage
[1.11.50i] 2024/05/12 16:40:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:40:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:42:56: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:42:56: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:42:56: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:42:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:42:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:42:56: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:42:56: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:42:56: enter GameStage
[1.11.50i] 2024/05/12 16:42:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:42:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:43:11: bind CityInfoStage
[1.11.50i] 2024/05/12 16:43:11: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:43:11: enter CityInfoStage
[1.11.50i] 2024/05/12 16:43:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:43:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:43:12: leave CityInfoStage
[1.11.50i] 2024/05/12 16:43:12: drop CityInfoStage
[1.11.50i] 2024/05/12 16:43:12: enter GameStage
[1.11.50i] 2024/05/12 16:43:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:43:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:43:39: bind CityInfoStage
[1.11.50i] 2024/05/12 16:43:39: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:43:39: enter CityInfoStage
[1.11.50i] 2024/05/12 16:43:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:43:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:43:41: leave CityInfoStage
[1.11.50i] 2024/05/12 16:43:41: drop CityInfoStage
[1.11.50i] 2024/05/12 16:43:41: enter GameStage
[1.11.50i] 2024/05/12 16:43:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:43:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:08: bind CityInfoStage
[1.11.50i] 2024/05/12 16:44:08: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:44:08: enter CityInfoStage
[1.11.50i] 2024/05/12 16:44:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:10: leave CityInfoStage
[1.11.50i] 2024/05/12 16:44:10: drop CityInfoStage
[1.11.50i] 2024/05/12 16:44:10: enter GameStage
[1.11.50i] 2024/05/12 16:44:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:10: bind CityInfoStage
[1.11.50i] 2024/05/12 16:44:10: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:44:10: enter CityInfoStage
[1.11.50i] 2024/05/12 16:44:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:15: leave CityInfoStage
[1.11.50i] 2024/05/12 16:44:15: drop CityInfoStage
[1.11.50i] 2024/05/12 16:44:15: enter GameStage
[1.11.50i] 2024/05/12 16:44:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:50: instance OA==
[1.11.50i] 2024/05/12 16:44:50: bind RankStage
[1.11.50i] 2024/05/12 16:44:50: prepare RankStage
[1.11.50i] 2024/05/12 16:44:50: enter RankStage
[1.11.50i] 2024/05/12 16:44:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:44:52: leave RankStage
[1.11.50i] 2024/05/12 16:44:52: drop RankStage
[1.11.50i] 2024/05/12 16:44:52: enter GameStage
[1.11.50i] 2024/05/12 16:44:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:44:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:03: bind CityInfoStage
[1.11.50i] 2024/05/12 16:45:03: prepare CityInfoStage
[1.11.50i] 2024/05/12 16:45:03: enter CityInfoStage
[1.11.50i] 2024/05/12 16:45:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:45:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:04: bind RankStage
[1.11.50i] 2024/05/12 16:45:04: prepare RankStage
[1.11.50i] 2024/05/12 16:45:04: enter RankStage
[1.11.50i] 2024/05/12 16:45:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:45:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:07: leave RankStage
[1.11.50i] 2024/05/12 16:45:07: drop RankStage
[1.11.50i] 2024/05/12 16:45:07: drop CityInfoStage
[1.11.50i] 2024/05/12 16:45:07: enter GameStage
[1.11.50i] 2024/05/12 16:45:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:45:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:27: bind SaveWaitingStage
[1.11.50i] 2024/05/12 16:45:27: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 16:45:27: enter SaveWaitingStage
[1.11.50i] 2024/05/12 16:45:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:45:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:27: leave SaveWaitingStage
[1.11.50i] 2024/05/12 16:45:27: drop SaveWaitingStage
[1.11.50i] 2024/05/12 16:45:27: enter GameStage
[1.11.50i] 2024/05/12 16:45:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:45:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:45:28: pause app
[1.11.50i] 2024/05/12 16:45:29: leave GameStage
[1.11.50i] 2024/05/12 16:45:29: drop GameStage
[1.11.50i] 2024/05/12 16:45:29: drop RegionStage
[1.11.50i] 2024/05/12 16:49:26: Startup
[1.11.50i] 2024/05/12 16:49:26: create() cold start
[1.11.50i] 2024/05/12 16:49:26: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at java.net.URL.openStream(URL.java:470)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.50i] 2024/05/12 16:49:26: Download


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImp
l.java:89)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.connect(HttpsURLConnectionI
mpl.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager
.java:90)
at info.flowersoft.theotown.resources.ConfigManager$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.50i] 2024/05/12 16:49:26: translation pt_BR


[1.11.50i] 2024/05/12 16:49:26: instance OA==
[1.11.50i] 2024/05/12 16:49:26: create() finish
[1.11.50i] 2024/05/12 16:49:26: create() end
[1.11.50i] 2024/05/12 16:49:26: resume app
[1.11.50i] 2024/05/12 16:49:26: refresh
[1.11.50i] 2024/05/12 16:49:26: bind LoadingStage
[1.11.50i] 2024/05/12 16:49:26: prepare LoadingStage
[1.11.50i] 2024/05/12 16:49:26: enter LoadingStage
[1.11.50i] 2024/05/12 16:49:26: loading Warm-up
[1.11.50i] 2024/05/12 16:49:26: refresh
[1.11.50i] 2024/05/12 16:49:26: loading Startup
[1.11.50i] 2024/05/12 16:49:26: Max texture size 4096
[1.11.50i] 2024/05/12 16:49:26: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/12 16:49:26: Engine consumes 11MB
[1.11.50i] 2024/05/12 16:49:26: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/12 16:49:26: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.50i] 2024/05/12 16:49:26: General


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.50i] 2024/05/12 16:49:26: loading Texture


[1.11.50i] 2024/05/12 16:49:26: loading Fonts
[1.11.50i] 2024/05/12 16:49:26: loading Skin
[1.11.50i] 2024/05/12 16:49:26: loading Extract files
[1.11.50i] 2024/05/12 16:49:26: loading Frames
[1.11.50i] 2024/05/12 16:49:26: loading Scripting
[1.11.50i] 2024/05/12 16:49:26: loading Collecting drafts
[1.11.50i] 2024/05/12 16:49:26: loading Prefetching images
[1.11.50i] 2024/05/12 16:49:27: loading Loading drafts
[1.11.50i] 2024/05/12 16:49:27: loading Finishing drafts
[1.11.50i] 2024/05/12 16:49:27: loading Loading music
[1.11.50i] 2024/05/12 16:49:27: loading Shaders
[1.11.50i] 2024/05/12 16:49:27: loading Topics
[1.11.50i] 2024/05/12 16:49:27: loading Loading textures
[1.11.50i] 2024/05/12 16:49:28: loading Checking winter
[1.11.50i] 2024/05/12 16:49:28: loading Preparing background
[1.11.50i] 2024/05/12 16:49:28: loading Finishing
[1.11.50i] 2024/05/12 16:49:28: leave LoadingStage
[1.11.50i] 2024/05/12 16:49:28: drop LoadingStage
[1.11.50i] 2024/05/12 16:49:28: bind MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:49:28: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:49:28: bind PluginErrorStage
[1.11.50i] 2024/05/12 16:49:28: prepare PluginErrorStage
[1.11.50i] 2024/05/12 16:49:28: bind MissingManifestStage
[1.11.50i] 2024/05/12 16:49:28: prepare MissingManifestStage
[1.11.50i] 2024/05/12 16:49:28: bind WelcomeStage
[1.11.50i] 2024/05/12 16:49:28: prepare WelcomeStage
[1.11.50i] 2024/05/12 16:49:28: enter WelcomeStage
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:49:28: drop MissingScriptPermsStage
[1.11.50i] 2024/05/12 16:49:28: drop PluginErrorStage
[1.11.50i] 2024/05/12 16:49:28: drop MissingManifestStage
[1.11.50i] 2024/05/12 16:49:28: leave WelcomeStage
[1.11.50i] 2024/05/12 16:49:28: drop WelcomeStage
[1.11.50i] 2024/05/12 16:49:28: bind RegionStage
[1.11.50i] 2024/05/12 16:49:28: prepare RegionStage
[1.11.50i] 2024/05/12 16:49:28: enter RegionStage
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:49:28: instance Nw==
[1.11.50i] 2024/05/12 16:49:28: instance OA==
[1.11.50i] 2024/05/12 16:49:28: bind LoadWaitingStage
[1.11.50i] 2024/05/12 16:49:28: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 16:49:28: enter LoadWaitingStage
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:49:28: leave LoadWaitingStage
[1.11.50i] 2024/05/12 16:49:28: drop LoadWaitingStage
[1.11.50i] 2024/05/12 16:49:28: bind GameStage
[1.11.50i] 2024/05/12 16:49:28: prepare GameStage
[1.11.50i] 2024/05/12 16:49:28: enter GameStage
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:49:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:50:12: pause app
[1.11.50i] 2024/05/12 16:50:13: enter app
[1.11.50i] 2024/05/12 16:50:13: resume app
[1.11.50i] 2024/05/12 16:50:13: resume -> enter GameStage
[1.11.50i] 2024/05/12 16:50:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 16:50:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 16:50:20: pause app
[1.11.50i] 2024/05/12 21:28:04: Startup
[1.11.50i] 2024/05/12 21:28:04: create() cold start
[1.11.50i] 2024/05/12 21:28:04: translation pt_BR
[1.11.50i] 2024/05/12 21:28:04: instance OA==
[1.11.50i] 2024/05/12 21:28:04: create() finish
[1.11.50i] 2024/05/12 21:28:04: create() end
[1.11.50i] 2024/05/12 21:28:04: resume app
[1.11.50i] 2024/05/12 21:28:04: refresh
[1.11.50i] 2024/05/12 21:28:04: bind LoadingStage
[1.11.50i] 2024/05/12 21:28:04: prepare LoadingStage
[1.11.50i] 2024/05/12 21:28:04: enter LoadingStage
[1.11.50i] 2024/05/12 21:28:04: loading Warm-up
[1.11.50i] 2024/05/12 21:28:04: refresh
[1.11.50i] 2024/05/12 21:28:04: loading Startup
[1.11.50i] 2024/05/12 21:28:04: Max texture size 4096
[1.11.50i] 2024/05/12 21:28:04: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/12 21:28:04: Engine consumes 11MB
[1.11.50i] 2024/05/12 21:28:04: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/12 21:28:04: loading Texture
[1.11.50i] 2024/05/12 21:28:04: loading Fonts
[1.11.50i] 2024/05/12 21:28:04: loading Skin
[1.11.50i] 2024/05/12 21:28:04: loading Extract files
[1.11.50i] 2024/05/12 21:28:04: loading Frames
[1.11.50i] 2024/05/12 21:28:04: loading Scripting
[1.11.50i] 2024/05/12 21:28:05: loading Collecting drafts
[1.11.50i] 2024/05/12 21:28:07: loading Prefetching images
[1.11.50i] 2024/05/12 21:28:07: loading Loading drafts
[1.11.50i] 2024/05/12 21:28:07: loading Finishing drafts
[1.11.50i] 2024/05/12 21:28:07: loading Loading music
[1.11.50i] 2024/05/12 21:28:07: loading Shaders
[1.11.50i] 2024/05/12 21:28:07: loading Topics
[1.11.50i] 2024/05/12 21:28:07: loading Loading textures
[1.11.50i] 2024/05/12 21:28:08: loading Checking winter
[1.11.50i] 2024/05/12 21:28:08: loading Preparing background
[1.11.50i] 2024/05/12 21:28:08: loading Finishing
[1.11.50i] 2024/05/12 21:28:08: leave LoadingStage
[1.11.50i] 2024/05/12 21:28:08: drop LoadingStage
[1.11.50i] 2024/05/12 21:28:08: bind MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:28:08: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:28:08: bind PluginErrorStage
[1.11.50i] 2024/05/12 21:28:08: prepare PluginErrorStage
[1.11.50i] 2024/05/12 21:28:08: bind MissingManifestStage
[1.11.50i] 2024/05/12 21:28:08: prepare MissingManifestStage
[1.11.50i] 2024/05/12 21:28:08: bind WelcomeStage
[1.11.50i] 2024/05/12 21:28:08: prepare WelcomeStage
[1.11.50i] 2024/05/12 21:28:08: enter WelcomeStage
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: drop MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:28:08: drop PluginErrorStage
[1.11.50i] 2024/05/12 21:28:08: drop MissingManifestStage
[1.11.50i] 2024/05/12 21:28:08: leave WelcomeStage
[1.11.50i] 2024/05/12 21:28:08: drop WelcomeStage
[1.11.50i] 2024/05/12 21:28:08: bind RegionStage
[1.11.50i] 2024/05/12 21:28:08: prepare RegionStage
[1.11.50i] 2024/05/12 21:28:08: enter RegionStage
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: instance Nw==
[1.11.50i] 2024/05/12 21:28:08: instance OA==
[1.11.50i] 2024/05/12 21:28:08: bind LoadWaitingStage
[1.11.50i] 2024/05/12 21:28:08: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 21:28:08: enter LoadWaitingStage
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: leave LoadWaitingStage
[1.11.50i] 2024/05/12 21:28:08: drop LoadWaitingStage
[1.11.50i] 2024/05/12 21:28:08: bind GameStage
[1.11.50i] 2024/05/12 21:28:08: prepare GameStage
[1.11.50i] 2024/05/12 21:28:08: enter GameStage
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:08: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 21:28:08: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 21:28:08: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:11: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 21:28:11: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/12 21:28:11: enter GameStage
[1.11.50i] 2024/05/12 21:28:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:28:18: bind IOSVideoAdStage
[1.11.50i] 2024/05/12 21:28:18: prepare IOSVideoAdStage
[1.11.50i] 2024/05/12 21:28:18: enter IOSVideoAdStage
[1.11.50i] 2024/05/12 21:28:18: leave IOSVideoAdStage
[1.11.50i] 2024/05/12 21:28:18: drop IOSVideoAdStage
[1.11.50i] 2024/05/12 21:28:18: enter GameStage
[1.11.50i] 2024/05/12 21:28:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:28:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:30:47: leave GameStage
[1.11.50i] 2024/05/12 21:30:47: drop GameStage
[1.11.50i] 2024/05/12 21:30:47: bind SaveWaitingStage
[1.11.50i] 2024/05/12 21:30:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 21:30:47: enter SaveWaitingStage
[1.11.50i] 2024/05/12 21:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:30:47: leave SaveWaitingStage
[1.11.50i] 2024/05/12 21:30:47: drop SaveWaitingStage
[1.11.50i] 2024/05/12 21:30:47: enter RegionStage
[1.11.50i] 2024/05/12 21:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:31:08: bind LoadWaitingStage
[1.11.50i] 2024/05/12 21:31:08: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 21:31:08: enter LoadWaitingStage
[1.11.50i] 2024/05/12 21:31:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:31:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:31:10: leave LoadWaitingStage
[1.11.50i] 2024/05/12 21:31:10: drop LoadWaitingStage
[1.11.50i] 2024/05/12 21:31:10: bind GameStage
[1.11.50i] 2024/05/12 21:31:10: prepare GameStage
[1.11.50i] 2024/05/12 21:31:10: enter GameStage
[1.11.50i] 2024/05/12 21:31:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:31:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:32:35: bind CityInfoStage
[1.11.50i] 2024/05/12 21:32:35: prepare CityInfoStage
[1.11.50i] 2024/05/12 21:32:35: enter CityInfoStage
[1.11.50i] 2024/05/12 21:32:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:32:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:32:36: leave CityInfoStage
[1.11.50i] 2024/05/12 21:32:36: drop CityInfoStage
[1.11.50i] 2024/05/12 21:32:36: enter GameStage
[1.11.50i] 2024/05/12 21:32:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:32:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:34:57: leave GameStage
[1.11.50i] 2024/05/12 21:34:57: drop GameStage
[1.11.50i] 2024/05/12 21:34:57: bind SaveWaitingStage
[1.11.50i] 2024/05/12 21:34:57: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 21:34:57: enter SaveWaitingStage
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:34:57: leave SaveWaitingStage
[1.11.50i] 2024/05/12 21:34:57: drop SaveWaitingStage
[1.11.50i] 2024/05/12 21:34:57: enter RegionStage
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:34:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:35:00: bind LoadWaitingStage
[1.11.50i] 2024/05/12 21:35:00: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 21:35:00: enter LoadWaitingStage
[1.11.50i] 2024/05/12 21:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:35:00: leave LoadWaitingStage
[1.11.50i] 2024/05/12 21:35:00: drop LoadWaitingStage
[1.11.50i] 2024/05/12 21:35:00: bind GameStage
[1.11.50i] 2024/05/12 21:35:00: prepare GameStage
[1.11.50i] 2024/05/12 21:35:00: enter GameStage
[1.11.50i] 2024/05/12 21:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:39:09: bind Store
[1.11.50i] 2024/05/12 21:39:09: prepare Store
[1.11.50i] 2024/05/12 21:39:09: enter Store
[1.11.50i] 2024/05/12 21:39:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:39:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:39:19: bind IOSVideoAdStage
[1.11.50i] 2024/05/12 21:39:19: prepare IOSVideoAdStage
[1.11.50i] 2024/05/12 21:39:19: enter IOSVideoAdStage
[1.11.50i] 2024/05/12 21:39:19: leave IOSVideoAdStage
[1.11.50i] 2024/05/12 21:39:19: drop IOSVideoAdStage
[1.11.50i] 2024/05/12 21:39:19: enter Store
[1.11.50i] 2024/05/12 21:39:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:39:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:13: leave Store
[1.11.50i] 2024/05/12 21:40:13: drop Store
[1.11.50i] 2024/05/12 21:40:13: drop GameStage
[1.11.50i] 2024/05/12 21:40:13: drop RegionStage
[1.11.50i] 2024/05/12 21:40:13: Startup
[1.11.50i] 2024/05/12 21:40:13: create() cold start
[1.11.50i] 2024/05/12 21:40:13: translation pt_BR
[1.11.50i] 2024/05/12 21:40:13: instance OA==
[1.11.50i] 2024/05/12 21:40:13: create() finish
[1.11.50i] 2024/05/12 21:40:13: create() end
[1.11.50i] 2024/05/12 21:40:13: resume app
[1.11.50i] 2024/05/12 21:40:13: refresh
[1.11.50i] 2024/05/12 21:40:13: bind LoadingStage
[1.11.50i] 2024/05/12 21:40:13: prepare LoadingStage
[1.11.50i] 2024/05/12 21:40:13: enter LoadingStage
[1.11.50i] 2024/05/12 21:40:13: loading Warm-up
[1.11.50i] 2024/05/12 21:40:13: loading Startup
[1.11.50i] 2024/05/12 21:40:13: Max texture size 4096
[1.11.50i] 2024/05/12 21:40:13: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/12 21:40:13: Engine consumes 11MB
[1.11.50i] 2024/05/12 21:40:13: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/12 21:40:13: loading Texture
[1.11.50i] 2024/05/12 21:40:13: loading Fonts
[1.11.50i] 2024/05/12 21:40:13: loading Skin
[1.11.50i] 2024/05/12 21:40:13: loading Extract files
[1.11.50i] 2024/05/12 21:40:13: loading Frames
[1.11.50i] 2024/05/12 21:40:13: loading Scripting
[1.11.50i] 2024/05/12 21:40:13: loading Collecting drafts
[1.11.50i] 2024/05/12 21:40:16: loading Prefetching images
[1.11.50i] 2024/05/12 21:40:16: loading Loading drafts
[1.11.50i] 2024/05/12 21:40:16: loading Finishing drafts
[1.11.50i] 2024/05/12 21:40:16: loading Loading music
[1.11.50i] 2024/05/12 21:40:16: loading Shaders
[1.11.50i] 2024/05/12 21:40:16: loading Topics
[1.11.50i] 2024/05/12 21:40:16: loading Loading textures
[1.11.50i] 2024/05/12 21:40:17: loading Checking winter
[1.11.50i] 2024/05/12 21:40:17: loading Preparing background
[1.11.50i] 2024/05/12 21:40:17: loading Finishing
[1.11.50i] 2024/05/12 21:40:17: leave LoadingStage
[1.11.50i] 2024/05/12 21:40:17: drop LoadingStage
[1.11.50i] 2024/05/12 21:40:17: bind MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:40:17: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:40:17: bind PluginErrorStage
[1.11.50i] 2024/05/12 21:40:17: prepare PluginErrorStage
[1.11.50i] 2024/05/12 21:40:17: bind MissingManifestStage
[1.11.50i] 2024/05/12 21:40:17: prepare MissingManifestStage
[1.11.50i] 2024/05/12 21:40:17: bind WelcomeStage
[1.11.50i] 2024/05/12 21:40:17: prepare WelcomeStage
[1.11.50i] 2024/05/12 21:40:17: enter WelcomeStage
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:17: drop MissingScriptPermsStage
[1.11.50i] 2024/05/12 21:40:17: drop PluginErrorStage
[1.11.50i] 2024/05/12 21:40:17: drop MissingManifestStage
[1.11.50i] 2024/05/12 21:40:17: leave WelcomeStage
[1.11.50i] 2024/05/12 21:40:17: drop WelcomeStage
[1.11.50i] 2024/05/12 21:40:17: bind RegionStage
[1.11.50i] 2024/05/12 21:40:17: prepare RegionStage
[1.11.50i] 2024/05/12 21:40:17: enter RegionStage
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:17: instance Nw==
[1.11.50i] 2024/05/12 21:40:17: instance OA==
[1.11.50i] 2024/05/12 21:40:17: bind LoadWaitingStage
[1.11.50i] 2024/05/12 21:40:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/12 21:40:17: enter LoadWaitingStage
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:17: leave LoadWaitingStage
[1.11.50i] 2024/05/12 21:40:17: drop LoadWaitingStage
[1.11.50i] 2024/05/12 21:40:17: bind GameStage
[1.11.50i] 2024/05/12 21:40:17: prepare GameStage
[1.11.50i] 2024/05/12 21:40:17: enter GameStage
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:37: bind CityInfoStage
[1.11.50i] 2024/05/12 21:40:37: prepare CityInfoStage
[1.11.50i] 2024/05/12 21:40:37: enter CityInfoStage
[1.11.50i] 2024/05/12 21:40:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:40:38: leave CityInfoStage
[1.11.50i] 2024/05/12 21:40:38: drop CityInfoStage
[1.11.50i] 2024/05/12 21:40:38: enter GameStage
[1.11.50i] 2024/05/12 21:40:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:40:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:42:37: bind CityInfoStage
[1.11.50i] 2024/05/12 21:42:37: prepare CityInfoStage
[1.11.50i] 2024/05/12 21:42:37: enter CityInfoStage
[1.11.50i] 2024/05/12 21:42:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:42:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:42:40: leave CityInfoStage
[1.11.50i] 2024/05/12 21:42:40: drop CityInfoStage
[1.11.50i] 2024/05/12 21:42:40: enter GameStage
[1.11.50i] 2024/05/12 21:42:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:42:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:42:41: bind CityInfoStage
[1.11.50i] 2024/05/12 21:42:41: prepare CityInfoStage
[1.11.50i] 2024/05/12 21:42:41: enter CityInfoStage
[1.11.50i] 2024/05/12 21:42:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:42:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:42:43: leave CityInfoStage
[1.11.50i] 2024/05/12 21:42:43: drop CityInfoStage
[1.11.50i] 2024/05/12 21:42:43: enter GameStage
[1.11.50i] 2024/05/12 21:42:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:42:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:45:17: bind SaveWaitingStage
[1.11.50i] 2024/05/12 21:45:17: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 21:45:17: enter SaveWaitingStage
[1.11.50i] 2024/05/12 21:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:45:17: leave SaveWaitingStage
[1.11.50i] 2024/05/12 21:45:17: drop SaveWaitingStage
[1.11.50i] 2024/05/12 21:45:17: enter GameStage
[1.11.50i] 2024/05/12 21:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:47:47: instance MTA=
[1.11.50i] 2024/05/12 21:47:47: bind RankStage
[1.11.50i] 2024/05/12 21:47:47: prepare RankStage
[1.11.50i] 2024/05/12 21:47:47: enter RankStage
[1.11.50i] 2024/05/12 21:47:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:47:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:48:02: leave RankStage
[1.11.50i] 2024/05/12 21:48:02: drop RankStage
[1.11.50i] 2024/05/12 21:48:02: enter GameStage
[1.11.50i] 2024/05/12 21:48:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:48:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:50:02: pause app
[1.11.50i] 2024/05/12 21:50:23: enter app
[1.11.50i] 2024/05/12 21:50:23: resume app
[1.11.50i] 2024/05/12 21:50:23: resume -> enter GameStage
[1.11.50i] 2024/05/12 21:50:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:50:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:55:24: bind SaveWaitingStage
[1.11.50i] 2024/05/12 21:55:24: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 21:55:24: enter SaveWaitingStage
[1.11.50i] 2024/05/12 21:55:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:55:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:55:24: leave SaveWaitingStage
[1.11.50i] 2024/05/12 21:55:24: drop SaveWaitingStage
[1.11.50i] 2024/05/12 21:55:24: enter GameStage
[1.11.50i] 2024/05/12 21:55:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:55:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:58:47: instance MTI=
[1.11.50i] 2024/05/12 21:58:47: bind RankStage
[1.11.50i] 2024/05/12 21:58:47: prepare RankStage
[1.11.50i] 2024/05/12 21:58:47: enter RankStage
[1.11.50i] 2024/05/12 21:58:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:58:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 21:58:55: leave RankStage
[1.11.50i] 2024/05/12 21:58:55: drop RankStage
[1.11.50i] 2024/05/12 21:58:55: enter GameStage
[1.11.50i] 2024/05/12 21:58:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 21:58:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:00:30: bind SaveWaitingStage
[1.11.50i] 2024/05/12 22:00:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 22:00:30: enter SaveWaitingStage
[1.11.50i] 2024/05/12 22:00:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:00:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:00:30: leave SaveWaitingStage
[1.11.50i] 2024/05/12 22:00:30: drop SaveWaitingStage
[1.11.50i] 2024/05/12 22:00:30: enter GameStage
[1.11.50i] 2024/05/12 22:00:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:00:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:03:44: bind CityInfoStage
[1.11.50i] 2024/05/12 22:03:44: prepare CityInfoStage
[1.11.50i] 2024/05/12 22:03:44: enter CityInfoStage
[1.11.50i] 2024/05/12 22:03:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:03:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:03:45: leave CityInfoStage
[1.11.50i] 2024/05/12 22:03:45: drop CityInfoStage
[1.11.50i] 2024/05/12 22:03:45: enter GameStage
[1.11.50i] 2024/05/12 22:03:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:03:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:05:33: bind SaveWaitingStage
[1.11.50i] 2024/05/12 22:05:33: prepare SaveWaitingStage
[1.11.50i] 2024/05/12 22:05:33: enter SaveWaitingStage
[1.11.50i] 2024/05/12 22:05:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:05:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:05:33: leave SaveWaitingStage
[1.11.50i] 2024/05/12 22:05:33: drop SaveWaitingStage
[1.11.50i] 2024/05/12 22:05:33: enter GameStage
[1.11.50i] 2024/05/12 22:05:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/12 22:05:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/12 22:10:03: pause app
[1.11.50i] 2024/05/13 12:50:55: Startup
[1.11.50i] 2024/05/13 12:50:55: create() cold start
[1.11.50i] 2024/05/13 12:50:55: translation pt_BR
[1.11.50i] 2024/05/13 12:50:55: instance MTI=
[1.11.50i] 2024/05/13 12:50:55: create() finish
[1.11.50i] 2024/05/13 12:50:55: create() end
[1.11.50i] 2024/05/13 12:50:55: resume app
[1.11.50i] 2024/05/13 12:50:55: refresh
[1.11.50i] 2024/05/13 12:50:55: bind LoadingStage
[1.11.50i] 2024/05/13 12:50:55: prepare LoadingStage
[1.11.50i] 2024/05/13 12:50:56: enter LoadingStage
[1.11.50i] 2024/05/13 12:50:56: loading Warm-up
[1.11.50i] 2024/05/13 12:50:56: refresh
[1.11.50i] 2024/05/13 12:50:56: loading Startup
[1.11.50i] 2024/05/13 12:50:56: Max texture size 4096
[1.11.50i] 2024/05/13 12:50:56: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 12:50:56: Engine consumes 11MB
[1.11.50i] 2024/05/13 12:50:56: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 12:50:56: loading Texture
[1.11.50i] 2024/05/13 12:50:56: loading Fonts
[1.11.50i] 2024/05/13 12:50:56: loading Skin
[1.11.50i] 2024/05/13 12:50:56: loading Extract files
[1.11.50i] 2024/05/13 12:50:56: loading Frames
[1.11.50i] 2024/05/13 12:50:56: loading Scripting
[1.11.50i] 2024/05/13 12:50:56: loading Collecting drafts
[1.11.50i] 2024/05/13 12:50:58: loading Prefetching images
[1.11.50i] 2024/05/13 12:50:58: loading Loading drafts
[1.11.50i] 2024/05/13 12:50:58: loading Finishing drafts
[1.11.50i] 2024/05/13 12:50:59: loading Loading music
[1.11.50i] 2024/05/13 12:50:59: loading Shaders
[1.11.50i] 2024/05/13 12:50:59: loading Topics
[1.11.50i] 2024/05/13 12:50:59: loading Loading textures
[1.11.50i] 2024/05/13 12:50:59: loading Checking winter
[1.11.50i] 2024/05/13 12:50:59: loading Preparing background
[1.11.50i] 2024/05/13 12:50:59: loading Finishing
[1.11.50i] 2024/05/13 12:50:59: leave LoadingStage
[1.11.50i] 2024/05/13 12:50:59: drop LoadingStage
[1.11.50i] 2024/05/13 12:50:59: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 12:50:59: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 12:50:59: bind PluginErrorStage
[1.11.50i] 2024/05/13 12:50:59: prepare PluginErrorStage
[1.11.50i] 2024/05/13 12:50:59: bind MissingManifestStage
[1.11.50i] 2024/05/13 12:50:59: prepare MissingManifestStage
[1.11.50i] 2024/05/13 12:50:59: bind WelcomeStage
[1.11.50i] 2024/05/13 12:50:59: prepare WelcomeStage
[1.11.50i] 2024/05/13 12:50:59: enter WelcomeStage
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:50:59: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 12:50:59: drop PluginErrorStage
[1.11.50i] 2024/05/13 12:50:59: drop MissingManifestStage
[1.11.50i] 2024/05/13 12:50:59: leave WelcomeStage
[1.11.50i] 2024/05/13 12:50:59: drop WelcomeStage
[1.11.50i] 2024/05/13 12:50:59: bind RegionStage
[1.11.50i] 2024/05/13 12:50:59: prepare RegionStage
[1.11.50i] 2024/05/13 12:50:59: enter RegionStage
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:50:59: instance MTE=
[1.11.50i] 2024/05/13 12:50:59: instance MTI=
[1.11.50i] 2024/05/13 12:50:59: bind LoadWaitingStage
[1.11.50i] 2024/05/13 12:50:59: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 12:50:59: enter LoadWaitingStage
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:50:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:00: leave LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:00: drop LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:00: bind GameStage
[1.11.50i] 2024/05/13 12:51:00: prepare GameStage
[1.11.50i] 2024/05/13 12:51:00: enter GameStage
[1.11.50i] 2024/05/13 12:51:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:00: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 12:51:00: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 12:51:00: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 12:51:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:01: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 12:51:01: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 12:51:01: enter GameStage
[1.11.50i] 2024/05/13 12:51:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:09: leave GameStage
[1.11.50i] 2024/05/13 12:51:09: drop GameStage
[1.11.50i] 2024/05/13 12:51:09: bind SaveWaitingStage
[1.11.50i] 2024/05/13 12:51:09: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 12:51:09: enter SaveWaitingStage
[1.11.50i] 2024/05/13 12:51:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:09: leave SaveWaitingStage
[1.11.50i] 2024/05/13 12:51:09: drop SaveWaitingStage
[1.11.50i] 2024/05/13 12:51:09: enter RegionStage
[1.11.50i] 2024/05/13 12:51:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:17: bind LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:17: enter LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:17: leave LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:17: drop LoadWaitingStage
[1.11.50i] 2024/05/13 12:51:17: bind GameStage
[1.11.50i] 2024/05/13 12:51:17: prepare GameStage
[1.11.50i] 2024/05/13 12:51:17: enter GameStage
[1.11.50i] 2024/05/13 12:51:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:51:59: instance MTQ=
[1.11.50i] 2024/05/13 12:51:59: bind RankStage
[1.11.50i] 2024/05/13 12:51:59: prepare RankStage
[1.11.50i] 2024/05/13 12:51:59: enter RankStage
[1.11.50i] 2024/05/13 12:51:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:51:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:52:01: leave RankStage
[1.11.50i] 2024/05/13 12:52:01: drop RankStage
[1.11.50i] 2024/05/13 12:52:01: enter GameStage
[1.11.50i] 2024/05/13 12:52:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:52:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:55:04: pause app
[1.11.50i] 2024/05/13 12:55:17: enter app
[1.11.50i] 2024/05/13 12:55:17: resume app
[1.11.50i] 2024/05/13 12:55:17: resume -> enter GameStage
[1.11.50i] 2024/05/13 12:55:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:55:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:59:04: bind CityInfoStage
[1.11.50i] 2024/05/13 12:59:04: prepare CityInfoStage
[1.11.50i] 2024/05/13 12:59:04: enter CityInfoStage
[1.11.50i] 2024/05/13 12:59:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:59:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:59:06: leave CityInfoStage
[1.11.50i] 2024/05/13 12:59:06: drop CityInfoStage
[1.11.50i] 2024/05/13 12:59:06: enter GameStage
[1.11.50i] 2024/05/13 12:59:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:59:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:59:07: bind CityInfoStage
[1.11.50i] 2024/05/13 12:59:07: prepare CityInfoStage
[1.11.50i] 2024/05/13 12:59:07: enter CityInfoStage
[1.11.50i] 2024/05/13 12:59:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:59:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 12:59:09: leave CityInfoStage
[1.11.50i] 2024/05/13 12:59:09: drop CityInfoStage
[1.11.50i] 2024/05/13 12:59:09: enter GameStage
[1.11.50i] 2024/05/13 12:59:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 12:59:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:00:20: bind SaveWaitingStage
[1.11.50i] 2024/05/13 13:00:20: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 13:00:20: enter SaveWaitingStage
[1.11.50i] 2024/05/13 13:00:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:00:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:00:20: leave SaveWaitingStage
[1.11.50i] 2024/05/13 13:00:20: drop SaveWaitingStage
[1.11.50i] 2024/05/13 13:00:20: enter GameStage
[1.11.50i] 2024/05/13 13:00:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:00:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:03:21: bind CityInfoStage
[1.11.50i] 2024/05/13 13:03:21: prepare CityInfoStage
[1.11.50i] 2024/05/13 13:03:21: enter CityInfoStage
[1.11.50i] 2024/05/13 13:03:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:03:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:03:27: leave CityInfoStage
[1.11.50i] 2024/05/13 13:03:27: drop CityInfoStage
[1.11.50i] 2024/05/13 13:03:27: enter GameStage
[1.11.50i] 2024/05/13 13:03:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:03:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:05:24: bind SaveWaitingStage
[1.11.50i] 2024/05/13 13:05:24: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 13:05:24: enter SaveWaitingStage
[1.11.50i] 2024/05/13 13:05:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:05:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:05:24: leave SaveWaitingStage
[1.11.50i] 2024/05/13 13:05:24: drop SaveWaitingStage
[1.11.50i] 2024/05/13 13:05:24: enter GameStage
[1.11.50i] 2024/05/13 13:05:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:05:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:07:42: bind CityInfoStage
[1.11.50i] 2024/05/13 13:07:42: prepare CityInfoStage
[1.11.50i] 2024/05/13 13:07:42: enter CityInfoStage
[1.11.50i] 2024/05/13 13:07:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:07:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:07:43: leave CityInfoStage
[1.11.50i] 2024/05/13 13:07:43: drop CityInfoStage
[1.11.50i] 2024/05/13 13:07:43: enter GameStage
[1.11.50i] 2024/05/13 13:07:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:07:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:07:56: bind CityInfoStage
[1.11.50i] 2024/05/13 13:07:56: prepare CityInfoStage
[1.11.50i] 2024/05/13 13:07:56: enter CityInfoStage
[1.11.50i] 2024/05/13 13:07:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:07:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:07:58: leave CityInfoStage
[1.11.50i] 2024/05/13 13:07:58: drop CityInfoStage
[1.11.50i] 2024/05/13 13:07:58: enter GameStage
[1.11.50i] 2024/05/13 13:07:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:07:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:08:32: instance MTY=
[1.11.50i] 2024/05/13 13:08:32: bind RankStage
[1.11.50i] 2024/05/13 13:08:32: prepare RankStage
[1.11.50i] 2024/05/13 13:08:32: enter RankStage
[1.11.50i] 2024/05/13 13:08:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:08:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:08:39: leave RankStage
[1.11.50i] 2024/05/13 13:08:39: drop RankStage
[1.11.50i] 2024/05/13 13:08:39: enter GameStage
[1.11.50i] 2024/05/13 13:08:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 13:08:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 13:09:44: pause app
[1.11.50i] 2024/05/13 14:31:13: Startup
[1.11.50i] 2024/05/13 14:31:13: create() cold start
[1.11.50i] 2024/05/13 14:31:13: translation pt_BR
[1.11.50i] 2024/05/13 14:31:13: instance MTY=
[1.11.50i] 2024/05/13 14:31:13: create() finish
[1.11.50i] 2024/05/13 14:31:13: create() end
[1.11.50i] 2024/05/13 14:31:13: resume app
[1.11.50i] 2024/05/13 14:31:13: refresh
[1.11.50i] 2024/05/13 14:31:13: bind LoadingStage
[1.11.50i] 2024/05/13 14:31:13: prepare LoadingStage
[1.11.50i] 2024/05/13 14:31:13: enter LoadingStage
[1.11.50i] 2024/05/13 14:31:13: loading Warm-up
[1.11.50i] 2024/05/13 14:31:13: refresh
[1.11.50i] 2024/05/13 14:31:13: loading Startup
[1.11.50i] 2024/05/13 14:31:13: Max texture size 4096
[1.11.50i] 2024/05/13 14:31:13: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 14:31:13: Engine consumes 11MB
[1.11.50i] 2024/05/13 14:31:13: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 14:31:13: loading Texture
[1.11.50i] 2024/05/13 14:31:13: loading Fonts
[1.11.50i] 2024/05/13 14:31:13: loading Skin
[1.11.50i] 2024/05/13 14:31:13: loading Extract files
[1.11.50i] 2024/05/13 14:31:13: loading Frames
[1.11.50i] 2024/05/13 14:31:13: loading Scripting
[1.11.50i] 2024/05/13 14:31:14: loading Collecting drafts
[1.11.50i] 2024/05/13 14:31:16: loading Prefetching images
[1.11.50i] 2024/05/13 14:31:16: loading Loading drafts
[1.11.50i] 2024/05/13 14:31:16: loading Finishing drafts
[1.11.50i] 2024/05/13 14:31:16: loading Loading music
[1.11.50i] 2024/05/13 14:31:16: loading Shaders
[1.11.50i] 2024/05/13 14:31:16: loading Topics
[1.11.50i] 2024/05/13 14:31:16: loading Loading textures
[1.11.50i] 2024/05/13 14:31:17: loading Checking winter
[1.11.50i] 2024/05/13 14:31:17: loading Preparing background
[1.11.50i] 2024/05/13 14:31:17: loading Finishing
[1.11.50i] 2024/05/13 14:31:17: leave LoadingStage
[1.11.50i] 2024/05/13 14:31:17: drop LoadingStage
[1.11.50i] 2024/05/13 14:31:17: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:31:17: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:31:17: bind PluginErrorStage
[1.11.50i] 2024/05/13 14:31:17: prepare PluginErrorStage
[1.11.50i] 2024/05/13 14:31:17: bind MissingManifestStage
[1.11.50i] 2024/05/13 14:31:17: prepare MissingManifestStage
[1.11.50i] 2024/05/13 14:31:17: bind WelcomeStage
[1.11.50i] 2024/05/13 14:31:17: prepare WelcomeStage
[1.11.50i] 2024/05/13 14:31:17: enter WelcomeStage
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:31:17: drop PluginErrorStage
[1.11.50i] 2024/05/13 14:31:17: drop MissingManifestStage
[1.11.50i] 2024/05/13 14:31:17: leave WelcomeStage
[1.11.50i] 2024/05/13 14:31:17: drop WelcomeStage
[1.11.50i] 2024/05/13 14:31:17: bind RegionStage
[1.11.50i] 2024/05/13 14:31:17: prepare RegionStage
[1.11.50i] 2024/05/13 14:31:17: enter RegionStage
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: instance MTU=
[1.11.50i] 2024/05/13 14:31:17: instance MTY=
[1.11.50i] 2024/05/13 14:31:17: bind LoadWaitingStage
[1.11.50i] 2024/05/13 14:31:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 14:31:17: enter LoadWaitingStage
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: leave LoadWaitingStage
[1.11.50i] 2024/05/13 14:31:17: drop LoadWaitingStage
[1.11.50i] 2024/05/13 14:31:17: bind GameStage
[1.11.50i] 2024/05/13 14:31:17: prepare GameStage
[1.11.50i] 2024/05/13 14:31:17: enter GameStage
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:17: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 14:31:17: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 14:31:17: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:19: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 14:31:19: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 14:31:19: enter GameStage
[1.11.50i] 2024/05/13 14:31:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:22: leave GameStage
[1.11.50i] 2024/05/13 14:31:22: drop GameStage
[1.11.50i] 2024/05/13 14:31:22: bind SaveWaitingStage
[1.11.50i] 2024/05/13 14:31:22: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 14:31:22: enter SaveWaitingStage
[1.11.50i] 2024/05/13 14:31:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:31:22: leave SaveWaitingStage
[1.11.50i] 2024/05/13 14:31:22: drop SaveWaitingStage
[1.11.50i] 2024/05/13 14:31:22: enter RegionStage
[1.11.50i] 2024/05/13 14:31:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:31:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:32:02: bind LoadWaitingStage
[1.11.50i] 2024/05/13 14:32:02: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 14:32:02: enter LoadWaitingStage
[1.11.50i] 2024/05/13 14:32:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:32:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:32:04: leave LoadWaitingStage
[1.11.50i] 2024/05/13 14:32:04: drop LoadWaitingStage
[1.11.50i] 2024/05/13 14:32:04: bind GameStage
[1.11.50i] 2024/05/13 14:32:04: prepare GameStage
[1.11.50i] 2024/05/13 14:32:04: enter GameStage
[1.11.50i] 2024/05/13 14:32:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:32:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:36:46: instance MTg=
[1.11.50i] 2024/05/13 14:36:46: bind RankStage
[1.11.50i] 2024/05/13 14:36:46: prepare RankStage
[1.11.50i] 2024/05/13 14:36:46: enter RankStage
[1.11.50i] 2024/05/13 14:36:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:36:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:36:48: leave RankStage
[1.11.50i] 2024/05/13 14:36:48: drop RankStage
[1.11.50i] 2024/05/13 14:36:48: enter GameStage
[1.11.50i] 2024/05/13 14:36:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:36:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:37:02: bind SaveWaitingStage
[1.11.50i] 2024/05/13 14:37:02: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 14:37:02: enter SaveWaitingStage
[1.11.50i] 2024/05/13 14:37:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:37:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:37:03: leave SaveWaitingStage
[1.11.50i] 2024/05/13 14:37:03: drop SaveWaitingStage
[1.11.50i] 2024/05/13 14:37:03: enter GameStage
[1.11.50i] 2024/05/13 14:37:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:37:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:42:02: bind SaveWaitingStage
[1.11.50i] 2024/05/13 14:42:02: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 14:42:02: enter SaveWaitingStage
[1.11.50i] 2024/05/13 14:42:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:42:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:42:03: leave SaveWaitingStage
[1.11.50i] 2024/05/13 14:42:03: drop SaveWaitingStage
[1.11.50i] 2024/05/13 14:42:03: enter GameStage
[1.11.50i] 2024/05/13 14:42:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:42:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:42:56: instance MjA=
[1.11.50i] 2024/05/13 14:42:56: bind RankStage
[1.11.50i] 2024/05/13 14:42:56: prepare RankStage
[1.11.50i] 2024/05/13 14:42:56: enter RankStage
[1.11.50i] 2024/05/13 14:42:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:42:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:43:01: leave RankStage
[1.11.50i] 2024/05/13 14:43:01: drop RankStage
[1.11.50i] 2024/05/13 14:43:01: enter GameStage
[1.11.50i] 2024/05/13 14:43:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:43:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:46:55: bind CityInfoStage
[1.11.50i] 2024/05/13 14:46:55: prepare CityInfoStage
[1.11.50i] 2024/05/13 14:46:55: enter CityInfoStage
[1.11.50i] 2024/05/13 14:46:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:46:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:47:02: leave CityInfoStage
[1.11.50i] 2024/05/13 14:47:02: drop CityInfoStage
[1.11.50i] 2024/05/13 14:47:02: enter GameStage
[1.11.50i] 2024/05/13 14:47:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:47:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:47:12: bind SaveWaitingStage
[1.11.50i] 2024/05/13 14:47:12: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 14:47:12: enter SaveWaitingStage
[1.11.50i] 2024/05/13 14:47:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:47:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:47:12: leave SaveWaitingStage
[1.11.50i] 2024/05/13 14:47:12: drop SaveWaitingStage
[1.11.50i] 2024/05/13 14:47:12: enter GameStage
[1.11.50i] 2024/05/13 14:47:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:47:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:47:48: pause app
[1.11.50i] 2024/05/13 14:48:02: enter app
[1.11.50i] 2024/05/13 14:48:02: resume app
[1.11.50i] 2024/05/13 14:48:02: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:48:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:48:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:49:49: pause app
[1.11.50i] 2024/05/13 14:50:10: enter app
[1.11.50i] 2024/05/13 14:50:10: resume app
[1.11.50i] 2024/05/13 14:50:10: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:50:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:50:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:50:27: bind FeaturesStage
[1.11.50i] 2024/05/13 14:50:27: prepare FeaturesStage
[1.11.50i] 2024/05/13 14:50:27: enter FeaturesStage
[1.11.50i] 2024/05/13 14:50:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:50:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:50:28: leave FeaturesStage
[1.11.50i] 2024/05/13 14:50:28: drop FeaturesStage
[1.11.50i] 2024/05/13 14:50:28: enter GameStage
[1.11.50i] 2024/05/13 14:50:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:50:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:51:02: pause app
[1.11.50i] 2024/05/13 14:51:05: enter app
[1.11.50i] 2024/05/13 14:51:05: resume app
[1.11.50i] 2024/05/13 14:51:05: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:51:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:51:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:51:07: pause app
[1.11.50i] 2024/05/13 14:51:16: enter app
[1.11.50i] 2024/05/13 14:51:16: resume app
[1.11.50i] 2024/05/13 14:51:16: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:51:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:51:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:51:30: pause app
[1.11.50i] 2024/05/13 14:51:37: enter app
[1.11.50i] 2024/05/13 14:51:37: resume app
[1.11.50i] 2024/05/13 14:51:37: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:51:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:51:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:52:19: bind CityInfoStage
[1.11.50i] 2024/05/13 14:52:19: prepare CityInfoStage
[1.11.50i] 2024/05/13 14:52:19: enter CityInfoStage
[1.11.50i] 2024/05/13 14:52:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:52:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:52:28: leave CityInfoStage
[1.11.50i] 2024/05/13 14:52:28: drop CityInfoStage
[1.11.50i] 2024/05/13 14:52:28: enter GameStage
[1.11.50i] 2024/05/13 14:52:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:52:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:01: bind Store
[1.11.50i] 2024/05/13 14:55:01: prepare Store
[1.11.50i] 2024/05/13 14:55:01: enter Store
[1.11.50i] 2024/05/13 14:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:02: leave Store
[1.11.50i] 2024/05/13 14:55:02: drop Store
[1.11.50i] 2024/05/13 14:55:02: enter GameStage
[1.11.50i] 2024/05/13 14:55:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:12: bind Store
[1.11.50i] 2024/05/13 14:55:12: prepare Store
[1.11.50i] 2024/05/13 14:55:12: enter Store
[1.11.50i] 2024/05/13 14:55:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:20: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 14:55:20: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 14:55:20: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 14:55:20: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 14:55:20: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 14:55:20: enter Store
[1.11.50i] 2024/05/13 14:55:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:56: leave Store
[1.11.50i] 2024/05/13 14:55:56: drop Store
[1.11.50i] 2024/05/13 14:55:56: drop GameStage
[1.11.50i] 2024/05/13 14:55:56: drop RegionStage
[1.11.50i] 2024/05/13 14:55:56: Startup
[1.11.50i] 2024/05/13 14:55:56: create() cold start
[1.11.50i] 2024/05/13 14:55:56: translation pt_BR
[1.11.50i] 2024/05/13 14:55:56: instance MjA=
[1.11.50i] 2024/05/13 14:55:56: create() finish
[1.11.50i] 2024/05/13 14:55:56: create() end
[1.11.50i] 2024/05/13 14:55:56: resume app
[1.11.50i] 2024/05/13 14:55:56: refresh
[1.11.50i] 2024/05/13 14:55:56: bind LoadingStage
[1.11.50i] 2024/05/13 14:55:56: prepare LoadingStage
[1.11.50i] 2024/05/13 14:55:56: enter LoadingStage
[1.11.50i] 2024/05/13 14:55:56: loading Warm-up
[1.11.50i] 2024/05/13 14:55:56: loading Startup
[1.11.50i] 2024/05/13 14:55:56: Max texture size 4096
[1.11.50i] 2024/05/13 14:55:56: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 14:55:56: Engine consumes 11MB
[1.11.50i] 2024/05/13 14:55:56: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 14:55:56: loading Texture
[1.11.50i] 2024/05/13 14:55:56: loading Fonts
[1.11.50i] 2024/05/13 14:55:57: loading Skin
[1.11.50i] 2024/05/13 14:55:57: loading Extract files
[1.11.50i] 2024/05/13 14:55:57: loading Frames
[1.11.50i] 2024/05/13 14:55:57: loading Scripting
[1.11.50i] 2024/05/13 14:55:57: loading Collecting drafts
[1.11.50i] 2024/05/13 14:55:57: loading Prefetching images
[1.11.50i] 2024/05/13 14:55:57: loading Loading drafts
[1.11.50i] 2024/05/13 14:55:57: loading Finishing drafts
[1.11.50i] 2024/05/13 14:55:57: loading Loading music
[1.11.50i] 2024/05/13 14:55:57: loading Shaders
[1.11.50i] 2024/05/13 14:55:57: loading Topics
[1.11.50i] 2024/05/13 14:55:57: loading Loading textures
[1.11.50i] 2024/05/13 14:55:58: loading Checking winter
[1.11.50i] 2024/05/13 14:55:58: loading Preparing background
[1.11.50i] 2024/05/13 14:55:58: loading Finishing
[1.11.50i] 2024/05/13 14:55:58: leave LoadingStage
[1.11.50i] 2024/05/13 14:55:58: drop LoadingStage
[1.11.50i] 2024/05/13 14:55:58: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:55:58: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:55:58: bind PluginErrorStage
[1.11.50i] 2024/05/13 14:55:58: prepare PluginErrorStage
[1.11.50i] 2024/05/13 14:55:58: bind MissingManifestStage
[1.11.50i] 2024/05/13 14:55:58: prepare MissingManifestStage
[1.11.50i] 2024/05/13 14:55:58: bind WelcomeStage
[1.11.50i] 2024/05/13 14:55:58: prepare WelcomeStage
[1.11.50i] 2024/05/13 14:55:58: enter WelcomeStage
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:58: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 14:55:58: drop PluginErrorStage
[1.11.50i] 2024/05/13 14:55:58: drop MissingManifestStage
[1.11.50i] 2024/05/13 14:55:58: leave WelcomeStage
[1.11.50i] 2024/05/13 14:55:58: drop WelcomeStage
[1.11.50i] 2024/05/13 14:55:58: bind RegionStage
[1.11.50i] 2024/05/13 14:55:58: prepare RegionStage
[1.11.50i] 2024/05/13 14:55:58: enter RegionStage
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:58: instance MTk=
[1.11.50i] 2024/05/13 14:55:58: instance MjA=
[1.11.50i] 2024/05/13 14:55:58: bind LoadWaitingStage
[1.11.50i] 2024/05/13 14:55:58: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 14:55:58: enter LoadWaitingStage
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:55:58: leave LoadWaitingStage
[1.11.50i] 2024/05/13 14:55:58: drop LoadWaitingStage
[1.11.50i] 2024/05/13 14:55:58: bind GameStage
[1.11.50i] 2024/05/13 14:55:58: prepare GameStage
[1.11.50i] 2024/05/13 14:55:58: enter GameStage
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:56:25: pause app
[1.11.50i] 2024/05/13 14:56:45: enter app
[1.11.50i] 2024/05/13 14:56:45: resume app
[1.11.50i] 2024/05/13 14:56:45: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:56:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:56:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:56:52: pause app
[1.11.50i] 2024/05/13 14:57:10: enter app
[1.11.50i] 2024/05/13 14:57:10: resume app
[1.11.50i] 2024/05/13 14:57:10: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:57:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:57:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:57:52: instance MjI=
[1.11.50i] 2024/05/13 14:57:52: bind RankStage
[1.11.50i] 2024/05/13 14:57:52: prepare RankStage
[1.11.50i] 2024/05/13 14:57:52: enter RankStage
[1.11.50i] 2024/05/13 14:57:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:57:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:58:00: leave RankStage
[1.11.50i] 2024/05/13 14:58:00: drop RankStage
[1.11.50i] 2024/05/13 14:58:00: enter GameStage
[1.11.50i] 2024/05/13 14:58:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:58:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:58:07: pause app
[1.11.50i] 2024/05/13 14:58:20: enter app
[1.11.50i] 2024/05/13 14:58:20: resume app
[1.11.50i] 2024/05/13 14:58:20: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:58:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:58:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 14:59:26: pause app
[1.11.50i] 2024/05/13 14:59:31: enter app
[1.11.50i] 2024/05/13 14:59:31: resume app
[1.11.50i] 2024/05/13 14:59:31: resume -> enter GameStage
[1.11.50i] 2024/05/13 14:59:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 14:59:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:00:31: bind CityInfoStage
[1.11.50i] 2024/05/13 15:00:31: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:00:31: enter CityInfoStage
[1.11.50i] 2024/05/13 15:00:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:00:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:00:33: leave CityInfoStage
[1.11.50i] 2024/05/13 15:00:33: drop CityInfoStage
[1.11.50i] 2024/05/13 15:00:33: enter GameStage
[1.11.50i] 2024/05/13 15:00:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:00:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:00:36: bind CityInfoStage
[1.11.50i] 2024/05/13 15:00:36: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:00:36: enter CityInfoStage
[1.11.50i] 2024/05/13 15:00:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:00:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:00:37: leave CityInfoStage
[1.11.50i] 2024/05/13 15:00:37: drop CityInfoStage
[1.11.50i] 2024/05/13 15:00:37: enter GameStage
[1.11.50i] 2024/05/13 15:00:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:00:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:03:01: bind CityInfoStage
[1.11.50i] 2024/05/13 15:03:01: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:03:01: enter CityInfoStage
[1.11.50i] 2024/05/13 15:03:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:03:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:03:02: leave CityInfoStage
[1.11.50i] 2024/05/13 15:03:02: drop CityInfoStage
[1.11.50i] 2024/05/13 15:03:02: enter GameStage
[1.11.50i] 2024/05/13 15:03:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:03:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:03:02: bind CityInfoStage
[1.11.50i] 2024/05/13 15:03:02: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:03:02: enter CityInfoStage
[1.11.50i] 2024/05/13 15:03:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:03:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:03:03: leave CityInfoStage
[1.11.50i] 2024/05/13 15:03:03: drop CityInfoStage
[1.11.50i] 2024/05/13 15:03:03: enter GameStage
[1.11.50i] 2024/05/13 15:03:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:03:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:04:30: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:04:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:04:30: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:04:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:04:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:04:30: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:04:30: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:04:30: enter GameStage
[1.11.50i] 2024/05/13 15:04:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:04:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:05:16: instance MjQ=
[1.11.50i] 2024/05/13 15:05:16: bind RankStage
[1.11.50i] 2024/05/13 15:05:16: prepare RankStage
[1.11.50i] 2024/05/13 15:05:16: enter RankStage
[1.11.50i] 2024/05/13 15:05:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:05:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:05:21: leave RankStage
[1.11.50i] 2024/05/13 15:05:21: drop RankStage
[1.11.50i] 2024/05/13 15:05:21: enter GameStage
[1.11.50i] 2024/05/13 15:05:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:05:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:09:35: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:09:35: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:09:35: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:09:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:09:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:09:36: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:09:36: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:09:36: enter GameStage
[1.11.50i] 2024/05/13 15:09:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:09:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:13:07: bind CityInfoStage
[1.11.50i] 2024/05/13 15:13:07: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:13:07: enter CityInfoStage
[1.11.50i] 2024/05/13 15:13:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:13:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:13:08: leave CityInfoStage
[1.11.50i] 2024/05/13 15:13:08: drop CityInfoStage
[1.11.50i] 2024/05/13 15:13:08: enter GameStage
[1.11.50i] 2024/05/13 15:13:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:13:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:14:37: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:14:37: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:14:37: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:14:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:14:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:14:37: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:14:37: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:14:37: enter GameStage
[1.11.50i] 2024/05/13 15:14:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:14:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:14:47: bind CityInfoStage
[1.11.50i] 2024/05/13 15:14:47: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:14:47: enter CityInfoStage
[1.11.50i] 2024/05/13 15:14:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:14:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:14:52: leave CityInfoStage
[1.11.50i] 2024/05/13 15:14:52: drop CityInfoStage
[1.11.50i] 2024/05/13 15:14:52: enter GameStage
[1.11.50i] 2024/05/13 15:14:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:14:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:15:03: bind CityInfoStage
[1.11.50i] 2024/05/13 15:15:03: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:15:03: enter CityInfoStage
[1.11.50i] 2024/05/13 15:15:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:15:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:15:08: leave CityInfoStage
[1.11.50i] 2024/05/13 15:15:08: drop CityInfoStage
[1.11.50i] 2024/05/13 15:15:08: enter GameStage
[1.11.50i] 2024/05/13 15:15:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:15:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:17:00: instance MjY=
[1.11.50i] 2024/05/13 15:17:00: bind RankStage
[1.11.50i] 2024/05/13 15:17:00: prepare RankStage
[1.11.50i] 2024/05/13 15:17:00: enter RankStage
[1.11.50i] 2024/05/13 15:17:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:17:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:17:06: leave RankStage
[1.11.50i] 2024/05/13 15:17:06: drop RankStage
[1.11.50i] 2024/05/13 15:17:06: enter GameStage
[1.11.50i] 2024/05/13 15:17:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:17:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:19:27: pause app
[1.11.50i] 2024/05/13 15:19:27: enter app
[1.11.50i] 2024/05/13 15:19:27: resume app
[1.11.50i] 2024/05/13 15:19:27: resume -> enter GameStage
[1.11.50i] 2024/05/13 15:19:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:19:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:19:30: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:19:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:19:30: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:19:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:19:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:19:30: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:19:30: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:19:30: enter GameStage
[1.11.50i] 2024/05/13 15:19:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:19:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:19:30: pause app
[1.11.50i] 2024/05/13 15:19:31: leave GameStage
[1.11.50i] 2024/05/13 15:19:31: drop GameStage
[1.11.50i] 2024/05/13 15:19:31: drop RegionStage
[1.11.50i] 2024/05/13 15:22:44: Startup
[1.11.50i] 2024/05/13 15:22:44: create() cold start
[1.11.50i] 2024/05/13 15:22:44: translation pt_BR
[1.11.50i] 2024/05/13 15:22:44: instance MjY=
[1.11.50i] 2024/05/13 15:22:44: create() finish
[1.11.50i] 2024/05/13 15:22:44: create() end
[1.11.50i] 2024/05/13 15:22:44: resume app
[1.11.50i] 2024/05/13 15:22:44: refresh
[1.11.50i] 2024/05/13 15:22:44: bind LoadingStage
[1.11.50i] 2024/05/13 15:22:44: prepare LoadingStage
[1.11.50i] 2024/05/13 15:22:45: enter LoadingStage
[1.11.50i] 2024/05/13 15:22:45: loading Warm-up
[1.11.50i] 2024/05/13 15:22:45: refresh
[1.11.50i] 2024/05/13 15:22:45: loading Startup
[1.11.50i] 2024/05/13 15:22:45: Max texture size 4096
[1.11.50i] 2024/05/13 15:22:45: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 15:22:45: Engine consumes 11MB
[1.11.50i] 2024/05/13 15:22:45: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 15:22:45: loading Texture
[1.11.50i] 2024/05/13 15:22:45: loading Fonts
[1.11.50i] 2024/05/13 15:22:45: loading Skin
[1.11.50i] 2024/05/13 15:22:45: loading Extract files
[1.11.50i] 2024/05/13 15:22:45: loading Frames
[1.11.50i] 2024/05/13 15:22:45: loading Scripting
[1.11.50i] 2024/05/13 15:22:45: loading Collecting drafts
[1.11.50i] 2024/05/13 15:22:47: loading Prefetching images
[1.11.50i] 2024/05/13 15:22:47: loading Loading drafts
[1.11.50i] 2024/05/13 15:22:48: loading Finishing drafts
[1.11.50i] 2024/05/13 15:22:48: loading Loading music
[1.11.50i] 2024/05/13 15:22:48: loading Shaders
[1.11.50i] 2024/05/13 15:22:48: loading Topics
[1.11.50i] 2024/05/13 15:22:48: loading Loading textures
[1.11.50i] 2024/05/13 15:22:48: loading Checking winter
[1.11.50i] 2024/05/13 15:22:49: loading Preparing background
[1.11.50i] 2024/05/13 15:22:49: loading Finishing
[1.11.50i] 2024/05/13 15:22:49: leave LoadingStage
[1.11.50i] 2024/05/13 15:22:49: drop LoadingStage
[1.11.50i] 2024/05/13 15:22:49: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:22:49: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:22:49: bind PluginErrorStage
[1.11.50i] 2024/05/13 15:22:49: prepare PluginErrorStage
[1.11.50i] 2024/05/13 15:22:49: bind MissingManifestStage
[1.11.50i] 2024/05/13 15:22:49: prepare MissingManifestStage
[1.11.50i] 2024/05/13 15:22:49: bind WelcomeStage
[1.11.50i] 2024/05/13 15:22:49: prepare WelcomeStage
[1.11.50i] 2024/05/13 15:22:49: enter WelcomeStage
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:22:49: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:22:49: drop PluginErrorStage
[1.11.50i] 2024/05/13 15:22:49: drop MissingManifestStage
[1.11.50i] 2024/05/13 15:22:49: leave WelcomeStage
[1.11.50i] 2024/05/13 15:22:49: drop WelcomeStage
[1.11.50i] 2024/05/13 15:22:49: bind RegionStage
[1.11.50i] 2024/05/13 15:22:49: prepare RegionStage
[1.11.50i] 2024/05/13 15:22:49: enter RegionStage
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:22:49: instance MjU=
[1.11.50i] 2024/05/13 15:22:49: instance MjY=
[1.11.50i] 2024/05/13 15:22:49: bind LoadWaitingStage
[1.11.50i] 2024/05/13 15:22:49: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 15:22:49: enter LoadWaitingStage
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:22:49: leave LoadWaitingStage
[1.11.50i] 2024/05/13 15:22:49: drop LoadWaitingStage
[1.11.50i] 2024/05/13 15:22:49: bind GameStage
[1.11.50i] 2024/05/13 15:22:49: prepare GameStage
[1.11.50i] 2024/05/13 15:22:49: enter GameStage
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:22:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:25:20: bind CityInfoStage
[1.11.50i] 2024/05/13 15:25:20: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:25:20: enter CityInfoStage
[1.11.50i] 2024/05/13 15:25:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:25:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:25:20: leave CityInfoStage
[1.11.50i] 2024/05/13 15:25:20: drop CityInfoStage
[1.11.50i] 2024/05/13 15:25:20: enter GameStage
[1.11.50i] 2024/05/13 15:25:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:25:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:26:30: bind CityInfoStage
[1.11.50i] 2024/05/13 15:26:30: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:26:30: enter CityInfoStage
[1.11.50i] 2024/05/13 15:26:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:26:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:26:33: leave CityInfoStage
[1.11.50i] 2024/05/13 15:26:33: drop CityInfoStage
[1.11.50i] 2024/05/13 15:26:33: enter GameStage
[1.11.50i] 2024/05/13 15:26:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:26:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:27:48: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:27:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:27:48: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:27:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:27:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:27:49: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:27:49: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:27:49: enter GameStage
[1.11.50i] 2024/05/13 15:27:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:27:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:32:48: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:32:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:32:48: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:32:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:32:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:32:49: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:32:49: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:32:49: enter GameStage
[1.11.50i] 2024/05/13 15:32:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:32:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:34:24: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:34:24: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:34:24: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:34:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:34:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:34:25: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:34:25: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:34:25: enter GameStage
[1.11.50i] 2024/05/13 15:34:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:34:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:35:00: bind CityInfoStage
[1.11.50i] 2024/05/13 15:35:00: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:35:00: enter CityInfoStage
[1.11.50i] 2024/05/13 15:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:35:02: leave CityInfoStage
[1.11.50i] 2024/05/13 15:35:02: drop CityInfoStage
[1.11.50i] 2024/05/13 15:35:02: enter GameStage
[1.11.50i] 2024/05/13 15:35:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:35:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:36:32: instance Mjg=
[1.11.50i] 2024/05/13 15:36:32: bind RankStage
[1.11.50i] 2024/05/13 15:36:32: prepare RankStage
[1.11.50i] 2024/05/13 15:36:32: enter RankStage
[1.11.50i] 2024/05/13 15:36:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:36:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:36:45: leave RankStage
[1.11.50i] 2024/05/13 15:36:45: drop RankStage
[1.11.50i] 2024/05/13 15:36:45: enter GameStage
[1.11.50i] 2024/05/13 15:36:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:36:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:37:01: bind CityInfoStage
[1.11.50i] 2024/05/13 15:37:01: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:37:01: enter CityInfoStage
[1.11.50i] 2024/05/13 15:37:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:37:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:37:01: leave CityInfoStage
[1.11.50i] 2024/05/13 15:37:01: drop CityInfoStage
[1.11.50i] 2024/05/13 15:37:01: enter GameStage
[1.11.50i] 2024/05/13 15:37:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:37:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:37:03: bind CityInfoStage
[1.11.50i] 2024/05/13 15:37:03: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:37:03: enter CityInfoStage
[1.11.50i] 2024/05/13 15:37:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:37:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:37:05: leave CityInfoStage
[1.11.50i] 2024/05/13 15:37:05: drop CityInfoStage
[1.11.50i] 2024/05/13 15:37:05: enter GameStage
[1.11.50i] 2024/05/13 15:37:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:37:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:39:00: bind CityInfoStage
[1.11.50i] 2024/05/13 15:39:00: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:39:00: enter CityInfoStage
[1.11.50i] 2024/05/13 15:39:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:39:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:39:01: leave CityInfoStage
[1.11.50i] 2024/05/13 15:39:01: drop CityInfoStage
[1.11.50i] 2024/05/13 15:39:01: enter GameStage
[1.11.50i] 2024/05/13 15:39:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:39:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:39:35: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:39:35: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:39:35: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:39:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:39:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:39:36: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:39:36: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:39:36: enter GameStage
[1.11.50i] 2024/05/13 15:39:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:39:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:39:36: pause app
[1.11.50i] 2024/05/13 15:39:37: leave GameStage
[1.11.50i] 2024/05/13 15:39:37: drop GameStage
[1.11.50i] 2024/05/13 15:39:37: drop RegionStage
[1.11.50i] 2024/05/13 15:41:23: Startup
[1.11.50i] 2024/05/13 15:41:23: create() cold start
[1.11.50i] 2024/05/13 15:41:23: translation pt_BR
[1.11.50i] 2024/05/13 15:41:23: instance Mjg=
[1.11.50i] 2024/05/13 15:41:23: create() finish
[1.11.50i] 2024/05/13 15:41:23: create() end
[1.11.50i] 2024/05/13 15:41:23: resume app
[1.11.50i] 2024/05/13 15:41:23: refresh
[1.11.50i] 2024/05/13 15:41:23: bind LoadingStage
[1.11.50i] 2024/05/13 15:41:23: prepare LoadingStage
[1.11.50i] 2024/05/13 15:41:24: enter LoadingStage
[1.11.50i] 2024/05/13 15:41:24: loading Warm-up
[1.11.50i] 2024/05/13 15:41:24: refresh
[1.11.50i] 2024/05/13 15:41:24: loading Startup
[1.11.50i] 2024/05/13 15:41:24: Max texture size 4096
[1.11.50i] 2024/05/13 15:41:24: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 15:41:24: Engine consumes 11MB
[1.11.50i] 2024/05/13 15:41:24: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 15:41:24: loading Texture
[1.11.50i] 2024/05/13 15:41:24: loading Fonts
[1.11.50i] 2024/05/13 15:41:24: loading Skin
[1.11.50i] 2024/05/13 15:41:24: loading Extract files
[1.11.50i] 2024/05/13 15:41:24: loading Frames
[1.11.50i] 2024/05/13 15:41:24: loading Scripting
[1.11.50i] 2024/05/13 15:41:24: loading Collecting drafts
[1.11.50i] 2024/05/13 15:41:26: loading Prefetching images
[1.11.50i] 2024/05/13 15:41:26: loading Loading drafts
[1.11.50i] 2024/05/13 15:41:27: loading Finishing drafts
[1.11.50i] 2024/05/13 15:41:27: loading Loading music
[1.11.50i] 2024/05/13 15:41:27: loading Shaders
[1.11.50i] 2024/05/13 15:41:27: loading Topics
[1.11.50i] 2024/05/13 15:41:27: loading Loading textures
[1.11.50i] 2024/05/13 15:41:27: loading Checking winter
[1.11.50i] 2024/05/13 15:41:28: loading Preparing background
[1.11.50i] 2024/05/13 15:41:28: loading Finishing
[1.11.50i] 2024/05/13 15:41:28: leave LoadingStage
[1.11.50i] 2024/05/13 15:41:28: drop LoadingStage
[1.11.50i] 2024/05/13 15:41:28: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:41:28: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:41:28: bind PluginErrorStage
[1.11.50i] 2024/05/13 15:41:28: prepare PluginErrorStage
[1.11.50i] 2024/05/13 15:41:28: bind MissingManifestStage
[1.11.50i] 2024/05/13 15:41:28: prepare MissingManifestStage
[1.11.50i] 2024/05/13 15:41:28: bind WelcomeStage
[1.11.50i] 2024/05/13 15:41:28: prepare WelcomeStage
[1.11.50i] 2024/05/13 15:41:28: enter WelcomeStage
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:41:28: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:41:28: drop PluginErrorStage
[1.11.50i] 2024/05/13 15:41:28: drop MissingManifestStage
[1.11.50i] 2024/05/13 15:41:28: leave WelcomeStage
[1.11.50i] 2024/05/13 15:41:28: drop WelcomeStage
[1.11.50i] 2024/05/13 15:41:28: bind RegionStage
[1.11.50i] 2024/05/13 15:41:28: prepare RegionStage
[1.11.50i] 2024/05/13 15:41:28: enter RegionStage
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:41:28: instance Mjc=
[1.11.50i] 2024/05/13 15:41:28: instance Mjg=
[1.11.50i] 2024/05/13 15:41:28: bind LoadWaitingStage
[1.11.50i] 2024/05/13 15:41:28: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 15:41:28: enter LoadWaitingStage
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:41:28: leave LoadWaitingStage
[1.11.50i] 2024/05/13 15:41:28: drop LoadWaitingStage
[1.11.50i] 2024/05/13 15:41:28: bind GameStage
[1.11.50i] 2024/05/13 15:41:28: prepare GameStage
[1.11.50i] 2024/05/13 15:41:28: enter GameStage
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:41:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:44:45: pause app
[1.11.50i] 2024/05/13 15:44:47: enter app
[1.11.50i] 2024/05/13 15:44:47: resume app
[1.11.50i] 2024/05/13 15:44:47: resume -> enter GameStage
[1.11.50i] 2024/05/13 15:44:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:44:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:44:49: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:44:49: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:44:49: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:44:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:44:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:44:49: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:44:49: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:44:49: enter GameStage
[1.11.50i] 2024/05/13 15:44:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:44:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:44:50: pause app
[1.11.50i] 2024/05/13 15:45:18: enter app
[1.11.50i] 2024/05/13 15:45:18: resume app
[1.11.50i] 2024/05/13 15:45:18: resume -> enter GameStage
[1.11.50i] 2024/05/13 15:45:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:45:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:46:02: bind CityInfoStage
[1.11.50i] 2024/05/13 15:46:02: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:46:02: enter CityInfoStage
[1.11.50i] 2024/05/13 15:46:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:46:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:46:04: leave CityInfoStage
[1.11.50i] 2024/05/13 15:46:04: drop CityInfoStage
[1.11.50i] 2024/05/13 15:46:04: enter GameStage
[1.11.50i] 2024/05/13 15:46:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:46:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:46:14: bind Store
[1.11.50i] 2024/05/13 15:46:14: prepare Store
[1.11.50i] 2024/05/13 15:46:14: enter Store
[1.11.50i] 2024/05/13 15:46:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:46:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:49:25: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 15:49:25: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 15:49:25: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 15:49:25: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 15:49:25: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 15:49:25: enter Store
[1.11.50i] 2024/05/13 15:49:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:49:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:51:04: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:04: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:04: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:04: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:04: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:04: enter Store
[1.11.50i] 2024/05/13 15:51:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:51:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:51:51: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:51: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:51: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:51: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:51: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 15:51:51: enter Store
[1.11.50i] 2024/05/13 15:51:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:51:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:02: leave Store
[1.11.50i] 2024/05/13 15:53:02: drop Store
[1.11.50i] 2024/05/13 15:53:02: drop GameStage
[1.11.50i] 2024/05/13 15:53:02: drop RegionStage
[1.11.50i] 2024/05/13 15:53:02: Startup
[1.11.50i] 2024/05/13 15:53:02: create() cold start
[1.11.50i] 2024/05/13 15:53:02: translation pt_BR
[1.11.50i] 2024/05/13 15:53:02: instance Mjg=
[1.11.50i] 2024/05/13 15:53:02: create() finish
[1.11.50i] 2024/05/13 15:53:02: create() end
[1.11.50i] 2024/05/13 15:53:02: resume app
[1.11.50i] 2024/05/13 15:53:02: refresh
[1.11.50i] 2024/05/13 15:53:02: bind LoadingStage
[1.11.50i] 2024/05/13 15:53:02: prepare LoadingStage
[1.11.50i] 2024/05/13 15:53:02: enter LoadingStage
[1.11.50i] 2024/05/13 15:53:02: loading Warm-up
[1.11.50i] 2024/05/13 15:53:02: loading Startup
[1.11.50i] 2024/05/13 15:53:02: Max texture size 4096
[1.11.50i] 2024/05/13 15:53:02: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 15:53:02: Engine consumes 11MB
[1.11.50i] 2024/05/13 15:53:02: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 15:53:03: loading Texture
[1.11.50i] 2024/05/13 15:53:03: loading Fonts
[1.11.50i] 2024/05/13 15:53:03: loading Skin
[1.11.50i] 2024/05/13 15:53:03: loading Extract files
[1.11.50i] 2024/05/13 15:53:03: loading Frames
[1.11.50i] 2024/05/13 15:53:03: loading Scripting
[1.11.50i] 2024/05/13 15:53:03: loading Collecting drafts
[1.11.50i] 2024/05/13 15:53:05: loading Prefetching images
[1.11.50i] 2024/05/13 15:53:05: loading Loading drafts
[1.11.50i] 2024/05/13 15:53:05: loading Finishing drafts
[1.11.50i] 2024/05/13 15:53:05: loading Loading music
[1.11.50i] 2024/05/13 15:53:05: loading Shaders
[1.11.50i] 2024/05/13 15:53:05: loading Topics
[1.11.50i] 2024/05/13 15:53:05: loading Loading textures
[1.11.50i] 2024/05/13 15:53:06: loading Checking winter
[1.11.50i] 2024/05/13 15:53:06: loading Preparing background
[1.11.50i] 2024/05/13 15:53:06: loading Finishing
[1.11.50i] 2024/05/13 15:53:06: leave LoadingStage
[1.11.50i] 2024/05/13 15:53:06: drop LoadingStage
[1.11.50i] 2024/05/13 15:53:06: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:53:06: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:53:06: bind PluginErrorStage
[1.11.50i] 2024/05/13 15:53:06: prepare PluginErrorStage
[1.11.50i] 2024/05/13 15:53:06: bind MissingManifestStage
[1.11.50i] 2024/05/13 15:53:06: prepare MissingManifestStage
[1.11.50i] 2024/05/13 15:53:06: bind WelcomeStage
[1.11.50i] 2024/05/13 15:53:06: prepare WelcomeStage
[1.11.50i] 2024/05/13 15:53:06: enter WelcomeStage
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:06: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 15:53:06: drop PluginErrorStage
[1.11.50i] 2024/05/13 15:53:06: drop MissingManifestStage
[1.11.50i] 2024/05/13 15:53:06: leave WelcomeStage
[1.11.50i] 2024/05/13 15:53:06: drop WelcomeStage
[1.11.50i] 2024/05/13 15:53:06: bind RegionStage
[1.11.50i] 2024/05/13 15:53:06: prepare RegionStage
[1.11.50i] 2024/05/13 15:53:06: enter RegionStage
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:06: instance Mjc=
[1.11.50i] 2024/05/13 15:53:06: instance Mjg=
[1.11.50i] 2024/05/13 15:53:06: bind LoadWaitingStage
[1.11.50i] 2024/05/13 15:53:06: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 15:53:06: enter LoadWaitingStage
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:53:06: leave LoadWaitingStage
[1.11.50i] 2024/05/13 15:53:06: drop LoadWaitingStage
[1.11.50i] 2024/05/13 15:53:06: bind GameStage
[1.11.50i] 2024/05/13 15:53:06: prepare GameStage
[1.11.50i] 2024/05/13 15:53:06: enter GameStage
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:53:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:55:07: bind CityInfoStage
[1.11.50i] 2024/05/13 15:55:07: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:55:07: enter CityInfoStage
[1.11.50i] 2024/05/13 15:55:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:55:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:55:16: leave CityInfoStage
[1.11.50i] 2024/05/13 15:55:16: drop CityInfoStage
[1.11.50i] 2024/05/13 15:55:16: enter GameStage
[1.11.50i] 2024/05/13 15:55:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:55:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:56:06: bind CityInfoStage
[1.11.50i] 2024/05/13 15:56:06: prepare CityInfoStage
[1.11.50i] 2024/05/13 15:56:06: enter CityInfoStage
[1.11.50i] 2024/05/13 15:56:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:56:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:56:07: leave CityInfoStage
[1.11.50i] 2024/05/13 15:56:07: drop CityInfoStage
[1.11.50i] 2024/05/13 15:56:07: enter GameStage
[1.11.50i] 2024/05/13 15:56:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:56:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:58:14: bind SaveWaitingStage
[1.11.50i] 2024/05/13 15:58:14: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 15:58:14: enter SaveWaitingStage
[1.11.50i] 2024/05/13 15:58:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:58:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 15:58:14: leave SaveWaitingStage
[1.11.50i] 2024/05/13 15:58:14: drop SaveWaitingStage
[1.11.50i] 2024/05/13 15:58:14: enter GameStage
[1.11.50i] 2024/05/13 15:58:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 15:58:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:00:31: instance MzA=
[1.11.50i] 2024/05/13 16:00:31: bind RankStage
[1.11.50i] 2024/05/13 16:00:31: prepare RankStage
[1.11.50i] 2024/05/13 16:00:31: enter RankStage
[1.11.50i] 2024/05/13 16:00:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:00:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:00:45: leave RankStage
[1.11.50i] 2024/05/13 16:00:45: drop RankStage
[1.11.50i] 2024/05/13 16:00:45: enter GameStage
[1.11.50i] 2024/05/13 16:00:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:00:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:03:09: bind FeaturesStage
[1.11.50i] 2024/05/13 16:03:09: prepare FeaturesStage
[1.11.50i] 2024/05/13 16:03:09: enter FeaturesStage
[1.11.50i] 2024/05/13 16:03:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:03:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:03:10: leave FeaturesStage
[1.11.50i] 2024/05/13 16:03:10: drop FeaturesStage
[1.11.50i] 2024/05/13 16:03:10: enter GameStage
[1.11.50i] 2024/05/13 16:03:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:03:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:03:32: bind SaveWaitingStage
[1.11.50i] 2024/05/13 16:03:32: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 16:03:32: enter SaveWaitingStage
[1.11.50i] 2024/05/13 16:03:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:03:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:03:32: leave SaveWaitingStage
[1.11.50i] 2024/05/13 16:03:32: drop SaveWaitingStage
[1.11.50i] 2024/05/13 16:03:32: enter GameStage
[1.11.50i] 2024/05/13 16:03:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:03:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:04:08: bind CityInfoStage
[1.11.50i] 2024/05/13 16:04:08: prepare CityInfoStage
[1.11.50i] 2024/05/13 16:04:08: enter CityInfoStage
[1.11.50i] 2024/05/13 16:04:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:04:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:04:10: leave CityInfoStage
[1.11.50i] 2024/05/13 16:04:10: drop CityInfoStage
[1.11.50i] 2024/05/13 16:04:10: enter GameStage
[1.11.50i] 2024/05/13 16:04:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:04:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:07:37: pause app
[1.11.50i] 2024/05/13 16:08:00: enter app
[1.11.50i] 2024/05/13 16:08:00: resume app
[1.11.50i] 2024/05/13 16:08:00: resume -> enter GameStage
[1.11.50i] 2024/05/13 16:08:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:08:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:09:12: pause app
[1.11.50i] 2024/05/13 16:09:31: enter app
[1.11.50i] 2024/05/13 16:09:31: resume app
[1.11.50i] 2024/05/13 16:09:31: resume -> enter GameStage
[1.11.50i] 2024/05/13 16:09:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:09:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:09:34: bind SaveWaitingStage
[1.11.50i] 2024/05/13 16:09:34: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 16:09:34: enter SaveWaitingStage
[1.11.50i] 2024/05/13 16:09:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:09:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:09:34: leave SaveWaitingStage
[1.11.50i] 2024/05/13 16:09:34: drop SaveWaitingStage
[1.11.50i] 2024/05/13 16:09:34: enter GameStage
[1.11.50i] 2024/05/13 16:09:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:09:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:09:57: bind CityInfoStage
[1.11.50i] 2024/05/13 16:09:57: prepare CityInfoStage
[1.11.50i] 2024/05/13 16:09:57: enter CityInfoStage
[1.11.50i] 2024/05/13 16:09:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:09:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:09:59: leave CityInfoStage
[1.11.50i] 2024/05/13 16:09:59: drop CityInfoStage
[1.11.50i] 2024/05/13 16:09:59: enter GameStage
[1.11.50i] 2024/05/13 16:09:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:09:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:10:11: bind SaveWaitingStage
[1.11.50i] 2024/05/13 16:10:11: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 16:10:11: enter SaveWaitingStage
[1.11.50i] 2024/05/13 16:10:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:10:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:10:11: leave SaveWaitingStage
[1.11.50i] 2024/05/13 16:10:11: drop SaveWaitingStage
[1.11.50i] 2024/05/13 16:10:11: enter GameStage
[1.11.50i] 2024/05/13 16:10:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:10:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:10:11: pause app
[1.11.50i] 2024/05/13 16:30:43: Startup
[1.11.50i] 2024/05/13 16:30:43: create() cold start
[1.11.50i] 2024/05/13 16:30:43: translation pt_BR
[1.11.50i] 2024/05/13 16:30:43: instance MzA=
[1.11.50i] 2024/05/13 16:30:43: create() finish
[1.11.50i] 2024/05/13 16:30:43: create() end
[1.11.50i] 2024/05/13 16:30:43: resume app
[1.11.50i] 2024/05/13 16:30:43: refresh
[1.11.50i] 2024/05/13 16:30:43: bind LoadingStage
[1.11.50i] 2024/05/13 16:30:43: prepare LoadingStage
[1.11.50i] 2024/05/13 16:30:43: enter LoadingStage
[1.11.50i] 2024/05/13 16:30:43: loading Warm-up
[1.11.50i] 2024/05/13 16:30:43: refresh
[1.11.50i] 2024/05/13 16:30:43: loading Startup
[1.11.50i] 2024/05/13 16:30:43: Max texture size 4096
[1.11.50i] 2024/05/13 16:30:43: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 16:30:43: Engine consumes 11MB
[1.11.50i] 2024/05/13 16:30:43: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 16:30:43: loading Texture
[1.11.50i] 2024/05/13 16:30:43: loading Fonts
[1.11.50i] 2024/05/13 16:30:43: loading Skin
[1.11.50i] 2024/05/13 16:30:43: loading Extract files
[1.11.50i] 2024/05/13 16:30:43: loading Frames
[1.11.50i] 2024/05/13 16:30:43: loading Scripting
[1.11.50i] 2024/05/13 16:30:43: loading Collecting drafts
[1.11.50i] 2024/05/13 16:30:46: loading Prefetching images
[1.11.50i] 2024/05/13 16:30:46: loading Loading drafts
[1.11.50i] 2024/05/13 16:30:46: loading Finishing drafts
[1.11.50i] 2024/05/13 16:30:46: loading Loading music
[1.11.50i] 2024/05/13 16:30:46: loading Shaders
[1.11.50i] 2024/05/13 16:30:46: loading Topics
[1.11.50i] 2024/05/13 16:30:46: loading Loading textures
[1.11.50i] 2024/05/13 16:30:47: loading Checking winter
[1.11.50i] 2024/05/13 16:30:47: loading Preparing background
[1.11.50i] 2024/05/13 16:30:47: loading Finishing
[1.11.50i] 2024/05/13 16:30:47: leave LoadingStage
[1.11.50i] 2024/05/13 16:30:47: drop LoadingStage
[1.11.50i] 2024/05/13 16:30:47: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 16:30:47: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 16:30:47: bind PluginErrorStage
[1.11.50i] 2024/05/13 16:30:47: prepare PluginErrorStage
[1.11.50i] 2024/05/13 16:30:47: bind MissingManifestStage
[1.11.50i] 2024/05/13 16:30:47: prepare MissingManifestStage
[1.11.50i] 2024/05/13 16:30:47: bind WelcomeStage
[1.11.50i] 2024/05/13 16:30:47: prepare WelcomeStage
[1.11.50i] 2024/05/13 16:30:47: enter WelcomeStage
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 16:30:47: drop PluginErrorStage
[1.11.50i] 2024/05/13 16:30:47: drop MissingManifestStage
[1.11.50i] 2024/05/13 16:30:47: leave WelcomeStage
[1.11.50i] 2024/05/13 16:30:47: drop WelcomeStage
[1.11.50i] 2024/05/13 16:30:47: bind RegionStage
[1.11.50i] 2024/05/13 16:30:47: prepare RegionStage
[1.11.50i] 2024/05/13 16:30:47: enter RegionStage
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: instance Mjk=
[1.11.50i] 2024/05/13 16:30:47: instance MzA=
[1.11.50i] 2024/05/13 16:30:47: bind LoadWaitingStage
[1.11.50i] 2024/05/13 16:30:47: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 16:30:47: enter LoadWaitingStage
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: leave LoadWaitingStage
[1.11.50i] 2024/05/13 16:30:47: drop LoadWaitingStage
[1.11.50i] 2024/05/13 16:30:47: bind GameStage
[1.11.50i] 2024/05/13 16:30:47: prepare GameStage
[1.11.50i] 2024/05/13 16:30:47: enter GameStage
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:47: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 16:30:47: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 16:30:47: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:30:49: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 16:30:49: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 16:30:49: enter GameStage
[1.11.50i] 2024/05/13 16:30:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:30:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:31:04: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 16:31:04: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 16:31:04: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 16:31:04: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 16:31:04: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 16:31:04: enter GameStage
[1.11.50i] 2024/05/13 16:31:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:31:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:32:16: bind CityInfoStage
[1.11.50i] 2024/05/13 16:32:16: prepare CityInfoStage
[1.11.50i] 2024/05/13 16:32:16: enter CityInfoStage
[1.11.50i] 2024/05/13 16:32:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:32:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:32:17: leave CityInfoStage
[1.11.50i] 2024/05/13 16:32:17: drop CityInfoStage
[1.11.50i] 2024/05/13 16:32:17: enter GameStage
[1.11.50i] 2024/05/13 16:32:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:32:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:33:38: instance MzI=
[1.11.50i] 2024/05/13 16:33:38: bind RankStage
[1.11.50i] 2024/05/13 16:33:38: prepare RankStage
[1.11.50i] 2024/05/13 16:33:38: enter RankStage
[1.11.50i] 2024/05/13 16:33:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:33:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:34:03: leave RankStage
[1.11.50i] 2024/05/13 16:34:03: drop RankStage
[1.11.50i] 2024/05/13 16:34:03: enter GameStage
[1.11.50i] 2024/05/13 16:34:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:34:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:36:35: bind CityInfoStage
[1.11.50i] 2024/05/13 16:36:35: prepare CityInfoStage
[1.11.50i] 2024/05/13 16:36:35: enter CityInfoStage
[1.11.50i] 2024/05/13 16:36:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:36:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:36:36: leave CityInfoStage
[1.11.50i] 2024/05/13 16:36:36: drop CityInfoStage
[1.11.50i] 2024/05/13 16:36:36: enter GameStage
[1.11.50i] 2024/05/13 16:36:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:36:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:37:16: bind SaveWaitingStage
[1.11.50i] 2024/05/13 16:37:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 16:37:16: enter SaveWaitingStage
[1.11.50i] 2024/05/13 16:37:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:37:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:37:17: leave SaveWaitingStage
[1.11.50i] 2024/05/13 16:37:17: drop SaveWaitingStage
[1.11.50i] 2024/05/13 16:37:17: enter GameStage
[1.11.50i] 2024/05/13 16:37:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:37:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:39:37: bind CityInfoStage
[1.11.50i] 2024/05/13 16:39:37: prepare CityInfoStage
[1.11.50i] 2024/05/13 16:39:37: enter CityInfoStage
[1.11.50i] 2024/05/13 16:39:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:39:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:39:40: leave CityInfoStage
[1.11.50i] 2024/05/13 16:39:40: drop CityInfoStage
[1.11.50i] 2024/05/13 16:39:40: enter GameStage
[1.11.50i] 2024/05/13 16:39:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:39:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:40:25: instance MzQ=
[1.11.50i] 2024/05/13 16:40:25: bind RankStage
[1.11.50i] 2024/05/13 16:40:25: prepare RankStage
[1.11.50i] 2024/05/13 16:40:25: enter RankStage
[1.11.50i] 2024/05/13 16:40:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:40:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:40:35: leave RankStage
[1.11.50i] 2024/05/13 16:40:35: drop RankStage
[1.11.50i] 2024/05/13 16:40:35: enter GameStage
[1.11.50i] 2024/05/13 16:40:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:40:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:41:06: bind SaveWaitingStage
[1.11.50i] 2024/05/13 16:41:06: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 16:41:06: enter SaveWaitingStage
[1.11.50i] 2024/05/13 16:41:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:41:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:41:06: leave SaveWaitingStage
[1.11.50i] 2024/05/13 16:41:06: drop SaveWaitingStage
[1.11.50i] 2024/05/13 16:41:06: enter GameStage
[1.11.50i] 2024/05/13 16:41:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 16:41:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 16:41:07: pause app
[1.11.50i] 2024/05/13 16:41:08: leave GameStage
[1.11.50i] 2024/05/13 16:41:08: drop GameStage
[1.11.50i] 2024/05/13 16:41:08: drop RegionStage
[1.11.50i] 2024/05/13 18:09:08: Startup
[1.11.50i] 2024/05/13 18:09:08: create() cold start
[1.11.50i] 2024/05/13 18:09:08: translation pt_BR
[1.11.50i] 2024/05/13 18:09:08: instance MzQ=
[1.11.50i] 2024/05/13 18:09:08: create() finish
[1.11.50i] 2024/05/13 18:09:08: create() end
[1.11.50i] 2024/05/13 18:09:08: resume app
[1.11.50i] 2024/05/13 18:09:08: refresh
[1.11.50i] 2024/05/13 18:09:08: bind LoadingStage
[1.11.50i] 2024/05/13 18:09:08: prepare LoadingStage
[1.11.50i] 2024/05/13 18:09:08: enter LoadingStage
[1.11.50i] 2024/05/13 18:09:08: loading Warm-up
[1.11.50i] 2024/05/13 18:09:08: refresh
[1.11.50i] 2024/05/13 18:09:08: loading Startup
[1.11.50i] 2024/05/13 18:09:08: Max texture size 4096
[1.11.50i] 2024/05/13 18:09:08: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 18:09:08: Engine consumes 11MB
[1.11.50i] 2024/05/13 18:09:08: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 18:09:08: loading Texture
[1.11.50i] 2024/05/13 18:09:08: loading Fonts
[1.11.50i] 2024/05/13 18:09:08: loading Skin
[1.11.50i] 2024/05/13 18:09:08: loading Extract files
[1.11.50i] 2024/05/13 18:09:08: loading Frames
[1.11.50i] 2024/05/13 18:09:08: loading Scripting
[1.11.50i] 2024/05/13 18:09:08: loading Collecting drafts
[1.11.50i] 2024/05/13 18:09:11: loading Prefetching images
[1.11.50i] 2024/05/13 18:09:11: loading Loading drafts
[1.11.50i] 2024/05/13 18:09:11: loading Finishing drafts
[1.11.50i] 2024/05/13 18:09:11: loading Loading music
[1.11.50i] 2024/05/13 18:09:11: loading Shaders
[1.11.50i] 2024/05/13 18:09:11: loading Topics
[1.11.50i] 2024/05/13 18:09:11: loading Loading textures
[1.11.50i] 2024/05/13 18:09:12: loading Checking winter
[1.11.50i] 2024/05/13 18:09:12: loading Preparing background
[1.11.50i] 2024/05/13 18:09:12: loading Finishing
[1.11.50i] 2024/05/13 18:09:12: leave LoadingStage
[1.11.50i] 2024/05/13 18:09:12: drop LoadingStage
[1.11.50i] 2024/05/13 18:09:12: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:09:12: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:09:12: bind PluginErrorStage
[1.11.50i] 2024/05/13 18:09:12: prepare PluginErrorStage
[1.11.50i] 2024/05/13 18:09:12: bind MissingManifestStage
[1.11.50i] 2024/05/13 18:09:12: prepare MissingManifestStage
[1.11.50i] 2024/05/13 18:09:12: bind WelcomeStage
[1.11.50i] 2024/05/13 18:09:12: prepare WelcomeStage
[1.11.50i] 2024/05/13 18:09:12: enter WelcomeStage
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:09:12: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:09:12: drop PluginErrorStage
[1.11.50i] 2024/05/13 18:09:12: drop MissingManifestStage
[1.11.50i] 2024/05/13 18:09:12: leave WelcomeStage
[1.11.50i] 2024/05/13 18:09:12: drop WelcomeStage
[1.11.50i] 2024/05/13 18:09:12: bind RegionStage
[1.11.50i] 2024/05/13 18:09:12: prepare RegionStage
[1.11.50i] 2024/05/13 18:09:12: enter RegionStage
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:09:12: instance MzM=
[1.11.50i] 2024/05/13 18:09:12: instance MzQ=
[1.11.50i] 2024/05/13 18:09:12: bind LoadWaitingStage
[1.11.50i] 2024/05/13 18:09:12: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 18:09:12: enter LoadWaitingStage
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:09:12: leave LoadWaitingStage
[1.11.50i] 2024/05/13 18:09:12: drop LoadWaitingStage
[1.11.50i] 2024/05/13 18:09:12: bind GameStage
[1.11.50i] 2024/05/13 18:09:12: prepare GameStage
[1.11.50i] 2024/05/13 18:09:12: enter GameStage
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:09:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:19: pause app
[1.11.50i] 2024/05/13 18:10:33: enter app
[1.11.50i] 2024/05/13 18:10:33: resume app
[1.11.50i] 2024/05/13 18:10:33: resume -> enter GameStage
[1.11.50i] 2024/05/13 18:10:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:41: pause app
[1.11.50i] 2024/05/13 18:10:43: enter app
[1.11.50i] 2024/05/13 18:10:43: resume app
[1.11.50i] 2024/05/13 18:10:43: resume -> enter GameStage
[1.11.50i] 2024/05/13 18:10:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:45: bind SaveWaitingStage
[1.11.50i] 2024/05/13 18:10:45: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 18:10:45: enter SaveWaitingStage
[1.11.50i] 2024/05/13 18:10:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:45: leave SaveWaitingStage
[1.11.50i] 2024/05/13 18:10:45: drop SaveWaitingStage
[1.11.50i] 2024/05/13 18:10:45: enter GameStage
[1.11.50i] 2024/05/13 18:10:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:46: pause app
[1.11.50i] 2024/05/13 18:10:47: leave GameStage
[1.11.50i] 2024/05/13 18:10:47: drop GameStage
[1.11.50i] 2024/05/13 18:10:47: drop RegionStage
[1.11.50i] 2024/05/13 18:10:52: Startup
[1.11.50i] 2024/05/13 18:10:52: create() cold start
[1.11.50i] 2024/05/13 18:10:52: translation pt_BR
[1.11.50i] 2024/05/13 18:10:52: instance MzQ=
[1.11.50i] 2024/05/13 18:10:52: create() finish
[1.11.50i] 2024/05/13 18:10:52: create() end
[1.11.50i] 2024/05/13 18:10:52: resume app
[1.11.50i] 2024/05/13 18:10:52: refresh
[1.11.50i] 2024/05/13 18:10:52: bind LoadingStage
[1.11.50i] 2024/05/13 18:10:52: prepare LoadingStage
[1.11.50i] 2024/05/13 18:10:52: enter LoadingStage
[1.11.50i] 2024/05/13 18:10:52: loading Warm-up
[1.11.50i] 2024/05/13 18:10:52: refresh
[1.11.50i] 2024/05/13 18:10:52: loading Startup
[1.11.50i] 2024/05/13 18:10:52: Max texture size 4096
[1.11.50i] 2024/05/13 18:10:52: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 18:10:52: Engine consumes 11MB
[1.11.50i] 2024/05/13 18:10:52: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 18:10:52: loading Texture
[1.11.50i] 2024/05/13 18:10:52: loading Fonts
[1.11.50i] 2024/05/13 18:10:52: loading Skin
[1.11.50i] 2024/05/13 18:10:52: loading Extract files
[1.11.50i] 2024/05/13 18:10:52: loading Frames
[1.11.50i] 2024/05/13 18:10:52: loading Scripting
[1.11.50i] 2024/05/13 18:10:52: loading Collecting drafts
[1.11.50i] 2024/05/13 18:10:55: loading Prefetching images
[1.11.50i] 2024/05/13 18:10:55: loading Loading drafts
[1.11.50i] 2024/05/13 18:10:55: loading Finishing drafts
[1.11.50i] 2024/05/13 18:10:55: loading Loading music
[1.11.50i] 2024/05/13 18:10:55: loading Shaders
[1.11.50i] 2024/05/13 18:10:55: loading Topics
[1.11.50i] 2024/05/13 18:10:55: loading Loading textures
[1.11.50i] 2024/05/13 18:10:56: loading Checking winter
[1.11.50i] 2024/05/13 18:10:56: loading Preparing background
[1.11.50i] 2024/05/13 18:10:56: loading Finishing
[1.11.50i] 2024/05/13 18:10:56: leave LoadingStage
[1.11.50i] 2024/05/13 18:10:56: drop LoadingStage
[1.11.50i] 2024/05/13 18:10:56: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:10:56: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:10:56: bind PluginErrorStage
[1.11.50i] 2024/05/13 18:10:56: prepare PluginErrorStage
[1.11.50i] 2024/05/13 18:10:56: bind MissingManifestStage
[1.11.50i] 2024/05/13 18:10:56: prepare MissingManifestStage
[1.11.50i] 2024/05/13 18:10:56: bind WelcomeStage
[1.11.50i] 2024/05/13 18:10:56: prepare WelcomeStage
[1.11.50i] 2024/05/13 18:10:56: enter WelcomeStage
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 18:10:56: drop PluginErrorStage
[1.11.50i] 2024/05/13 18:10:56: drop MissingManifestStage
[1.11.50i] 2024/05/13 18:10:56: leave WelcomeStage
[1.11.50i] 2024/05/13 18:10:56: drop WelcomeStage
[1.11.50i] 2024/05/13 18:10:56: bind RegionStage
[1.11.50i] 2024/05/13 18:10:56: prepare RegionStage
[1.11.50i] 2024/05/13 18:10:56: enter RegionStage
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: instance MzM=
[1.11.50i] 2024/05/13 18:10:56: instance MzQ=
[1.11.50i] 2024/05/13 18:10:56: bind LoadWaitingStage
[1.11.50i] 2024/05/13 18:10:56: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 18:10:56: enter LoadWaitingStage
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: leave LoadWaitingStage
[1.11.50i] 2024/05/13 18:10:56: drop LoadWaitingStage
[1.11.50i] 2024/05/13 18:10:56: bind GameStage
[1.11.50i] 2024/05/13 18:10:56: prepare GameStage
[1.11.50i] 2024/05/13 18:10:56: enter GameStage
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:56: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 18:10:56: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 18:10:56: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:10:58: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 18:10:58: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 18:10:58: enter GameStage
[1.11.50i] 2024/05/13 18:10:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:10:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:13:08: pause app
[1.11.50i] 2024/05/13 18:13:38: enter app
[1.11.50i] 2024/05/13 18:13:38: resume app
[1.11.50i] 2024/05/13 18:13:38: resume -> enter GameStage
[1.11.50i] 2024/05/13 18:13:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:13:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:18:43: bind SaveWaitingStage
[1.11.50i] 2024/05/13 18:18:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 18:18:43: enter SaveWaitingStage
[1.11.50i] 2024/05/13 18:18:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:18:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:18:43: leave SaveWaitingStage
[1.11.50i] 2024/05/13 18:18:43: drop SaveWaitingStage
[1.11.50i] 2024/05/13 18:18:43: enter GameStage
[1.11.50i] 2024/05/13 18:18:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:18:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:19:10: instance MzY=
[1.11.50i] 2024/05/13 18:19:11: instance Mzg=
[1.11.50i] 2024/05/13 18:21:37: instance NDA=
[1.11.50i] 2024/05/13 18:21:37: bind RankStage
[1.11.50i] 2024/05/13 18:21:37: prepare RankStage
[1.11.50i] 2024/05/13 18:21:37: enter RankStage
[1.11.50i] 2024/05/13 18:21:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:21:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:21:53: leave RankStage
[1.11.50i] 2024/05/13 18:21:53: drop RankStage
[1.11.50i] 2024/05/13 18:21:53: enter GameStage
[1.11.50i] 2024/05/13 18:21:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:21:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:22:32: pause app
[1.11.50i] 2024/05/13 18:22:44: enter app
[1.11.50i] 2024/05/13 18:22:44: resume app
[1.11.50i] 2024/05/13 18:22:44: resume -> enter GameStage
[1.11.50i] 2024/05/13 18:22:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:22:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:24:05: pause app
[1.11.50i] 2024/05/13 18:24:12: enter app
[1.11.50i] 2024/05/13 18:24:12: resume app
[1.11.50i] 2024/05/13 18:24:12: resume -> enter GameStage
[1.11.50i] 2024/05/13 18:24:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:24:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:24:40: bind CityInfoStage
[1.11.50i] 2024/05/13 18:24:40: prepare CityInfoStage
[1.11.50i] 2024/05/13 18:24:40: enter CityInfoStage
[1.11.50i] 2024/05/13 18:24:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:24:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:24:42: leave CityInfoStage
[1.11.50i] 2024/05/13 18:24:42: drop CityInfoStage
[1.11.50i] 2024/05/13 18:24:42: enter GameStage
[1.11.50i] 2024/05/13 18:24:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:24:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:24:45: bind Store
[1.11.50i] 2024/05/13 18:24:45: prepare Store
[1.11.50i] 2024/05/13 18:24:45: enter Store
[1.11.50i] 2024/05/13 18:24:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:24:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:24:47: leave Store
[1.11.50i] 2024/05/13 18:24:47: drop Store
[1.11.50i] 2024/05/13 18:24:47: enter GameStage
[1.11.50i] 2024/05/13 18:24:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:24:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:28:37: bind CityInfoStage
[1.11.50i] 2024/05/13 18:28:37: prepare CityInfoStage
[1.11.50i] 2024/05/13 18:28:37: enter CityInfoStage
[1.11.50i] 2024/05/13 18:28:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:28:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:28:39: leave CityInfoStage
[1.11.50i] 2024/05/13 18:28:39: drop CityInfoStage
[1.11.50i] 2024/05/13 18:28:39: enter GameStage
[1.11.50i] 2024/05/13 18:28:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:28:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:29:13: bind SaveWaitingStage
[1.11.50i] 2024/05/13 18:29:13: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 18:29:13: enter SaveWaitingStage
[1.11.50i] 2024/05/13 18:29:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:29:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:29:14: leave SaveWaitingStage
[1.11.50i] 2024/05/13 18:29:14: drop SaveWaitingStage
[1.11.50i] 2024/05/13 18:29:14: enter GameStage
[1.11.50i] 2024/05/13 18:29:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:29:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:30:15: bind CityInfoStage
[1.11.50i] 2024/05/13 18:30:15: prepare CityInfoStage
[1.11.50i] 2024/05/13 18:30:15: enter CityInfoStage
[1.11.50i] 2024/05/13 18:30:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:30:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:30:18: leave CityInfoStage
[1.11.50i] 2024/05/13 18:30:18: drop CityInfoStage
[1.11.50i] 2024/05/13 18:30:18: enter GameStage
[1.11.50i] 2024/05/13 18:30:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:30:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:30:29: instance NDI=
[1.11.50i] 2024/05/13 18:30:30: instance NDQ=
[1.11.50i] 2024/05/13 18:30:50: bind CityInfoStage
[1.11.50i] 2024/05/13 18:30:50: prepare CityInfoStage
[1.11.50i] 2024/05/13 18:30:50: enter CityInfoStage
[1.11.50i] 2024/05/13 18:30:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:30:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:30:55: leave CityInfoStage
[1.11.50i] 2024/05/13 18:30:55: drop CityInfoStage
[1.11.50i] 2024/05/13 18:30:55: enter GameStage
[1.11.50i] 2024/05/13 18:30:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:30:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:31:38: bind CityInfoStage
[1.11.50i] 2024/05/13 18:31:38: prepare CityInfoStage
[1.11.50i] 2024/05/13 18:31:38: enter CityInfoStage
[1.11.50i] 2024/05/13 18:31:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:31:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:31:40: leave CityInfoStage
[1.11.50i] 2024/05/13 18:31:40: drop CityInfoStage
[1.11.50i] 2024/05/13 18:31:40: enter GameStage
[1.11.50i] 2024/05/13 18:31:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:31:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:32:25: instance NDY=
[1.11.50i] 2024/05/13 18:32:25: bind RankStage
[1.11.50i] 2024/05/13 18:32:25: prepare RankStage
[1.11.50i] 2024/05/13 18:32:25: enter RankStage
[1.11.50i] 2024/05/13 18:32:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:32:35: leave RankStage
[1.11.50i] 2024/05/13 18:32:35: drop RankStage
[1.11.50i] 2024/05/13 18:32:35: enter GameStage
[1.11.50i] 2024/05/13 18:32:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:32:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:33:05: bind SaveWaitingStage
[1.11.50i] 2024/05/13 18:33:05: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 18:33:05: enter SaveWaitingStage
[1.11.50i] 2024/05/13 18:33:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:33:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:33:05: leave SaveWaitingStage
[1.11.50i] 2024/05/13 18:33:05: drop SaveWaitingStage
[1.11.50i] 2024/05/13 18:33:05: enter GameStage
[1.11.50i] 2024/05/13 18:33:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 18:33:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 18:33:06: pause app
[1.11.50i] 2024/05/13 18:33:07: leave GameStage
[1.11.50i] 2024/05/13 18:33:07: drop GameStage
[1.11.50i] 2024/05/13 18:33:07: drop RegionStage
[1.11.50i] 2024/05/13 19:49:30: Startup
[1.11.50i] 2024/05/13 19:49:30: create() cold start
[1.11.50i] 2024/05/13 19:49:30: translation pt_BR
[1.11.50i] 2024/05/13 19:49:30: instance NDY=
[1.11.50i] 2024/05/13 19:49:30: create() finish
[1.11.50i] 2024/05/13 19:49:30: create() end
[1.11.50i] 2024/05/13 19:49:30: resume app
[1.11.50i] 2024/05/13 19:49:30: refresh
[1.11.50i] 2024/05/13 19:49:30: bind LoadingStage
[1.11.50i] 2024/05/13 19:49:30: prepare LoadingStage
[1.11.50i] 2024/05/13 19:49:30: enter LoadingStage
[1.11.50i] 2024/05/13 19:49:30: loading Warm-up
[1.11.50i] 2024/05/13 19:49:30: refresh
[1.11.50i] 2024/05/13 19:49:30: loading Startup
[1.11.50i] 2024/05/13 19:49:30: Max texture size 4096
[1.11.50i] 2024/05/13 19:49:30: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 19:49:30: Engine consumes 11MB
[1.11.50i] 2024/05/13 19:49:30: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 19:49:30: loading Texture
[1.11.50i] 2024/05/13 19:49:30: loading Fonts
[1.11.50i] 2024/05/13 19:49:30: loading Skin
[1.11.50i] 2024/05/13 19:49:30: loading Extract files
[1.11.50i] 2024/05/13 19:49:30: loading Frames
[1.11.50i] 2024/05/13 19:49:31: loading Scripting
[1.11.50i] 2024/05/13 19:49:31: loading Collecting drafts
[1.11.50i] 2024/05/13 19:49:33: loading Prefetching images
[1.11.50i] 2024/05/13 19:49:33: loading Loading drafts
[1.11.50i] 2024/05/13 19:49:33: loading Finishing drafts
[1.11.50i] 2024/05/13 19:49:33: loading Loading music
[1.11.50i] 2024/05/13 19:49:33: loading Shaders
[1.11.50i] 2024/05/13 19:49:33: loading Topics
[1.11.50i] 2024/05/13 19:49:33: loading Loading textures
[1.11.50i] 2024/05/13 19:49:34: loading Checking winter
[1.11.50i] 2024/05/13 19:49:34: loading Preparing background
[1.11.50i] 2024/05/13 19:49:34: loading Finishing
[1.11.50i] 2024/05/13 19:49:34: leave LoadingStage
[1.11.50i] 2024/05/13 19:49:34: drop LoadingStage
[1.11.50i] 2024/05/13 19:49:34: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 19:49:34: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 19:49:34: bind PluginErrorStage
[1.11.50i] 2024/05/13 19:49:34: prepare PluginErrorStage
[1.11.50i] 2024/05/13 19:49:34: bind MissingManifestStage
[1.11.50i] 2024/05/13 19:49:34: prepare MissingManifestStage
[1.11.50i] 2024/05/13 19:49:34: bind WelcomeStage
[1.11.50i] 2024/05/13 19:49:34: prepare WelcomeStage
[1.11.50i] 2024/05/13 19:49:34: enter WelcomeStage
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:49:34: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 19:49:34: drop PluginErrorStage
[1.11.50i] 2024/05/13 19:49:34: drop MissingManifestStage
[1.11.50i] 2024/05/13 19:49:34: leave WelcomeStage
[1.11.50i] 2024/05/13 19:49:34: drop WelcomeStage
[1.11.50i] 2024/05/13 19:49:34: bind RegionStage
[1.11.50i] 2024/05/13 19:49:34: prepare RegionStage
[1.11.50i] 2024/05/13 19:49:34: enter RegionStage
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:49:34: instance NDU=
[1.11.50i] 2024/05/13 19:49:34: instance NDY=
[1.11.50i] 2024/05/13 19:49:34: bind LoadWaitingStage
[1.11.50i] 2024/05/13 19:49:34: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 19:49:34: enter LoadWaitingStage
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:49:34: leave LoadWaitingStage
[1.11.50i] 2024/05/13 19:49:34: drop LoadWaitingStage
[1.11.50i] 2024/05/13 19:49:34: bind GameStage
[1.11.50i] 2024/05/13 19:49:34: prepare GameStage
[1.11.50i] 2024/05/13 19:49:34: enter GameStage
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:49:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:50:05: bind CityInfoStage
[1.11.50i] 2024/05/13 19:50:05: prepare CityInfoStage
[1.11.50i] 2024/05/13 19:50:05: enter CityInfoStage
[1.11.50i] 2024/05/13 19:50:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:50:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:50:08: leave CityInfoStage
[1.11.50i] 2024/05/13 19:50:08: drop CityInfoStage
[1.11.50i] 2024/05/13 19:50:08: enter GameStage
[1.11.50i] 2024/05/13 19:50:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:50:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:50:17: pause app
[1.11.50i] 2024/05/13 19:50:31: enter app
[1.11.50i] 2024/05/13 19:50:31: resume app
[1.11.50i] 2024/05/13 19:50:31: resume -> enter GameStage
[1.11.50i] 2024/05/13 19:50:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:50:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:50:43: pause app
[1.11.50i] 2024/05/13 19:51:04: enter app
[1.11.50i] 2024/05/13 19:51:04: resume app
[1.11.50i] 2024/05/13 19:51:04: resume -> enter GameStage
[1.11.50i] 2024/05/13 19:51:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:51:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:51:55: pause app
[1.11.50i] 2024/05/13 19:52:49: enter app
[1.11.50i] 2024/05/13 19:52:49: resume app
[1.11.50i] 2024/05/13 19:52:49: resume -> enter GameStage
[1.11.50i] 2024/05/13 19:52:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:52:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:53:30: bind CityInfoStage
[1.11.50i] 2024/05/13 19:53:30: prepare CityInfoStage
[1.11.50i] 2024/05/13 19:53:30: enter CityInfoStage
[1.11.50i] 2024/05/13 19:53:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:53:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:53:35: leave CityInfoStage
[1.11.50i] 2024/05/13 19:53:35: drop CityInfoStage
[1.11.50i] 2024/05/13 19:53:35: enter GameStage
[1.11.50i] 2024/05/13 19:53:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:53:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:17: bind CityInfoStage
[1.11.50i] 2024/05/13 19:54:17: prepare CityInfoStage
[1.11.50i] 2024/05/13 19:54:17: enter CityInfoStage
[1.11.50i] 2024/05/13 19:54:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:19: leave CityInfoStage
[1.11.50i] 2024/05/13 19:54:19: drop CityInfoStage
[1.11.50i] 2024/05/13 19:54:19: enter GameStage
[1.11.50i] 2024/05/13 19:54:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:21: bind CityInfoStage
[1.11.50i] 2024/05/13 19:54:21: prepare CityInfoStage
[1.11.50i] 2024/05/13 19:54:21: enter CityInfoStage
[1.11.50i] 2024/05/13 19:54:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:29: leave CityInfoStage
[1.11.50i] 2024/05/13 19:54:29: drop CityInfoStage
[1.11.50i] 2024/05/13 19:54:30: enter GameStage
[1.11.50i] 2024/05/13 19:54:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:47: bind FeaturesStage
[1.11.50i] 2024/05/13 19:54:47: prepare FeaturesStage
[1.11.50i] 2024/05/13 19:54:47: enter FeaturesStage
[1.11.50i] 2024/05/13 19:54:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:54:54: leave FeaturesStage
[1.11.50i] 2024/05/13 19:54:54: drop FeaturesStage
[1.11.50i] 2024/05/13 19:54:54: enter GameStage
[1.11.50i] 2024/05/13 19:54:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:54:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:55:10: pause app
[1.11.50i] 2024/05/13 19:55:16: enter app
[1.11.50i] 2024/05/13 19:55:16: resume app
[1.11.50i] 2024/05/13 19:55:16: resume -> enter GameStage
[1.11.50i] 2024/05/13 19:55:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:55:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:55:54: bind FeaturesStage
[1.11.50i] 2024/05/13 19:55:54: prepare FeaturesStage
[1.11.50i] 2024/05/13 19:55:54: enter FeaturesStage
[1.11.50i] 2024/05/13 19:55:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:55:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:55:55: leave FeaturesStage
[1.11.50i] 2024/05/13 19:55:55: drop FeaturesStage
[1.11.50i] 2024/05/13 19:55:55: enter GameStage
[1.11.50i] 2024/05/13 19:55:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:55:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:56:11: instance NDg=
[1.11.50i] 2024/05/13 19:56:11: bind RankStage
[1.11.50i] 2024/05/13 19:56:11: prepare RankStage
[1.11.50i] 2024/05/13 19:56:11: enter RankStage
[1.11.50i] 2024/05/13 19:56:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:56:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:56:17: leave RankStage
[1.11.50i] 2024/05/13 19:56:17: drop RankStage
[1.11.50i] 2024/05/13 19:56:17: enter GameStage
[1.11.50i] 2024/05/13 19:56:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:56:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 19:58:02: pause app
[1.11.50i] 2024/05/13 19:58:19: enter app
[1.11.50i] 2024/05/13 19:58:19: resume app
[1.11.50i] 2024/05/13 19:58:19: resume -> enter GameStage
[1.11.50i] 2024/05/13 19:58:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 19:58:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:03:18: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:03:18: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:03:18: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:03:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:03:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:03:18: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:03:18: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:03:18: enter GameStage
[1.11.50i] 2024/05/13 20:03:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:03:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:03:45: instance NTA=
[1.11.50i] 2024/05/13 20:03:45: bind RankStage
[1.11.50i] 2024/05/13 20:03:45: prepare RankStage
[1.11.50i] 2024/05/13 20:03:45: enter RankStage
[1.11.50i] 2024/05/13 20:03:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:03:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:03:47: leave RankStage
[1.11.50i] 2024/05/13 20:03:47: drop RankStage
[1.11.50i] 2024/05/13 20:03:47: enter GameStage
[1.11.50i] 2024/05/13 20:03:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:03:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:06:41: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:06:41: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:06:41: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:06:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:06:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:06:41: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:06:41: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:06:41: enter GameStage
[1.11.50i] 2024/05/13 20:06:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:06:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:06:41: pause app
[1.11.50i] 2024/05/13 20:06:59: enter app
[1.11.50i] 2024/05/13 20:06:59: resume app
[1.11.50i] 2024/05/13 20:06:59: resume -> enter GameStage
[1.11.50i] 2024/05/13 20:06:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:06:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:26: bind CityInfoStage
[1.11.50i] 2024/05/13 20:07:26: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:07:26: enter CityInfoStage
[1.11.50i] 2024/05/13 20:07:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:31: leave CityInfoStage
[1.11.50i] 2024/05/13 20:07:31: drop CityInfoStage
[1.11.50i] 2024/05/13 20:07:31: enter GameStage
[1.11.50i] 2024/05/13 20:07:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:50: bind CityInfoStage
[1.11.50i] 2024/05/13 20:07:50: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:07:50: enter CityInfoStage
[1.11.50i] 2024/05/13 20:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:51: leave CityInfoStage
[1.11.50i] 2024/05/13 20:07:51: drop CityInfoStage
[1.11.50i] 2024/05/13 20:07:51: enter GameStage
[1.11.50i] 2024/05/13 20:07:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:52: bind CityInfoStage
[1.11.50i] 2024/05/13 20:07:52: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:07:52: enter CityInfoStage
[1.11.50i] 2024/05/13 20:07:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:55: leave CityInfoStage
[1.11.50i] 2024/05/13 20:07:55: drop CityInfoStage
[1.11.50i] 2024/05/13 20:07:55: enter GameStage
[1.11.50i] 2024/05/13 20:07:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:55: bind CityInfoStage
[1.11.50i] 2024/05/13 20:07:55: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:07:55: enter CityInfoStage
[1.11.50i] 2024/05/13 20:07:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:07:57: leave CityInfoStage
[1.11.50i] 2024/05/13 20:07:57: drop CityInfoStage
[1.11.50i] 2024/05/13 20:07:57: enter GameStage
[1.11.50i] 2024/05/13 20:07:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:07:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:12:04: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:12:04: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:12:04: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:12:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:12:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:12:04: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:12:04: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:12:04: enter GameStage
[1.11.50i] 2024/05/13 20:12:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:12:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:12:14: instance NTI=
[1.11.50i] 2024/05/13 20:12:14: bind RankStage
[1.11.50i] 2024/05/13 20:12:14: prepare RankStage
[1.11.50i] 2024/05/13 20:12:14: enter RankStage
[1.11.50i] 2024/05/13 20:12:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:12:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:12:15: leave RankStage
[1.11.50i] 2024/05/13 20:12:15: drop RankStage
[1.11.50i] 2024/05/13 20:12:15: enter GameStage
[1.11.50i] 2024/05/13 20:12:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:12:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:12:23: pause app
[1.11.50i] 2024/05/13 20:12:34: enter app
[1.11.50i] 2024/05/13 20:12:34: resume app
[1.11.50i] 2024/05/13 20:12:34: resume -> enter GameStage
[1.11.50i] 2024/05/13 20:12:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:12:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:14:45: pause app
[1.11.50i] 2024/05/13 20:14:54: enter app
[1.11.50i] 2024/05/13 20:14:54: resume app
[1.11.50i] 2024/05/13 20:14:54: resume -> enter GameStage
[1.11.50i] 2024/05/13 20:14:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:14:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:20:03: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:20:03: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:20:03: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:20:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:20:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:20:03: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:20:03: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:20:03: enter GameStage
[1.11.50i] 2024/05/13 20:20:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:20:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:20:03: pause app
[1.11.50i] 2024/05/13 20:20:37: enter app
[1.11.50i] 2024/05/13 20:20:37: resume app
[1.11.50i] 2024/05/13 20:20:37: resume -> enter GameStage
[1.11.50i] 2024/05/13 20:20:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:20:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:23:14: instance NTQ=
[1.11.50i] 2024/05/13 20:23:14: bind RankStage
[1.11.50i] 2024/05/13 20:23:14: prepare RankStage
[1.11.50i] 2024/05/13 20:23:14: enter RankStage
[1.11.50i] 2024/05/13 20:23:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:23:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:23:19: leave RankStage
[1.11.50i] 2024/05/13 20:23:19: drop RankStage
[1.11.50i] 2024/05/13 20:23:19: enter GameStage
[1.11.50i] 2024/05/13 20:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:25:24: bind CityInfoStage
[1.11.50i] 2024/05/13 20:25:24: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:25:24: enter CityInfoStage
[1.11.50i] 2024/05/13 20:25:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:25:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:25:26: leave CityInfoStage
[1.11.50i] 2024/05/13 20:25:26: drop CityInfoStage
[1.11.50i] 2024/05/13 20:25:26: enter GameStage
[1.11.50i] 2024/05/13 20:25:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:25:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:25:45: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:25:45: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:25:45: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:25:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:25:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:25:45: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:25:45: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:25:45: enter GameStage
[1.11.50i] 2024/05/13 20:25:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:25:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:30:20: bind CityInfoStage
[1.11.50i] 2024/05/13 20:30:20: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:30:20: enter CityInfoStage
[1.11.50i] 2024/05/13 20:30:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:30:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:30:21: leave CityInfoStage
[1.11.50i] 2024/05/13 20:30:21: drop CityInfoStage
[1.11.50i] 2024/05/13 20:30:21: enter GameStage
[1.11.50i] 2024/05/13 20:30:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:30:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:30:46: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:30:46: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:30:46: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:30:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:30:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:30:46: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:30:46: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:30:46: enter GameStage
[1.11.50i] 2024/05/13 20:30:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:30:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:34:44: instance NTY=
[1.11.50i] 2024/05/13 20:34:44: bind RankStage
[1.11.50i] 2024/05/13 20:34:44: prepare RankStage
[1.11.50i] 2024/05/13 20:34:44: enter RankStage
[1.11.50i] 2024/05/13 20:34:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:34:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:34:47: leave RankStage
[1.11.50i] 2024/05/13 20:34:47: drop RankStage
[1.11.50i] 2024/05/13 20:34:47: enter GameStage
[1.11.50i] 2024/05/13 20:34:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:34:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:35:48: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:35:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:35:48: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:35:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:35:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:35:49: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:35:49: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:35:49: enter GameStage
[1.11.50i] 2024/05/13 20:35:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:35:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:37:49: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:49: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:49: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:37:49: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:49: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:49: enter GameStage
[1.11.50i] 2024/05/13 20:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:37:51: leave GameStage
[1.11.50i] 2024/05/13 20:37:51: drop GameStage
[1.11.50i] 2024/05/13 20:37:51: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:51: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:51: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:37:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:37:51: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:51: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:37:51: enter RegionStage
[1.11.50i] 2024/05/13 20:37:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:37:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:38:02: pause app
[1.11.50i] 2024/05/13 20:39:25: enter app
[1.11.50i] 2024/05/13 20:39:25: resume app
[1.11.50i] 2024/05/13 20:39:25: resume -> enter RegionStage
[1.11.50i] 2024/05/13 20:39:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:39:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:39:35: bind GameStage
[1.11.50i] 2024/05/13 20:39:35: prepare GameStage
[1.11.50i] 2024/05/13 20:39:35: enter GameStage
[1.11.50i] 2024/05/13 20:39:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:39:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:39:35: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 20:39:35: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 20:39:35: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 20:39:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:39:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:39:36: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 20:39:36: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/13 20:39:36: enter GameStage
[1.11.50i] 2024/05/13 20:39:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:39:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:44:34: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:44:34: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:44:34: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:44:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:44:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:44:34: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:44:34: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:44:34: enter GameStage
[1.11.50i] 2024/05/13 20:44:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:44:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:45:36: instance NTg=
[1.11.50i] 2024/05/13 20:45:36: bind RankStage
[1.11.50i] 2024/05/13 20:45:36: prepare RankStage
[1.11.50i] 2024/05/13 20:45:36: enter RankStage
[1.11.50i] 2024/05/13 20:45:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:45:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:45:37: leave RankStage
[1.11.50i] 2024/05/13 20:45:37: drop RankStage
[1.11.50i] 2024/05/13 20:45:37: enter GameStage
[1.11.50i] 2024/05/13 20:45:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:45:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:45:46: bind CityInfoStage
[1.11.50i] 2024/05/13 20:45:46: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:45:46: enter CityInfoStage
[1.11.50i] 2024/05/13 20:45:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:45:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:45:48: leave CityInfoStage
[1.11.50i] 2024/05/13 20:45:48: drop CityInfoStage
[1.11.50i] 2024/05/13 20:45:48: enter GameStage
[1.11.50i] 2024/05/13 20:45:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:45:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:46:37: bind CityInfoStage
[1.11.50i] 2024/05/13 20:46:37: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:46:37: enter CityInfoStage
[1.11.50i] 2024/05/13 20:46:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:46:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:46:38: leave CityInfoStage
[1.11.50i] 2024/05/13 20:46:38: drop CityInfoStage
[1.11.50i] 2024/05/13 20:46:38: enter GameStage
[1.11.50i] 2024/05/13 20:46:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:46:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:46:40: bind CityInfoStage
[1.11.50i] 2024/05/13 20:46:40: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:46:40: enter CityInfoStage
[1.11.50i] 2024/05/13 20:46:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:46:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:46:51: leave CityInfoStage
[1.11.50i] 2024/05/13 20:46:51: drop CityInfoStage
[1.11.50i] 2024/05/13 20:46:51: enter GameStage
[1.11.50i] 2024/05/13 20:46:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:46:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:49:00: bind CityInfoStage
[1.11.50i] 2024/05/13 20:49:00: prepare CityInfoStage
[1.11.50i] 2024/05/13 20:49:00: enter CityInfoStage
[1.11.50i] 2024/05/13 20:49:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:49:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:49:03: leave CityInfoStage
[1.11.50i] 2024/05/13 20:49:03: drop CityInfoStage
[1.11.50i] 2024/05/13 20:49:03: enter GameStage
[1.11.50i] 2024/05/13 20:49:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:49:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:49:47: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:49:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:49:47: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:49:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:49:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:49:47: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:49:47: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:49:47: enter GameStage
[1.11.50i] 2024/05/13 20:49:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:49:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:53:02: instance NjA=
[1.11.50i] 2024/05/13 20:54:48: bind SaveWaitingStage
[1.11.50i] 2024/05/13 20:54:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 20:54:48: enter SaveWaitingStage
[1.11.50i] 2024/05/13 20:54:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:54:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:54:48: leave SaveWaitingStage
[1.11.50i] 2024/05/13 20:54:48: drop SaveWaitingStage
[1.11.50i] 2024/05/13 20:54:48: enter GameStage
[1.11.50i] 2024/05/13 20:54:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:54:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:55:01: instance NjI=
[1.11.50i] 2024/05/13 20:55:01: bind RankStage
[1.11.50i] 2024/05/13 20:55:01: prepare RankStage
[1.11.50i] 2024/05/13 20:55:01: enter RankStage
[1.11.50i] 2024/05/13 20:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:55:02: leave RankStage
[1.11.50i] 2024/05/13 20:55:02: drop RankStage
[1.11.50i] 2024/05/13 20:55:02: enter GameStage
[1.11.50i] 2024/05/13 20:55:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:55:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:55:50: bind Store
[1.11.50i] 2024/05/13 20:55:50: prepare Store
[1.11.50i] 2024/05/13 20:55:50: enter Store
[1.11.50i] 2024/05/13 20:55:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:55:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:56:12: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 20:56:12: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 20:56:12: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 20:56:12: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 20:56:12: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 20:56:12: enter Store
[1.11.50i] 2024/05/13 20:56:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:56:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:59:13: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 20:59:13: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 20:59:13: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 20:59:13: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 20:59:13: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 20:59:13: enter Store
[1.11.50i] 2024/05/13 20:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:59:50: leave Store
[1.11.50i] 2024/05/13 20:59:50: drop Store
[1.11.50i] 2024/05/13 20:59:50: enter GameStage
[1.11.50i] 2024/05/13 20:59:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:59:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 20:59:51: bind Store
[1.11.50i] 2024/05/13 20:59:51: prepare Store
[1.11.50i] 2024/05/13 20:59:51: enter Store
[1.11.50i] 2024/05/13 20:59:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 20:59:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:01:35: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 21:01:35: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 21:01:35: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 21:01:35: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 21:01:35: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 21:01:35: enter Store
[1.11.50i] 2024/05/13 21:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:12: pause app
[1.11.50i] 2024/05/13 21:02:13: enter app
[1.11.50i] 2024/05/13 21:02:13: resume app
[1.11.50i] 2024/05/13 21:02:27: resume -> enter Store
[1.11.50i] 2024/05/13 21:02:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:34: leave Store
[1.11.50i] 2024/05/13 21:02:34: drop Store
[1.11.50i] 2024/05/13 21:02:34: drop GameStage
[1.11.50i] 2024/05/13 21:02:34: drop RegionStage
[1.11.50i] 2024/05/13 21:02:34: Startup
[1.11.50i] 2024/05/13 21:02:34: create() cold start
[1.11.50i] 2024/05/13 21:02:34: translation pt_BR
[1.11.50i] 2024/05/13 21:02:34: instance NjI=
[1.11.50i] 2024/05/13 21:02:34: create() finish
[1.11.50i] 2024/05/13 21:02:34: create() end
[1.11.50i] 2024/05/13 21:02:34: resume app
[1.11.50i] 2024/05/13 21:02:34: refresh
[1.11.50i] 2024/05/13 21:02:34: bind LoadingStage
[1.11.50i] 2024/05/13 21:02:34: prepare LoadingStage
[1.11.50i] 2024/05/13 21:02:34: enter LoadingStage
[1.11.50i] 2024/05/13 21:02:34: loading Warm-up
[1.11.50i] 2024/05/13 21:02:34: loading Startup
[1.11.50i] 2024/05/13 21:02:34: Max texture size 4096
[1.11.50i] 2024/05/13 21:02:34: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/13 21:02:34: Engine consumes 11MB
[1.11.50i] 2024/05/13 21:02:34: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/13 21:02:34: loading Texture
[1.11.50i] 2024/05/13 21:02:34: loading Fonts
[1.11.50i] 2024/05/13 21:02:34: loading Skin
[1.11.50i] 2024/05/13 21:02:35: loading Extract files
[1.11.50i] 2024/05/13 21:02:35: loading Frames
[1.11.50i] 2024/05/13 21:02:35: loading Scripting
[1.11.50i] 2024/05/13 21:02:35: loading Collecting drafts
[1.11.50i] 2024/05/13 21:02:35: loading Prefetching images
[1.11.50i] 2024/05/13 21:02:35: loading Loading drafts
[1.11.50i] 2024/05/13 21:02:35: loading Finishing drafts
[1.11.50i] 2024/05/13 21:02:35: loading Loading music
[1.11.50i] 2024/05/13 21:02:35: loading Shaders
[1.11.50i] 2024/05/13 21:02:35: loading Topics
[1.11.50i] 2024/05/13 21:02:35: loading Loading textures
[1.11.50i] 2024/05/13 21:02:36: loading Checking winter
[1.11.50i] 2024/05/13 21:02:36: loading Preparing background
[1.11.50i] 2024/05/13 21:02:36: loading Finishing
[1.11.50i] 2024/05/13 21:02:36: leave LoadingStage
[1.11.50i] 2024/05/13 21:02:36: drop LoadingStage
[1.11.50i] 2024/05/13 21:02:36: bind MissingScriptPermsStage
[1.11.50i] 2024/05/13 21:02:36: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/13 21:02:36: bind PluginErrorStage
[1.11.50i] 2024/05/13 21:02:36: prepare PluginErrorStage
[1.11.50i] 2024/05/13 21:02:36: bind MissingManifestStage
[1.11.50i] 2024/05/13 21:02:36: prepare MissingManifestStage
[1.11.50i] 2024/05/13 21:02:36: bind WelcomeStage
[1.11.50i] 2024/05/13 21:02:36: prepare WelcomeStage
[1.11.50i] 2024/05/13 21:02:36: enter WelcomeStage
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:36: drop MissingScriptPermsStage
[1.11.50i] 2024/05/13 21:02:36: drop PluginErrorStage
[1.11.50i] 2024/05/13 21:02:36: drop MissingManifestStage
[1.11.50i] 2024/05/13 21:02:36: leave WelcomeStage
[1.11.50i] 2024/05/13 21:02:36: drop WelcomeStage
[1.11.50i] 2024/05/13 21:02:36: bind RegionStage
[1.11.50i] 2024/05/13 21:02:36: prepare RegionStage
[1.11.50i] 2024/05/13 21:02:36: enter RegionStage
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:36: instance NjE=
[1.11.50i] 2024/05/13 21:02:36: instance NjI=
[1.11.50i] 2024/05/13 21:02:36: bind LoadWaitingStage
[1.11.50i] 2024/05/13 21:02:36: prepare LoadWaitingStage
[1.11.50i] 2024/05/13 21:02:36: enter LoadWaitingStage
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:02:36: leave LoadWaitingStage
[1.11.50i] 2024/05/13 21:02:36: drop LoadWaitingStage
[1.11.50i] 2024/05/13 21:02:36: bind GameStage
[1.11.50i] 2024/05/13 21:02:36: prepare GameStage
[1.11.50i] 2024/05/13 21:02:36: enter GameStage
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:02:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:04:35: bind Store
[1.11.50i] 2024/05/13 21:04:35: prepare Store
[1.11.50i] 2024/05/13 21:04:35: enter Store
[1.11.50i] 2024/05/13 21:04:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:04:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:04:44: leave Store
[1.11.50i] 2024/05/13 21:04:44: drop Store
[1.11.50i] 2024/05/13 21:04:44: enter GameStage
[1.11.50i] 2024/05/13 21:04:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:04:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:07:44: bind SaveWaitingStage
[1.11.50i] 2024/05/13 21:07:44: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 21:07:44: enter SaveWaitingStage
[1.11.50i] 2024/05/13 21:07:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:07:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:07:44: leave SaveWaitingStage
[1.11.50i] 2024/05/13 21:07:44: drop SaveWaitingStage
[1.11.50i] 2024/05/13 21:07:44: enter GameStage
[1.11.50i] 2024/05/13 21:07:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:07:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:10:55: instance NjQ=
[1.11.50i] 2024/05/13 21:12:03: instance NjY=
[1.11.50i] 2024/05/13 21:12:03: bind RankStage
[1.11.50i] 2024/05/13 21:12:03: prepare RankStage
[1.11.50i] 2024/05/13 21:12:03: enter RankStage
[1.11.50i] 2024/05/13 21:12:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:12:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:12:04: leave RankStage
[1.11.50i] 2024/05/13 21:12:04: drop RankStage
[1.11.50i] 2024/05/13 21:12:04: enter GameStage
[1.11.50i] 2024/05/13 21:12:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:12:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:12:18: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 21:12:18: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 21:12:18: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 21:12:18: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 21:12:18: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 21:12:18: enter GameStage
[1.11.50i] 2024/05/13 21:12:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:12:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:13:07: bind IOSVideoAdStage
[1.11.50i] 2024/05/13 21:13:07: prepare IOSVideoAdStage
[1.11.50i] 2024/05/13 21:13:07: enter IOSVideoAdStage
[1.11.50i] 2024/05/13 21:13:07: leave IOSVideoAdStage
[1.11.50i] 2024/05/13 21:13:07: drop IOSVideoAdStage
[1.11.50i] 2024/05/13 21:13:07: enter GameStage
[1.11.50i] 2024/05/13 21:13:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:13:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:14:14: bind SaveWaitingStage
[1.11.50i] 2024/05/13 21:14:14: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 21:14:14: enter SaveWaitingStage
[1.11.50i] 2024/05/13 21:14:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:14:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:14:14: leave SaveWaitingStage
[1.11.50i] 2024/05/13 21:14:14: drop SaveWaitingStage
[1.11.50i] 2024/05/13 21:14:14: enter GameStage
[1.11.50i] 2024/05/13 21:14:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:14:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:17:13: instance Njg=
[1.11.50i] 2024/05/13 21:17:15: instance NzA=
[1.11.50i] 2024/05/13 21:19:14: bind SaveWaitingStage
[1.11.50i] 2024/05/13 21:19:14: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 21:19:14: enter SaveWaitingStage
[1.11.50i] 2024/05/13 21:19:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:19:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:19:14: leave SaveWaitingStage
[1.11.50i] 2024/05/13 21:19:14: drop SaveWaitingStage
[1.11.50i] 2024/05/13 21:19:14: enter GameStage
[1.11.50i] 2024/05/13 21:19:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:19:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:21:56: bind CityInfoStage
[1.11.50i] 2024/05/13 21:21:56: prepare CityInfoStage
[1.11.50i] 2024/05/13 21:21:56: enter CityInfoStage
[1.11.50i] 2024/05/13 21:21:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:21:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:21:59: leave CityInfoStage
[1.11.50i] 2024/05/13 21:21:59: drop CityInfoStage
[1.11.50i] 2024/05/13 21:21:59: enter GameStage
[1.11.50i] 2024/05/13 21:21:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:21:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:23:08: instance NzI=
[1.11.50i] 2024/05/13 21:23:08: bind RankStage
[1.11.50i] 2024/05/13 21:23:08: prepare RankStage
[1.11.50i] 2024/05/13 21:23:08: enter RankStage
[1.11.50i] 2024/05/13 21:23:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:23:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:23:09: leave RankStage
[1.11.50i] 2024/05/13 21:23:09: drop RankStage
[1.11.50i] 2024/05/13 21:23:09: enter GameStage
[1.11.50i] 2024/05/13 21:23:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:23:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:24:16: bind SaveWaitingStage
[1.11.50i] 2024/05/13 21:24:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 21:24:16: enter SaveWaitingStage
[1.11.50i] 2024/05/13 21:24:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:24:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:24:16: leave SaveWaitingStage
[1.11.50i] 2024/05/13 21:24:16: drop SaveWaitingStage
[1.11.50i] 2024/05/13 21:24:16: enter GameStage
[1.11.50i] 2024/05/13 21:24:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:24:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:29:16: bind SaveWaitingStage
[1.11.50i] 2024/05/13 21:29:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/13 21:29:16: enter SaveWaitingStage
[1.11.50i] 2024/05/13 21:29:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:29:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:29:16: leave SaveWaitingStage
[1.11.50i] 2024/05/13 21:29:16: drop SaveWaitingStage
[1.11.50i] 2024/05/13 21:29:16: enter GameStage
[1.11.50i] 2024/05/13 21:29:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/13 21:29:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/13 21:29:18: pause app
[1.11.50i] 2024/05/13 21:29:19: leave GameStage
[1.11.50i] 2024/05/13 21:29:19: drop GameStage
[1.11.50i] 2024/05/13 21:29:19: drop RegionStage
[1.11.50i] 2024/05/14 09:28:19: Startup
[1.11.50i] 2024/05/14 09:28:19: create() cold start
[1.11.50i] 2024/05/14 09:28:20: translation pt_BR
[1.11.50i] 2024/05/14 09:28:20: instance NzI=
[1.11.50i] 2024/05/14 09:28:20: create() finish
[1.11.50i] 2024/05/14 09:28:20: create() end
[1.11.50i] 2024/05/14 09:28:20: resume app
[1.11.50i] 2024/05/14 09:28:20: refresh
[1.11.50i] 2024/05/14 09:28:20: bind LoadingStage
[1.11.50i] 2024/05/14 09:28:20: prepare LoadingStage
[1.11.50i] 2024/05/14 09:28:20: enter LoadingStage
[1.11.50i] 2024/05/14 09:28:20: loading Warm-up
[1.11.50i] 2024/05/14 09:28:20: refresh
[1.11.50i] 2024/05/14 09:28:20: loading Startup
[1.11.50i] 2024/05/14 09:28:20: Max texture size 4096
[1.11.50i] 2024/05/14 09:28:20: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 09:28:20: Engine consumes 11MB
[1.11.50i] 2024/05/14 09:28:20: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 09:28:20: loading Texture
[1.11.50i] 2024/05/14 09:28:20: loading Fonts
[1.11.50i] 2024/05/14 09:28:20: loading Skin
[1.11.50i] 2024/05/14 09:28:20: loading Extract files
[1.11.50i] 2024/05/14 09:28:20: loading Frames
[1.11.50i] 2024/05/14 09:28:20: loading Scripting
[1.11.50i] 2024/05/14 09:28:20: loading Collecting drafts
[1.11.50i] 2024/05/14 09:28:23: loading Prefetching images
[1.11.50i] 2024/05/14 09:28:23: loading Loading drafts
[1.11.50i] 2024/05/14 09:28:23: loading Finishing drafts
[1.11.50i] 2024/05/14 09:28:23: loading Loading music
[1.11.50i] 2024/05/14 09:28:23: loading Shaders
[1.11.50i] 2024/05/14 09:28:23: loading Topics
[1.11.50i] 2024/05/14 09:28:23: loading Loading textures
[1.11.50i] 2024/05/14 09:28:24: loading Checking winter
[1.11.50i] 2024/05/14 09:28:24: loading Preparing background
[1.11.50i] 2024/05/14 09:28:24: loading Finishing
[1.11.50i] 2024/05/14 09:28:24: leave LoadingStage
[1.11.50i] 2024/05/14 09:28:24: drop LoadingStage
[1.11.50i] 2024/05/14 09:28:24: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:28:24: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:28:24: bind PluginErrorStage
[1.11.50i] 2024/05/14 09:28:24: prepare PluginErrorStage
[1.11.50i] 2024/05/14 09:28:24: bind MissingManifestStage
[1.11.50i] 2024/05/14 09:28:24: prepare MissingManifestStage
[1.11.50i] 2024/05/14 09:28:24: bind WelcomeStage
[1.11.50i] 2024/05/14 09:28:24: prepare WelcomeStage
[1.11.50i] 2024/05/14 09:28:24: enter WelcomeStage
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:28:24: drop PluginErrorStage
[1.11.50i] 2024/05/14 09:28:24: drop MissingManifestStage
[1.11.50i] 2024/05/14 09:28:24: leave WelcomeStage
[1.11.50i] 2024/05/14 09:28:24: drop WelcomeStage
[1.11.50i] 2024/05/14 09:28:24: bind RegionStage
[1.11.50i] 2024/05/14 09:28:24: prepare RegionStage
[1.11.50i] 2024/05/14 09:28:24: enter RegionStage
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: instance NzE=
[1.11.50i] 2024/05/14 09:28:24: instance NzI=
[1.11.50i] 2024/05/14 09:28:24: bind LoadWaitingStage
[1.11.50i] 2024/05/14 09:28:24: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 09:28:24: enter LoadWaitingStage
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: leave LoadWaitingStage
[1.11.50i] 2024/05/14 09:28:24: drop LoadWaitingStage
[1.11.50i] 2024/05/14 09:28:24: bind GameStage
[1.11.50i] 2024/05/14 09:28:24: prepare GameStage
[1.11.50i] 2024/05/14 09:28:24: enter GameStage
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:24: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:24: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:24: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:26: pause app
[1.11.50i] 2024/05/14 09:28:28: enter app
[1.11.50i] 2024/05/14 09:28:28: resume app
[1.11.50i] 2024/05/14 09:28:28: resume -> enter SpecialOfferStage:
$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:28: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:28: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 09:28:28: enter GameStage
[1.11.50i] 2024/05/14 09:28:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:39: bind Store
[1.11.50i] 2024/05/14 09:28:39: prepare Store
[1.11.50i] 2024/05/14 09:28:39: enter Store
[1.11.50i] 2024/05/14 09:28:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:28:58: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 09:28:58: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 09:28:58: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 09:28:58: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 09:28:58: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 09:28:58: enter Store
[1.11.50i] 2024/05/14 09:28:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:28:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:34: leave Store
[1.11.50i] 2024/05/14 09:29:34: drop Store
[1.11.50i] 2024/05/14 09:29:34: drop GameStage
[1.11.50i] 2024/05/14 09:29:34: drop RegionStage
[1.11.50i] 2024/05/14 09:29:34: Startup
[1.11.50i] 2024/05/14 09:29:34: create() cold start
[1.11.50i] 2024/05/14 09:29:34: translation pt_BR
[1.11.50i] 2024/05/14 09:29:35: instance NzI=
[1.11.50i] 2024/05/14 09:29:35: create() finish
[1.11.50i] 2024/05/14 09:29:35: create() end
[1.11.50i] 2024/05/14 09:29:35: resume app
[1.11.50i] 2024/05/14 09:29:35: refresh
[1.11.50i] 2024/05/14 09:29:35: bind LoadingStage
[1.11.50i] 2024/05/14 09:29:35: prepare LoadingStage
[1.11.50i] 2024/05/14 09:29:35: enter LoadingStage
[1.11.50i] 2024/05/14 09:29:35: loading Warm-up
[1.11.50i] 2024/05/14 09:29:35: loading Startup
[1.11.50i] 2024/05/14 09:29:35: Max texture size 4096
[1.11.50i] 2024/05/14 09:29:35: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 09:29:35: Engine consumes 11MB
[1.11.50i] 2024/05/14 09:29:35: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 09:29:35: loading Texture
[1.11.50i] 2024/05/14 09:29:35: loading Fonts
[1.11.50i] 2024/05/14 09:29:35: loading Skin
[1.11.50i] 2024/05/14 09:29:35: loading Extract files
[1.11.50i] 2024/05/14 09:29:35: loading Frames
[1.11.50i] 2024/05/14 09:29:35: loading Scripting
[1.11.50i] 2024/05/14 09:29:35: loading Collecting drafts
[1.11.50i] 2024/05/14 09:29:35: loading Prefetching images
[1.11.50i] 2024/05/14 09:29:35: loading Loading drafts
[1.11.50i] 2024/05/14 09:29:36: loading Finishing drafts
[1.11.50i] 2024/05/14 09:29:36: loading Loading music
[1.11.50i] 2024/05/14 09:29:36: loading Shaders
[1.11.50i] 2024/05/14 09:29:36: loading Topics
[1.11.50i] 2024/05/14 09:29:36: loading Loading textures
[1.11.50i] 2024/05/14 09:29:36: loading Checking winter
[1.11.50i] 2024/05/14 09:29:36: loading Preparing background
[1.11.50i] 2024/05/14 09:29:36: loading Finishing
[1.11.50i] 2024/05/14 09:29:36: leave LoadingStage
[1.11.50i] 2024/05/14 09:29:36: drop LoadingStage
[1.11.50i] 2024/05/14 09:29:36: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:29:36: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:29:36: bind PluginErrorStage
[1.11.50i] 2024/05/14 09:29:36: prepare PluginErrorStage
[1.11.50i] 2024/05/14 09:29:36: bind MissingManifestStage
[1.11.50i] 2024/05/14 09:29:36: prepare MissingManifestStage
[1.11.50i] 2024/05/14 09:29:36: bind WelcomeStage
[1.11.50i] 2024/05/14 09:29:36: prepare WelcomeStage
[1.11.50i] 2024/05/14 09:29:36: enter WelcomeStage
[1.11.50i] 2024/05/14 09:29:36: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:36: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:29:36: drop PluginErrorStage
[1.11.50i] 2024/05/14 09:29:36: drop MissingManifestStage
[1.11.50i] 2024/05/14 09:29:36: leave WelcomeStage
[1.11.50i] 2024/05/14 09:29:36: drop WelcomeStage
[1.11.50i] 2024/05/14 09:29:36: bind RegionStage
[1.11.50i] 2024/05/14 09:29:36: prepare RegionStage
[1.11.50i] 2024/05/14 09:29:36: enter RegionStage
[1.11.50i] 2024/05/14 09:29:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:37: instance NzE=
[1.11.50i] 2024/05/14 09:29:37: instance NzI=
[1.11.50i] 2024/05/14 09:29:37: bind LoadWaitingStage
[1.11.50i] 2024/05/14 09:29:37: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 09:29:37: enter LoadWaitingStage
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:29:37: leave LoadWaitingStage
[1.11.50i] 2024/05/14 09:29:37: drop LoadWaitingStage
[1.11.50i] 2024/05/14 09:29:37: bind GameStage
[1.11.50i] 2024/05/14 09:29:37: prepare GameStage
[1.11.50i] 2024/05/14 09:29:37: enter GameStage
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:29:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:31:45: bind CityInfoStage
[1.11.50i] 2024/05/14 09:31:45: prepare CityInfoStage
[1.11.50i] 2024/05/14 09:31:45: enter CityInfoStage
[1.11.50i] 2024/05/14 09:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:31:46: leave CityInfoStage
[1.11.50i] 2024/05/14 09:31:46: drop CityInfoStage
[1.11.50i] 2024/05/14 09:31:46: enter GameStage
[1.11.50i] 2024/05/14 09:31:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:31:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:32:02: pause app
[1.11.50i] 2024/05/14 09:32:28: enter app
[1.11.50i] 2024/05/14 09:32:28: resume app
[1.11.50i] 2024/05/14 09:32:28: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:32:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:32:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:33:15: pause app
[1.11.50i] 2024/05/14 09:33:31: enter app
[1.11.50i] 2024/05/14 09:33:31: resume app
[1.11.50i] 2024/05/14 09:33:31: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:33:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:33:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:33:31: bind CityInfoStage
[1.11.50i] 2024/05/14 09:33:31: prepare CityInfoStage
[1.11.50i] 2024/05/14 09:33:31: enter CityInfoStage
[1.11.50i] 2024/05/14 09:33:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:33:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:33:32: leave CityInfoStage
[1.11.50i] 2024/05/14 09:33:32: drop CityInfoStage
[1.11.50i] 2024/05/14 09:33:32: enter GameStage
[1.11.50i] 2024/05/14 09:33:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:33:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:34:09: pause app
[1.11.50i] 2024/05/14 09:34:13: enter app
[1.11.50i] 2024/05/14 09:34:13: resume app
[1.11.50i] 2024/05/14 09:34:13: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:34:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:34:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:34:55: pause app
[1.11.50i] 2024/05/14 09:35:26: enter app
[1.11.50i] 2024/05/14 09:35:26: resume app
[1.11.50i] 2024/05/14 09:35:26: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:35:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:35:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:36:11: instance NzQ=
[1.11.50i] 2024/05/14 09:36:11: bind RankStage
[1.11.50i] 2024/05/14 09:36:11: prepare RankStage
[1.11.50i] 2024/05/14 09:36:11: enter RankStage
[1.11.50i] 2024/05/14 09:36:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:36:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:36:13: leave RankStage
[1.11.50i] 2024/05/14 09:36:13: drop RankStage
[1.11.50i] 2024/05/14 09:36:13: enter GameStage
[1.11.50i] 2024/05/14 09:36:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:36:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:36:15: bind CityInfoStage
[1.11.50i] 2024/05/14 09:36:15: prepare CityInfoStage
[1.11.50i] 2024/05/14 09:36:15: enter CityInfoStage
[1.11.50i] 2024/05/14 09:36:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:36:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:36:15: leave CityInfoStage
[1.11.50i] 2024/05/14 09:36:15: drop CityInfoStage
[1.11.50i] 2024/05/14 09:36:15: enter GameStage
[1.11.50i] 2024/05/14 09:36:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:36:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:37:36: pause app
[1.11.50i] 2024/05/14 09:38:02: enter app
[1.11.50i] 2024/05/14 09:38:02: resume app
[1.11.50i] 2024/05/14 09:38:02: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:38:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:38:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:40:59: pause app
[1.11.50i] 2024/05/14 09:41:26: enter app
[1.11.50i] 2024/05/14 09:41:26: resume app
[1.11.50i] 2024/05/14 09:41:26: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:41:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:41:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:43:45: bind Store
[1.11.50i] 2024/05/14 09:43:45: prepare Store
[1.11.50i] 2024/05/14 09:43:45: enter Store
[1.11.50i] 2024/05/14 09:43:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:43:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:43:59: pause app
[1.11.50i] 2024/05/14 09:44:07: enter app
[1.11.50i] 2024/05/14 09:44:07: resume app
[1.11.50i] 2024/05/14 09:44:07: resume -> enter Store
[1.11.50i] 2024/05/14 09:44:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:44:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:44:10: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 09:44:10: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 09:44:10: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 09:44:10: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 09:44:10: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 09:44:10: enter Store
[1.11.50i] 2024/05/14 09:44:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:44:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:44:29: pause app
[1.11.50i] 2024/05/14 09:44:36: enter app
[1.11.50i] 2024/05/14 09:44:36: resume app
[1.11.50i] 2024/05/14 09:44:43: pause app
[1.11.50i] 2024/05/14 09:44:50: enter app
[1.11.50i] 2024/05/14 09:44:50: resume app
[1.11.50i] 2024/05/14 09:44:59: resume -> enter Store
[1.11.50i] 2024/05/14 09:44:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:44:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:45:06: pause app
[1.11.50i] 2024/05/14 09:45:16: enter app
[1.11.50i] 2024/05/14 09:45:16: resume app
[1.11.50i] 2024/05/14 09:45:16: resume -> enter Store
[1.11.50i] 2024/05/14 09:45:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:45:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:45:18: pause app
[1.11.50i] 2024/05/14 09:45:20: enter app
[1.11.50i] 2024/05/14 09:45:20: resume app
[1.11.50i] 2024/05/14 09:45:20: resume -> enter Store
[1.11.50i] 2024/05/14 09:45:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:45:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:46:33: pause app
[1.11.50i] 2024/05/14 09:46:38: enter app
[1.11.50i] 2024/05/14 09:46:38: resume app
[1.11.50i] 2024/05/14 09:46:38: resume -> enter Store
[1.11.50i] 2024/05/14 09:46:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:46:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:47:04: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 09:47:04: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 09:47:04: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 09:47:04: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 09:47:04: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 09:47:04: enter Store
[1.11.50i] 2024/05/14 09:47:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:47:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:48:11: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 09:48:11: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 09:48:11: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 09:48:11: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 09:48:11: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 09:48:11: enter Store
[1.11.50i] 2024/05/14 09:48:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:48:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:48:45: pause app
[1.11.50i] 2024/05/14 09:48:56: enter app
[1.11.50i] 2024/05/14 09:48:56: resume app
[1.11.50i] 2024/05/14 09:48:56: resume -> enter Store
[1.11.50i] 2024/05/14 09:48:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:48:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:24:
java.util.IllegalFormatConversionException: %e can't format java.lang.String
arguments
java.util.IllegalFormatConversionException: %e can't format java.lang.String
arguments
at java.util.Formatter.badArgumentType(Formatter.java:1489)
at java.util.Formatter.transformFromFloat(Formatter.java:2038)
at java.util.Formatter.transform(Formatter.java:1465)
at java.util.Formatter.doFormat(Formatter.java:1081)
at java.util.Formatter.format(Formatter.java:1042)
at java.util.Formatter.format(Formatter.java:1011)
at java.lang.String.format(String.java:2062)
at java.lang.String.format(String.java:2036)
at
info.flowersoft.theotown.util.StringFormatter.format(StringFormatter.java:17)
at
info.flowersoft.theotown.util.DraftLocalizer.localizePacked(DraftLocalizer.java:167
)
at info.flowersoft.theotown.store.PluginEntry.getText(PluginEntry.java:128)
at info.flowersoft.theotown.store.PluginEntry.build(PluginEntry.java:246)
at info.flowersoft.theotown.store.PluginEntry.draw(PluginEntry.java:657)
at
info.flowersoft.theotown.ui.listitem.GadgetListItem.draw(GadgetListItem.java:45)
at info.flowersoft.theotown.store.StoreStage$3.draw(StoreStage.java:564)
at io.blueflower.stapel2d.gui.ListBox.draw(ListBox.java:175)
at io.blueflower.stapel2d.gui.Gadget.drawChildren(Gadget.java:561)
at io.blueflower.stapel2d.gui.Gadget.draw(Gadget.java:538)
at io.blueflower.stapel2d.gui.Master.draw(Master.java:56)
at info.flowersoft.theotown.stages.BaseStage.drawGui(BaseStage.java:637)
at info.flowersoft.theotown.stages.BaseStage.update(BaseStage.java:292)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:245)
at
info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati
onAdapter.kt:28)
at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java:265)
at
com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java:132)
at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.$cb$drawRect$
(IOSGraphics.java)
at org.robovm.apple.uikit.UIApplication.main(Native Method)
at org.robovm.apple.uikit.UIApplication.main(UIApplication.java:442)
at io.blueflower.theotown.aios.IOSLauncher.main(IOSLauncher.java:300)
[1.11.50i] 2024/05/14 09:49:32: leave Store
[1.11.50i] 2024/05/14 09:49:32: drop Store
[1.11.50i] 2024/05/14 09:49:32: drop GameStage
[1.11.50i] 2024/05/14 09:49:32: drop RegionStage
[1.11.50i] 2024/05/14 09:49:32: Startup
[1.11.50i] 2024/05/14 09:49:32: create() cold start
[1.11.50i] 2024/05/14 09:49:32: translation pt_BR
[1.11.50i] 2024/05/14 09:49:32: instance NzQ=
[1.11.50i] 2024/05/14 09:49:32: create() finish
[1.11.50i] 2024/05/14 09:49:32: create() end
[1.11.50i] 2024/05/14 09:49:32: resume app
[1.11.50i] 2024/05/14 09:49:32: refresh
[1.11.50i] 2024/05/14 09:49:32: bind LoadingStage
[1.11.50i] 2024/05/14 09:49:32: prepare LoadingStage
[1.11.50i] 2024/05/14 09:49:32: enter LoadingStage
[1.11.50i] 2024/05/14 09:49:32: loading Warm-up
[1.11.50i] 2024/05/14 09:49:32: loading Startup
[1.11.50i] 2024/05/14 09:49:32: Max texture size 4096
[1.11.50i] 2024/05/14 09:49:32: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 09:49:32: Engine consumes 11MB
[1.11.50i] 2024/05/14 09:49:32: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 09:49:32: loading Texture
[1.11.50i] 2024/05/14 09:49:32: loading Fonts
[1.11.50i] 2024/05/14 09:49:32: loading Skin
[1.11.50i] 2024/05/14 09:49:32: loading Extract files
[1.11.50i] 2024/05/14 09:49:32: loading Frames
[1.11.50i] 2024/05/14 09:49:32: loading Scripting
[1.11.50i] 2024/05/14 09:49:33: loading Collecting drafts
[1.11.50i] 2024/05/14 09:49:35: loading Prefetching images
[1.11.50i] 2024/05/14 09:49:35: loading Loading drafts
[1.11.50i] 2024/05/14 09:49:35: loading Finishing drafts
[1.11.50i] 2024/05/14 09:49:35: loading Loading music
[1.11.50i] 2024/05/14 09:49:35: loading Shaders
[1.11.50i] 2024/05/14 09:49:35: loading Topics
[1.11.50i] 2024/05/14 09:49:35: loading Loading textures
[1.11.50i] 2024/05/14 09:49:36: loading Checking winter
[1.11.50i] 2024/05/14 09:49:36: loading Preparing background
[1.11.50i] 2024/05/14 09:49:36: loading Finishing
[1.11.50i] 2024/05/14 09:49:36: leave LoadingStage
[1.11.50i] 2024/05/14 09:49:36: drop LoadingStage
[1.11.50i] 2024/05/14 09:49:36: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:49:36: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:49:36: bind PluginErrorStage
[1.11.50i] 2024/05/14 09:49:36: prepare PluginErrorStage
[1.11.50i] 2024/05/14 09:49:36: bind MissingManifestStage
[1.11.50i] 2024/05/14 09:49:36: prepare MissingManifestStage
[1.11.50i] 2024/05/14 09:49:36: bind WelcomeStage
[1.11.50i] 2024/05/14 09:49:36: prepare WelcomeStage
[1.11.50i] 2024/05/14 09:49:36: enter WelcomeStage
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:36: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 09:49:36: drop PluginErrorStage
[1.11.50i] 2024/05/14 09:49:36: drop MissingManifestStage
[1.11.50i] 2024/05/14 09:49:36: leave WelcomeStage
[1.11.50i] 2024/05/14 09:49:36: drop WelcomeStage
[1.11.50i] 2024/05/14 09:49:36: bind RegionStage
[1.11.50i] 2024/05/14 09:49:36: prepare RegionStage
[1.11.50i] 2024/05/14 09:49:36: enter RegionStage
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:36: instance NzM=
[1.11.50i] 2024/05/14 09:49:36: instance NzQ=
[1.11.50i] 2024/05/14 09:49:36: bind LoadWaitingStage
[1.11.50i] 2024/05/14 09:49:36: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 09:49:36: enter LoadWaitingStage
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:49:36: leave LoadWaitingStage
[1.11.50i] 2024/05/14 09:49:36: drop LoadWaitingStage
[1.11.50i] 2024/05/14 09:49:36: bind GameStage
[1.11.50i] 2024/05/14 09:49:36: prepare GameStage
[1.11.50i] 2024/05/14 09:49:36: enter GameStage
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:49:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:52:53: instance NzY=
[1.11.50i] 2024/05/14 09:52:53: bind RankStage
[1.11.50i] 2024/05/14 09:52:53: prepare RankStage
[1.11.50i] 2024/05/14 09:52:53: enter RankStage
[1.11.50i] 2024/05/14 09:52:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:52:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:53:00: leave RankStage
[1.11.50i] 2024/05/14 09:53:00: drop RankStage
[1.11.50i] 2024/05/14 09:53:00: enter GameStage
[1.11.50i] 2024/05/14 09:53:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:53:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:54:30: leave GameStage
[1.11.50i] 2024/05/14 09:54:30: drop GameStage
[1.11.50i] 2024/05/14 09:54:30: bind SaveWaitingStage
[1.11.50i] 2024/05/14 09:54:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 09:54:30: enter SaveWaitingStage
[1.11.50i] 2024/05/14 09:54:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:54:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:54:30: leave SaveWaitingStage
[1.11.50i] 2024/05/14 09:54:30: drop SaveWaitingStage
[1.11.50i] 2024/05/14 09:54:30: enter RegionStage
[1.11.50i] 2024/05/14 09:54:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:54:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:54:38: bind GameStage
[1.11.50i] 2024/05/14 09:54:38: prepare GameStage
[1.11.50i] 2024/05/14 09:54:38: enter GameStage
[1.11.50i] 2024/05/14 09:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:54:38: pause app
[1.11.50i] 2024/05/14 09:54:48: enter app
[1.11.50i] 2024/05/14 09:54:48: resume app
[1.11.50i] 2024/05/14 09:54:48: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:54:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:54:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:56:48: bind CityInfoStage
[1.11.50i] 2024/05/14 09:56:48: prepare CityInfoStage
[1.11.50i] 2024/05/14 09:56:48: enter CityInfoStage
[1.11.50i] 2024/05/14 09:56:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:56:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:56:51: leave CityInfoStage
[1.11.50i] 2024/05/14 09:56:51: drop CityInfoStage
[1.11.50i] 2024/05/14 09:56:51: enter GameStage
[1.11.50i] 2024/05/14 09:56:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:56:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:56:57: instance Nzg=
[1.11.50i] 2024/05/14 09:57:02: instance ODA=
[1.11.50i] 2024/05/14 09:57:04: instance ODI=
[1.11.50i] 2024/05/14 09:58:28: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 09:58:28: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 09:58:28: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 09:58:28: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 09:58:28: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 09:58:28: enter GameStage
[1.11.50i] 2024/05/14 09:58:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:58:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 09:58:36: pause app
[1.11.50i] 2024/05/14 09:58:38: enter app
[1.11.50i] 2024/05/14 09:58:38: resume app
[1.11.50i] 2024/05/14 09:58:45: pause app
[1.11.50i] 2024/05/14 09:58:48: enter app
[1.11.50i] 2024/05/14 09:58:48: resume app
[1.11.50i] 2024/05/14 09:59:43: resume -> enter GameStage
[1.11.50i] 2024/05/14 09:59:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 09:59:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:01:02: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:01:02: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:01:02: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:01:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:01:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:01:02: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:01:02: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:01:02: enter GameStage
[1.11.50i] 2024/05/14 10:01:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:01:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:02:24: pause app
[1.11.50i] 2024/05/14 10:02:28: enter app
[1.11.50i] 2024/05/14 10:02:28: resume app
[1.11.50i] 2024/05/14 10:02:28: resume -> enter GameStage
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:02:28: bind CityInfoStage
[1.11.50i] 2024/05/14 10:02:28: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:02:28: enter CityInfoStage
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:02:28: leave CityInfoStage
[1.11.50i] 2024/05/14 10:02:28: drop CityInfoStage
[1.11.50i] 2024/05/14 10:02:28: enter GameStage
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:02:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:02: instance ODQ=
[1.11.50i] 2024/05/14 10:05:02: bind RankStage
[1.11.50i] 2024/05/14 10:05:02: prepare RankStage
[1.11.50i] 2024/05/14 10:05:02: enter RankStage
[1.11.50i] 2024/05/14 10:05:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:03: leave RankStage
[1.11.50i] 2024/05/14 10:05:03: drop RankStage
[1.11.50i] 2024/05/14 10:05:03: enter GameStage
[1.11.50i] 2024/05/14 10:05:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:52: bind CityInfoStage
[1.11.50i] 2024/05/14 10:05:52: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:05:52: enter CityInfoStage
[1.11.50i] 2024/05/14 10:05:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:53: refresh
[1.11.50i] 2024/05/14 10:05:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:58: refresh
[1.11.50i] 2024/05/14 10:05:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:05:59: refresh
[1.11.50i] 2024/05/14 10:05:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:05:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:03: refresh
[1.11.50i] 2024/05/14 10:06:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:03: refresh
[1.11.50i] 2024/05/14 10:06:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:05: refresh
[1.11.50i] 2024/05/14 10:06:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:11: refresh
[1.11.50i] 2024/05/14 10:06:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:13: refresh
[1.11.50i] 2024/05/14 10:06:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:23: refresh
[1.11.50i] 2024/05/14 10:06:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:34: refresh
[1.11.50i] 2024/05/14 10:06:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:35: refresh
[1.11.50i] 2024/05/14 10:06:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:36: refresh
[1.11.50i] 2024/05/14 10:06:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:37: refresh
[1.11.50i] 2024/05/14 10:06:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:38: refresh
[1.11.50i] 2024/05/14 10:06:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:06:42: leave CityInfoStage
[1.11.50i] 2024/05/14 10:06:42: drop CityInfoStage
[1.11.50i] 2024/05/14 10:06:43: enter GameStage
[1.11.50i] 2024/05/14 10:06:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:06:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:00: bind CityInfoStage
[1.11.50i] 2024/05/14 10:07:00: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:07:00: enter CityInfoStage
[1.11.50i] 2024/05/14 10:07:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:01: refresh
[1.11.50i] 2024/05/14 10:07:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:05: leave CityInfoStage
[1.11.50i] 2024/05/14 10:07:05: drop CityInfoStage
[1.11.50i] 2024/05/14 10:07:05: enter GameStage
[1.11.50i] 2024/05/14 10:07:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:10: bind CityInfoStage
[1.11.50i] 2024/05/14 10:07:10: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:07:10: enter CityInfoStage
[1.11.50i] 2024/05/14 10:07:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:11: refresh
[1.11.50i] 2024/05/14 10:07:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:14: leave CityInfoStage
[1.11.50i] 2024/05/14 10:07:14: drop CityInfoStage
[1.11.50i] 2024/05/14 10:07:14: enter GameStage
[1.11.50i] 2024/05/14 10:07:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:21: leave GameStage
[1.11.50i] 2024/05/14 10:07:21: drop GameStage
[1.11.50i] 2024/05/14 10:07:21: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:07:21: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:07:21: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:21: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:07:21: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:07:21: enter RegionStage
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:23: bind LoadWaitingStage
[1.11.50i] 2024/05/14 10:07:23: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 10:07:23: enter LoadWaitingStage
[1.11.50i] 2024/05/14 10:07:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:23: leave LoadWaitingStage
[1.11.50i] 2024/05/14 10:07:23: drop LoadWaitingStage
[1.11.50i] 2024/05/14 10:07:23: bind GameStage
[1.11.50i] 2024/05/14 10:07:23: prepare GameStage
[1.11.50i] 2024/05/14 10:07:23: enter GameStage
[1.11.50i] 2024/05/14 10:07:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:30: bind CityInfoStage
[1.11.50i] 2024/05/14 10:07:30: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:07:30: enter CityInfoStage
[1.11.50i] 2024/05/14 10:07:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:30: refresh
[1.11.50i] 2024/05/14 10:07:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:31: refresh
[1.11.50i] 2024/05/14 10:07:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:07:35: leave CityInfoStage
[1.11.50i] 2024/05/14 10:07:35: drop CityInfoStage
[1.11.50i] 2024/05/14 10:07:35: enter GameStage
[1.11.50i] 2024/05/14 10:07:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:07:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:10:16: bind CityInfoStage
[1.11.50i] 2024/05/14 10:10:16: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:10:16: enter CityInfoStage
[1.11.50i] 2024/05/14 10:10:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:10:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:10:18: refresh
[1.11.50i] 2024/05/14 10:10:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:10:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:10:19: refresh
[1.11.50i] 2024/05/14 10:10:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:10:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:10:26: leave CityInfoStage
[1.11.50i] 2024/05/14 10:10:26: drop CityInfoStage
[1.11.50i] 2024/05/14 10:10:26: enter GameStage
[1.11.50i] 2024/05/14 10:10:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:10:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:11:42: bind CityInfoStage
[1.11.50i] 2024/05/14 10:11:42: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:11:42: enter CityInfoStage
[1.11.50i] 2024/05/14 10:11:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:11:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:11:43: refresh
[1.11.50i] 2024/05/14 10:11:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:11:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:11:50: leave CityInfoStage
[1.11.50i] 2024/05/14 10:11:50: drop CityInfoStage
[1.11.50i] 2024/05/14 10:11:50: enter GameStage
[1.11.50i] 2024/05/14 10:11:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:11:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:11:55: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 10:11:55: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 10:11:55: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 10:11:55: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 10:11:55: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 10:11:55: enter GameStage
[1.11.50i] 2024/05/14 10:11:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:11:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:12:59: bind CityInfoStage
[1.11.50i] 2024/05/14 10:12:59: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:12:59: enter CityInfoStage
[1.11.50i] 2024/05/14 10:12:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:12:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:00: refresh
[1.11.50i] 2024/05/14 10:13:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:03: leave CityInfoStage
[1.11.50i] 2024/05/14 10:13:03: drop CityInfoStage
[1.11.50i] 2024/05/14 10:13:03: enter GameStage
[1.11.50i] 2024/05/14 10:13:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:04: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:13:04: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:13:04: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:13:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:04: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:13:04: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:13:04: enter GameStage
[1.11.50i] 2024/05/14 10:13:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:52: bind CityInfoStage
[1.11.50i] 2024/05/14 10:13:52: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:13:52: enter CityInfoStage
[1.11.50i] 2024/05/14 10:13:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:53: refresh
[1.11.50i] 2024/05/14 10:13:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:13:59: leave CityInfoStage
[1.11.50i] 2024/05/14 10:13:59: drop CityInfoStage
[1.11.50i] 2024/05/14 10:13:59: enter GameStage
[1.11.50i] 2024/05/14 10:13:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:13:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:14:48: bind CityInfoStage
[1.11.50i] 2024/05/14 10:14:48: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:14:48: enter CityInfoStage
[1.11.50i] 2024/05/14 10:14:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:14:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:14:49: refresh
[1.11.50i] 2024/05/14 10:14:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:14:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:14:50: refresh
[1.11.50i] 2024/05/14 10:14:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:14:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:14:58: leave CityInfoStage
[1.11.50i] 2024/05/14 10:14:58: drop CityInfoStage
[1.11.50i] 2024/05/14 10:14:58: enter GameStage
[1.11.50i] 2024/05/14 10:14:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:14:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:15:03: bind CityInfoStage
[1.11.50i] 2024/05/14 10:15:03: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:15:03: enter CityInfoStage
[1.11.50i] 2024/05/14 10:15:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:15:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:15:05: refresh
[1.11.50i] 2024/05/14 10:15:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:15:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:15:05: refresh
[1.11.50i] 2024/05/14 10:15:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:15:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:15:11: leave CityInfoStage
[1.11.50i] 2024/05/14 10:15:11: drop CityInfoStage
[1.11.50i] 2024/05/14 10:15:11: enter GameStage
[1.11.50i] 2024/05/14 10:15:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:15:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:16:28: leave GameStage
[1.11.50i] 2024/05/14 10:16:28: drop GameStage
[1.11.50i] 2024/05/14 10:16:28: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:16:28: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:16:28: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:16:28: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:16:28: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:16:28: enter RegionStage
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:16:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:16:29: bind GameStage
[1.11.50i] 2024/05/14 10:16:29: prepare GameStage
[1.11.50i] 2024/05/14 10:16:29: enter GameStage
[1.11.50i] 2024/05/14 10:16:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:16:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:18:30: instance ODY=
[1.11.50i] 2024/05/14 10:18:30: bind RankStage
[1.11.50i] 2024/05/14 10:18:30: prepare RankStage
[1.11.50i] 2024/05/14 10:18:30: enter RankStage
[1.11.50i] 2024/05/14 10:18:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:18:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:18:36: leave RankStage
[1.11.50i] 2024/05/14 10:18:36: drop RankStage
[1.11.50i] 2024/05/14 10:18:36: enter GameStage
[1.11.50i] 2024/05/14 10:18:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:18:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:18:41: bind CityInfoStage
[1.11.50i] 2024/05/14 10:18:41: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:18:41: enter CityInfoStage
[1.11.50i] 2024/05/14 10:18:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:18:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:18:42: refresh
[1.11.50i] 2024/05/14 10:18:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:18:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:18:43: leave CityInfoStage
[1.11.50i] 2024/05/14 10:18:43: drop CityInfoStage
[1.11.50i] 2024/05/14 10:18:44: enter GameStage
[1.11.50i] 2024/05/14 10:18:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:18:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:16: bind CityInfoStage
[1.11.50i] 2024/05/14 10:20:16: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:20:16: enter CityInfoStage
[1.11.50i] 2024/05/14 10:20:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:17: refresh
[1.11.50i] 2024/05/14 10:20:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:18: leave CityInfoStage
[1.11.50i] 2024/05/14 10:20:18: drop CityInfoStage
[1.11.50i] 2024/05/14 10:20:18: enter GameStage
[1.11.50i] 2024/05/14 10:20:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:19: bind CityInfoStage
[1.11.50i] 2024/05/14 10:20:19: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:20:19: enter CityInfoStage
[1.11.50i] 2024/05/14 10:20:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:20: refresh
[1.11.50i] 2024/05/14 10:20:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:20:31: leave CityInfoStage
[1.11.50i] 2024/05/14 10:20:31: drop CityInfoStage
[1.11.50i] 2024/05/14 10:20:31: enter GameStage
[1.11.50i] 2024/05/14 10:20:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:20:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:26: bind CityInfoStage
[1.11.50i] 2024/05/14 10:21:26: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:21:26: enter CityInfoStage
[1.11.50i] 2024/05/14 10:21:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:27: refresh
[1.11.50i] 2024/05/14 10:21:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:28: leave CityInfoStage
[1.11.50i] 2024/05/14 10:21:28: drop CityInfoStage
[1.11.50i] 2024/05/14 10:21:28: enter GameStage
[1.11.50i] 2024/05/14 10:21:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:34: pause app
[1.11.50i] 2024/05/14 10:21:36: enter app
[1.11.50i] 2024/05/14 10:21:36: resume app
[1.11.50i] 2024/05/14 10:21:36: resume -> enter GameStage
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:36: bind CityInfoStage
[1.11.50i] 2024/05/14 10:21:36: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:21:36: enter CityInfoStage
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:36: leave CityInfoStage
[1.11.50i] 2024/05/14 10:21:36: drop CityInfoStage
[1.11.50i] 2024/05/14 10:21:36: enter GameStage
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:21:37: pause app
[1.11.50i] 2024/05/14 10:21:41: enter app
[1.11.50i] 2024/05/14 10:21:41: resume app
[1.11.50i] 2024/05/14 10:21:41: pause app
[1.11.50i] 2024/05/14 10:21:41: enter app
[1.11.50i] 2024/05/14 10:21:41: resume app
[1.11.50i] 2024/05/14 10:21:42: pause app
[1.11.50i] 2024/05/14 10:21:44: enter app
[1.11.50i] 2024/05/14 10:21:44: resume app
[1.11.50i] 2024/05/14 10:21:44: resume -> enter GameStage
[1.11.50i] 2024/05/14 10:21:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:21:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:22:09: bind CityInfoStage
[1.11.50i] 2024/05/14 10:22:09: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:22:09: enter CityInfoStage
[1.11.50i] 2024/05/14 10:22:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:22:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:22:14: refresh
[1.11.50i] 2024/05/14 10:22:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:22:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:22:17: leave CityInfoStage
[1.11.50i] 2024/05/14 10:22:17: drop CityInfoStage
[1.11.50i] 2024/05/14 10:22:17: enter GameStage
[1.11.50i] 2024/05/14 10:22:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:22:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:02: bind CityInfoStage
[1.11.50i] 2024/05/14 10:26:02: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:26:02: enter CityInfoStage
[1.11.50i] 2024/05/14 10:26:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:03: refresh
[1.11.50i] 2024/05/14 10:26:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:04: leave CityInfoStage
[1.11.50i] 2024/05/14 10:26:04: drop CityInfoStage
[1.11.50i] 2024/05/14 10:26:04: enter GameStage
[1.11.50i] 2024/05/14 10:26:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:21: bind CityInfoStage
[1.11.50i] 2024/05/14 10:26:21: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:26:21: enter CityInfoStage
[1.11.50i] 2024/05/14 10:26:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:21: refresh
[1.11.50i] 2024/05/14 10:26:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:29: leave CityInfoStage
[1.11.50i] 2024/05/14 10:26:29: drop CityInfoStage
[1.11.50i] 2024/05/14 10:26:29: enter GameStage
[1.11.50i] 2024/05/14 10:26:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:56: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:26:56: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:26:56: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:26:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:26:56: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:26:56: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:26:56: enter GameStage
[1.11.50i] 2024/05/14 10:26:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:26:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:04: bind CityInfoStage
[1.11.50i] 2024/05/14 10:27:04: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:27:04: enter CityInfoStage
[1.11.50i] 2024/05/14 10:27:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:05: refresh
[1.11.50i] 2024/05/14 10:27:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:06: leave CityInfoStage
[1.11.50i] 2024/05/14 10:27:06: drop CityInfoStage
[1.11.50i] 2024/05/14 10:27:06: enter GameStage
[1.11.50i] 2024/05/14 10:27:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:08: bind CityInfoStage
[1.11.50i] 2024/05/14 10:27:08: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:27:08: enter CityInfoStage
[1.11.50i] 2024/05/14 10:27:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:08: refresh
[1.11.50i] 2024/05/14 10:27:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:27:18: leave CityInfoStage
[1.11.50i] 2024/05/14 10:27:18: drop CityInfoStage
[1.11.50i] 2024/05/14 10:27:18: enter GameStage
[1.11.50i] 2024/05/14 10:27:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:27:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:10: bind CityInfoStage
[1.11.50i] 2024/05/14 10:28:10: prepare CityInfoStage
[1.11.50i] 2024/05/14 10:28:10: enter CityInfoStage
[1.11.50i] 2024/05/14 10:28:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:28:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:11: refresh
[1.11.50i] 2024/05/14 10:28:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:28:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:14: leave CityInfoStage
[1.11.50i] 2024/05/14 10:28:14: drop CityInfoStage
[1.11.50i] 2024/05/14 10:28:14: enter GameStage
[1.11.50i] 2024/05/14 10:28:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:28:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:23: bind SaveWaitingStage
[1.11.50i] 2024/05/14 10:28:23: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 10:28:23: enter SaveWaitingStage
[1.11.50i] 2024/05/14 10:28:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:28:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:24: leave SaveWaitingStage
[1.11.50i] 2024/05/14 10:28:24: drop SaveWaitingStage
[1.11.50i] 2024/05/14 10:28:24: enter GameStage
[1.11.50i] 2024/05/14 10:28:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 10:28:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 10:28:24: pause app
[1.11.50i] 2024/05/14 10:28:26: leave GameStage
[1.11.50i] 2024/05/14 10:28:26: drop GameStage
[1.11.50i] 2024/05/14 10:28:26: drop RegionStage
[1.11.50i] 2024/05/14 11:15:15: Startup
[1.11.50i] 2024/05/14 11:15:15: create() cold start
[1.11.50i] 2024/05/14 11:15:15: translation pt_BR
[1.11.50i] 2024/05/14 11:15:15: instance ODY=
[1.11.50i] 2024/05/14 11:15:15: create() finish
[1.11.50i] 2024/05/14 11:15:15: create() end
[1.11.50i] 2024/05/14 11:15:15: resume app
[1.11.50i] 2024/05/14 11:15:15: refresh
[1.11.50i] 2024/05/14 11:15:15: bind LoadingStage
[1.11.50i] 2024/05/14 11:15:15: prepare LoadingStage
[1.11.50i] 2024/05/14 11:15:16: enter LoadingStage
[1.11.50i] 2024/05/14 11:15:16: loading Warm-up
[1.11.50i] 2024/05/14 11:15:16: refresh
[1.11.50i] 2024/05/14 11:15:16: loading Startup
[1.11.50i] 2024/05/14 11:15:16: Max texture size 4096
[1.11.50i] 2024/05/14 11:15:16: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 11:15:16: Engine consumes 11MB
[1.11.50i] 2024/05/14 11:15:16: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 11:15:16: loading Texture
[1.11.50i] 2024/05/14 11:15:16: loading Fonts
[1.11.50i] 2024/05/14 11:15:16: loading Skin
[1.11.50i] 2024/05/14 11:15:16: loading Extract files
[1.11.50i] 2024/05/14 11:15:16: loading Frames
[1.11.50i] 2024/05/14 11:15:16: loading Scripting
[1.11.50i] 2024/05/14 11:15:16: loading Collecting drafts
[1.11.50i] 2024/05/14 11:15:18: loading Prefetching images
[1.11.50i] 2024/05/14 11:15:18: loading Loading drafts
[1.11.50i] 2024/05/14 11:15:18: loading Finishing drafts
[1.11.50i] 2024/05/14 11:15:19: loading Loading music
[1.11.50i] 2024/05/14 11:15:19: loading Shaders
[1.11.50i] 2024/05/14 11:15:19: loading Topics
[1.11.50i] 2024/05/14 11:15:19: loading Loading textures
[1.11.50i] 2024/05/14 11:15:19: loading Checking winter
[1.11.50i] 2024/05/14 11:15:19: loading Preparing background
[1.11.50i] 2024/05/14 11:15:19: loading Finishing
[1.11.50i] 2024/05/14 11:15:19: leave LoadingStage
[1.11.50i] 2024/05/14 11:15:19: drop LoadingStage
[1.11.50i] 2024/05/14 11:15:19: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 11:15:19: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 11:15:19: bind PluginErrorStage
[1.11.50i] 2024/05/14 11:15:19: prepare PluginErrorStage
[1.11.50i] 2024/05/14 11:15:19: bind MissingManifestStage
[1.11.50i] 2024/05/14 11:15:19: prepare MissingManifestStage
[1.11.50i] 2024/05/14 11:15:19: bind WelcomeStage
[1.11.50i] 2024/05/14 11:15:19: prepare WelcomeStage
[1.11.50i] 2024/05/14 11:15:19: enter WelcomeStage
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:19: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 11:15:19: drop PluginErrorStage
[1.11.50i] 2024/05/14 11:15:19: drop MissingManifestStage
[1.11.50i] 2024/05/14 11:15:19: leave WelcomeStage
[1.11.50i] 2024/05/14 11:15:19: drop WelcomeStage
[1.11.50i] 2024/05/14 11:15:19: bind RegionStage
[1.11.50i] 2024/05/14 11:15:19: prepare RegionStage
[1.11.50i] 2024/05/14 11:15:19: enter RegionStage
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:20: instance ODU=
[1.11.50i] 2024/05/14 11:15:20: instance ODY=
[1.11.50i] 2024/05/14 11:15:20: bind LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:20: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:20: enter LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:20: leave LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:20: drop LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:20: bind GameStage
[1.11.50i] 2024/05/14 11:15:20: prepare GameStage
[1.11.50i] 2024/05/14 11:15:20: enter GameStage
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:20: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 11:15:20: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 11:15:20: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:21: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 11:15:21: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 11:15:21: enter GameStage
[1.11.50i] 2024/05/14 11:15:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:29: leave GameStage
[1.11.50i] 2024/05/14 11:15:29: drop GameStage
[1.11.50i] 2024/05/14 11:15:29: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:15:29: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:15:29: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:15:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:29: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:15:29: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:15:29: enter RegionStage
[1.11.50i] 2024/05/14 11:15:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:31: bind LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:31: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:31: enter LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:31: leave LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:31: drop LoadWaitingStage
[1.11.50i] 2024/05/14 11:15:31: bind GameStage
[1.11.50i] 2024/05/14 11:15:31: prepare GameStage
[1.11.50i] 2024/05/14 11:15:31: enter GameStage
[1.11.50i] 2024/05/14 11:15:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:43: bind CityInfoStage
[1.11.50i] 2024/05/14 11:15:43: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:15:43: enter CityInfoStage
[1.11.50i] 2024/05/14 11:15:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:43: refresh
[1.11.50i] 2024/05/14 11:15:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:15:47: leave CityInfoStage
[1.11.50i] 2024/05/14 11:15:47: drop CityInfoStage
[1.11.50i] 2024/05/14 11:15:47: enter GameStage
[1.11.50i] 2024/05/14 11:15:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:15:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:17:39: bind CityInfoStage
[1.11.50i] 2024/05/14 11:17:39: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:17:39: enter CityInfoStage
[1.11.50i] 2024/05/14 11:17:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:17:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:17:40: refresh
[1.11.50i] 2024/05/14 11:17:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:17:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:17:42: leave CityInfoStage
[1.11.50i] 2024/05/14 11:17:42: drop CityInfoStage
[1.11.50i] 2024/05/14 11:17:42: enter GameStage
[1.11.50i] 2024/05/14 11:17:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:17:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:01: bind CityInfoStage
[1.11.50i] 2024/05/14 11:18:01: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:18:01: enter CityInfoStage
[1.11.50i] 2024/05/14 11:18:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:02: refresh
[1.11.50i] 2024/05/14 11:18:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:04: leave CityInfoStage
[1.11.50i] 2024/05/14 11:18:04: drop CityInfoStage
[1.11.50i] 2024/05/14 11:18:04: enter GameStage
[1.11.50i] 2024/05/14 11:18:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:13: bind CityInfoStage
[1.11.50i] 2024/05/14 11:18:13: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:18:13: enter CityInfoStage
[1.11.50i] 2024/05/14 11:18:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:14: refresh
[1.11.50i] 2024/05/14 11:18:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:15: leave CityInfoStage
[1.11.50i] 2024/05/14 11:18:15: drop CityInfoStage
[1.11.50i] 2024/05/14 11:18:15: enter GameStage
[1.11.50i] 2024/05/14 11:18:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:23: bind CityInfoStage
[1.11.50i] 2024/05/14 11:18:23: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:18:23: enter CityInfoStage
[1.11.50i] 2024/05/14 11:18:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:25: leave CityInfoStage
[1.11.50i] 2024/05/14 11:18:25: drop CityInfoStage
[1.11.50i] 2024/05/14 11:18:25: enter GameStage
[1.11.50i] 2024/05/14 11:18:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:37: bind CityInfoStage
[1.11.50i] 2024/05/14 11:18:37: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:18:37: enter CityInfoStage
[1.11.50i] 2024/05/14 11:18:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:38: refresh
[1.11.50i] 2024/05/14 11:18:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:18:39: leave CityInfoStage
[1.11.50i] 2024/05/14 11:18:39: drop CityInfoStage
[1.11.50i] 2024/05/14 11:18:39: enter GameStage
[1.11.50i] 2024/05/14 11:18:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:18:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:19:10: bind CityInfoStage
[1.11.50i] 2024/05/14 11:19:10: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:19:10: enter CityInfoStage
[1.11.50i] 2024/05/14 11:19:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:19:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:19:13: leave CityInfoStage
[1.11.50i] 2024/05/14 11:19:13: drop CityInfoStage
[1.11.50i] 2024/05/14 11:19:13: enter GameStage
[1.11.50i] 2024/05/14 11:19:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:19:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:20:38: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:20:38: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:20:38: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:20:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:20:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:20:38: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:20:38: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:20:38: enter GameStage
[1.11.50i] 2024/05/14 11:20:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:20:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:21:00: pause app
[1.11.50i] 2024/05/14 11:21:10: enter app
[1.11.50i] 2024/05/14 11:21:10: resume app
[1.11.50i] 2024/05/14 11:21:10: resume -> enter GameStage
[1.11.50i] 2024/05/14 11:21:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:21:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:22:04: pause app
[1.11.50i] 2024/05/14 11:22:09: enter app
[1.11.50i] 2024/05/14 11:22:09: resume app
[1.11.50i] 2024/05/14 11:22:09: resume -> enter GameStage
[1.11.50i] 2024/05/14 11:22:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:22:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:26:15: instance ODg=
[1.11.50i] 2024/05/14 11:26:15: bind RankStage
[1.11.50i] 2024/05/14 11:26:15: prepare RankStage
[1.11.50i] 2024/05/14 11:26:15: enter RankStage
[1.11.50i] 2024/05/14 11:26:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:26:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:26:15: leave RankStage
[1.11.50i] 2024/05/14 11:26:15: drop RankStage
[1.11.50i] 2024/05/14 11:26:15: enter GameStage
[1.11.50i] 2024/05/14 11:26:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:26:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:27:07: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:27:07: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:27:07: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:27:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:27:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:27:08: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:27:08: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:27:08: enter GameStage
[1.11.50i] 2024/05/14 11:27:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:27:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:32:07: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:32:07: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:32:07: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:32:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:32:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:32:08: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:32:08: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:32:08: enter GameStage
[1.11.50i] 2024/05/14 11:32:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:32:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:33:06: bind CityInfoStage
[1.11.50i] 2024/05/14 11:33:06: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:33:06: enter CityInfoStage
[1.11.50i] 2024/05/14 11:33:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:33:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:33:07: refresh
[1.11.50i] 2024/05/14 11:33:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:33:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:33:09: leave CityInfoStage
[1.11.50i] 2024/05/14 11:33:09: drop CityInfoStage
[1.11.50i] 2024/05/14 11:33:09: enter GameStage
[1.11.50i] 2024/05/14 11:33:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:33:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:09: leave GameStage
[1.11.50i] 2024/05/14 11:34:09: drop GameStage
[1.11.50i] 2024/05/14 11:34:09: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:34:09: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:34:09: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:09: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:34:09: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:34:09: enter RegionStage
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:10: bind GameStage
[1.11.50i] 2024/05/14 11:34:10: prepare GameStage
[1.11.50i] 2024/05/14 11:34:11: enter GameStage
[1.11.50i] 2024/05/14 11:34:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:13: pause app
[1.11.50i] 2024/05/14 11:34:14: enter app
[1.11.50i] 2024/05/14 11:34:14: resume app
[1.11.50i] 2024/05/14 11:34:14: resume -> enter GameStage
[1.11.50i] 2024/05/14 11:34:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:15: pause app
[1.11.50i] 2024/05/14 11:34:17: enter app
[1.11.50i] 2024/05/14 11:34:17: resume app
[1.11.50i] 2024/05/14 11:34:17: resume -> enter GameStage
[1.11.50i] 2024/05/14 11:34:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:34:23: bind FeaturesStage
[1.11.50i] 2024/05/14 11:34:23: prepare FeaturesStage
[1.11.50i] 2024/05/14 11:34:23: enter FeaturesStage
[1.11.50i] 2024/05/14 11:34:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:34:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:35:35: leave FeaturesStage
[1.11.50i] 2024/05/14 11:35:35: drop FeaturesStage
[1.11.50i] 2024/05/14 11:35:35: enter GameStage
[1.11.50i] 2024/05/14 11:35:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:35:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:36:09: bind CityInfoStage
[1.11.50i] 2024/05/14 11:36:09: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:36:09: enter CityInfoStage
[1.11.50i] 2024/05/14 11:36:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:36:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:36:11: leave CityInfoStage
[1.11.50i] 2024/05/14 11:36:11: drop CityInfoStage
[1.11.50i] 2024/05/14 11:36:11: enter GameStage
[1.11.50i] 2024/05/14 11:36:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:36:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:38:47: bind CityInfoStage
[1.11.50i] 2024/05/14 11:38:47: prepare CityInfoStage
[1.11.50i] 2024/05/14 11:38:47: enter CityInfoStage
[1.11.50i] 2024/05/14 11:38:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:38:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:38:51: refresh
[1.11.50i] 2024/05/14 11:38:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:38:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:38:52: leave CityInfoStage
[1.11.50i] 2024/05/14 11:38:52: drop CityInfoStage
[1.11.50i] 2024/05/14 11:38:52: enter GameStage
[1.11.50i] 2024/05/14 11:38:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:38:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:39:04: instance OTA=
[1.11.50i] 2024/05/14 11:39:04: bind RankStage
[1.11.50i] 2024/05/14 11:39:04: prepare RankStage
[1.11.50i] 2024/05/14 11:39:04: enter RankStage
[1.11.50i] 2024/05/14 11:39:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:39:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:39:07: leave RankStage
[1.11.50i] 2024/05/14 11:39:07: drop RankStage
[1.11.50i] 2024/05/14 11:39:07: enter GameStage
[1.11.50i] 2024/05/14 11:39:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:39:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:39:50: bind SaveWaitingStage
[1.11.50i] 2024/05/14 11:39:50: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 11:39:50: enter SaveWaitingStage
[1.11.50i] 2024/05/14 11:39:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:39:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:39:50: leave SaveWaitingStage
[1.11.50i] 2024/05/14 11:39:50: drop SaveWaitingStage
[1.11.50i] 2024/05/14 11:39:50: enter GameStage
[1.11.50i] 2024/05/14 11:39:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 11:39:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 11:39:51: pause app
[1.11.50i] 2024/05/14 11:39:51: leave GameStage
[1.11.50i] 2024/05/14 11:39:51: drop GameStage
[1.11.50i] 2024/05/14 11:39:51: drop RegionStage
[1.11.50i] 2024/05/14 18:07:41: Startup
[1.11.50i] 2024/05/14 18:07:41: create() cold start
[1.11.50i] 2024/05/14 18:07:41: translation pt_BR
[1.11.50i] 2024/05/14 18:07:41: instance OTA=
[1.11.50i] 2024/05/14 18:07:41: create() finish
[1.11.50i] 2024/05/14 18:07:41: create() end
[1.11.50i] 2024/05/14 18:07:41: resume app
[1.11.50i] 2024/05/14 18:07:41: refresh
[1.11.50i] 2024/05/14 18:07:41: bind LoadingStage
[1.11.50i] 2024/05/14 18:07:41: prepare LoadingStage
[1.11.50i] 2024/05/14 18:07:41: enter LoadingStage
[1.11.50i] 2024/05/14 18:07:41: loading Warm-up
[1.11.50i] 2024/05/14 18:07:41: refresh
[1.11.50i] 2024/05/14 18:07:41: loading Startup
[1.11.50i] 2024/05/14 18:07:41: Max texture size 4096
[1.11.50i] 2024/05/14 18:07:41: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 18:07:41: Engine consumes 11MB
[1.11.50i] 2024/05/14 18:07:41: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 18:07:42: loading Texture
[1.11.50i] 2024/05/14 18:07:42: loading Fonts
[1.11.50i] 2024/05/14 18:07:42: loading Skin
[1.11.50i] 2024/05/14 18:07:42: loading Extract files
[1.11.50i] 2024/05/14 18:07:42: loading Frames
[1.11.50i] 2024/05/14 18:07:42: loading Scripting
[1.11.50i] 2024/05/14 18:07:42: loading Collecting drafts
[1.11.50i] 2024/05/14 18:07:44: loading Prefetching images
[1.11.50i] 2024/05/14 18:07:44: loading Loading drafts
[1.11.50i] 2024/05/14 18:07:44: loading Finishing drafts
[1.11.50i] 2024/05/14 18:07:44: loading Loading music
[1.11.50i] 2024/05/14 18:07:44: loading Shaders
[1.11.50i] 2024/05/14 18:07:45: loading Topics
[1.11.50i] 2024/05/14 18:07:45: loading Loading textures
[1.11.50i] 2024/05/14 18:07:45: loading Checking winter
[1.11.50i] 2024/05/14 18:07:45: loading Preparing background
[1.11.50i] 2024/05/14 18:07:45: loading Finishing
[1.11.50i] 2024/05/14 18:07:45: leave LoadingStage
[1.11.50i] 2024/05/14 18:07:45: drop LoadingStage
[1.11.50i] 2024/05/14 18:07:45: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:07:45: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:07:45: bind PluginErrorStage
[1.11.50i] 2024/05/14 18:07:45: prepare PluginErrorStage
[1.11.50i] 2024/05/14 18:07:45: bind MissingManifestStage
[1.11.50i] 2024/05/14 18:07:45: prepare MissingManifestStage
[1.11.50i] 2024/05/14 18:07:45: bind WelcomeStage
[1.11.50i] 2024/05/14 18:07:45: prepare WelcomeStage
[1.11.50i] 2024/05/14 18:07:45: enter WelcomeStage
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:45: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:07:45: drop PluginErrorStage
[1.11.50i] 2024/05/14 18:07:45: drop MissingManifestStage
[1.11.50i] 2024/05/14 18:07:45: leave WelcomeStage
[1.11.50i] 2024/05/14 18:07:45: drop WelcomeStage
[1.11.50i] 2024/05/14 18:07:45: bind RegionStage
[1.11.50i] 2024/05/14 18:07:45: prepare RegionStage
[1.11.50i] 2024/05/14 18:07:45: enter RegionStage
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:45: instance ODk=
[1.11.50i] 2024/05/14 18:07:45: instance OTA=
[1.11.50i] 2024/05/14 18:07:45: bind LoadWaitingStage
[1.11.50i] 2024/05/14 18:07:45: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 18:07:45: enter LoadWaitingStage
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:46: leave LoadWaitingStage
[1.11.50i] 2024/05/14 18:07:46: drop LoadWaitingStage
[1.11.50i] 2024/05/14 18:07:46: bind GameStage
[1.11.50i] 2024/05/14 18:07:46: prepare GameStage
[1.11.50i] 2024/05/14 18:07:46: enter GameStage
[1.11.50i] 2024/05/14 18:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:46: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 18:07:46: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 18:07:46: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 18:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:07:47: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 18:07:47: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 18:07:47: enter GameStage
[1.11.50i] 2024/05/14 18:07:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:07:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:08:03: pause app
[1.11.50i] 2024/05/14 18:33:45: Startup
[1.11.50i] 2024/05/14 18:33:45: create() cold start
[1.11.50i] 2024/05/14 18:33:45: translation pt_BR
[1.11.50i] 2024/05/14 18:33:45: instance OTA=
[1.11.50i] 2024/05/14 18:33:45: create() finish
[1.11.50i] 2024/05/14 18:33:45: create() end
[1.11.50i] 2024/05/14 18:33:45: resume app
[1.11.50i] 2024/05/14 18:33:45: refresh
[1.11.50i] 2024/05/14 18:33:45: bind LoadingStage
[1.11.50i] 2024/05/14 18:33:45: prepare LoadingStage
[1.11.50i] 2024/05/14 18:33:46: enter LoadingStage
[1.11.50i] 2024/05/14 18:33:46: loading Warm-up
[1.11.50i] 2024/05/14 18:33:46: refresh
[1.11.50i] 2024/05/14 18:33:46: loading Startup
[1.11.50i] 2024/05/14 18:33:46: Max texture size 4096
[1.11.50i] 2024/05/14 18:33:46: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 18:33:46: Engine consumes 11MB
[1.11.50i] 2024/05/14 18:33:46: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 18:33:46: loading Texture
[1.11.50i] 2024/05/14 18:33:46: loading Fonts
[1.11.50i] 2024/05/14 18:33:46: loading Skin
[1.11.50i] 2024/05/14 18:33:46: loading Extract files
[1.11.50i] 2024/05/14 18:33:46: loading Frames
[1.11.50i] 2024/05/14 18:33:46: loading Scripting
[1.11.50i] 2024/05/14 18:33:46: loading Collecting drafts
[1.11.50i] 2024/05/14 18:33:48: loading Prefetching images
[1.11.50i] 2024/05/14 18:33:48: loading Loading drafts
[1.11.50i] 2024/05/14 18:33:49: loading Finishing drafts
[1.11.50i] 2024/05/14 18:33:49: loading Loading music
[1.11.50i] 2024/05/14 18:33:49: loading Shaders
[1.11.50i] 2024/05/14 18:33:49: loading Topics
[1.11.50i] 2024/05/14 18:33:49: loading Loading textures
[1.11.50i] 2024/05/14 18:33:49: loading Checking winter
[1.11.50i] 2024/05/14 18:33:49: loading Preparing background
[1.11.50i] 2024/05/14 18:33:49: loading Finishing
[1.11.50i] 2024/05/14 18:33:49: leave LoadingStage
[1.11.50i] 2024/05/14 18:33:49: drop LoadingStage
[1.11.50i] 2024/05/14 18:33:50: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:33:50: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:33:50: bind PluginErrorStage
[1.11.50i] 2024/05/14 18:33:50: prepare PluginErrorStage
[1.11.50i] 2024/05/14 18:33:50: bind MissingManifestStage
[1.11.50i] 2024/05/14 18:33:50: prepare MissingManifestStage
[1.11.50i] 2024/05/14 18:33:50: bind WelcomeStage
[1.11.50i] 2024/05/14 18:33:50: prepare WelcomeStage
[1.11.50i] 2024/05/14 18:33:50: enter WelcomeStage
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:33:50: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 18:33:50: drop PluginErrorStage
[1.11.50i] 2024/05/14 18:33:50: drop MissingManifestStage
[1.11.50i] 2024/05/14 18:33:50: leave WelcomeStage
[1.11.50i] 2024/05/14 18:33:50: drop WelcomeStage
[1.11.50i] 2024/05/14 18:33:50: bind RegionStage
[1.11.50i] 2024/05/14 18:33:50: prepare RegionStage
[1.11.50i] 2024/05/14 18:33:50: enter RegionStage
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:33:50: instance ODk=
[1.11.50i] 2024/05/14 18:33:50: instance OTA=
[1.11.50i] 2024/05/14 18:33:50: bind LoadWaitingStage
[1.11.50i] 2024/05/14 18:33:50: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 18:33:50: enter LoadWaitingStage
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:33:50: leave LoadWaitingStage
[1.11.50i] 2024/05/14 18:33:50: drop LoadWaitingStage
[1.11.50i] 2024/05/14 18:33:50: bind GameStage
[1.11.50i] 2024/05/14 18:33:50: prepare GameStage
[1.11.50i] 2024/05/14 18:33:50: enter GameStage
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:33:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:35:51: pause app
[1.11.50i] 2024/05/14 18:36:05: enter app
[1.11.50i] 2024/05/14 18:36:05: resume app
[1.11.50i] 2024/05/14 18:36:05: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:36:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:36:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:36:37: bind CityInfoStage
[1.11.50i] 2024/05/14 18:36:37: prepare CityInfoStage
[1.11.50i] 2024/05/14 18:36:37: enter CityInfoStage
[1.11.50i] 2024/05/14 18:36:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:36:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:36:39: leave CityInfoStage
[1.11.50i] 2024/05/14 18:36:39: drop CityInfoStage
[1.11.50i] 2024/05/14 18:36:39: enter GameStage
[1.11.50i] 2024/05/14 18:36:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:36:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:38:02: bind CityInfoStage
[1.11.50i] 2024/05/14 18:38:02: prepare CityInfoStage
[1.11.50i] 2024/05/14 18:38:02: enter CityInfoStage
[1.11.50i] 2024/05/14 18:38:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:38:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:38:04: leave CityInfoStage
[1.11.50i] 2024/05/14 18:38:04: drop CityInfoStage
[1.11.50i] 2024/05/14 18:38:04: enter GameStage
[1.11.50i] 2024/05/14 18:38:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:38:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:38:35: pause app
[1.11.50i] 2024/05/14 18:38:40: enter app
[1.11.50i] 2024/05/14 18:38:40: resume app
[1.11.50i] 2024/05/14 18:38:40: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:38:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:38:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:39:05: pause app
[1.11.50i] 2024/05/14 18:39:13: enter app
[1.11.50i] 2024/05/14 18:39:13: resume app
[1.11.50i] 2024/05/14 18:39:13: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:39:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:39:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:40:41: pause app
[1.11.50i] 2024/05/14 18:40:52: enter app
[1.11.50i] 2024/05/14 18:40:52: resume app
[1.11.50i] 2024/05/14 18:40:52: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:40:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:40:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:41:10: pause app
[1.11.50i] 2024/05/14 18:41:53: enter app
[1.11.50i] 2024/05/14 18:41:53: resume app
[1.11.50i] 2024/05/14 18:41:53: pause app
[1.11.50i] 2024/05/14 18:42:05: enter app
[1.11.50i] 2024/05/14 18:42:05: resume app
[1.11.50i] 2024/05/14 18:42:05: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:42:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:42:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:42:31: bind CityInfoStage
[1.11.50i] 2024/05/14 18:42:31: prepare CityInfoStage
[1.11.50i] 2024/05/14 18:42:31: enter CityInfoStage
[1.11.50i] 2024/05/14 18:42:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:42:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:42:32: leave CityInfoStage
[1.11.50i] 2024/05/14 18:42:32: drop CityInfoStage
[1.11.50i] 2024/05/14 18:42:32: enter GameStage
[1.11.50i] 2024/05/14 18:42:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:42:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:42:58: pause app
[1.11.50i] 2024/05/14 18:43:19: enter app
[1.11.50i] 2024/05/14 18:43:19: resume app
[1.11.50i] 2024/05/14 18:43:19: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:43:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:43:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:43:26: pause app
[1.11.50i] 2024/05/14 18:43:37: enter app
[1.11.50i] 2024/05/14 18:43:37: resume app
[1.11.50i] 2024/05/14 18:43:37: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:43:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:43:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:43:38: pause app
[1.11.50i] 2024/05/14 18:44:02: enter app
[1.11.50i] 2024/05/14 18:44:02: resume app
[1.11.50i] 2024/05/14 18:44:02: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:44:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:44:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:44:07: bind SaveWaitingStage
[1.11.50i] 2024/05/14 18:44:07: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 18:44:07: enter SaveWaitingStage
[1.11.50i] 2024/05/14 18:44:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:44:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:44:07: leave SaveWaitingStage
[1.11.50i] 2024/05/14 18:44:07: drop SaveWaitingStage
[1.11.50i] 2024/05/14 18:44:07: enter GameStage
[1.11.50i] 2024/05/14 18:44:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:44:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:44:08: pause app
[1.11.50i] 2024/05/14 18:50:09: enter app
[1.11.50i] 2024/05/14 18:50:09: resume app
[1.11.50i] 2024/05/14 18:50:09: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:50:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:50:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:50:09: bind CityInfoStage
[1.11.50i] 2024/05/14 18:50:09: prepare CityInfoStage
[1.11.50i] 2024/05/14 18:50:09: enter CityInfoStage
[1.11.50i] 2024/05/14 18:50:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:50:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:50:10: leave CityInfoStage
[1.11.50i] 2024/05/14 18:50:10: drop CityInfoStage
[1.11.50i] 2024/05/14 18:50:10: enter GameStage
[1.11.50i] 2024/05/14 18:50:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:50:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:50:12: pause app
[1.11.50i] 2024/05/14 18:50:35: enter app
[1.11.50i] 2024/05/14 18:50:35: resume app
[1.11.50i] 2024/05/14 18:50:35: resume -> enter GameStage
[1.11.50i] 2024/05/14 18:50:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:50:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:51:41: bind CityInfoStage
[1.11.50i] 2024/05/14 18:51:41: prepare CityInfoStage
[1.11.50i] 2024/05/14 18:51:41: enter CityInfoStage
[1.11.50i] 2024/05/14 18:51:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:51:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:51:42: leave CityInfoStage
[1.11.50i] 2024/05/14 18:51:42: drop CityInfoStage
[1.11.50i] 2024/05/14 18:51:42: enter GameStage
[1.11.50i] 2024/05/14 18:51:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 18:51:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 18:52:12: instance OTI=
[1.11.50i] 2024/05/14 18:52:33: pause app
[1.11.50i] 2024/05/14 21:01:03: Startup
[1.11.50i] 2024/05/14 21:01:03: create() cold start
[1.11.50i] 2024/05/14 21:01:03: translation pt_BR
[1.11.50i] 2024/05/14 21:01:03: instance OTI=
[1.11.50i] 2024/05/14 21:01:04: create() finish
[1.11.50i] 2024/05/14 21:01:04: create() end
[1.11.50i] 2024/05/14 21:01:04: resume app
[1.11.50i] 2024/05/14 21:01:04: refresh
[1.11.50i] 2024/05/14 21:01:04: bind LoadingStage
[1.11.50i] 2024/05/14 21:01:04: prepare LoadingStage
[1.11.50i] 2024/05/14 21:01:04: enter LoadingStage
[1.11.50i] 2024/05/14 21:01:04: loading Warm-up
[1.11.50i] 2024/05/14 21:01:04: refresh
[1.11.50i] 2024/05/14 21:01:04: loading Startup
[1.11.50i] 2024/05/14 21:01:04: Max texture size 4096
[1.11.50i] 2024/05/14 21:01:04: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 21:01:04: Engine consumes 11MB
[1.11.50i] 2024/05/14 21:01:04: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 21:01:04: loading Texture
[1.11.50i] 2024/05/14 21:01:04: loading Fonts
[1.11.50i] 2024/05/14 21:01:04: loading Skin
[1.11.50i] 2024/05/14 21:01:04: loading Extract files
[1.11.50i] 2024/05/14 21:01:04: loading Frames
[1.11.50i] 2024/05/14 21:01:04: loading Scripting
[1.11.50i] 2024/05/14 21:01:04: loading Collecting drafts
[1.11.50i] 2024/05/14 21:01:07: loading Prefetching images
[1.11.50i] 2024/05/14 21:01:07: loading Loading drafts
[1.11.50i] 2024/05/14 21:01:07: loading Finishing drafts
[1.11.50i] 2024/05/14 21:01:07: loading Loading music
[1.11.50i] 2024/05/14 21:01:07: loading Shaders
[1.11.50i] 2024/05/14 21:01:07: loading Topics
[1.11.50i] 2024/05/14 21:01:07: loading Loading textures
[1.11.50i] 2024/05/14 21:01:08: loading Checking winter
[1.11.50i] 2024/05/14 21:01:08: loading Preparing background
[1.11.50i] 2024/05/14 21:01:08: loading Finishing
[1.11.50i] 2024/05/14 21:01:08: leave LoadingStage
[1.11.50i] 2024/05/14 21:01:08: drop LoadingStage
[1.11.50i] 2024/05/14 21:01:08: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:01:08: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:01:08: bind PluginErrorStage
[1.11.50i] 2024/05/14 21:01:08: prepare PluginErrorStage
[1.11.50i] 2024/05/14 21:01:08: bind MissingManifestStage
[1.11.50i] 2024/05/14 21:01:08: prepare MissingManifestStage
[1.11.50i] 2024/05/14 21:01:08: bind WelcomeStage
[1.11.50i] 2024/05/14 21:01:08: prepare WelcomeStage
[1.11.50i] 2024/05/14 21:01:08: enter WelcomeStage
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:08: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:01:08: drop PluginErrorStage
[1.11.50i] 2024/05/14 21:01:08: drop MissingManifestStage
[1.11.50i] 2024/05/14 21:01:08: leave WelcomeStage
[1.11.50i] 2024/05/14 21:01:08: drop WelcomeStage
[1.11.50i] 2024/05/14 21:01:08: bind RegionStage
[1.11.50i] 2024/05/14 21:01:08: prepare RegionStage
[1.11.50i] 2024/05/14 21:01:08: enter RegionStage
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:08: instance OTE=
[1.11.50i] 2024/05/14 21:01:08: instance OTI=
[1.11.50i] 2024/05/14 21:01:08: bind LoadWaitingStage
[1.11.50i] 2024/05/14 21:01:08: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 21:01:08: enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:08: pause app
[1.11.50i] 2024/05/14 21:01:35: enter app
[1.11.50i] 2024/05/14 21:01:35: resume app
[1.11.50i] 2024/05/14 21:01:35: resume -> enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:35: bind GameStage
[1.11.50i] 2024/05/14 21:01:35: prepare GameStage
[1.11.50i] 2024/05/14 21:01:35: enter GameStage
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:35: drop LoadWaitingStage
[1.11.50i] 2024/05/14 21:01:35: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:01:35: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:01:35: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:36: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:01:36: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:01:36: enter GameStage
[1.11.50i] 2024/05/14 21:01:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:01:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:01:55: pause app
[1.11.50i] 2024/05/14 21:02:07: enter app
[1.11.50i] 2024/05/14 21:02:07: resume app
[1.11.50i] 2024/05/14 21:02:07: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:02:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:02:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:02:09: instance OTQ=
[1.11.50i] 2024/05/14 21:02:09: bind RankStage
[1.11.50i] 2024/05/14 21:02:09: prepare RankStage
[1.11.50i] 2024/05/14 21:02:09: enter RankStage
[1.11.50i] 2024/05/14 21:02:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:02:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:02:11: leave RankStage
[1.11.50i] 2024/05/14 21:02:11: drop RankStage
[1.11.50i] 2024/05/14 21:02:11: enter GameStage
[1.11.50i] 2024/05/14 21:02:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:02:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:02:13: pause app
[1.11.50i] 2024/05/14 21:02:23: enter app
[1.11.50i] 2024/05/14 21:02:23: resume app
[1.11.50i] 2024/05/14 21:02:23: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:02:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:02:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:02:50: pause app
[1.11.50i] 2024/05/14 21:03:19: enter app
[1.11.50i] 2024/05/14 21:03:19: resume app
[1.11.50i] 2024/05/14 21:03:19: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:03:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:03:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:03:36: pause app
[1.11.50i] 2024/05/14 21:04:01: enter app
[1.11.50i] 2024/05/14 21:04:01: resume app
[1.11.50i] 2024/05/14 21:04:01: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:04:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:04:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:04:11: pause app
[1.11.50i] 2024/05/14 21:04:18: enter app
[1.11.50i] 2024/05/14 21:04:18: resume app
[1.11.50i] 2024/05/14 21:04:18: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:04:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:04:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:04:44: pause app
[1.11.50i] 2024/05/14 21:04:57: enter app
[1.11.50i] 2024/05/14 21:04:57: resume app
[1.11.50i] 2024/05/14 21:04:57: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:04:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:04:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:05:00: pause app
[1.11.50i] 2024/05/14 21:05:57: enter app
[1.11.50i] 2024/05/14 21:05:57: resume app
[1.11.50i] 2024/05/14 21:05:57: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:05:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:05:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:06:16: pause app
[1.11.50i] 2024/05/14 21:06:30: enter app
[1.11.50i] 2024/05/14 21:06:30: resume app
[1.11.50i] 2024/05/14 21:06:30: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:06:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:06:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:07:24: pause app
[1.11.50i] 2024/05/14 21:07:43: enter app
[1.11.50i] 2024/05/14 21:07:43: resume app
[1.11.50i] 2024/05/14 21:07:43: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:07:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:07:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:08:04: pause app
[1.11.50i] 2024/05/14 21:08:44: enter app
[1.11.50i] 2024/05/14 21:08:44: resume app
[1.11.50i] 2024/05/14 21:08:44: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:08:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:08:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:09:30: pause app
[1.11.50i] 2024/05/14 21:10:15: enter app
[1.11.50i] 2024/05/14 21:10:15: resume app
[1.11.50i] 2024/05/14 21:10:15: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:10:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:10:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:10:44: pause app
[1.11.50i] 2024/05/14 21:11:16: enter app
[1.11.50i] 2024/05/14 21:11:16: resume app
[1.11.50i] 2024/05/14 21:11:16: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:11:16: bind CityInfoStage
[1.11.50i] 2024/05/14 21:11:16: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:11:16: enter CityInfoStage
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:11:16: leave CityInfoStage
[1.11.50i] 2024/05/14 21:11:16: drop CityInfoStage
[1.11.50i] 2024/05/14 21:11:16: enter GameStage
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:11:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:11:45: pause app
[1.11.50i] 2024/05/14 21:12:18: enter app
[1.11.50i] 2024/05/14 21:12:18: resume app
[1.11.50i] 2024/05/14 21:12:18: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:12:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:12:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:12:45: pause app
[1.11.50i] 2024/05/14 21:12:49: enter app
[1.11.50i] 2024/05/14 21:12:49: resume app
[1.11.50i] 2024/05/14 21:12:49: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:12:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:12:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:12:49: bind CityInfoStage
[1.11.50i] 2024/05/14 21:12:49: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:12:49: enter CityInfoStage
[1.11.50i] 2024/05/14 21:12:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:12:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:12:50: leave CityInfoStage
[1.11.50i] 2024/05/14 21:12:50: drop CityInfoStage
[1.11.50i] 2024/05/14 21:12:50: enter GameStage
[1.11.50i] 2024/05/14 21:12:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:12:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:13:27: bind CityInfoStage
[1.11.50i] 2024/05/14 21:13:27: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:13:27: enter CityInfoStage
[1.11.50i] 2024/05/14 21:13:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:13:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:13:31: leave CityInfoStage
[1.11.50i] 2024/05/14 21:13:31: drop CityInfoStage
[1.11.50i] 2024/05/14 21:13:31: enter GameStage
[1.11.50i] 2024/05/14 21:13:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:13:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:13:40: pause app
[1.11.50i] 2024/05/14 21:13:55: enter app
[1.11.50i] 2024/05/14 21:13:55: resume app
[1.11.50i] 2024/05/14 21:13:55: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:13:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:13:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:13:56: pause app
[1.11.50i] 2024/05/14 21:13:57: enter app
[1.11.50i] 2024/05/14 21:13:57: resume app
[1.11.50i] 2024/05/14 21:13:57: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:13:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:13:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:14:32: pause app
[1.11.50i] 2024/05/14 21:14:49: enter app
[1.11.50i] 2024/05/14 21:14:49: resume app
[1.11.50i] 2024/05/14 21:14:49: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:14:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:14:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:15:09: pause app
[1.11.50i] 2024/05/14 21:16:04: enter app
[1.11.50i] 2024/05/14 21:16:04: resume app
[1.11.50i] 2024/05/14 21:16:04: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:16:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:16:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:16:06: pause app
[1.11.50i] 2024/05/14 21:16:18: enter app
[1.11.50i] 2024/05/14 21:16:18: resume app
[1.11.50i] 2024/05/14 21:16:18: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:16:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:16:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:16:24: pause app
[1.11.50i] 2024/05/14 21:16:40: enter app
[1.11.50i] 2024/05/14 21:16:40: resume app
[1.11.50i] 2024/05/14 21:16:40: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:16:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:16:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:16:41: pause app
[1.11.50i] 2024/05/14 21:16:47: enter app
[1.11.50i] 2024/05/14 21:16:47: resume app
[1.11.50i] 2024/05/14 21:16:47: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:16:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:16:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:16:48: pause app
[1.11.50i] 2024/05/14 21:16:59: enter app
[1.11.50i] 2024/05/14 21:16:59: resume app
[1.11.50i] 2024/05/14 21:16:59: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:16:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:16:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:17:49: pause app
[1.11.50i] 2024/05/14 21:17:56: enter app
[1.11.50i] 2024/05/14 21:17:56: resume app
[1.11.50i] 2024/05/14 21:17:56: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:17:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:17:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:18:03: pause app
[1.11.50i] 2024/05/14 21:18:10: enter app
[1.11.50i] 2024/05/14 21:18:10: resume app
[1.11.50i] 2024/05/14 21:18:10: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:18:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:18:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:18:38: bind CityInfoStage
[1.11.50i] 2024/05/14 21:18:38: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:18:38: enter CityInfoStage
[1.11.50i] 2024/05/14 21:18:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:18:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:18:38: leave CityInfoStage
[1.11.50i] 2024/05/14 21:18:38: drop CityInfoStage
[1.11.50i] 2024/05/14 21:18:38: enter GameStage
[1.11.50i] 2024/05/14 21:18:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:18:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:19:00: pause app
[1.11.50i] 2024/05/14 21:19:32: enter app
[1.11.50i] 2024/05/14 21:19:32: resume app
[1.11.50i] 2024/05/14 21:19:32: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:19:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:19:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:19:45: pause app
[1.11.50i] 2024/05/14 21:20:08: enter app
[1.11.50i] 2024/05/14 21:20:08: resume app
[1.11.50i] 2024/05/14 21:20:08: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:20:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:20:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:20:24: pause app
[1.11.50i] 2024/05/14 21:20:33: enter app
[1.11.50i] 2024/05/14 21:20:33: resume app
[1.11.50i] 2024/05/14 21:20:33: resume -> enter GameStage
[1.11.50i] 2024/05/14 21:20:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:20:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:20:36: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:20:36: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:20:36: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:20:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:20:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:20:36: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:20:36: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:20:36: enter GameStage
[1.11.50i] 2024/05/14 21:20:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:20:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:20:45: pause app
[1.11.50i] 2024/05/14 21:29:27: Startup
[1.11.50i] 2024/05/14 21:29:27: create() cold start
[1.11.50i] 2024/05/14 21:29:27: translation pt_BR
[1.11.50i] 2024/05/14 21:29:27: instance OTQ=
[1.11.50i] 2024/05/14 21:29:27: create() finish
[1.11.50i] 2024/05/14 21:29:27: create() end
[1.11.50i] 2024/05/14 21:29:27: resume app
[1.11.50i] 2024/05/14 21:29:27: refresh
[1.11.50i] 2024/05/14 21:29:27: bind LoadingStage
[1.11.50i] 2024/05/14 21:29:27: prepare LoadingStage
[1.11.50i] 2024/05/14 21:29:27: enter LoadingStage
[1.11.50i] 2024/05/14 21:29:27: loading Warm-up
[1.11.50i] 2024/05/14 21:29:27: refresh
[1.11.50i] 2024/05/14 21:29:27: loading Startup
[1.11.50i] 2024/05/14 21:29:27: Max texture size 4096
[1.11.50i] 2024/05/14 21:29:27: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 21:29:27: Engine consumes 11MB
[1.11.50i] 2024/05/14 21:29:27: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 21:29:27: loading Texture
[1.11.50i] 2024/05/14 21:29:27: loading Fonts
[1.11.50i] 2024/05/14 21:29:28: loading Skin
[1.11.50i] 2024/05/14 21:29:28: loading Extract files
[1.11.50i] 2024/05/14 21:29:28: loading Frames
[1.11.50i] 2024/05/14 21:29:28: loading Scripting
[1.11.50i] 2024/05/14 21:29:28: loading Collecting drafts
[1.11.50i] 2024/05/14 21:29:30: loading Prefetching images
[1.11.50i] 2024/05/14 21:29:30: loading Loading drafts
[1.11.50i] 2024/05/14 21:29:30: loading Finishing drafts
[1.11.50i] 2024/05/14 21:29:30: loading Loading music
[1.11.50i] 2024/05/14 21:29:30: loading Shaders
[1.11.50i] 2024/05/14 21:29:30: loading Topics
[1.11.50i] 2024/05/14 21:29:30: loading Loading textures
[1.11.50i] 2024/05/14 21:29:31: loading Checking winter
[1.11.50i] 2024/05/14 21:29:31: loading Preparing background
[1.11.50i] 2024/05/14 21:29:31: loading Finishing
[1.11.50i] 2024/05/14 21:29:31: leave LoadingStage
[1.11.50i] 2024/05/14 21:29:31: drop LoadingStage
[1.11.50i] 2024/05/14 21:29:31: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:29:31: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:29:31: bind PluginErrorStage
[1.11.50i] 2024/05/14 21:29:31: prepare PluginErrorStage
[1.11.50i] 2024/05/14 21:29:31: bind MissingManifestStage
[1.11.50i] 2024/05/14 21:29:31: prepare MissingManifestStage
[1.11.50i] 2024/05/14 21:29:31: bind WelcomeStage
[1.11.50i] 2024/05/14 21:29:31: prepare WelcomeStage
[1.11.50i] 2024/05/14 21:29:31: enter WelcomeStage
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:31: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:29:31: drop PluginErrorStage
[1.11.50i] 2024/05/14 21:29:31: drop MissingManifestStage
[1.11.50i] 2024/05/14 21:29:31: leave WelcomeStage
[1.11.50i] 2024/05/14 21:29:31: drop WelcomeStage
[1.11.50i] 2024/05/14 21:29:31: bind RegionStage
[1.11.50i] 2024/05/14 21:29:31: prepare RegionStage
[1.11.50i] 2024/05/14 21:29:31: enter RegionStage
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:31: instance OTM=
[1.11.50i] 2024/05/14 21:29:31: instance OTQ=
[1.11.50i] 2024/05/14 21:29:31: bind LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:31: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:31: enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:32: leave LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:32: drop LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:32: bind GameStage
[1.11.50i] 2024/05/14 21:29:32: prepare GameStage
[1.11.50i] 2024/05/14 21:29:32: enter GameStage
[1.11.50i] 2024/05/14 21:29:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:50: leave GameStage
[1.11.50i] 2024/05/14 21:29:50: drop GameStage
[1.11.50i] 2024/05/14 21:29:50: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:29:50: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:29:50: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:29:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:50: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:29:50: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:29:50: enter RegionStage
[1.11.50i] 2024/05/14 21:29:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:52: bind LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:52: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:52: enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:29:52: leave LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:52: drop LoadWaitingStage
[1.11.50i] 2024/05/14 21:29:52: bind GameStage
[1.11.50i] 2024/05/14 21:29:52: prepare GameStage
[1.11.50i] 2024/05/14 21:29:52: enter GameStage
[1.11.50i] 2024/05/14 21:29:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:29:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:00: bind CityInfoStage
[1.11.50i] 2024/05/14 21:30:00: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:30:00: enter CityInfoStage
[1.11.50i] 2024/05/14 21:30:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:00: refresh
[1.11.50i] 2024/05/14 21:30:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:03: leave CityInfoStage
[1.11.50i] 2024/05/14 21:30:03: drop CityInfoStage
[1.11.50i] 2024/05/14 21:30:03: enter GameStage
[1.11.50i] 2024/05/14 21:30:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:08: pause app
[1.11.50i] 2024/05/14 21:30:09: leave GameStage
[1.11.50i] 2024/05/14 21:30:09: drop GameStage
[1.11.50i] 2024/05/14 21:30:09: drop RegionStage
[1.11.50i] 2024/05/14 21:30:21: Startup
[1.11.50i] 2024/05/14 21:30:21: create() cold start
[1.11.50i] 2024/05/14 21:30:21: translation pt_BR
[1.11.50i] 2024/05/14 21:30:21: instance OTQ=
[1.11.50i] 2024/05/14 21:30:21: create() finish
[1.11.50i] 2024/05/14 21:30:21: create() end
[1.11.50i] 2024/05/14 21:30:21: resume app
[1.11.50i] 2024/05/14 21:30:21: refresh
[1.11.50i] 2024/05/14 21:30:21: bind LoadingStage
[1.11.50i] 2024/05/14 21:30:21: prepare LoadingStage
[1.11.50i] 2024/05/14 21:30:21: enter LoadingStage
[1.11.50i] 2024/05/14 21:30:21: loading Warm-up
[1.11.50i] 2024/05/14 21:30:21: refresh
[1.11.50i] 2024/05/14 21:30:21: loading Startup
[1.11.50i] 2024/05/14 21:30:21: Max texture size 4096
[1.11.50i] 2024/05/14 21:30:21: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/14 21:30:21: Engine consumes 11MB
[1.11.50i] 2024/05/14 21:30:21: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/14 21:30:21: loading Texture
[1.11.50i] 2024/05/14 21:30:21: loading Fonts
[1.11.50i] 2024/05/14 21:30:21: loading Skin
[1.11.50i] 2024/05/14 21:30:21: loading Extract files
[1.11.50i] 2024/05/14 21:30:21: loading Frames
[1.11.50i] 2024/05/14 21:30:21: loading Scripting
[1.11.50i] 2024/05/14 21:30:21: loading Collecting drafts
[1.11.50i] 2024/05/14 21:30:24: loading Prefetching images
[1.11.50i] 2024/05/14 21:30:24: loading Loading drafts
[1.11.50i] 2024/05/14 21:30:24: loading Finishing drafts
[1.11.50i] 2024/05/14 21:30:24: loading Loading music
[1.11.50i] 2024/05/14 21:30:24: loading Shaders
[1.11.50i] 2024/05/14 21:30:24: loading Topics
[1.11.50i] 2024/05/14 21:30:24: loading Loading textures
[1.11.50i] 2024/05/14 21:30:25: loading Checking winter
[1.11.50i] 2024/05/14 21:30:25: loading Preparing background
[1.11.50i] 2024/05/14 21:30:25: loading Finishing
[1.11.50i] 2024/05/14 21:30:25: leave LoadingStage
[1.11.50i] 2024/05/14 21:30:25: drop LoadingStage
[1.11.50i] 2024/05/14 21:30:25: bind MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:30:25: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:30:25: bind PluginErrorStage
[1.11.50i] 2024/05/14 21:30:25: prepare PluginErrorStage
[1.11.50i] 2024/05/14 21:30:25: bind MissingManifestStage
[1.11.50i] 2024/05/14 21:30:25: prepare MissingManifestStage
[1.11.50i] 2024/05/14 21:30:25: bind WelcomeStage
[1.11.50i] 2024/05/14 21:30:25: prepare WelcomeStage
[1.11.50i] 2024/05/14 21:30:25: enter WelcomeStage
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:25: drop MissingScriptPermsStage
[1.11.50i] 2024/05/14 21:30:25: drop PluginErrorStage
[1.11.50i] 2024/05/14 21:30:25: drop MissingManifestStage
[1.11.50i] 2024/05/14 21:30:25: leave WelcomeStage
[1.11.50i] 2024/05/14 21:30:25: drop WelcomeStage
[1.11.50i] 2024/05/14 21:30:25: bind RegionStage
[1.11.50i] 2024/05/14 21:30:25: prepare RegionStage
[1.11.50i] 2024/05/14 21:30:25: enter RegionStage
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:25: instance OTM=
[1.11.50i] 2024/05/14 21:30:25: instance OTQ=
[1.11.50i] 2024/05/14 21:30:25: bind LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:25: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:25: enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:25: leave LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:25: drop LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:25: bind GameStage
[1.11.50i] 2024/05/14 21:30:25: prepare GameStage
[1.11.50i] 2024/05/14 21:30:25: enter GameStage
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:29: leave GameStage
[1.11.50i] 2024/05/14 21:30:29: drop GameStage
[1.11.50i] 2024/05/14 21:30:29: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:30:29: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:30:29: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:30:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:29: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:30:29: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:30:29: enter RegionStage
[1.11.50i] 2024/05/14 21:30:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:33: bind LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:33: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:33: enter LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:33: leave LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:33: drop LoadWaitingStage
[1.11.50i] 2024/05/14 21:30:33: bind GameStage
[1.11.50i] 2024/05/14 21:30:33: prepare GameStage
[1.11.50i] 2024/05/14 21:30:33: enter GameStage
[1.11.50i] 2024/05/14 21:30:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:36: bind CityInfoStage
[1.11.50i] 2024/05/14 21:30:36: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:30:36: enter CityInfoStage
[1.11.50i] 2024/05/14 21:30:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:37: refresh
[1.11.50i] 2024/05/14 21:30:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:30:39: leave CityInfoStage
[1.11.50i] 2024/05/14 21:30:39: drop CityInfoStage
[1.11.50i] 2024/05/14 21:30:39: enter GameStage
[1.11.50i] 2024/05/14 21:30:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:30:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:31: bind CityInfoStage
[1.11.50i] 2024/05/14 21:31:31: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:31:31: enter CityInfoStage
[1.11.50i] 2024/05/14 21:31:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:32: refresh
[1.11.50i] 2024/05/14 21:31:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:37: leave CityInfoStage
[1.11.50i] 2024/05/14 21:31:37: drop CityInfoStage
[1.11.50i] 2024/05/14 21:31:37: enter GameStage
[1.11.50i] 2024/05/14 21:31:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:38: bind CityInfoStage
[1.11.50i] 2024/05/14 21:31:38: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:31:38: enter CityInfoStage
[1.11.50i] 2024/05/14 21:31:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:39: leave CityInfoStage
[1.11.50i] 2024/05/14 21:31:39: drop CityInfoStage
[1.11.50i] 2024/05/14 21:31:39: enter GameStage
[1.11.50i] 2024/05/14 21:31:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:42: instance OTY=
[1.11.50i] 2024/05/14 21:31:42: bind RankStage
[1.11.50i] 2024/05/14 21:31:42: prepare RankStage
[1.11.50i] 2024/05/14 21:31:42: enter RankStage
[1.11.50i] 2024/05/14 21:31:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:31:45: leave RankStage
[1.11.50i] 2024/05/14 21:31:45: drop RankStage
[1.11.50i] 2024/05/14 21:31:45: enter GameStage
[1.11.50i] 2024/05/14 21:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:34:08: bind CityInfoStage
[1.11.50i] 2024/05/14 21:34:08: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:34:08: enter CityInfoStage
[1.11.50i] 2024/05/14 21:34:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:34:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:34:31: leave CityInfoStage
[1.11.50i] 2024/05/14 21:34:31: drop CityInfoStage
[1.11.50i] 2024/05/14 21:34:31: enter GameStage
[1.11.50i] 2024/05/14 21:34:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:34:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:36:34: bind CityInfoStage
[1.11.50i] 2024/05/14 21:36:34: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:36:34: enter CityInfoStage
[1.11.50i] 2024/05/14 21:36:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:36:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:36:35: refresh
[1.11.50i] 2024/05/14 21:36:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:36:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:36:38: leave CityInfoStage
[1.11.50i] 2024/05/14 21:36:38: drop CityInfoStage
[1.11.50i] 2024/05/14 21:36:38: enter GameStage
[1.11.50i] 2024/05/14 21:36:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:36:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:37:05: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:37:05: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:37:05: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:37:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:37:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:37:06: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:37:06: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:37:06: enter GameStage
[1.11.50i] 2024/05/14 21:37:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:37:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:37:17: bind CityInfoStage
[1.11.50i] 2024/05/14 21:37:17: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:37:17: enter CityInfoStage
[1.11.50i] 2024/05/14 21:37:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:37:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:37:22: refresh
[1.11.50i] 2024/05/14 21:37:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:37:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:37:29: leave CityInfoStage
[1.11.50i] 2024/05/14 21:37:29: drop CityInfoStage
[1.11.50i] 2024/05/14 21:37:29: enter GameStage
[1.11.50i] 2024/05/14 21:37:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:37:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:16: bind CityInfoStage
[1.11.50i] 2024/05/14 21:38:16: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:38:16: enter CityInfoStage
[1.11.50i] 2024/05/14 21:38:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:17: refresh
[1.11.50i] 2024/05/14 21:38:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:18: leave CityInfoStage
[1.11.50i] 2024/05/14 21:38:18: drop CityInfoStage
[1.11.50i] 2024/05/14 21:38:18: enter GameStage
[1.11.50i] 2024/05/14 21:38:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:22: bind CityInfoStage
[1.11.50i] 2024/05/14 21:38:22: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:38:22: enter CityInfoStage
[1.11.50i] 2024/05/14 21:38:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:23: refresh
[1.11.50i] 2024/05/14 21:38:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:38:29: leave CityInfoStage
[1.11.50i] 2024/05/14 21:38:29: drop CityInfoStage
[1.11.50i] 2024/05/14 21:38:29: enter GameStage
[1.11.50i] 2024/05/14 21:38:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:38:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:42: bind CityInfoStage
[1.11.50i] 2024/05/14 21:39:42: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:39:42: enter CityInfoStage
[1.11.50i] 2024/05/14 21:39:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:42: refresh
[1.11.50i] 2024/05/14 21:39:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:45: leave CityInfoStage
[1.11.50i] 2024/05/14 21:39:45: drop CityInfoStage
[1.11.50i] 2024/05/14 21:39:45: enter GameStage
[1.11.50i] 2024/05/14 21:39:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:47: bind CityInfoStage
[1.11.50i] 2024/05/14 21:39:47: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:39:47: enter CityInfoStage
[1.11.50i] 2024/05/14 21:39:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:48: refresh
[1.11.50i] 2024/05/14 21:39:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:39:54: leave CityInfoStage
[1.11.50i] 2024/05/14 21:39:54: drop CityInfoStage
[1.11.50i] 2024/05/14 21:39:54: enter GameStage
[1.11.50i] 2024/05/14 21:39:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:39:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:40:11: bind CityInfoStage
[1.11.50i] 2024/05/14 21:40:11: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:40:11: enter CityInfoStage
[1.11.50i] 2024/05/14 21:40:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:40:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:40:12: refresh
[1.11.50i] 2024/05/14 21:40:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:40:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:40:16: leave CityInfoStage
[1.11.50i] 2024/05/14 21:40:16: drop CityInfoStage
[1.11.50i] 2024/05/14 21:40:16: enter GameStage
[1.11.50i] 2024/05/14 21:40:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:40:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:05: bind CityInfoStage
[1.11.50i] 2024/05/14 21:41:05: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:41:05: enter CityInfoStage
[1.11.50i] 2024/05/14 21:41:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:05: leave CityInfoStage
[1.11.50i] 2024/05/14 21:41:05: drop CityInfoStage
[1.11.50i] 2024/05/14 21:41:05: enter GameStage
[1.11.50i] 2024/05/14 21:41:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:06: bind CityInfoStage
[1.11.50i] 2024/05/14 21:41:06: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:41:06: enter CityInfoStage
[1.11.50i] 2024/05/14 21:41:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:07: refresh
[1.11.50i] 2024/05/14 21:41:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:08: leave CityInfoStage
[1.11.50i] 2024/05/14 21:41:08: drop CityInfoStage
[1.11.50i] 2024/05/14 21:41:08: enter GameStage
[1.11.50i] 2024/05/14 21:41:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:14: bind CityInfoStage
[1.11.50i] 2024/05/14 21:41:14: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:41:14: enter CityInfoStage
[1.11.50i] 2024/05/14 21:41:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:15: refresh
[1.11.50i] 2024/05/14 21:41:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:41:20: leave CityInfoStage
[1.11.50i] 2024/05/14 21:41:20: drop CityInfoStage
[1.11.50i] 2024/05/14 21:41:20: enter GameStage
[1.11.50i] 2024/05/14 21:41:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:41:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:42:44: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:42:44: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:42:44: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:42:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:42:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:42:45: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:42:45: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:42:45: enter GameStage
[1.11.50i] 2024/05/14 21:42:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:42:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:42:47: bind IOSVideoAdStage
[1.11.50i] 2024/05/14 21:42:47: prepare IOSVideoAdStage
[1.11.50i] 2024/05/14 21:42:47: enter IOSVideoAdStage
[1.11.50i] 2024/05/14 21:42:47: leave IOSVideoAdStage
[1.11.50i] 2024/05/14 21:42:47: drop IOSVideoAdStage
[1.11.50i] 2024/05/14 21:42:47: enter GameStage
[1.11.50i] 2024/05/14 21:42:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:42:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:09: bind CityInfoStage
[1.11.50i] 2024/05/14 21:44:09: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:44:09: enter CityInfoStage
[1.11.50i] 2024/05/14 21:44:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:10: leave CityInfoStage
[1.11.50i] 2024/05/14 21:44:10: drop CityInfoStage
[1.11.50i] 2024/05/14 21:44:10: enter GameStage
[1.11.50i] 2024/05/14 21:44:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:11: bind CityInfoStage
[1.11.50i] 2024/05/14 21:44:11: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:44:11: enter CityInfoStage
[1.11.50i] 2024/05/14 21:44:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:11: leave CityInfoStage
[1.11.50i] 2024/05/14 21:44:11: drop CityInfoStage
[1.11.50i] 2024/05/14 21:44:11: enter GameStage
[1.11.50i] 2024/05/14 21:44:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:29: bind CityInfoStage
[1.11.50i] 2024/05/14 21:44:29: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:44:29: enter CityInfoStage
[1.11.50i] 2024/05/14 21:44:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:29: refresh
[1.11.50i] 2024/05/14 21:44:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:44:33: leave CityInfoStage
[1.11.50i] 2024/05/14 21:44:33: drop CityInfoStage
[1.11.50i] 2024/05/14 21:44:33: enter GameStage
[1.11.50i] 2024/05/14 21:44:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:44:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:45:39: bind CityInfoStage
[1.11.50i] 2024/05/14 21:45:39: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:45:39: enter CityInfoStage
[1.11.50i] 2024/05/14 21:45:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:45:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:45:40: refresh
[1.11.50i] 2024/05/14 21:45:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:45:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:45:46: leave CityInfoStage
[1.11.50i] 2024/05/14 21:45:46: drop CityInfoStage
[1.11.50i] 2024/05/14 21:45:46: enter GameStage
[1.11.50i] 2024/05/14 21:45:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:45:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:05: instance OTg=
[1.11.50i] 2024/05/14 21:46:05: bind RankStage
[1.11.50i] 2024/05/14 21:46:05: prepare RankStage
[1.11.50i] 2024/05/14 21:46:05: enter RankStage
[1.11.50i] 2024/05/14 21:46:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:06: leave RankStage
[1.11.50i] 2024/05/14 21:46:06: drop RankStage
[1.11.50i] 2024/05/14 21:46:06: enter GameStage
[1.11.50i] 2024/05/14 21:46:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:30: bind CityInfoStage
[1.11.50i] 2024/05/14 21:46:30: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:46:30: enter CityInfoStage
[1.11.50i] 2024/05/14 21:46:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:31: refresh
[1.11.50i] 2024/05/14 21:46:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:36: leave CityInfoStage
[1.11.50i] 2024/05/14 21:46:36: drop CityInfoStage
[1.11.50i] 2024/05/14 21:46:37: enter GameStage
[1.11.50i] 2024/05/14 21:46:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:53: bind CityInfoStage
[1.11.50i] 2024/05/14 21:46:53: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:46:53: enter CityInfoStage
[1.11.50i] 2024/05/14 21:46:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:46:54: leave CityInfoStage
[1.11.50i] 2024/05/14 21:46:54: drop CityInfoStage
[1.11.50i] 2024/05/14 21:46:54: enter GameStage
[1.11.50i] 2024/05/14 21:46:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:46:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:47:33: bind CityInfoStage
[1.11.50i] 2024/05/14 21:47:33: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:47:33: enter CityInfoStage
[1.11.50i] 2024/05/14 21:47:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:47:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:47:35: refresh
[1.11.50i] 2024/05/14 21:47:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:47:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:47:40: leave CityInfoStage
[1.11.50i] 2024/05/14 21:47:40: drop CityInfoStage
[1.11.50i] 2024/05/14 21:47:40: enter GameStage
[1.11.50i] 2024/05/14 21:47:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:47:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:48:47: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:48:47: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:48:47: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:48:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:48:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:48:50: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:48:50: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/14 21:48:50: enter GameStage
[1.11.50i] 2024/05/14 21:48:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:48:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:48:53: instance MTA4
[1.11.50i] 2024/05/14 21:49:25: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:49:25: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:49:25: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:49:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:49:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:49:25: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:49:25: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:49:25: enter GameStage
[1.11.50i] 2024/05/14 21:49:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:49:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:22: bind CityInfoStage
[1.11.50i] 2024/05/14 21:50:22: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:50:22: enter CityInfoStage
[1.11.50i] 2024/05/14 21:50:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:32: leave CityInfoStage
[1.11.50i] 2024/05/14 21:50:32: drop CityInfoStage
[1.11.50i] 2024/05/14 21:50:32: enter GameStage
[1.11.50i] 2024/05/14 21:50:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:37: bind CityInfoStage
[1.11.50i] 2024/05/14 21:50:37: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:50:37: enter CityInfoStage
[1.11.50i] 2024/05/14 21:50:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:37: refresh
[1.11.50i] 2024/05/14 21:50:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:39: leave CityInfoStage
[1.11.50i] 2024/05/14 21:50:39: drop CityInfoStage
[1.11.50i] 2024/05/14 21:50:39: enter GameStage
[1.11.50i] 2024/05/14 21:50:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:45: bind CityInfoStage
[1.11.50i] 2024/05/14 21:50:45: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:50:45: enter CityInfoStage
[1.11.50i] 2024/05/14 21:50:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:45: refresh
[1.11.50i] 2024/05/14 21:50:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:48: leave CityInfoStage
[1.11.50i] 2024/05/14 21:50:48: drop CityInfoStage
[1.11.50i] 2024/05/14 21:50:48: enter GameStage
[1.11.50i] 2024/05/14 21:50:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:51: bind CityInfoStage
[1.11.50i] 2024/05/14 21:50:51: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:50:51: enter CityInfoStage
[1.11.50i] 2024/05/14 21:50:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:52: refresh
[1.11.50i] 2024/05/14 21:50:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:50:56: leave CityInfoStage
[1.11.50i] 2024/05/14 21:50:56: drop CityInfoStage
[1.11.50i] 2024/05/14 21:50:56: enter GameStage
[1.11.50i] 2024/05/14 21:50:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:50:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:10: bind CityInfoStage
[1.11.50i] 2024/05/14 21:52:10: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:52:10: enter CityInfoStage
[1.11.50i] 2024/05/14 21:52:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:11: refresh
[1.11.50i] 2024/05/14 21:52:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:13: leave CityInfoStage
[1.11.50i] 2024/05/14 21:52:13: drop CityInfoStage
[1.11.50i] 2024/05/14 21:52:13: enter GameStage
[1.11.50i] 2024/05/14 21:52:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:17: bind CityInfoStage
[1.11.50i] 2024/05/14 21:52:17: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:52:17: enter CityInfoStage
[1.11.50i] 2024/05/14 21:52:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:18: refresh
[1.11.50i] 2024/05/14 21:52:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:21: leave CityInfoStage
[1.11.50i] 2024/05/14 21:52:21: drop CityInfoStage
[1.11.50i] 2024/05/14 21:52:21: enter GameStage
[1.11.50i] 2024/05/14 21:52:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:51: bind CityInfoStage
[1.11.50i] 2024/05/14 21:52:51: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:52:51: enter CityInfoStage
[1.11.50i] 2024/05/14 21:52:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:52:53: leave CityInfoStage
[1.11.50i] 2024/05/14 21:52:53: drop CityInfoStage
[1.11.50i] 2024/05/14 21:52:53: enter GameStage
[1.11.50i] 2024/05/14 21:52:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:52:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:54:00: bind CityInfoStage
[1.11.50i] 2024/05/14 21:54:00: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:54:00: enter CityInfoStage
[1.11.50i] 2024/05/14 21:54:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:54:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:54:00: refresh
[1.11.50i] 2024/05/14 21:54:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:54:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:54:02: leave CityInfoStage
[1.11.50i] 2024/05/14 21:54:02: drop CityInfoStage
[1.11.50i] 2024/05/14 21:54:02: enter GameStage
[1.11.50i] 2024/05/14 21:54:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:54:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:04: bind CityInfoStage
[1.11.50i] 2024/05/14 21:55:04: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:55:04: enter CityInfoStage
[1.11.50i] 2024/05/14 21:55:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:05: refresh
[1.11.50i] 2024/05/14 21:55:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:07: leave CityInfoStage
[1.11.50i] 2024/05/14 21:55:07: drop CityInfoStage
[1.11.50i] 2024/05/14 21:55:07: enter GameStage
[1.11.50i] 2024/05/14 21:55:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:25: bind SaveWaitingStage
[1.11.50i] 2024/05/14 21:55:25: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 21:55:25: enter SaveWaitingStage
[1.11.50i] 2024/05/14 21:55:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:25: leave SaveWaitingStage
[1.11.50i] 2024/05/14 21:55:25: drop SaveWaitingStage
[1.11.50i] 2024/05/14 21:55:25: enter GameStage
[1.11.50i] 2024/05/14 21:55:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:36: bind CityInfoStage
[1.11.50i] 2024/05/14 21:55:36: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:55:36: enter CityInfoStage
[1.11.50i] 2024/05/14 21:55:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:36: refresh
[1.11.50i] 2024/05/14 21:55:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:55:38: leave CityInfoStage
[1.11.50i] 2024/05/14 21:55:38: drop CityInfoStage
[1.11.50i] 2024/05/14 21:55:38: enter GameStage
[1.11.50i] 2024/05/14 21:55:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:55:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:56:20: bind CityInfoStage
[1.11.50i] 2024/05/14 21:56:20: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:56:20: enter CityInfoStage
[1.11.50i] 2024/05/14 21:56:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:56:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:56:21: leave CityInfoStage
[1.11.50i] 2024/05/14 21:56:21: drop CityInfoStage
[1.11.50i] 2024/05/14 21:56:21: enter GameStage
[1.11.50i] 2024/05/14 21:56:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:56:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:56:32: bind CityInfoStage
[1.11.50i] 2024/05/14 21:56:32: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:56:32: enter CityInfoStage
[1.11.50i] 2024/05/14 21:56:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:56:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:56:32: refresh
[1.11.50i] 2024/05/14 21:56:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:56:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:56:42: leave CityInfoStage
[1.11.50i] 2024/05/14 21:56:42: drop CityInfoStage
[1.11.50i] 2024/05/14 21:56:42: enter GameStage
[1.11.50i] 2024/05/14 21:56:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:56:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:59:00: bind CityInfoStage
[1.11.50i] 2024/05/14 21:59:00: prepare CityInfoStage
[1.11.50i] 2024/05/14 21:59:00: enter CityInfoStage
[1.11.50i] 2024/05/14 21:59:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:59:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 21:59:01: leave CityInfoStage
[1.11.50i] 2024/05/14 21:59:01: drop CityInfoStage
[1.11.50i] 2024/05/14 21:59:01: enter GameStage
[1.11.50i] 2024/05/14 21:59:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 21:59:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:00:42: bind SaveWaitingStage
[1.11.50i] 2024/05/14 22:00:42: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 22:00:42: enter SaveWaitingStage
[1.11.50i] 2024/05/14 22:00:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:00:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:00:42: leave SaveWaitingStage
[1.11.50i] 2024/05/14 22:00:42: drop SaveWaitingStage
[1.11.50i] 2024/05/14 22:00:42: enter GameStage
[1.11.50i] 2024/05/14 22:00:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:00:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:00:50: instance MTEw
[1.11.50i] 2024/05/14 22:00:50: bind RankStage
[1.11.50i] 2024/05/14 22:00:50: prepare RankStage
[1.11.50i] 2024/05/14 22:00:50: enter RankStage
[1.11.50i] 2024/05/14 22:00:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:00:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:00:51: leave RankStage
[1.11.50i] 2024/05/14 22:00:51: drop RankStage
[1.11.50i] 2024/05/14 22:00:51: enter GameStage
[1.11.50i] 2024/05/14 22:00:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:03:43: leave GameStage
[1.11.50i] 2024/05/14 22:03:43: drop GameStage
[1.11.50i] 2024/05/14 22:03:43: bind SaveWaitingStage
[1.11.50i] 2024/05/14 22:03:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 22:03:43: enter SaveWaitingStage
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:03:43: leave SaveWaitingStage
[1.11.50i] 2024/05/14 22:03:43: drop SaveWaitingStage
[1.11.50i] 2024/05/14 22:03:43: enter RegionStage
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:03:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:03:46: bind LoadWaitingStage
[1.11.50i] 2024/05/14 22:03:46: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 22:03:46: enter LoadWaitingStage
[1.11.50i] 2024/05/14 22:03:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:03:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:03:46: leave LoadWaitingStage
[1.11.50i] 2024/05/14 22:03:46: drop LoadWaitingStage
[1.11.50i] 2024/05/14 22:03:46: bind GameStage
[1.11.50i] 2024/05/14 22:03:46: prepare GameStage
[1.11.50i] 2024/05/14 22:03:46: enter GameStage
[1.11.50i] 2024/05/14 22:03:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:03:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:16: leave GameStage
[1.11.50i] 2024/05/14 22:07:16: drop GameStage
[1.11.50i] 2024/05/14 22:07:16: bind SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:16: enter SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:17: leave SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:17: drop SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:17: enter RegionStage
[1.11.50i] 2024/05/14 22:07:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:20: bind LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:20: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:20: enter LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:20: leave LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:20: drop LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:20: bind GameStage
[1.11.50i] 2024/05/14 22:07:20: prepare GameStage
[1.11.50i] 2024/05/14 22:07:20: enter GameStage
[1.11.50i] 2024/05/14 22:07:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:27: bind CityInfoStage
[1.11.50i] 2024/05/14 22:07:27: prepare CityInfoStage
[1.11.50i] 2024/05/14 22:07:27: enter CityInfoStage
[1.11.50i] 2024/05/14 22:07:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:28: refresh
[1.11.50i] 2024/05/14 22:07:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:37: leave CityInfoStage
[1.11.50i] 2024/05/14 22:07:37: drop CityInfoStage
[1.11.50i] 2024/05/14 22:07:37: enter GameStage
[1.11.50i] 2024/05/14 22:07:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:50: leave GameStage
[1.11.50i] 2024/05/14 22:07:50: drop GameStage
[1.11.50i] 2024/05/14 22:07:50: bind SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:50: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:50: enter SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:50: leave SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:50: drop SaveWaitingStage
[1.11.50i] 2024/05/14 22:07:50: enter RegionStage
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:54: bind LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:54: prepare LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:54: enter LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:07:54: leave LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:54: drop LoadWaitingStage
[1.11.50i] 2024/05/14 22:07:54: bind GameStage
[1.11.50i] 2024/05/14 22:07:54: prepare GameStage
[1.11.50i] 2024/05/14 22:07:54: enter GameStage
[1.11.50i] 2024/05/14 22:07:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:07:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:08:40: pause app
[1.11.50i] 2024/05/14 22:08:41: enter app
[1.11.50i] 2024/05/14 22:08:41: resume app
[1.11.50i] 2024/05/14 22:08:41: resume -> enter GameStage
[1.11.50i] 2024/05/14 22:08:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:08:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:08:44: bind SaveWaitingStage
[1.11.50i] 2024/05/14 22:08:44: prepare SaveWaitingStage
[1.11.50i] 2024/05/14 22:08:44: enter SaveWaitingStage
[1.11.50i] 2024/05/14 22:08:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:08:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:08:44: leave SaveWaitingStage
[1.11.50i] 2024/05/14 22:08:44: drop SaveWaitingStage
[1.11.50i] 2024/05/14 22:08:44: enter GameStage
[1.11.50i] 2024/05/14 22:08:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/14 22:08:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/14 22:08:44: pause app
[1.11.50i] 2024/05/14 22:08:45: leave GameStage
[1.11.50i] 2024/05/14 22:08:45: drop GameStage
[1.11.50i] 2024/05/14 22:08:45: drop RegionStage
[1.11.50i] 2024/05/15 08:41:03: Startup
[1.11.50i] 2024/05/15 08:41:03: create() cold start
[1.11.50i] 2024/05/15 08:41:03: translation pt_BR
[1.11.50i] 2024/05/15 08:41:03: instance MTEw
[1.11.50i] 2024/05/15 08:41:03: create() finish
[1.11.50i] 2024/05/15 08:41:03: create() end
[1.11.50i] 2024/05/15 08:41:03: resume app
[1.11.50i] 2024/05/15 08:41:03: refresh
[1.11.50i] 2024/05/15 08:41:03: bind LoadingStage
[1.11.50i] 2024/05/15 08:41:03: prepare LoadingStage
[1.11.50i] 2024/05/15 08:41:03: enter LoadingStage
[1.11.50i] 2024/05/15 08:41:03: loading Warm-up
[1.11.50i] 2024/05/15 08:41:03: refresh
[1.11.50i] 2024/05/15 08:41:03: loading Startup
[1.11.50i] 2024/05/15 08:41:03: Max texture size 4096
[1.11.50i] 2024/05/15 08:41:03: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 08:41:03: Engine consumes 11MB
[1.11.50i] 2024/05/15 08:41:03: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 08:41:03: loading Texture
[1.11.50i] 2024/05/15 08:41:03: loading Fonts
[1.11.50i] 2024/05/15 08:41:03: loading Skin
[1.11.50i] 2024/05/15 08:41:03: loading Extract files
[1.11.50i] 2024/05/15 08:41:03: loading Frames
[1.11.50i] 2024/05/15 08:41:04: loading Scripting
[1.11.50i] 2024/05/15 08:41:04: loading Collecting drafts
[1.11.50i] 2024/05/15 08:41:06: loading Prefetching images
[1.11.50i] 2024/05/15 08:41:06: loading Loading drafts
[1.11.50i] 2024/05/15 08:41:06: loading Finishing drafts
[1.11.50i] 2024/05/15 08:41:06: loading Loading music
[1.11.50i] 2024/05/15 08:41:06: loading Shaders
[1.11.50i] 2024/05/15 08:41:06: loading Topics
[1.11.50i] 2024/05/15 08:41:06: loading Loading textures
[1.11.50i] 2024/05/15 08:41:07: loading Checking winter
[1.11.50i] 2024/05/15 08:41:07: loading Preparing background
[1.11.50i] 2024/05/15 08:41:07: loading Finishing
[1.11.50i] 2024/05/15 08:41:07: leave LoadingStage
[1.11.50i] 2024/05/15 08:41:07: drop LoadingStage
[1.11.50i] 2024/05/15 08:41:07: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 08:41:07: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 08:41:07: bind PluginErrorStage
[1.11.50i] 2024/05/15 08:41:07: prepare PluginErrorStage
[1.11.50i] 2024/05/15 08:41:07: bind MissingManifestStage
[1.11.50i] 2024/05/15 08:41:07: prepare MissingManifestStage
[1.11.50i] 2024/05/15 08:41:07: bind WelcomeStage
[1.11.50i] 2024/05/15 08:41:07: prepare WelcomeStage
[1.11.50i] 2024/05/15 08:41:07: enter WelcomeStage
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:07: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 08:41:07: drop PluginErrorStage
[1.11.50i] 2024/05/15 08:41:07: drop MissingManifestStage
[1.11.50i] 2024/05/15 08:41:07: leave WelcomeStage
[1.11.50i] 2024/05/15 08:41:07: drop WelcomeStage
[1.11.50i] 2024/05/15 08:41:07: bind RegionStage
[1.11.50i] 2024/05/15 08:41:07: prepare RegionStage
[1.11.50i] 2024/05/15 08:41:07: enter RegionStage
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:07: instance MTA5
[1.11.50i] 2024/05/15 08:41:07: instance MTEw
[1.11.50i] 2024/05/15 08:41:07: bind LoadWaitingStage
[1.11.50i] 2024/05/15 08:41:07: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 08:41:07: enter LoadWaitingStage
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:08: leave LoadWaitingStage
[1.11.50i] 2024/05/15 08:41:08: drop LoadWaitingStage
[1.11.50i] 2024/05/15 08:41:08: bind GameStage
[1.11.50i] 2024/05/15 08:41:08: prepare GameStage
[1.11.50i] 2024/05/15 08:41:08: enter GameStage
[1.11.50i] 2024/05/15 08:41:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:08: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 08:41:08: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 08:41:08: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 08:41:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:09: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 08:41:09: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 08:41:09: enter GameStage
[1.11.50i] 2024/05/15 08:41:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:12: bind IOSVideoAdStage
[1.11.50i] 2024/05/15 08:41:12: prepare IOSVideoAdStage
[1.11.50i] 2024/05/15 08:41:12: enter IOSVideoAdStage
[1.11.50i] 2024/05/15 08:41:12: leave IOSVideoAdStage
[1.11.50i] 2024/05/15 08:41:12: drop IOSVideoAdStage
[1.11.50i] 2024/05/15 08:41:12: enter GameStage
[1.11.50i] 2024/05/15 08:41:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:41:56: bind CityInfoStage
[1.11.50i] 2024/05/15 08:41:56: prepare CityInfoStage
[1.11.50i] 2024/05/15 08:41:56: enter CityInfoStage
[1.11.50i] 2024/05/15 08:41:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:41:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:42:01: leave CityInfoStage
[1.11.50i] 2024/05/15 08:42:01: drop CityInfoStage
[1.11.50i] 2024/05/15 08:42:01: enter GameStage
[1.11.50i] 2024/05/15 08:42:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:42:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:42:27: instance MTEy
[1.11.50i] 2024/05/15 08:42:29: instance MTE0
[1.11.50i] 2024/05/15 08:42:32: instance MTE2
[1.11.50i] 2024/05/15 08:43:21: bind CityInfoStage
[1.11.50i] 2024/05/15 08:43:21: prepare CityInfoStage
[1.11.50i] 2024/05/15 08:43:21: enter CityInfoStage
[1.11.50i] 2024/05/15 08:43:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:43:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:43:24: leave CityInfoStage
[1.11.50i] 2024/05/15 08:43:24: drop CityInfoStage
[1.11.50i] 2024/05/15 08:43:24: enter GameStage
[1.11.50i] 2024/05/15 08:43:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 08:43:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 08:43:36: pause app
[1.11.50i] 2024/05/15 08:43:38: leave GameStage
[1.11.50i] 2024/05/15 08:43:38: drop GameStage
[1.11.50i] 2024/05/15 08:43:38: drop RegionStage
[1.11.50i] 2024/05/15 10:52:02: Startup
[1.11.50i] 2024/05/15 10:52:02: create() cold start
[1.11.50i] 2024/05/15 10:52:02: translation pt_BR
[1.11.50i] 2024/05/15 10:52:02: instance MTE2
[1.11.50i] 2024/05/15 10:52:02: create() finish
[1.11.50i] 2024/05/15 10:52:02: create() end
[1.11.50i] 2024/05/15 10:52:02: resume app
[1.11.50i] 2024/05/15 10:52:02: refresh
[1.11.50i] 2024/05/15 10:52:02: bind LoadingStage
[1.11.50i] 2024/05/15 10:52:02: prepare LoadingStage
[1.11.50i] 2024/05/15 10:52:03: enter LoadingStage
[1.11.50i] 2024/05/15 10:52:03: loading Warm-up
[1.11.50i] 2024/05/15 10:52:03: refresh
[1.11.50i] 2024/05/15 10:52:03: pause app
[1.11.50i] 2024/05/15 10:52:03: refresh
[1.11.50i] 2024/05/15 10:52:06: refresh
[1.11.50i] 2024/05/15 10:52:07: enter app
[1.11.50i] 2024/05/15 10:52:07: resume app
[1.11.50i] 2024/05/15 10:52:07: resume -> enter LoadingStage
[1.11.50i] 2024/05/15 10:52:07: loading Startup
[1.11.50i] 2024/05/15 10:52:07: Max texture size 4096
[1.11.50i] 2024/05/15 10:52:07: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 10:52:07: Engine consumes 11MB
[1.11.50i] 2024/05/15 10:52:07: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 10:52:07: loading Texture
[1.11.50i] 2024/05/15 10:52:07: loading Fonts
[1.11.50i] 2024/05/15 10:52:07: loading Skin
[1.11.50i] 2024/05/15 10:52:07: loading Extract files
[1.11.50i] 2024/05/15 10:52:07: loading Frames
[1.11.50i] 2024/05/15 10:52:07: loading Scripting
[1.11.50i] 2024/05/15 10:52:07: loading Collecting drafts
[1.11.50i] 2024/05/15 10:52:07: loading Prefetching images
[1.11.50i] 2024/05/15 10:52:07: loading Loading drafts
[1.11.50i] 2024/05/15 10:52:07: loading Finishing drafts
[1.11.50i] 2024/05/15 10:52:07: loading Loading music
[1.11.50i] 2024/05/15 10:52:07: loading Shaders
[1.11.50i] 2024/05/15 10:52:07: loading Topics
[1.11.50i] 2024/05/15 10:52:07: loading Loading textures
[1.11.50i] 2024/05/15 10:52:08: loading Checking winter
[1.11.50i] 2024/05/15 10:52:08: loading Preparing background
[1.11.50i] 2024/05/15 10:52:08: loading Finishing
[1.11.50i] 2024/05/15 10:52:08: leave LoadingStage
[1.11.50i] 2024/05/15 10:52:08: drop LoadingStage
[1.11.50i] 2024/05/15 10:52:08: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 10:52:08: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 10:52:08: bind PluginErrorStage
[1.11.50i] 2024/05/15 10:52:08: prepare PluginErrorStage
[1.11.50i] 2024/05/15 10:52:08: bind MissingManifestStage
[1.11.50i] 2024/05/15 10:52:08: prepare MissingManifestStage
[1.11.50i] 2024/05/15 10:52:08: bind WelcomeStage
[1.11.50i] 2024/05/15 10:52:08: prepare WelcomeStage
[1.11.50i] 2024/05/15 10:52:08: enter WelcomeStage
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:08: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 10:52:08: drop PluginErrorStage
[1.11.50i] 2024/05/15 10:52:08: drop MissingManifestStage
[1.11.50i] 2024/05/15 10:52:08: leave WelcomeStage
[1.11.50i] 2024/05/15 10:52:08: drop WelcomeStage
[1.11.50i] 2024/05/15 10:52:08: bind RegionStage
[1.11.50i] 2024/05/15 10:52:08: prepare RegionStage
[1.11.50i] 2024/05/15 10:52:08: enter RegionStage
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:08: instance MTE1
[1.11.50i] 2024/05/15 10:52:08: instance MTE2
[1.11.50i] 2024/05/15 10:52:08: bind LoadWaitingStage
[1.11.50i] 2024/05/15 10:52:08: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 10:52:08: enter LoadWaitingStage
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:09: leave LoadWaitingStage
[1.11.50i] 2024/05/15 10:52:09: drop LoadWaitingStage
[1.11.50i] 2024/05/15 10:52:09: bind GameStage
[1.11.50i] 2024/05/15 10:52:09: prepare GameStage
[1.11.50i] 2024/05/15 10:52:09: enter GameStage
[1.11.50i] 2024/05/15 10:52:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:09: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 10:52:09: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 10:52:09: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 10:52:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:10: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 10:52:10: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 10:52:10: enter GameStage
[1.11.50i] 2024/05/15 10:52:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:52:13: bind IOSVideoAdStage
[1.11.50i] 2024/05/15 10:52:13: prepare IOSVideoAdStage
[1.11.50i] 2024/05/15 10:52:13: enter IOSVideoAdStage
[1.11.50i] 2024/05/15 10:52:13: leave IOSVideoAdStage
[1.11.50i] 2024/05/15 10:52:13: drop IOSVideoAdStage
[1.11.50i] 2024/05/15 10:52:13: enter GameStage
[1.11.50i] 2024/05/15 10:52:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:52:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:53:55: bind CityInfoStage
[1.11.50i] 2024/05/15 10:53:55: prepare CityInfoStage
[1.11.50i] 2024/05/15 10:53:55: enter CityInfoStage
[1.11.50i] 2024/05/15 10:53:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:53:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:53:56: refresh
[1.11.50i] 2024/05/15 10:53:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:53:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:53:58: leave CityInfoStage
[1.11.50i] 2024/05/15 10:53:58: drop CityInfoStage
[1.11.50i] 2024/05/15 10:53:58: enter GameStage
[1.11.50i] 2024/05/15 10:53:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:53:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:56:56: leave GameStage
[1.11.50i] 2024/05/15 10:56:56: drop GameStage
[1.11.50i] 2024/05/15 10:56:56: bind SaveWaitingStage
[1.11.50i] 2024/05/15 10:56:56: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 10:56:56: enter SaveWaitingStage
[1.11.50i] 2024/05/15 10:56:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:56:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:56:56: leave SaveWaitingStage
[1.11.50i] 2024/05/15 10:56:56: drop SaveWaitingStage
[1.11.50i] 2024/05/15 10:56:56: enter RegionStage
[1.11.50i] 2024/05/15 10:56:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:56:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:56:58: bind LoadWaitingStage
[1.11.50i] 2024/05/15 10:56:58: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 10:56:58: enter LoadWaitingStage
[1.11.50i] 2024/05/15 10:56:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:56:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:56:58: leave LoadWaitingStage
[1.11.50i] 2024/05/15 10:56:58: drop LoadWaitingStage
[1.11.50i] 2024/05/15 10:56:58: bind GameStage
[1.11.50i] 2024/05/15 10:56:58: prepare GameStage
[1.11.50i] 2024/05/15 10:56:58: enter GameStage
[1.11.50i] 2024/05/15 10:56:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:56:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:40: leave GameStage
[1.11.50i] 2024/05/15 10:58:40: drop GameStage
[1.11.50i] 2024/05/15 10:58:40: bind SaveWaitingStage
[1.11.50i] 2024/05/15 10:58:40: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 10:58:40: enter SaveWaitingStage
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:40: leave SaveWaitingStage
[1.11.50i] 2024/05/15 10:58:40: drop SaveWaitingStage
[1.11.50i] 2024/05/15 10:58:40: enter RegionStage
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:42: bind LoadWaitingStage
[1.11.50i] 2024/05/15 10:58:42: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 10:58:42: enter LoadWaitingStage
[1.11.50i] 2024/05/15 10:58:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:42: leave LoadWaitingStage
[1.11.50i] 2024/05/15 10:58:42: drop LoadWaitingStage
[1.11.50i] 2024/05/15 10:58:42: bind GameStage
[1.11.50i] 2024/05/15 10:58:42: prepare GameStage
[1.11.50i] 2024/05/15 10:58:43: enter GameStage
[1.11.50i] 2024/05/15 10:58:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:47: bind CityInfoStage
[1.11.50i] 2024/05/15 10:58:47: prepare CityInfoStage
[1.11.50i] 2024/05/15 10:58:47: enter CityInfoStage
[1.11.50i] 2024/05/15 10:58:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:48: refresh
[1.11.50i] 2024/05/15 10:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:58:50: leave CityInfoStage
[1.11.50i] 2024/05/15 10:58:50: drop CityInfoStage
[1.11.50i] 2024/05/15 10:58:50: enter GameStage
[1.11.50i] 2024/05/15 10:58:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:58:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:07: bind CityInfoStage
[1.11.50i] 2024/05/15 10:59:07: prepare CityInfoStage
[1.11.50i] 2024/05/15 10:59:07: enter CityInfoStage
[1.11.50i] 2024/05/15 10:59:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:07: leave CityInfoStage
[1.11.50i] 2024/05/15 10:59:07: drop CityInfoStage
[1.11.50i] 2024/05/15 10:59:07: enter GameStage
[1.11.50i] 2024/05/15 10:59:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:08: leave GameStage
[1.11.50i] 2024/05/15 10:59:08: drop GameStage
[1.11.50i] 2024/05/15 10:59:08: bind SaveWaitingStage
[1.11.50i] 2024/05/15 10:59:08: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 10:59:08: enter SaveWaitingStage
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:08: leave SaveWaitingStage
[1.11.50i] 2024/05/15 10:59:08: drop SaveWaitingStage
[1.11.50i] 2024/05/15 10:59:08: enter RegionStage
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:12: bind LoadWaitingStage
[1.11.50i] 2024/05/15 10:59:12: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 10:59:12: enter LoadWaitingStage
[1.11.50i] 2024/05/15 10:59:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:13: leave LoadWaitingStage
[1.11.50i] 2024/05/15 10:59:13: drop LoadWaitingStage
[1.11.50i] 2024/05/15 10:59:13: bind GameStage
[1.11.50i] 2024/05/15 10:59:13: prepare GameStage
[1.11.50i] 2024/05/15 10:59:13: enter GameStage
[1.11.50i] 2024/05/15 10:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 10:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 10:59:13: pause app
[1.11.50i] 2024/05/15 11:01:03: enter app
[1.11.50i] 2024/05/15 11:01:03: resume app
[1.11.50i] 2024/05/15 11:01:03: resume -> enter GameStage
[1.11.50i] 2024/05/15 11:01:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:01:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:02:33: bind CityInfoStage
[1.11.50i] 2024/05/15 11:02:33: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:02:33: enter CityInfoStage
[1.11.50i] 2024/05/15 11:02:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:02:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:02:47: leave CityInfoStage
[1.11.50i] 2024/05/15 11:02:47: drop CityInfoStage
[1.11.50i] 2024/05/15 11:02:47: enter GameStage
[1.11.50i] 2024/05/15 11:02:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:02:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:05:24: bind CityInfoStage
[1.11.50i] 2024/05/15 11:05:24: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:05:24: enter CityInfoStage
[1.11.50i] 2024/05/15 11:05:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:05:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:05:25: refresh
[1.11.50i] 2024/05/15 11:05:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:05:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:05:29: leave CityInfoStage
[1.11.50i] 2024/05/15 11:05:29: drop CityInfoStage
[1.11.50i] 2024/05/15 11:05:29: enter GameStage
[1.11.50i] 2024/05/15 11:05:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:05:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:06:15: instance MTE4
[1.11.50i] 2024/05/15 11:06:15: bind RankStage
[1.11.50i] 2024/05/15 11:06:15: prepare RankStage
[1.11.50i] 2024/05/15 11:06:15: enter RankStage
[1.11.50i] 2024/05/15 11:06:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:06:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:06:22: leave RankStage
[1.11.50i] 2024/05/15 11:06:22: drop RankStage
[1.11.50i] 2024/05/15 11:06:22: enter GameStage
[1.11.50i] 2024/05/15 11:06:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:06:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:06:24: bind SaveWaitingStage
[1.11.50i] 2024/05/15 11:06:24: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 11:06:24: enter SaveWaitingStage
[1.11.50i] 2024/05/15 11:06:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:06:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:06:24: leave SaveWaitingStage
[1.11.50i] 2024/05/15 11:06:24: drop SaveWaitingStage
[1.11.50i] 2024/05/15 11:06:24: enter GameStage
[1.11.50i] 2024/05/15 11:06:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:06:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:20: bind CityInfoStage
[1.11.50i] 2024/05/15 11:11:20: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:11:20: enter CityInfoStage
[1.11.50i] 2024/05/15 11:11:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:21: refresh
[1.11.50i] 2024/05/15 11:11:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:23: leave CityInfoStage
[1.11.50i] 2024/05/15 11:11:23: drop CityInfoStage
[1.11.50i] 2024/05/15 11:11:23: enter GameStage
[1.11.50i] 2024/05/15 11:11:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:26: bind SaveWaitingStage
[1.11.50i] 2024/05/15 11:11:26: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 11:11:26: enter SaveWaitingStage
[1.11.50i] 2024/05/15 11:11:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:26: leave SaveWaitingStage
[1.11.50i] 2024/05/15 11:11:26: drop SaveWaitingStage
[1.11.50i] 2024/05/15 11:11:26: enter GameStage
[1.11.50i] 2024/05/15 11:11:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:42: bind CityInfoStage
[1.11.50i] 2024/05/15 11:11:42: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:11:42: enter CityInfoStage
[1.11.50i] 2024/05/15 11:11:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:44: refresh
[1.11.50i] 2024/05/15 11:11:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:49: leave CityInfoStage
[1.11.50i] 2024/05/15 11:11:49: drop CityInfoStage
[1.11.50i] 2024/05/15 11:11:49: enter GameStage
[1.11.50i] 2024/05/15 11:11:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:54: bind CityInfoStage
[1.11.50i] 2024/05/15 11:11:54: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:11:54: enter CityInfoStage
[1.11.50i] 2024/05/15 11:11:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:54: leave CityInfoStage
[1.11.50i] 2024/05/15 11:11:54: drop CityInfoStage
[1.11.50i] 2024/05/15 11:11:54: enter GameStage
[1.11.50i] 2024/05/15 11:11:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:55: bind CityInfoStage
[1.11.50i] 2024/05/15 11:11:55: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:11:55: enter CityInfoStage
[1.11.50i] 2024/05/15 11:11:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:57: refresh
[1.11.50i] 2024/05/15 11:11:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:11:58: leave CityInfoStage
[1.11.50i] 2024/05/15 11:11:58: drop CityInfoStage
[1.11.50i] 2024/05/15 11:11:59: enter GameStage
[1.11.50i] 2024/05/15 11:11:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:11:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:12:16: bind CityInfoStage
[1.11.50i] 2024/05/15 11:12:16: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:12:16: enter CityInfoStage
[1.11.50i] 2024/05/15 11:12:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:12:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:12:17: refresh
[1.11.50i] 2024/05/15 11:12:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:12:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:12:20: leave CityInfoStage
[1.11.50i] 2024/05/15 11:12:20: drop CityInfoStage
[1.11.50i] 2024/05/15 11:12:20: enter GameStage
[1.11.50i] 2024/05/15 11:12:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:12:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:12:28: pause app
[1.11.50i] 2024/05/15 11:12:29: enter app
[1.11.50i] 2024/05/15 11:12:29: resume app
[1.11.50i] 2024/05/15 11:12:29: pause app
[1.11.50i] 2024/05/15 11:12:32: enter app
[1.11.50i] 2024/05/15 11:12:32: resume app
[1.11.50i] 2024/05/15 11:12:32: resume -> enter GameStage
[1.11.50i] 2024/05/15 11:12:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:12:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:13:30: bind CityInfoStage
[1.11.50i] 2024/05/15 11:13:30: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:13:30: enter CityInfoStage
[1.11.50i] 2024/05/15 11:13:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:13:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:13:31: refresh
[1.11.50i] 2024/05/15 11:13:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:13:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:13:32: leave CityInfoStage
[1.11.50i] 2024/05/15 11:13:32: drop CityInfoStage
[1.11.50i] 2024/05/15 11:13:32: enter GameStage
[1.11.50i] 2024/05/15 11:13:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:13:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:02: bind CityInfoStage
[1.11.50i] 2024/05/15 11:14:02: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:14:02: enter CityInfoStage
[1.11.50i] 2024/05/15 11:14:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:03: refresh
[1.11.50i] 2024/05/15 11:14:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:04: leave CityInfoStage
[1.11.50i] 2024/05/15 11:14:04: drop CityInfoStage
[1.11.50i] 2024/05/15 11:14:04: enter GameStage
[1.11.50i] 2024/05/15 11:14:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:19: bind CityInfoStage
[1.11.50i] 2024/05/15 11:14:19: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:14:19: enter CityInfoStage
[1.11.50i] 2024/05/15 11:14:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:20: refresh
[1.11.50i] 2024/05/15 11:14:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:21: leave CityInfoStage
[1.11.50i] 2024/05/15 11:14:21: drop CityInfoStage
[1.11.50i] 2024/05/15 11:14:21: enter GameStage
[1.11.50i] 2024/05/15 11:14:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:28: bind CityInfoStage
[1.11.50i] 2024/05/15 11:14:28: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:14:28: enter CityInfoStage
[1.11.50i] 2024/05/15 11:14:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:28: refresh
[1.11.50i] 2024/05/15 11:14:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:14:31: leave CityInfoStage
[1.11.50i] 2024/05/15 11:14:31: drop CityInfoStage
[1.11.50i] 2024/05/15 11:14:31: enter GameStage
[1.11.50i] 2024/05/15 11:14:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:14:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:05: bind CityInfoStage
[1.11.50i] 2024/05/15 11:15:05: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:15:05: enter CityInfoStage
[1.11.50i] 2024/05/15 11:15:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:06: refresh
[1.11.50i] 2024/05/15 11:15:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:08: leave CityInfoStage
[1.11.50i] 2024/05/15 11:15:08: drop CityInfoStage
[1.11.50i] 2024/05/15 11:15:08: enter GameStage
[1.11.50i] 2024/05/15 11:15:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:25: bind CityInfoStage
[1.11.50i] 2024/05/15 11:15:25: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:15:25: enter CityInfoStage
[1.11.50i] 2024/05/15 11:15:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:27: leave CityInfoStage
[1.11.50i] 2024/05/15 11:15:27: drop CityInfoStage
[1.11.50i] 2024/05/15 11:15:27: enter GameStage
[1.11.50i] 2024/05/15 11:15:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:44: bind CityInfoStage
[1.11.50i] 2024/05/15 11:15:44: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:15:44: enter CityInfoStage
[1.11.50i] 2024/05/15 11:15:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:45: refresh
[1.11.50i] 2024/05/15 11:15:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:46: leave CityInfoStage
[1.11.50i] 2024/05/15 11:15:46: drop CityInfoStage
[1.11.50i] 2024/05/15 11:15:46: enter GameStage
[1.11.50i] 2024/05/15 11:15:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:51: bind CityInfoStage
[1.11.50i] 2024/05/15 11:15:51: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:15:51: enter CityInfoStage
[1.11.50i] 2024/05/15 11:15:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:52: refresh
[1.11.50i] 2024/05/15 11:15:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:15:54: leave CityInfoStage
[1.11.50i] 2024/05/15 11:15:54: drop CityInfoStage
[1.11.50i] 2024/05/15 11:15:54: enter GameStage
[1.11.50i] 2024/05/15 11:15:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:15:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:03: bind CityInfoStage
[1.11.50i] 2024/05/15 11:16:03: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:16:03: enter CityInfoStage
[1.11.50i] 2024/05/15 11:16:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:04: refresh
[1.11.50i] 2024/05/15 11:16:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:08: leave CityInfoStage
[1.11.50i] 2024/05/15 11:16:08: drop CityInfoStage
[1.11.50i] 2024/05/15 11:16:08: enter GameStage
[1.11.50i] 2024/05/15 11:16:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:16: bind CityInfoStage
[1.11.50i] 2024/05/15 11:16:16: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:16:16: enter CityInfoStage
[1.11.50i] 2024/05/15 11:16:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:17: refresh
[1.11.50i] 2024/05/15 11:16:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:18: leave CityInfoStage
[1.11.50i] 2024/05/15 11:16:18: drop CityInfoStage
[1.11.50i] 2024/05/15 11:16:18: enter GameStage
[1.11.50i] 2024/05/15 11:16:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:53: bind CityInfoStage
[1.11.50i] 2024/05/15 11:16:53: prepare CityInfoStage
[1.11.50i] 2024/05/15 11:16:53: enter CityInfoStage
[1.11.50i] 2024/05/15 11:16:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:54: refresh
[1.11.50i] 2024/05/15 11:16:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:55: leave CityInfoStage
[1.11.50i] 2024/05/15 11:16:55: drop CityInfoStage
[1.11.50i] 2024/05/15 11:16:55: enter GameStage
[1.11.50i] 2024/05/15 11:16:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:16:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:16:59: pause app
[1.11.50i] 2024/05/15 11:17:00: enter app
[1.11.50i] 2024/05/15 11:17:00: resume app
[1.11.50i] 2024/05/15 11:17:00: pause app
[1.11.50i] 2024/05/15 11:17:01: enter app
[1.11.50i] 2024/05/15 11:17:01: resume app
[1.11.50i] 2024/05/15 11:17:01: resume -> enter GameStage
[1.11.50i] 2024/05/15 11:17:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:17:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:17:05: bind SaveWaitingStage
[1.11.50i] 2024/05/15 11:17:05: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 11:17:05: enter SaveWaitingStage
[1.11.50i] 2024/05/15 11:17:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:17:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:17:05: leave SaveWaitingStage
[1.11.50i] 2024/05/15 11:17:05: drop SaveWaitingStage
[1.11.50i] 2024/05/15 11:17:05: enter GameStage
[1.11.50i] 2024/05/15 11:17:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 11:17:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 11:17:05: pause app
[1.11.50i] 2024/05/15 11:17:07: leave GameStage
[1.11.50i] 2024/05/15 11:17:07: drop GameStage
[1.11.50i] 2024/05/15 11:17:07: drop RegionStage
[1.11.50i] 2024/05/15 14:27:30: Startup
[1.11.50i] 2024/05/15 14:27:30: create() cold start
[1.11.50i] 2024/05/15 14:27:30: translation pt_BR
[1.11.50i] 2024/05/15 14:27:30: instance MTE4
[1.11.50i] 2024/05/15 14:27:30: create() finish
[1.11.50i] 2024/05/15 14:27:30: create() end
[1.11.50i] 2024/05/15 14:27:30: resume app
[1.11.50i] 2024/05/15 14:27:30: refresh
[1.11.50i] 2024/05/15 14:27:30: bind LoadingStage
[1.11.50i] 2024/05/15 14:27:30: prepare LoadingStage
[1.11.50i] 2024/05/15 14:27:31: enter LoadingStage
[1.11.50i] 2024/05/15 14:27:31: loading Warm-up
[1.11.50i] 2024/05/15 14:27:31: refresh
[1.11.50i] 2024/05/15 14:27:31: loading Startup
[1.11.50i] 2024/05/15 14:27:31: Max texture size 4096
[1.11.50i] 2024/05/15 14:27:31: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 14:27:31: Engine consumes 11MB
[1.11.50i] 2024/05/15 14:27:31: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 14:27:31: loading Texture
[1.11.50i] 2024/05/15 14:27:31: loading Fonts
[1.11.50i] 2024/05/15 14:27:31: loading Skin
[1.11.50i] 2024/05/15 14:27:31: loading Extract files
[1.11.50i] 2024/05/15 14:27:31: loading Frames
[1.11.50i] 2024/05/15 14:27:31: loading Scripting
[1.11.50i] 2024/05/15 14:27:31: loading Collecting drafts
[1.11.50i] 2024/05/15 14:27:33: loading Prefetching images
[1.11.50i] 2024/05/15 14:27:33: loading Loading drafts
[1.11.50i] 2024/05/15 14:27:33: loading Finishing drafts
[1.11.50i] 2024/05/15 14:27:34: loading Loading music
[1.11.50i] 2024/05/15 14:27:34: loading Shaders
[1.11.50i] 2024/05/15 14:27:34: loading Topics
[1.11.50i] 2024/05/15 14:27:34: loading Loading textures
[1.11.50i] 2024/05/15 14:27:34: loading Checking winter
[1.11.50i] 2024/05/15 14:27:34: loading Preparing background
[1.11.50i] 2024/05/15 14:27:34: loading Finishing
[1.11.50i] 2024/05/15 14:27:34: leave LoadingStage
[1.11.50i] 2024/05/15 14:27:34: drop LoadingStage
[1.11.50i] 2024/05/15 14:27:34: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 14:27:34: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 14:27:34: bind PluginErrorStage
[1.11.50i] 2024/05/15 14:27:34: prepare PluginErrorStage
[1.11.50i] 2024/05/15 14:27:34: bind MissingManifestStage
[1.11.50i] 2024/05/15 14:27:34: prepare MissingManifestStage
[1.11.50i] 2024/05/15 14:27:34: bind WelcomeStage
[1.11.50i] 2024/05/15 14:27:34: prepare WelcomeStage
[1.11.50i] 2024/05/15 14:27:34: enter WelcomeStage
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:34: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 14:27:34: drop PluginErrorStage
[1.11.50i] 2024/05/15 14:27:34: drop MissingManifestStage
[1.11.50i] 2024/05/15 14:27:34: leave WelcomeStage
[1.11.50i] 2024/05/15 14:27:34: drop WelcomeStage
[1.11.50i] 2024/05/15 14:27:34: bind RegionStage
[1.11.50i] 2024/05/15 14:27:34: prepare RegionStage
[1.11.50i] 2024/05/15 14:27:34: enter RegionStage
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:35: instance MTE3
[1.11.50i] 2024/05/15 14:27:35: instance MTE4
[1.11.50i] 2024/05/15 14:27:35: bind LoadWaitingStage
[1.11.50i] 2024/05/15 14:27:35: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 14:27:35: enter LoadWaitingStage
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:35: leave LoadWaitingStage
[1.11.50i] 2024/05/15 14:27:35: drop LoadWaitingStage
[1.11.50i] 2024/05/15 14:27:35: bind GameStage
[1.11.50i] 2024/05/15 14:27:35: prepare GameStage
[1.11.50i] 2024/05/15 14:27:35: enter GameStage
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:35: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 14:27:35: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 14:27:35: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:27:36: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 14:27:36: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 14:27:36: enter GameStage
[1.11.50i] 2024/05/15 14:27:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:27:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:28:21: pause app
[1.11.50i] 2024/05/15 14:29:19: enter app
[1.11.50i] 2024/05/15 14:29:19: resume app
[1.11.50i] 2024/05/15 14:29:19: resume -> enter GameStage
[1.11.50i] 2024/05/15 14:29:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:29:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:29:46: pause app
[1.11.50i] 2024/05/15 14:30:27: enter app
[1.11.50i] 2024/05/15 14:30:27: resume app
[1.11.50i] 2024/05/15 14:30:27: resume -> enter GameStage
[1.11.50i] 2024/05/15 14:30:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 14:30:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 14:31:21: pause app
[1.11.50i] 2024/05/15 18:02:09: Startup
[1.11.50i] 2024/05/15 18:02:09: create() cold start
[1.11.50i] 2024/05/15 18:02:09: translation pt_BR
[1.11.50i] 2024/05/15 18:02:09: instance MTE4
[1.11.50i] 2024/05/15 18:02:09: create() finish
[1.11.50i] 2024/05/15 18:02:09: create() end
[1.11.50i] 2024/05/15 18:02:09: resume app
[1.11.50i] 2024/05/15 18:02:09: refresh
[1.11.50i] 2024/05/15 18:02:09: bind LoadingStage
[1.11.50i] 2024/05/15 18:02:09: prepare LoadingStage
[1.11.50i] 2024/05/15 18:02:10: enter LoadingStage
[1.11.50i] 2024/05/15 18:02:10: loading Warm-up
[1.11.50i] 2024/05/15 18:02:10: refresh
[1.11.50i] 2024/05/15 18:02:10: loading Startup
[1.11.50i] 2024/05/15 18:02:10: Max texture size 4096
[1.11.50i] 2024/05/15 18:02:10: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 18:02:10: Engine consumes 11MB
[1.11.50i] 2024/05/15 18:02:10: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 18:02:10: loading Texture
[1.11.50i] 2024/05/15 18:02:10: loading Fonts
[1.11.50i] 2024/05/15 18:02:10: loading Skin
[1.11.50i] 2024/05/15 18:02:10: loading Extract files
[1.11.50i] 2024/05/15 18:02:10: loading Frames
[1.11.50i] 2024/05/15 18:02:10: loading Scripting
[1.11.50i] 2024/05/15 18:02:10: loading Collecting drafts
[1.11.50i] 2024/05/15 18:02:12: loading Prefetching images
[1.11.50i] 2024/05/15 18:02:12: loading Loading drafts
[1.11.50i] 2024/05/15 18:02:12: loading Finishing drafts
[1.11.50i] 2024/05/15 18:02:13: loading Loading music
[1.11.50i] 2024/05/15 18:02:13: loading Shaders
[1.11.50i] 2024/05/15 18:02:13: loading Topics
[1.11.50i] 2024/05/15 18:02:13: loading Loading textures
[1.11.50i] 2024/05/15 18:02:13: loading Checking winter
[1.11.50i] 2024/05/15 18:02:13: loading Preparing background
[1.11.50i] 2024/05/15 18:02:13: loading Finishing
[1.11.50i] 2024/05/15 18:02:13: leave LoadingStage
[1.11.50i] 2024/05/15 18:02:13: drop LoadingStage
[1.11.50i] 2024/05/15 18:02:13: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:02:13: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:02:13: bind PluginErrorStage
[1.11.50i] 2024/05/15 18:02:13: prepare PluginErrorStage
[1.11.50i] 2024/05/15 18:02:13: bind MissingManifestStage
[1.11.50i] 2024/05/15 18:02:13: prepare MissingManifestStage
[1.11.50i] 2024/05/15 18:02:13: bind WelcomeStage
[1.11.50i] 2024/05/15 18:02:13: prepare WelcomeStage
[1.11.50i] 2024/05/15 18:02:13: enter WelcomeStage
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:13: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:02:13: drop PluginErrorStage
[1.11.50i] 2024/05/15 18:02:13: drop MissingManifestStage
[1.11.50i] 2024/05/15 18:02:13: leave WelcomeStage
[1.11.50i] 2024/05/15 18:02:13: drop WelcomeStage
[1.11.50i] 2024/05/15 18:02:13: bind RegionStage
[1.11.50i] 2024/05/15 18:02:13: prepare RegionStage
[1.11.50i] 2024/05/15 18:02:13: enter RegionStage
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:14: instance MTE3
[1.11.50i] 2024/05/15 18:02:14: instance MTE4
[1.11.50i] 2024/05/15 18:02:14: bind LoadWaitingStage
[1.11.50i] 2024/05/15 18:02:14: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 18:02:14: enter LoadWaitingStage
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:14: leave LoadWaitingStage
[1.11.50i] 2024/05/15 18:02:14: drop LoadWaitingStage
[1.11.50i] 2024/05/15 18:02:14: bind GameStage
[1.11.50i] 2024/05/15 18:02:14: prepare GameStage
[1.11.50i] 2024/05/15 18:02:14: enter GameStage
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:14: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 18:02:14: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 18:02:14: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:16: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 18:02:16: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 18:02:16: enter GameStage
[1.11.50i] 2024/05/15 18:02:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:19: pause app
[1.11.50i] 2024/05/15 18:02:22: enter app
[1.11.50i] 2024/05/15 18:02:22: resume app
[1.11.50i] 2024/05/15 18:02:22: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:02:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:02:22: bind IOSVideoAdStage
[1.11.50i] 2024/05/15 18:02:22: prepare IOSVideoAdStage
[1.11.50i] 2024/05/15 18:02:22: enter IOSVideoAdStage
[1.11.50i] 2024/05/15 18:02:22: leave IOSVideoAdStage
[1.11.50i] 2024/05/15 18:02:22: drop IOSVideoAdStage
[1.11.50i] 2024/05/15 18:02:22: enter GameStage
[1.11.50i] 2024/05/15 18:02:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:02:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:03:20: bind CityInfoStage
[1.11.50i] 2024/05/15 18:03:20: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:03:20: enter CityInfoStage
[1.11.50i] 2024/05/15 18:03:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:03:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:03:21: refresh
[1.11.50i] 2024/05/15 18:03:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:03:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:03:27: leave CityInfoStage
[1.11.50i] 2024/05/15 18:03:27: drop CityInfoStage
[1.11.50i] 2024/05/15 18:03:27: enter GameStage
[1.11.50i] 2024/05/15 18:03:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:03:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:04:04: pause app
[1.11.50i] 2024/05/15 18:04:15: enter app
[1.11.50i] 2024/05/15 18:04:15: resume app
[1.11.50i] 2024/05/15 18:04:15: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:04:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:04:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:04:23: pause app
[1.11.50i] 2024/05/15 18:04:38: enter app
[1.11.50i] 2024/05/15 18:04:38: resume app
[1.11.50i] 2024/05/15 18:04:38: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:04:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:04:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:04:45: instance MTIw
[1.11.50i] 2024/05/15 18:04:46: bind RankStage
[1.11.50i] 2024/05/15 18:04:46: prepare RankStage
[1.11.50i] 2024/05/15 18:04:46: enter RankStage
[1.11.50i] 2024/05/15 18:04:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:04:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:04:46: leave RankStage
[1.11.50i] 2024/05/15 18:04:46: drop RankStage
[1.11.50i] 2024/05/15 18:04:46: enter GameStage
[1.11.50i] 2024/05/15 18:04:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:04:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:04:50: instance MTMw
[1.11.50i] 2024/05/15 18:04:50: pause app
[1.11.50i] 2024/05/15 18:05:01: enter app
[1.11.50i] 2024/05/15 18:05:01: resume app
[1.11.50i] 2024/05/15 18:05:01: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:05:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:05:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:05:25: bind CityInfoStage
[1.11.50i] 2024/05/15 18:05:25: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:05:25: enter CityInfoStage
[1.11.50i] 2024/05/15 18:05:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:05:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:05:33: leave CityInfoStage
[1.11.50i] 2024/05/15 18:05:33: drop CityInfoStage
[1.11.50i] 2024/05/15 18:05:33: enter GameStage
[1.11.50i] 2024/05/15 18:05:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:05:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:07:23: bind CityInfoStage
[1.11.50i] 2024/05/15 18:07:23: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:07:23: enter CityInfoStage
[1.11.50i] 2024/05/15 18:07:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:07:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:07:25: leave CityInfoStage
[1.11.50i] 2024/05/15 18:07:25: drop CityInfoStage
[1.11.50i] 2024/05/15 18:07:25: enter GameStage
[1.11.50i] 2024/05/15 18:07:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:07:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:07:30: pause app
[1.11.50i] 2024/05/15 18:07:53: enter app
[1.11.50i] 2024/05/15 18:07:53: resume app
[1.11.50i] 2024/05/15 18:07:53: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:07:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:07:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:08:12: bind CityInfoStage
[1.11.50i] 2024/05/15 18:08:13: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:08:13: enter CityInfoStage
[1.11.50i] 2024/05/15 18:08:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:08:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:08:20: leave CityInfoStage
[1.11.50i] 2024/05/15 18:08:20: drop CityInfoStage
[1.11.50i] 2024/05/15 18:08:20: enter GameStage
[1.11.50i] 2024/05/15 18:08:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:08:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:08:27: bind CityInfoStage
[1.11.50i] 2024/05/15 18:08:27: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:08:27: enter CityInfoStage
[1.11.50i] 2024/05/15 18:08:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:08:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:08:31: leave CityInfoStage
[1.11.50i] 2024/05/15 18:08:31: drop CityInfoStage
[1.11.50i] 2024/05/15 18:08:31: enter GameStage
[1.11.50i] 2024/05/15 18:08:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:08:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:09:34: bind Store
[1.11.50i] 2024/05/15 18:09:34: prepare Store
[1.11.50i] 2024/05/15 18:09:34: enter Store
[1.11.50i] 2024/05/15 18:09:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:09:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:09:55: bind IOSVideoAdStage
[1.11.50i] 2024/05/15 18:09:55: prepare IOSVideoAdStage
[1.11.50i] 2024/05/15 18:09:55: enter IOSVideoAdStage
[1.11.50i] 2024/05/15 18:09:55: leave IOSVideoAdStage
[1.11.50i] 2024/05/15 18:09:55: drop IOSVideoAdStage
[1.11.50i] 2024/05/15 18:09:55: enter Store
[1.11.50i] 2024/05/15 18:09:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:09:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:10:09: pause app
[1.11.50i] 2024/05/15 18:10:15: enter app
[1.11.50i] 2024/05/15 18:10:15: resume app
[1.11.50i] 2024/05/15 18:10:33: resume -> enter Store
[1.11.50i] 2024/05/15 18:10:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:10:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:10:35: pause app
[1.11.50i] 2024/05/15 18:11:04: enter app
[1.11.50i] 2024/05/15 18:11:04: resume app
[1.11.50i] 2024/05/15 18:11:04: resume -> enter Store
[1.11.50i] 2024/05/15 18:11:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:06: leave Store
[1.11.50i] 2024/05/15 18:11:06: drop Store
[1.11.50i] 2024/05/15 18:11:06: drop GameStage
[1.11.50i] 2024/05/15 18:11:06: drop RegionStage
[1.11.50i] 2024/05/15 18:11:06: Startup
[1.11.50i] 2024/05/15 18:11:06: create() cold start
[1.11.50i] 2024/05/15 18:11:06: translation pt_BR
[1.11.50i] 2024/05/15 18:11:06: instance MTMw
[1.11.50i] 2024/05/15 18:11:06: create() finish
[1.11.50i] 2024/05/15 18:11:06: create() end
[1.11.50i] 2024/05/15 18:11:06: resume app
[1.11.50i] 2024/05/15 18:11:06: refresh
[1.11.50i] 2024/05/15 18:11:06: bind LoadingStage
[1.11.50i] 2024/05/15 18:11:06: prepare LoadingStage
[1.11.50i] 2024/05/15 18:11:06: enter LoadingStage
[1.11.50i] 2024/05/15 18:11:06: loading Warm-up
[1.11.50i] 2024/05/15 18:11:06: loading Startup
[1.11.50i] 2024/05/15 18:11:06: Max texture size 4096
[1.11.50i] 2024/05/15 18:11:06: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 18:11:06: Engine consumes 11MB
[1.11.50i] 2024/05/15 18:11:06: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 18:11:06: loading Texture
[1.11.50i] 2024/05/15 18:11:06: loading Fonts
[1.11.50i] 2024/05/15 18:11:06: loading Skin
[1.11.50i] 2024/05/15 18:11:06: loading Extract files
[1.11.50i] 2024/05/15 18:11:06: loading Frames
[1.11.50i] 2024/05/15 18:11:06: loading Scripting
[1.11.50i] 2024/05/15 18:11:06: loading Collecting drafts
[1.11.50i] 2024/05/15 18:11:06: loading Prefetching images
[1.11.50i] 2024/05/15 18:11:06: loading Loading drafts
[1.11.50i] 2024/05/15 18:11:07: loading Finishing drafts
[1.11.50i] 2024/05/15 18:11:07: loading Loading music
[1.11.50i] 2024/05/15 18:11:07: loading Shaders
[1.11.50i] 2024/05/15 18:11:07: pause app
[1.11.50i] 2024/05/15 18:11:12: enter app
[1.11.50i] 2024/05/15 18:11:12: resume app
[1.11.50i] 2024/05/15 18:11:12: resume -> enter LoadingStage
[1.11.50i] 2024/05/15 18:11:12: loading Topics
[1.11.50i] 2024/05/15 18:11:12: loading Loading textures
[1.11.50i] 2024/05/15 18:11:12: loading Checking winter
[1.11.50i] 2024/05/15 18:11:12: loading Preparing background
[1.11.50i] 2024/05/15 18:11:12: loading Finishing
[1.11.50i] 2024/05/15 18:11:12: leave LoadingStage
[1.11.50i] 2024/05/15 18:11:12: drop LoadingStage
[1.11.50i] 2024/05/15 18:11:12: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:11:12: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:11:12: bind PluginErrorStage
[1.11.50i] 2024/05/15 18:11:12: prepare PluginErrorStage
[1.11.50i] 2024/05/15 18:11:12: bind MissingManifestStage
[1.11.50i] 2024/05/15 18:11:12: prepare MissingManifestStage
[1.11.50i] 2024/05/15 18:11:12: bind WelcomeStage
[1.11.50i] 2024/05/15 18:11:12: prepare WelcomeStage
[1.11.50i] 2024/05/15 18:11:12: enter WelcomeStage
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:12: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 18:11:12: drop PluginErrorStage
[1.11.50i] 2024/05/15 18:11:12: drop MissingManifestStage
[1.11.50i] 2024/05/15 18:11:12: leave WelcomeStage
[1.11.50i] 2024/05/15 18:11:12: drop WelcomeStage
[1.11.50i] 2024/05/15 18:11:12: bind RegionStage
[1.11.50i] 2024/05/15 18:11:12: prepare RegionStage
[1.11.50i] 2024/05/15 18:11:12: enter RegionStage
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:13: instance MTI5
[1.11.50i] 2024/05/15 18:11:13: instance MTMw
[1.11.50i] 2024/05/15 18:11:13: bind LoadWaitingStage
[1.11.50i] 2024/05/15 18:11:13: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 18:11:13: enter LoadWaitingStage
[1.11.50i] 2024/05/15 18:11:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:13: leave LoadWaitingStage
[1.11.50i] 2024/05/15 18:11:13: drop LoadWaitingStage
[1.11.50i] 2024/05/15 18:11:13: bind GameStage
[1.11.50i] 2024/05/15 18:11:13: prepare GameStage
[1.11.50i] 2024/05/15 18:11:13: enter GameStage
[1.11.50i] 2024/05/15 18:11:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:11:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:11:44: pause app
[1.11.50i] 2024/05/15 18:12:15: enter app
[1.11.50i] 2024/05/15 18:12:15: resume app
[1.11.50i] 2024/05/15 18:12:15: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:12:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:12:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:13:45: pause app
[1.11.50i] 2024/05/15 18:16:26: enter app
[1.11.50i] 2024/05/15 18:16:26: resume app
[1.11.50i] 2024/05/15 18:16:26: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:16:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:16:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:17:48: bind CityInfoStage
[1.11.50i] 2024/05/15 18:17:48: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:17:48: enter CityInfoStage
[1.11.50i] 2024/05/15 18:17:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:17:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:17:51: leave CityInfoStage
[1.11.50i] 2024/05/15 18:17:51: drop CityInfoStage
[1.11.50i] 2024/05/15 18:17:51: enter GameStage
[1.11.50i] 2024/05/15 18:17:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:17:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:17:57: bind CityInfoStage
[1.11.50i] 2024/05/15 18:17:57: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:17:57: enter CityInfoStage
[1.11.50i] 2024/05/15 18:17:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:17:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:18:00: leave CityInfoStage
[1.11.50i] 2024/05/15 18:18:00: drop CityInfoStage
[1.11.50i] 2024/05/15 18:18:00: enter GameStage
[1.11.50i] 2024/05/15 18:18:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:18:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:18:39: bind CityInfoStage
[1.11.50i] 2024/05/15 18:18:39: prepare CityInfoStage
[1.11.50i] 2024/05/15 18:18:39: enter CityInfoStage
[1.11.50i] 2024/05/15 18:18:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:18:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:18:46: leave CityInfoStage
[1.11.50i] 2024/05/15 18:18:46: drop CityInfoStage
[1.11.50i] 2024/05/15 18:18:46: enter GameStage
[1.11.50i] 2024/05/15 18:18:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:18:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:19:31: pause app
[1.11.50i] 2024/05/15 18:19:46: enter app
[1.11.50i] 2024/05/15 18:19:46: resume app
[1.11.50i] 2024/05/15 18:19:46: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:19:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:19:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:20:38: pause app
[1.11.50i] 2024/05/15 18:21:00: enter app
[1.11.50i] 2024/05/15 18:21:00: resume app
[1.11.50i] 2024/05/15 18:21:00: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:21:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:21:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:22:51: pause app
[1.11.50i] 2024/05/15 18:23:25: enter app
[1.11.50i] 2024/05/15 18:23:25: resume app
[1.11.50i] 2024/05/15 18:23:25: resume -> enter GameStage
[1.11.50i] 2024/05/15 18:23:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 18:23:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 18:23:39: pause app
[1.11.50i] 2024/05/15 19:38:31: Startup
[1.11.50i] 2024/05/15 19:38:31: create() cold start
[1.11.50i] 2024/05/15 19:38:31: translation pt_BR
[1.11.50i] 2024/05/15 19:38:31: instance MTMw
[1.11.50i] 2024/05/15 19:38:31: create() finish
[1.11.50i] 2024/05/15 19:38:31: create() end
[1.11.50i] 2024/05/15 19:38:31: resume app
[1.11.50i] 2024/05/15 19:38:31: refresh
[1.11.50i] 2024/05/15 19:38:31: bind LoadingStage
[1.11.50i] 2024/05/15 19:38:31: prepare LoadingStage
[1.11.50i] 2024/05/15 19:38:31: enter LoadingStage
[1.11.50i] 2024/05/15 19:38:31: loading Warm-up
[1.11.50i] 2024/05/15 19:38:32: refresh
[1.11.50i] 2024/05/15 19:38:32: loading Startup
[1.11.50i] 2024/05/15 19:38:32: Max texture size 4096
[1.11.50i] 2024/05/15 19:38:32: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 19:38:32: Engine consumes 11MB
[1.11.50i] 2024/05/15 19:38:32: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 19:38:32: loading Texture
[1.11.50i] 2024/05/15 19:38:32: loading Fonts
[1.11.50i] 2024/05/15 19:38:32: loading Skin
[1.11.50i] 2024/05/15 19:38:32: loading Extract files
[1.11.50i] 2024/05/15 19:38:32: loading Frames
[1.11.50i] 2024/05/15 19:38:32: loading Scripting
[1.11.50i] 2024/05/15 19:38:32: loading Collecting drafts
[1.11.50i] 2024/05/15 19:38:34: loading Prefetching images
[1.11.50i] 2024/05/15 19:38:34: loading Loading drafts
[1.11.50i] 2024/05/15 19:38:34: loading Finishing drafts
[1.11.50i] 2024/05/15 19:38:35: loading Loading music
[1.11.50i] 2024/05/15 19:38:35: loading Shaders
[1.11.50i] 2024/05/15 19:38:35: loading Topics
[1.11.50i] 2024/05/15 19:38:35: loading Loading textures
[1.11.50i] 2024/05/15 19:38:35: loading Checking winter
[1.11.50i] 2024/05/15 19:38:35: loading Preparing background
[1.11.50i] 2024/05/15 19:38:35: loading Finishing
[1.11.50i] 2024/05/15 19:38:35: leave LoadingStage
[1.11.50i] 2024/05/15 19:38:35: drop LoadingStage
[1.11.50i] 2024/05/15 19:38:35: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 19:38:35: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 19:38:35: bind PluginErrorStage
[1.11.50i] 2024/05/15 19:38:35: prepare PluginErrorStage
[1.11.50i] 2024/05/15 19:38:35: bind MissingManifestStage
[1.11.50i] 2024/05/15 19:38:35: prepare MissingManifestStage
[1.11.50i] 2024/05/15 19:38:35: bind WelcomeStage
[1.11.50i] 2024/05/15 19:38:35: prepare WelcomeStage
[1.11.50i] 2024/05/15 19:38:35: enter WelcomeStage
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:38:35: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 19:38:35: drop PluginErrorStage
[1.11.50i] 2024/05/15 19:38:35: drop MissingManifestStage
[1.11.50i] 2024/05/15 19:38:35: leave WelcomeStage
[1.11.50i] 2024/05/15 19:38:35: drop WelcomeStage
[1.11.50i] 2024/05/15 19:38:35: bind RegionStage
[1.11.50i] 2024/05/15 19:38:35: prepare RegionStage
[1.11.50i] 2024/05/15 19:38:35: enter RegionStage
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:38:35: instance MTI5
[1.11.50i] 2024/05/15 19:38:35: instance MTMw
[1.11.50i] 2024/05/15 19:38:35: bind LoadWaitingStage
[1.11.50i] 2024/05/15 19:38:35: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 19:38:35: enter LoadWaitingStage
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:38:36: leave LoadWaitingStage
[1.11.50i] 2024/05/15 19:38:36: drop LoadWaitingStage
[1.11.50i] 2024/05/15 19:38:36: bind GameStage
[1.11.50i] 2024/05/15 19:38:36: prepare GameStage
[1.11.50i] 2024/05/15 19:38:36: enter GameStage
[1.11.50i] 2024/05/15 19:38:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:38:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:40:36: bind CityInfoStage
[1.11.50i] 2024/05/15 19:40:36: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:40:36: enter CityInfoStage
[1.11.50i] 2024/05/15 19:40:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:40:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:40:38: leave CityInfoStage
[1.11.50i] 2024/05/15 19:40:38: drop CityInfoStage
[1.11.50i] 2024/05/15 19:40:38: enter GameStage
[1.11.50i] 2024/05/15 19:40:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:40:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:41:03: instance MTMy
[1.11.50i] 2024/05/15 19:41:03: bind RankStage
[1.11.50i] 2024/05/15 19:41:03: prepare RankStage
[1.11.50i] 2024/05/15 19:41:03: enter RankStage
[1.11.50i] 2024/05/15 19:41:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:41:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:41:04: leave RankStage
[1.11.50i] 2024/05/15 19:41:04: drop RankStage
[1.11.50i] 2024/05/15 19:41:04: enter GameStage
[1.11.50i] 2024/05/15 19:41:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:41:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:41:05: bind CityInfoStage
[1.11.50i] 2024/05/15 19:41:05: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:41:05: enter CityInfoStage
[1.11.50i] 2024/05/15 19:41:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:41:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:41:06: leave CityInfoStage
[1.11.50i] 2024/05/15 19:41:06: drop CityInfoStage
[1.11.50i] 2024/05/15 19:41:06: enter GameStage
[1.11.50i] 2024/05/15 19:41:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:41:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:43:41: bind SaveWaitingStage
[1.11.50i] 2024/05/15 19:43:41: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 19:43:41: enter SaveWaitingStage
[1.11.50i] 2024/05/15 19:43:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:43:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:43:41: leave SaveWaitingStage
[1.11.50i] 2024/05/15 19:43:41: drop SaveWaitingStage
[1.11.50i] 2024/05/15 19:43:41: enter GameStage
[1.11.50i] 2024/05/15 19:43:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:43:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:44:45: bind CityInfoStage
[1.11.50i] 2024/05/15 19:44:45: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:44:45: enter CityInfoStage
[1.11.50i] 2024/05/15 19:44:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:44:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:44:46: refresh
[1.11.50i] 2024/05/15 19:44:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:44:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:44:48: leave CityInfoStage
[1.11.50i] 2024/05/15 19:44:48: drop CityInfoStage
[1.11.50i] 2024/05/15 19:44:48: enter GameStage
[1.11.50i] 2024/05/15 19:44:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:44:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:45:24: bind CityInfoStage
[1.11.50i] 2024/05/15 19:45:24: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:45:24: enter CityInfoStage
[1.11.50i] 2024/05/15 19:45:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:45:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:45:25: refresh
[1.11.50i] 2024/05/15 19:45:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:45:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:45:30: leave CityInfoStage
[1.11.50i] 2024/05/15 19:45:30: drop CityInfoStage
[1.11.50i] 2024/05/15 19:45:30: enter GameStage
[1.11.50i] 2024/05/15 19:45:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:45:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:45:38: bind FullPageOfferStage
[1.11.50i] 2024/05/15 19:45:38: prepare FullPageOfferStage
[1.11.50i] 2024/05/15 19:45:38: enter FullPageOfferStage
[1.11.50i] 2024/05/15 19:45:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:45:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:45:53: leave FullPageOfferStage
[1.11.50i] 2024/05/15 19:45:53: drop FullPageOfferStage
[1.11.50i] 2024/05/15 19:45:53: enter GameStage
[1.11.50i] 2024/05/15 19:45:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:45:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:47:58: bind CityInfoStage
[1.11.50i] 2024/05/15 19:47:58: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:47:58: enter CityInfoStage
[1.11.50i] 2024/05/15 19:47:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:47:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:01: leave CityInfoStage
[1.11.50i] 2024/05/15 19:48:01: drop CityInfoStage
[1.11.50i] 2024/05/15 19:48:01: enter GameStage
[1.11.50i] 2024/05/15 19:48:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:36: bind CityInfoStage
[1.11.50i] 2024/05/15 19:48:36: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:48:36: enter CityInfoStage
[1.11.50i] 2024/05/15 19:48:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:37: refresh
[1.11.50i] 2024/05/15 19:48:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:38: leave CityInfoStage
[1.11.50i] 2024/05/15 19:48:38: drop CityInfoStage
[1.11.50i] 2024/05/15 19:48:38: enter GameStage
[1.11.50i] 2024/05/15 19:48:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:57: bind CityInfoStage
[1.11.50i] 2024/05/15 19:48:57: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:48:57: enter CityInfoStage
[1.11.50i] 2024/05/15 19:48:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:58: refresh
[1.11.50i] 2024/05/15 19:48:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:48:58: leave CityInfoStage
[1.11.50i] 2024/05/15 19:48:58: drop CityInfoStage
[1.11.50i] 2024/05/15 19:48:58: enter GameStage
[1.11.50i] 2024/05/15 19:48:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:48:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:14: bind CityInfoStage
[1.11.50i] 2024/05/15 19:49:14: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:49:14: enter CityInfoStage
[1.11.50i] 2024/05/15 19:49:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:15: refresh
[1.11.50i] 2024/05/15 19:49:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:19: leave CityInfoStage
[1.11.50i] 2024/05/15 19:49:19: drop CityInfoStage
[1.11.50i] 2024/05/15 19:49:19: enter GameStage
[1.11.50i] 2024/05/15 19:49:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:43: bind SaveWaitingStage
[1.11.50i] 2024/05/15 19:49:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 19:49:43: enter SaveWaitingStage
[1.11.50i] 2024/05/15 19:49:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:44: leave SaveWaitingStage
[1.11.50i] 2024/05/15 19:49:44: drop SaveWaitingStage
[1.11.50i] 2024/05/15 19:49:44: enter GameStage
[1.11.50i] 2024/05/15 19:49:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:51: bind CityInfoStage
[1.11.50i] 2024/05/15 19:49:51: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:49:51: enter CityInfoStage
[1.11.50i] 2024/05/15 19:49:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:49:55: leave CityInfoStage
[1.11.50i] 2024/05/15 19:49:55: drop CityInfoStage
[1.11.50i] 2024/05/15 19:49:55: enter GameStage
[1.11.50i] 2024/05/15 19:49:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:49:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:52:25: bind CityInfoStage
[1.11.50i] 2024/05/15 19:52:25: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:52:25: enter CityInfoStage
[1.11.50i] 2024/05/15 19:52:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:52:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:52:28: leave CityInfoStage
[1.11.50i] 2024/05/15 19:52:28: drop CityInfoStage
[1.11.50i] 2024/05/15 19:52:28: enter GameStage
[1.11.50i] 2024/05/15 19:52:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:52:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:52:45: pause app
[1.11.50i] 2024/05/15 19:52:47: enter app
[1.11.50i] 2024/05/15 19:52:47: resume app
[1.11.50i] 2024/05/15 19:52:47: resume -> enter GameStage
[1.11.50i] 2024/05/15 19:52:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:52:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:55:59: leave GameStage
[1.11.50i] 2024/05/15 19:55:59: drop GameStage
[1.11.50i] 2024/05/15 19:55:59: bind SaveWaitingStage
[1.11.50i] 2024/05/15 19:55:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 19:55:59: enter SaveWaitingStage
[1.11.50i] 2024/05/15 19:55:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:55:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:00: leave SaveWaitingStage
[1.11.50i] 2024/05/15 19:56:00: drop SaveWaitingStage
[1.11.50i] 2024/05/15 19:56:00: enter RegionStage
[1.11.50i] 2024/05/15 19:56:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:01: bind LoadWaitingStage
[1.11.50i] 2024/05/15 19:56:01: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 19:56:01: enter LoadWaitingStage
[1.11.50i] 2024/05/15 19:56:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:02: leave LoadWaitingStage
[1.11.50i] 2024/05/15 19:56:02: drop LoadWaitingStage
[1.11.50i] 2024/05/15 19:56:02: bind GameStage
[1.11.50i] 2024/05/15 19:56:02: prepare GameStage
[1.11.50i] 2024/05/15 19:56:02: enter GameStage
[1.11.50i] 2024/05/15 19:56:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:02: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 19:56:02: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 19:56:02: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 19:56:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:03: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 19:56:03: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 19:56:03: enter GameStage
[1.11.50i] 2024/05/15 19:56:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:59: bind CityInfoStage
[1.11.50i] 2024/05/15 19:56:59: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:56:59: enter CityInfoStage
[1.11.50i] 2024/05/15 19:56:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:56:59: refresh
[1.11.50i] 2024/05/15 19:56:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:56:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:57:02: leave CityInfoStage
[1.11.50i] 2024/05/15 19:57:02: drop CityInfoStage
[1.11.50i] 2024/05/15 19:57:02: enter GameStage
[1.11.50i] 2024/05/15 19:57:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:57:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:59:58: bind CityInfoStage
[1.11.50i] 2024/05/15 19:59:58: prepare CityInfoStage
[1.11.50i] 2024/05/15 19:59:58: enter CityInfoStage
[1.11.50i] 2024/05/15 19:59:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 19:59:59: refresh
[1.11.50i] 2024/05/15 19:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 19:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:02: leave CityInfoStage
[1.11.50i] 2024/05/15 20:00:02: drop CityInfoStage
[1.11.50i] 2024/05/15 20:00:02: enter GameStage
[1.11.50i] 2024/05/15 20:00:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:04: leave GameStage
[1.11.50i] 2024/05/15 20:00:04: drop GameStage
[1.11.50i] 2024/05/15 20:00:04: bind SaveWaitingStage
[1.11.50i] 2024/05/15 20:00:04: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 20:00:04: enter SaveWaitingStage
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:04: leave SaveWaitingStage
[1.11.50i] 2024/05/15 20:00:04: drop SaveWaitingStage
[1.11.50i] 2024/05/15 20:00:04: enter RegionStage
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:07: bind LoadWaitingStage
[1.11.50i] 2024/05/15 20:00:07: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 20:00:07: enter LoadWaitingStage
[1.11.50i] 2024/05/15 20:00:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:00:07: leave LoadWaitingStage
[1.11.50i] 2024/05/15 20:00:07: drop LoadWaitingStage
[1.11.50i] 2024/05/15 20:00:07: bind GameStage
[1.11.50i] 2024/05/15 20:00:07: prepare GameStage
[1.11.50i] 2024/05/15 20:00:07: enter GameStage
[1.11.50i] 2024/05/15 20:00:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:00:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:14: instance MTM0
[1.11.50i] 2024/05/15 20:01:14: bind RankStage
[1.11.50i] 2024/05/15 20:01:14: prepare RankStage
[1.11.50i] 2024/05/15 20:01:14: enter RankStage
[1.11.50i] 2024/05/15 20:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:15: leave RankStage
[1.11.50i] 2024/05/15 20:01:15: drop RankStage
[1.11.50i] 2024/05/15 20:01:15: enter GameStage
[1.11.50i] 2024/05/15 20:01:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:35: bind CityInfoStage
[1.11.50i] 2024/05/15 20:01:35: prepare CityInfoStage
[1.11.50i] 2024/05/15 20:01:35: enter CityInfoStage
[1.11.50i] 2024/05/15 20:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:36: refresh
[1.11.50i] 2024/05/15 20:01:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:41: leave CityInfoStage
[1.11.50i] 2024/05/15 20:01:41: drop CityInfoStage
[1.11.50i] 2024/05/15 20:01:41: enter GameStage
[1.11.50i] 2024/05/15 20:01:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:01:46: bind IOSVideoAdStage
[1.11.50i] 2024/05/15 20:01:46: prepare IOSVideoAdStage
[1.11.50i] 2024/05/15 20:01:46: enter IOSVideoAdStage
[1.11.50i] 2024/05/15 20:01:46: leave IOSVideoAdStage
[1.11.50i] 2024/05/15 20:01:46: drop IOSVideoAdStage
[1.11.50i] 2024/05/15 20:01:46: enter GameStage
[1.11.50i] 2024/05/15 20:01:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:01:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:26: bind CityInfoStage
[1.11.50i] 2024/05/15 20:04:26: prepare CityInfoStage
[1.11.50i] 2024/05/15 20:04:26: enter CityInfoStage
[1.11.50i] 2024/05/15 20:04:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:27: refresh
[1.11.50i] 2024/05/15 20:04:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:29: leave CityInfoStage
[1.11.50i] 2024/05/15 20:04:29: drop CityInfoStage
[1.11.50i] 2024/05/15 20:04:29: enter GameStage
[1.11.50i] 2024/05/15 20:04:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:30: bind CityInfoStage
[1.11.50i] 2024/05/15 20:04:30: prepare CityInfoStage
[1.11.50i] 2024/05/15 20:04:30: enter CityInfoStage
[1.11.50i] 2024/05/15 20:04:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:32: refresh
[1.11.50i] 2024/05/15 20:04:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:36: leave CityInfoStage
[1.11.50i] 2024/05/15 20:04:36: drop CityInfoStage
[1.11.50i] 2024/05/15 20:04:36: enter GameStage
[1.11.50i] 2024/05/15 20:04:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:04:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:04:41: pause app
[1.11.50i] 2024/05/15 20:38:01: leave GameStage
[1.11.50i] 2024/05/15 20:38:01: drop GameStage
[1.11.50i] 2024/05/15 20:38:01: drop RegionStage
[1.11.50i] 2024/05/15 20:38:41: Startup
[1.11.50i] 2024/05/15 20:38:41: create() cold start
[1.11.50i] 2024/05/15 20:38:41: translation pt_BR
[1.11.50i] 2024/05/15 20:38:41: instance MTM0
[1.11.50i] 2024/05/15 20:38:41: create() finish
[1.11.50i] 2024/05/15 20:38:41: create() end
[1.11.50i] 2024/05/15 20:38:41: resume app
[1.11.50i] 2024/05/15 20:38:41: refresh
[1.11.50i] 2024/05/15 20:38:41: bind LoadingStage
[1.11.50i] 2024/05/15 20:38:41: prepare LoadingStage
[1.11.50i] 2024/05/15 20:38:41: enter LoadingStage
[1.11.50i] 2024/05/15 20:38:41: loading Warm-up
[1.11.50i] 2024/05/15 20:38:41: refresh
[1.11.50i] 2024/05/15 20:38:41: loading Startup
[1.11.50i] 2024/05/15 20:38:41: Max texture size 4096
[1.11.50i] 2024/05/15 20:38:41: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 20:38:41: Engine consumes 11MB
[1.11.50i] 2024/05/15 20:38:41: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 20:38:41: loading Texture
[1.11.50i] 2024/05/15 20:38:41: loading Fonts
[1.11.50i] 2024/05/15 20:38:41: loading Skin
[1.11.50i] 2024/05/15 20:38:41: loading Extract files
[1.11.50i] 2024/05/15 20:38:41: loading Frames
[1.11.50i] 2024/05/15 20:38:42: loading Scripting
[1.11.50i] 2024/05/15 20:38:42: loading Collecting drafts
[1.11.50i] 2024/05/15 20:38:44: loading Prefetching images
[1.11.50i] 2024/05/15 20:38:44: loading Loading drafts
[1.11.50i] 2024/05/15 20:38:44: loading Finishing drafts
[1.11.50i] 2024/05/15 20:38:44: loading Loading music
[1.11.50i] 2024/05/15 20:38:44: loading Shaders
[1.11.50i] 2024/05/15 20:38:44: loading Topics
[1.11.50i] 2024/05/15 20:38:44: loading Loading textures
[1.11.50i] 2024/05/15 20:38:45: loading Checking winter
[1.11.50i] 2024/05/15 20:38:45: loading Preparing background
[1.11.50i] 2024/05/15 20:38:45: loading Finishing
[1.11.50i] 2024/05/15 20:38:45: leave LoadingStage
[1.11.50i] 2024/05/15 20:38:45: drop LoadingStage
[1.11.50i] 2024/05/15 20:38:45: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 20:38:45: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 20:38:45: bind PluginErrorStage
[1.11.50i] 2024/05/15 20:38:45: prepare PluginErrorStage
[1.11.50i] 2024/05/15 20:38:45: bind MissingManifestStage
[1.11.50i] 2024/05/15 20:38:45: prepare MissingManifestStage
[1.11.50i] 2024/05/15 20:38:45: bind WelcomeStage
[1.11.50i] 2024/05/15 20:38:45: prepare WelcomeStage
[1.11.50i] 2024/05/15 20:38:45: enter WelcomeStage
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:45: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 20:38:45: drop PluginErrorStage
[1.11.50i] 2024/05/15 20:38:45: drop MissingManifestStage
[1.11.50i] 2024/05/15 20:38:45: leave WelcomeStage
[1.11.50i] 2024/05/15 20:38:45: drop WelcomeStage
[1.11.50i] 2024/05/15 20:38:45: bind RegionStage
[1.11.50i] 2024/05/15 20:38:45: prepare RegionStage
[1.11.50i] 2024/05/15 20:38:45: enter RegionStage
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:45: instance MTMz
[1.11.50i] 2024/05/15 20:38:45: instance MTM0
[1.11.50i] 2024/05/15 20:38:45: bind LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:45: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:45: enter LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:45: leave LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:45: drop LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:45: bind GameStage
[1.11.50i] 2024/05/15 20:38:45: prepare GameStage
[1.11.50i] 2024/05/15 20:38:45: enter GameStage
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:51: leave GameStage
[1.11.50i] 2024/05/15 20:38:51: drop GameStage
[1.11.50i] 2024/05/15 20:38:51: bind SaveWaitingStage
[1.11.50i] 2024/05/15 20:38:51: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 20:38:51: enter SaveWaitingStage
[1.11.50i] 2024/05/15 20:38:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:51: leave SaveWaitingStage
[1.11.50i] 2024/05/15 20:38:51: drop SaveWaitingStage
[1.11.50i] 2024/05/15 20:38:51: enter RegionStage
[1.11.50i] 2024/05/15 20:38:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:53: bind LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:53: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:53: enter LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:38:53: leave LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:53: drop LoadWaitingStage
[1.11.50i] 2024/05/15 20:38:53: bind GameStage
[1.11.50i] 2024/05/15 20:38:53: prepare GameStage
[1.11.50i] 2024/05/15 20:38:53: enter GameStage
[1.11.50i] 2024/05/15 20:38:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:38:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:41:18: instance MTM2
[1.11.50i] 2024/05/15 20:41:18: bind RankStage
[1.11.50i] 2024/05/15 20:41:18: prepare RankStage
[1.11.50i] 2024/05/15 20:41:18: enter RankStage
[1.11.50i] 2024/05/15 20:41:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:41:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:41:26: leave RankStage
[1.11.50i] 2024/05/15 20:41:26: drop RankStage
[1.11.50i] 2024/05/15 20:41:26: enter GameStage
[1.11.50i] 2024/05/15 20:41:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:41:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:42:49: bind CityInfoStage
[1.11.50i] 2024/05/15 20:42:49: prepare CityInfoStage
[1.11.50i] 2024/05/15 20:42:49: enter CityInfoStage
[1.11.50i] 2024/05/15 20:42:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:42:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:42:52: leave CityInfoStage
[1.11.50i] 2024/05/15 20:42:52: drop CityInfoStage
[1.11.50i] 2024/05/15 20:42:52: enter GameStage
[1.11.50i] 2024/05/15 20:42:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:42:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:43:59: bind SaveWaitingStage
[1.11.50i] 2024/05/15 20:43:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 20:43:59: enter SaveWaitingStage
[1.11.50i] 2024/05/15 20:43:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:43:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:44:00: leave SaveWaitingStage
[1.11.50i] 2024/05/15 20:44:00: drop SaveWaitingStage
[1.11.50i] 2024/05/15 20:44:00: enter GameStage
[1.11.50i] 2024/05/15 20:44:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:44:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:47:59: instance MTM4
[1.11.50i] 2024/05/15 20:47:59: bind RankStage
[1.11.50i] 2024/05/15 20:47:59: prepare RankStage
[1.11.50i] 2024/05/15 20:47:59: enter RankStage
[1.11.50i] 2024/05/15 20:47:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:47:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:48:00: leave RankStage
[1.11.50i] 2024/05/15 20:48:00: drop RankStage
[1.11.50i] 2024/05/15 20:48:00: enter GameStage
[1.11.50i] 2024/05/15 20:48:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:48:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:48:59: bind SaveWaitingStage
[1.11.50i] 2024/05/15 20:48:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/15 20:48:59: enter SaveWaitingStage
[1.11.50i] 2024/05/15 20:48:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:48:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:49:00: leave SaveWaitingStage
[1.11.50i] 2024/05/15 20:49:00: drop SaveWaitingStage
[1.11.50i] 2024/05/15 20:49:00: enter GameStage
[1.11.50i] 2024/05/15 20:49:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:49:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:49:39: bind CityInfoStage
[1.11.50i] 2024/05/15 20:49:39: prepare CityInfoStage
[1.11.50i] 2024/05/15 20:49:39: enter CityInfoStage
[1.11.50i] 2024/05/15 20:49:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:49:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:49:40: leave CityInfoStage
[1.11.50i] 2024/05/15 20:49:40: drop CityInfoStage
[1.11.50i] 2024/05/15 20:49:40: enter GameStage
[1.11.50i] 2024/05/15 20:49:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 20:49:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 20:51:41: pause app
[1.11.50i] 2024/05/15 20:51:42: leave GameStage
[1.11.50i] 2024/05/15 20:51:42: drop GameStage
[1.11.50i] 2024/05/15 20:51:42: drop RegionStage
[1.11.50i] 2024/05/15 21:29:54: Startup
[1.11.50i] 2024/05/15 21:29:54: create() cold start
[1.11.50i] 2024/05/15 21:29:54: translation pt_BR
[1.11.50i] 2024/05/15 21:29:54: instance MTM4
[1.11.50i] 2024/05/15 21:29:54: create() finish
[1.11.50i] 2024/05/15 21:29:54: create() end
[1.11.50i] 2024/05/15 21:29:54: resume app
[1.11.50i] 2024/05/15 21:29:54: refresh
[1.11.50i] 2024/05/15 21:29:54: bind LoadingStage
[1.11.50i] 2024/05/15 21:29:54: prepare LoadingStage
[1.11.50i] 2024/05/15 21:29:55: enter LoadingStage
[1.11.50i] 2024/05/15 21:29:55: loading Warm-up
[1.11.50i] 2024/05/15 21:29:55: refresh
[1.11.50i] 2024/05/15 21:29:55: loading Startup
[1.11.50i] 2024/05/15 21:29:55: Max texture size 4096
[1.11.50i] 2024/05/15 21:29:55: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 21:29:55: Engine consumes 11MB
[1.11.50i] 2024/05/15 21:29:55: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 21:29:55: loading Texture
[1.11.50i] 2024/05/15 21:29:55: loading Fonts
[1.11.50i] 2024/05/15 21:29:55: loading Skin
[1.11.50i] 2024/05/15 21:29:55: loading Extract files
[1.11.50i] 2024/05/15 21:29:55: loading Frames
[1.11.50i] 2024/05/15 21:29:55: loading Scripting
[1.11.50i] 2024/05/15 21:29:55: loading Collecting drafts
[1.11.50i] 2024/05/15 21:29:57: loading Prefetching images
[1.11.50i] 2024/05/15 21:29:57: loading Loading drafts
[1.11.50i] 2024/05/15 21:29:58: loading Finishing drafts
[1.11.50i] 2024/05/15 21:29:58: loading Loading music
[1.11.50i] 2024/05/15 21:29:58: loading Shaders
[1.11.50i] 2024/05/15 21:29:58: loading Topics
[1.11.50i] 2024/05/15 21:29:58: loading Loading textures
[1.11.50i] 2024/05/15 21:29:58: loading Checking winter
[1.11.50i] 2024/05/15 21:29:58: loading Preparing background
[1.11.50i] 2024/05/15 21:29:58: loading Finishing
[1.11.50i] 2024/05/15 21:29:58: leave LoadingStage
[1.11.50i] 2024/05/15 21:29:58: drop LoadingStage
[1.11.50i] 2024/05/15 21:29:58: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 21:29:58: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 21:29:58: bind PluginErrorStage
[1.11.50i] 2024/05/15 21:29:58: prepare PluginErrorStage
[1.11.50i] 2024/05/15 21:29:58: bind MissingManifestStage
[1.11.50i] 2024/05/15 21:29:58: prepare MissingManifestStage
[1.11.50i] 2024/05/15 21:29:58: bind WelcomeStage
[1.11.50i] 2024/05/15 21:29:59: prepare WelcomeStage
[1.11.50i] 2024/05/15 21:29:59: enter WelcomeStage
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:29:59: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 21:29:59: drop PluginErrorStage
[1.11.50i] 2024/05/15 21:29:59: drop MissingManifestStage
[1.11.50i] 2024/05/15 21:29:59: leave WelcomeStage
[1.11.50i] 2024/05/15 21:29:59: drop WelcomeStage
[1.11.50i] 2024/05/15 21:29:59: bind RegionStage
[1.11.50i] 2024/05/15 21:29:59: prepare RegionStage
[1.11.50i] 2024/05/15 21:29:59: enter RegionStage
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:29:59: instance MTM3
[1.11.50i] 2024/05/15 21:29:59: instance MTM4
[1.11.50i] 2024/05/15 21:29:59: bind LoadWaitingStage
[1.11.50i] 2024/05/15 21:29:59: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 21:29:59: enter LoadWaitingStage
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:29:59: leave LoadWaitingStage
[1.11.50i] 2024/05/15 21:29:59: drop LoadWaitingStage
[1.11.50i] 2024/05/15 21:29:59: bind GameStage
[1.11.50i] 2024/05/15 21:29:59: prepare GameStage
[1.11.50i] 2024/05/15 21:29:59: enter GameStage
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:29:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:30:33: pause app
[1.11.50i] 2024/05/15 21:31:00: enter app
[1.11.50i] 2024/05/15 21:31:00: resume app
[1.11.50i] 2024/05/15 21:31:00: resume -> enter GameStage
[1.11.50i] 2024/05/15 21:31:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:31:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:31:05: pause app
[1.11.50i] 2024/05/15 21:31:05: enter app
[1.11.50i] 2024/05/15 21:31:05: resume app
[1.11.50i] 2024/05/15 21:31:05: resume -> enter GameStage
[1.11.50i] 2024/05/15 21:31:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:31:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:31:05: bind CityInfoStage
[1.11.50i] 2024/05/15 21:31:05: prepare CityInfoStage
[1.11.50i] 2024/05/15 21:31:05: enter CityInfoStage
[1.11.50i] 2024/05/15 21:31:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:31:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:31:06: pause app
[1.11.50i] 2024/05/15 21:31:20: enter app
[1.11.50i] 2024/05/15 21:31:20: resume app
[1.11.50i] 2024/05/15 21:31:20: resume -> enter CityInfoStage
[1.11.50i] 2024/05/15 21:31:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:31:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:31:21: leave CityInfoStage
[1.11.50i] 2024/05/15 21:31:21: drop CityInfoStage
[1.11.50i] 2024/05/15 21:31:21: enter GameStage
[1.11.50i] 2024/05/15 21:31:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 21:31:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 21:36:14: pause app
[1.11.50i] 2024/05/15 22:57:51: Startup
[1.11.50i] 2024/05/15 22:57:51: create() cold start
[1.11.50i] 2024/05/15 22:57:51: translation pt_BR
[1.11.50i] 2024/05/15 22:57:51: instance MTM4
[1.11.50i] 2024/05/15 22:57:51: create() finish
[1.11.50i] 2024/05/15 22:57:51: create() end
[1.11.50i] 2024/05/15 22:57:51: resume app
[1.11.50i] 2024/05/15 22:57:51: refresh
[1.11.50i] 2024/05/15 22:57:51: bind LoadingStage
[1.11.50i] 2024/05/15 22:57:51: prepare LoadingStage
[1.11.50i] 2024/05/15 22:57:52: enter LoadingStage
[1.11.50i] 2024/05/15 22:57:52: loading Warm-up
[1.11.50i] 2024/05/15 22:57:52: refresh
[1.11.50i] 2024/05/15 22:57:52: loading Startup
[1.11.50i] 2024/05/15 22:57:52: Max texture size 4096
[1.11.50i] 2024/05/15 22:57:52: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/15 22:57:52: Engine consumes 11MB
[1.11.50i] 2024/05/15 22:57:52: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/15 22:57:52: loading Texture
[1.11.50i] 2024/05/15 22:57:52: loading Fonts
[1.11.50i] 2024/05/15 22:57:52: loading Skin
[1.11.50i] 2024/05/15 22:57:52: loading Extract files
[1.11.50i] 2024/05/15 22:57:52: loading Frames
[1.11.50i] 2024/05/15 22:57:52: loading Scripting
[1.11.50i] 2024/05/15 22:57:52: loading Collecting drafts
[1.11.50i] 2024/05/15 22:57:54: loading Prefetching images
[1.11.50i] 2024/05/15 22:57:54: loading Loading drafts
[1.11.50i] 2024/05/15 22:57:55: loading Finishing drafts
[1.11.50i] 2024/05/15 22:57:55: loading Loading music
[1.11.50i] 2024/05/15 22:57:55: loading Shaders
[1.11.50i] 2024/05/15 22:57:55: loading Topics
[1.11.50i] 2024/05/15 22:57:55: loading Loading textures
[1.11.50i] 2024/05/15 22:57:55: loading Checking winter
[1.11.50i] 2024/05/15 22:57:55: loading Preparing background
[1.11.50i] 2024/05/15 22:57:55: loading Finishing
[1.11.50i] 2024/05/15 22:57:55: leave LoadingStage
[1.11.50i] 2024/05/15 22:57:55: drop LoadingStage
[1.11.50i] 2024/05/15 22:57:55: bind MissingScriptPermsStage
[1.11.50i] 2024/05/15 22:57:55: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/15 22:57:55: bind PluginErrorStage
[1.11.50i] 2024/05/15 22:57:55: prepare PluginErrorStage
[1.11.50i] 2024/05/15 22:57:55: bind MissingManifestStage
[1.11.50i] 2024/05/15 22:57:55: prepare MissingManifestStage
[1.11.50i] 2024/05/15 22:57:55: bind WelcomeStage
[1.11.50i] 2024/05/15 22:57:55: prepare WelcomeStage
[1.11.50i] 2024/05/15 22:57:55: enter WelcomeStage
[1.11.50i] 2024/05/15 22:57:55: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:55: drop MissingScriptPermsStage
[1.11.50i] 2024/05/15 22:57:55: drop PluginErrorStage
[1.11.50i] 2024/05/15 22:57:55: drop MissingManifestStage
[1.11.50i] 2024/05/15 22:57:55: leave WelcomeStage
[1.11.50i] 2024/05/15 22:57:55: drop WelcomeStage
[1.11.50i] 2024/05/15 22:57:55: bind RegionStage
[1.11.50i] 2024/05/15 22:57:55: prepare RegionStage
[1.11.50i] 2024/05/15 22:57:56: enter RegionStage
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:56: instance MTM3
[1.11.50i] 2024/05/15 22:57:56: instance MTM4
[1.11.50i] 2024/05/15 22:57:56: bind LoadWaitingStage
[1.11.50i] 2024/05/15 22:57:56: prepare LoadWaitingStage
[1.11.50i] 2024/05/15 22:57:56: enter LoadWaitingStage
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:56: leave LoadWaitingStage
[1.11.50i] 2024/05/15 22:57:56: drop LoadWaitingStage
[1.11.50i] 2024/05/15 22:57:56: bind GameStage
[1.11.50i] 2024/05/15 22:57:56: prepare GameStage
[1.11.50i] 2024/05/15 22:57:56: enter GameStage
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:56: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 22:57:56: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 22:57:56: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:57:57: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 22:57:57: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/15 22:57:57: enter GameStage
[1.11.50i] 2024/05/15 22:57:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:57:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:58:23: bind CityInfoStage
[1.11.50i] 2024/05/15 22:58:23: prepare CityInfoStage
[1.11.50i] 2024/05/15 22:58:23: enter CityInfoStage
[1.11.50i] 2024/05/15 22:58:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:58:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:58:24: leave CityInfoStage
[1.11.50i] 2024/05/15 22:58:24: drop CityInfoStage
[1.11.50i] 2024/05/15 22:58:24: enter GameStage
[1.11.50i] 2024/05/15 22:58:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/15 22:58:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/15 22:59:27: pause app
[1.11.50i] 2024/05/16 10:17:42: Startup
[1.11.50i] 2024/05/16 10:17:42: create() cold start
[1.11.50i] 2024/05/16 10:17:42: translation pt_BR
[1.11.50i] 2024/05/16 10:17:42: instance MTM4
[1.11.50i] 2024/05/16 10:17:42: create() finish
[1.11.50i] 2024/05/16 10:17:42: create() end
[1.11.50i] 2024/05/16 10:17:42: resume app
[1.11.50i] 2024/05/16 10:17:42: refresh
[1.11.50i] 2024/05/16 10:17:42: bind LoadingStage
[1.11.50i] 2024/05/16 10:17:42: prepare LoadingStage
[1.11.50i] 2024/05/16 10:17:42: enter LoadingStage
[1.11.50i] 2024/05/16 10:17:42: loading Warm-up
[1.11.50i] 2024/05/16 10:17:42: refresh
[1.11.50i] 2024/05/16 10:17:42: loading Startup
[1.11.50i] 2024/05/16 10:17:42: Max texture size 4096
[1.11.50i] 2024/05/16 10:17:42: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/16 10:17:42: Engine consumes 11MB
[1.11.50i] 2024/05/16 10:17:42: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/16 10:17:42: loading Texture
[1.11.50i] 2024/05/16 10:17:42: loading Fonts
[1.11.50i] 2024/05/16 10:17:42: loading Skin
[1.11.50i] 2024/05/16 10:17:42: loading Extract files
[1.11.50i] 2024/05/16 10:17:42: loading Frames
[1.11.50i] 2024/05/16 10:17:42: loading Scripting
[1.11.50i] 2024/05/16 10:17:42: loading Collecting drafts
[1.11.50i] 2024/05/16 10:17:45: loading Prefetching images
[1.11.50i] 2024/05/16 10:17:45: loading Loading drafts
[1.11.50i] 2024/05/16 10:17:45: loading Finishing drafts
[1.11.50i] 2024/05/16 10:17:45: loading Loading music
[1.11.50i] 2024/05/16 10:17:45: loading Shaders
[1.11.50i] 2024/05/16 10:17:45: loading Topics
[1.11.50i] 2024/05/16 10:17:45: loading Loading textures
[1.11.50i] 2024/05/16 10:17:46: loading Checking winter
[1.11.50i] 2024/05/16 10:17:46: loading Preparing background
[1.11.50i] 2024/05/16 10:17:46: loading Finishing
[1.11.50i] 2024/05/16 10:17:46: leave LoadingStage
[1.11.50i] 2024/05/16 10:17:46: drop LoadingStage
[1.11.50i] 2024/05/16 10:17:46: bind MissingScriptPermsStage
[1.11.50i] 2024/05/16 10:17:46: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/16 10:17:46: bind PluginErrorStage
[1.11.50i] 2024/05/16 10:17:46: prepare PluginErrorStage
[1.11.50i] 2024/05/16 10:17:46: bind MissingManifestStage
[1.11.50i] 2024/05/16 10:17:46: prepare MissingManifestStage
[1.11.50i] 2024/05/16 10:17:46: bind WelcomeStage
[1.11.50i] 2024/05/16 10:17:46: prepare WelcomeStage
[1.11.50i] 2024/05/16 10:17:46: enter WelcomeStage
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:46: drop MissingScriptPermsStage
[1.11.50i] 2024/05/16 10:17:46: drop PluginErrorStage
[1.11.50i] 2024/05/16 10:17:46: drop MissingManifestStage
[1.11.50i] 2024/05/16 10:17:46: leave WelcomeStage
[1.11.50i] 2024/05/16 10:17:46: drop WelcomeStage
[1.11.50i] 2024/05/16 10:17:46: bind RegionStage
[1.11.50i] 2024/05/16 10:17:46: prepare RegionStage
[1.11.50i] 2024/05/16 10:17:46: enter RegionStage
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:46: instance MTM3
[1.11.50i] 2024/05/16 10:17:46: instance MTM4
[1.11.50i] 2024/05/16 10:17:46: bind LoadWaitingStage
[1.11.50i] 2024/05/16 10:17:46: prepare LoadWaitingStage
[1.11.50i] 2024/05/16 10:17:46: enter LoadWaitingStage
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:47: leave LoadWaitingStage
[1.11.50i] 2024/05/16 10:17:47: drop LoadWaitingStage
[1.11.50i] 2024/05/16 10:17:47: bind GameStage
[1.11.50i] 2024/05/16 10:17:47: prepare GameStage
[1.11.50i] 2024/05/16 10:17:47: enter GameStage
[1.11.50i] 2024/05/16 10:17:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:47: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 10:17:47: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 10:17:47: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 10:17:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:17:48: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 10:17:48: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 10:17:48: enter GameStage
[1.11.50i] 2024/05/16 10:17:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:17:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:18:01: bind CityInfoStage
[1.11.50i] 2024/05/16 10:18:01: prepare CityInfoStage
[1.11.50i] 2024/05/16 10:18:01: enter CityInfoStage
[1.11.50i] 2024/05/16 10:18:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:18:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:18:06: leave CityInfoStage
[1.11.50i] 2024/05/16 10:18:06: drop CityInfoStage
[1.11.50i] 2024/05/16 10:18:06: enter GameStage
[1.11.50i] 2024/05/16 10:18:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:18:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:03: instance MTQw
[1.11.50i] 2024/05/16 10:21:03: bind RankStage
[1.11.50i] 2024/05/16 10:21:03: prepare RankStage
[1.11.50i] 2024/05/16 10:21:03: enter RankStage
[1.11.50i] 2024/05/16 10:21:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:04: leave RankStage
[1.11.50i] 2024/05/16 10:21:04: drop RankStage
[1.11.50i] 2024/05/16 10:21:04: enter GameStage
[1.11.50i] 2024/05/16 10:21:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:05: bind CityInfoStage
[1.11.50i] 2024/05/16 10:21:05: prepare CityInfoStage
[1.11.50i] 2024/05/16 10:21:05: enter CityInfoStage
[1.11.50i] 2024/05/16 10:21:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:06: leave CityInfoStage
[1.11.50i] 2024/05/16 10:21:06: drop CityInfoStage
[1.11.50i] 2024/05/16 10:21:06: enter GameStage
[1.11.50i] 2024/05/16 10:21:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:16: instance MTYw
[1.11.50i] 2024/05/16 10:21:31: bind FeaturesStage
[1.11.50i] 2024/05/16 10:21:31: prepare FeaturesStage
[1.11.50i] 2024/05/16 10:21:31: enter FeaturesStage
[1.11.50i] 2024/05/16 10:21:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:21:34: leave FeaturesStage
[1.11.50i] 2024/05/16 10:21:34: drop FeaturesStage
[1.11.50i] 2024/05/16 10:21:34: enter GameStage
[1.11.50i] 2024/05/16 10:21:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:21:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:22:03: bind FeaturesStage
[1.11.50i] 2024/05/16 10:22:03: prepare FeaturesStage
[1.11.50i] 2024/05/16 10:22:03: enter FeaturesStage
[1.11.50i] 2024/05/16 10:22:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:22:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:23:17: leave FeaturesStage
[1.11.50i] 2024/05/16 10:23:17: drop FeaturesStage
[1.11.50i] 2024/05/16 10:23:17: enter GameStage
[1.11.50i] 2024/05/16 10:23:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:23:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:24:19: bind SaveWaitingStage
[1.11.50i] 2024/05/16 10:24:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/16 10:24:19: enter SaveWaitingStage
[1.11.50i] 2024/05/16 10:24:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:24:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:24:19: leave SaveWaitingStage
[1.11.50i] 2024/05/16 10:24:19: drop SaveWaitingStage
[1.11.50i] 2024/05/16 10:24:19: enter GameStage
[1.11.50i] 2024/05/16 10:24:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:24:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:27:16: bind CityInfoStage
[1.11.50i] 2024/05/16 10:27:16: prepare CityInfoStage
[1.11.50i] 2024/05/16 10:27:16: enter CityInfoStage
[1.11.50i] 2024/05/16 10:27:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:27:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:27:17: refresh
[1.11.50i] 2024/05/16 10:27:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:27:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:27:18: leave CityInfoStage
[1.11.50i] 2024/05/16 10:27:18: drop CityInfoStage
[1.11.50i] 2024/05/16 10:27:18: enter GameStage
[1.11.50i] 2024/05/16 10:27:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:27:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:27:23: pause app
[1.11.50i] 2024/05/16 10:28:08: enter app
[1.11.50i] 2024/05/16 10:28:08: resume app
[1.11.50i] 2024/05/16 10:28:08: resume -> enter GameStage
[1.11.50i] 2024/05/16 10:28:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:28:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:29:10: bind CityInfoStage
[1.11.50i] 2024/05/16 10:29:10: prepare CityInfoStage
[1.11.50i] 2024/05/16 10:29:10: enter CityInfoStage
[1.11.50i] 2024/05/16 10:29:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:29:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:29:14: leave CityInfoStage
[1.11.50i] 2024/05/16 10:29:14: drop CityInfoStage
[1.11.50i] 2024/05/16 10:29:14: enter GameStage
[1.11.50i] 2024/05/16 10:29:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 10:29:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 10:31:16: pause app
[1.11.50i] 2024/05/16 14:05:06: Startup
[1.11.50i] 2024/05/16 14:05:06: create() cold start
[1.11.50i] 2024/05/16 14:05:06: Download
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImp
l.java:89)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.connect(HttpsURLConnectionI
mpl.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager
.java:90)
at info.flowersoft.theotown.resources.ConfigManager$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.50i] 2024/05/16 14:05:06: Time


java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at java.net.URL.openStream(URL.java:470)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.50i] 2024/05/16 14:05:06: translation pt_BR


[1.11.50i] 2024/05/16 14:05:06: instance MTYw
[1.11.50i] 2024/05/16 14:05:06: create() finish
[1.11.50i] 2024/05/16 14:05:06: create() end
[1.11.50i] 2024/05/16 14:05:06: resume app
[1.11.50i] 2024/05/16 14:05:06: refresh
[1.11.50i] 2024/05/16 14:05:06: bind LoadingStage
[1.11.50i] 2024/05/16 14:05:06: prepare LoadingStage
[1.11.50i] 2024/05/16 14:05:06: enter LoadingStage
[1.11.50i] 2024/05/16 14:05:06: loading Warm-up
[1.11.50i] 2024/05/16 14:05:07: refresh
[1.11.50i] 2024/05/16 14:05:07: loading Startup
[1.11.50i] 2024/05/16 14:05:07: Max texture size 4096
[1.11.50i] 2024/05/16 14:05:07: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/16 14:05:07: Engine consumes 11MB
[1.11.50i] 2024/05/16 14:05:07: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/16 14:05:07: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.50i] 2024/05/16 14:05:07: General


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.50i] 2024/05/16 14:05:07: loading Texture


[1.11.50i] 2024/05/16 14:05:07: loading Fonts
[1.11.50i] 2024/05/16 14:05:07: loading Skin
[1.11.50i] 2024/05/16 14:05:07: loading Extract files
[1.11.50i] 2024/05/16 14:05:07: loading Frames
[1.11.50i] 2024/05/16 14:05:07: loading Scripting
[1.11.50i] 2024/05/16 14:05:07: loading Collecting drafts
[1.11.50i] 2024/05/16 14:05:07: loading Prefetching images
[1.11.50i] 2024/05/16 14:05:07: loading Loading drafts
[1.11.50i] 2024/05/16 14:05:07: loading Finishing drafts
[1.11.50i] 2024/05/16 14:05:07: loading Loading music
[1.11.50i] 2024/05/16 14:05:07: loading Shaders
[1.11.50i] 2024/05/16 14:05:08: loading Topics
[1.11.50i] 2024/05/16 14:05:08: loading Loading textures
[1.11.50i] 2024/05/16 14:05:08: loading Checking winter
[1.11.50i] 2024/05/16 14:05:08: loading Preparing background
[1.11.50i] 2024/05/16 14:05:08: loading Finishing
[1.11.50i] 2024/05/16 14:05:08: leave LoadingStage
[1.11.50i] 2024/05/16 14:05:08: drop LoadingStage
[1.11.50i] 2024/05/16 14:05:08: bind MissingScriptPermsStage
[1.11.50i] 2024/05/16 14:05:08: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/16 14:05:08: bind PluginErrorStage
[1.11.50i] 2024/05/16 14:05:08: prepare PluginErrorStage
[1.11.50i] 2024/05/16 14:05:08: bind MissingManifestStage
[1.11.50i] 2024/05/16 14:05:08: prepare MissingManifestStage
[1.11.50i] 2024/05/16 14:05:08: bind WelcomeStage
[1.11.50i] 2024/05/16 14:05:08: prepare WelcomeStage
[1.11.50i] 2024/05/16 14:05:08: enter WelcomeStage
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:08: drop MissingScriptPermsStage
[1.11.50i] 2024/05/16 14:05:08: drop PluginErrorStage
[1.11.50i] 2024/05/16 14:05:08: drop MissingManifestStage
[1.11.50i] 2024/05/16 14:05:08: leave WelcomeStage
[1.11.50i] 2024/05/16 14:05:08: drop WelcomeStage
[1.11.50i] 2024/05/16 14:05:08: bind RegionStage
[1.11.50i] 2024/05/16 14:05:08: prepare RegionStage
[1.11.50i] 2024/05/16 14:05:08: enter RegionStage
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:08: instance MTU5
[1.11.50i] 2024/05/16 14:05:08: instance MTYw
[1.11.50i] 2024/05/16 14:05:08: bind LoadWaitingStage
[1.11.50i] 2024/05/16 14:05:08: prepare LoadWaitingStage
[1.11.50i] 2024/05/16 14:05:08: enter LoadWaitingStage
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:09: leave LoadWaitingStage
[1.11.50i] 2024/05/16 14:05:09: drop LoadWaitingStage
[1.11.50i] 2024/05/16 14:05:09: bind GameStage
[1.11.50i] 2024/05/16 14:05:09: prepare GameStage
[1.11.50i] 2024/05/16 14:05:09: enter GameStage
[1.11.50i] 2024/05/16 14:05:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:09: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 14:05:09: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 14:05:09: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 14:05:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:10: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 14:05:10: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 14:05:10: enter GameStage
[1.11.50i] 2024/05/16 14:05:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:16: pause app
[1.11.50i] 2024/05/16 14:05:18: enter app
[1.11.50i] 2024/05/16 14:05:18: resume app
[1.11.50i] 2024/05/16 14:05:18: resume -> enter GameStage
[1.11.50i] 2024/05/16 14:05:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:18: bind CityInfoStage
[1.11.50i] 2024/05/16 14:05:18: prepare CityInfoStage
[1.11.50i] 2024/05/16 14:05:18: enter CityInfoStage
[1.11.50i] 2024/05/16 14:05:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:05:23: leave CityInfoStage
[1.11.50i] 2024/05/16 14:05:23: drop CityInfoStage
[1.11.50i] 2024/05/16 14:05:23: enter GameStage
[1.11.50i] 2024/05/16 14:05:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 14:05:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 14:06:28: pause app
[1.11.50i] 2024/05/16 14:30:10: leave GameStage
[1.11.50i] 2024/05/16 14:30:10: drop GameStage
[1.11.50i] 2024/05/16 14:30:10: drop RegionStage
[1.11.50i] 2024/05/16 22:08:18: Startup
[1.11.50i] 2024/05/16 22:08:18: create() cold start
[1.11.50i] 2024/05/16 22:08:18: translation pt_BR
[1.11.50i] 2024/05/16 22:08:18: instance MTYw
[1.11.50i] 2024/05/16 22:08:18: create() finish
[1.11.50i] 2024/05/16 22:08:18: create() end
[1.11.50i] 2024/05/16 22:08:18: resume app
[1.11.50i] 2024/05/16 22:08:18: refresh
[1.11.50i] 2024/05/16 22:08:18: bind LoadingStage
[1.11.50i] 2024/05/16 22:08:18: prepare LoadingStage
[1.11.50i] 2024/05/16 22:08:19: enter LoadingStage
[1.11.50i] 2024/05/16 22:08:19: loading Warm-up
[1.11.50i] 2024/05/16 22:08:19: refresh
[1.11.50i] 2024/05/16 22:08:19: loading Startup
[1.11.50i] 2024/05/16 22:08:19: Max texture size 4096
[1.11.50i] 2024/05/16 22:08:19: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/16 22:08:19: Engine consumes 11MB
[1.11.50i] 2024/05/16 22:08:19: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/16 22:08:19: loading Texture
[1.11.50i] 2024/05/16 22:08:19: loading Fonts
[1.11.50i] 2024/05/16 22:08:19: loading Skin
[1.11.50i] 2024/05/16 22:08:19: loading Extract files
[1.11.50i] 2024/05/16 22:08:19: loading Frames
[1.11.50i] 2024/05/16 22:08:19: loading Scripting
[1.11.50i] 2024/05/16 22:08:19: loading Collecting drafts
[1.11.50i] 2024/05/16 22:08:21: loading Prefetching images
[1.11.50i] 2024/05/16 22:08:21: loading Loading drafts
[1.11.50i] 2024/05/16 22:08:22: loading Finishing drafts
[1.11.50i] 2024/05/16 22:08:22: loading Loading music
[1.11.50i] 2024/05/16 22:08:22: loading Shaders
[1.11.50i] 2024/05/16 22:08:22: loading Topics
[1.11.50i] 2024/05/16 22:08:22: loading Loading textures
[1.11.50i] 2024/05/16 22:08:22: loading Checking winter
[1.11.50i] 2024/05/16 22:08:23: loading Preparing background
[1.11.50i] 2024/05/16 22:08:23: loading Finishing
[1.11.50i] 2024/05/16 22:08:23: leave LoadingStage
[1.11.50i] 2024/05/16 22:08:23: drop LoadingStage
[1.11.50i] 2024/05/16 22:08:23: bind MissingScriptPermsStage
[1.11.50i] 2024/05/16 22:08:23: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/16 22:08:23: bind PluginErrorStage
[1.11.50i] 2024/05/16 22:08:23: prepare PluginErrorStage
[1.11.50i] 2024/05/16 22:08:23: bind MissingManifestStage
[1.11.50i] 2024/05/16 22:08:23: prepare MissingManifestStage
[1.11.50i] 2024/05/16 22:08:23: bind WelcomeStage
[1.11.50i] 2024/05/16 22:08:23: prepare WelcomeStage
[1.11.50i] 2024/05/16 22:08:23: enter WelcomeStage
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: drop MissingScriptPermsStage
[1.11.50i] 2024/05/16 22:08:23: drop PluginErrorStage
[1.11.50i] 2024/05/16 22:08:23: drop MissingManifestStage
[1.11.50i] 2024/05/16 22:08:23: leave WelcomeStage
[1.11.50i] 2024/05/16 22:08:23: drop WelcomeStage
[1.11.50i] 2024/05/16 22:08:23: bind RegionStage
[1.11.50i] 2024/05/16 22:08:23: prepare RegionStage
[1.11.50i] 2024/05/16 22:08:23: enter RegionStage
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: instance MTU5
[1.11.50i] 2024/05/16 22:08:23: instance MTYw
[1.11.50i] 2024/05/16 22:08:23: bind LoadWaitingStage
[1.11.50i] 2024/05/16 22:08:23: prepare LoadWaitingStage
[1.11.50i] 2024/05/16 22:08:23: enter LoadWaitingStage
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: leave LoadWaitingStage
[1.11.50i] 2024/05/16 22:08:23: drop LoadWaitingStage
[1.11.50i] 2024/05/16 22:08:23: bind GameStage
[1.11.50i] 2024/05/16 22:08:23: prepare GameStage
[1.11.50i] 2024/05/16 22:08:23: enter GameStage
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:23: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 22:08:23: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 22:08:23: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:24: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 22:08:24: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/16 22:08:24: enter GameStage
[1.11.50i] 2024/05/16 22:08:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:28: bind IOSVideoAdStage
[1.11.50i] 2024/05/16 22:08:28: prepare IOSVideoAdStage
[1.11.50i] 2024/05/16 22:08:28: enter IOSVideoAdStage
[1.11.50i] 2024/05/16 22:08:28: leave IOSVideoAdStage
[1.11.50i] 2024/05/16 22:08:28: drop IOSVideoAdStage
[1.11.50i] 2024/05/16 22:08:28: enter GameStage
[1.11.50i] 2024/05/16 22:08:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:08:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:08:35: pause app
[1.11.50i] 2024/05/16 22:08:59: enter app
[1.11.50i] 2024/05/16 22:08:59: resume app
[1.11.50i] 2024/05/16 22:09:14: resume -> enter GameStage
[1.11.50i] 2024/05/16 22:09:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:09:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:09:43: instance MTYy
[1.11.50i] 2024/05/16 22:09:44: instance MTY0
[1.11.50i] 2024/05/16 22:09:49: pause app
[1.11.50i] 2024/05/16 22:11:09: enter app
[1.11.50i] 2024/05/16 22:11:09: resume app
[1.11.50i] 2024/05/16 22:11:09: resume -> enter GameStage
[1.11.50i] 2024/05/16 22:11:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/16 22:11:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/16 22:12:22: pause app
[1.11.50i] 2024/05/17 09:59:09: Startup
[1.11.50i] 2024/05/17 09:59:09: create() cold start
[1.11.50i] 2024/05/17 09:59:09: translation pt_BR
[1.11.50i] 2024/05/17 09:59:09: instance MTY0
[1.11.50i] 2024/05/17 09:59:09: create() finish
[1.11.50i] 2024/05/17 09:59:09: create() end
[1.11.50i] 2024/05/17 09:59:09: resume app
[1.11.50i] 2024/05/17 09:59:09: refresh
[1.11.50i] 2024/05/17 09:59:09: bind LoadingStage
[1.11.50i] 2024/05/17 09:59:09: prepare LoadingStage
[1.11.50i] 2024/05/17 09:59:09: enter LoadingStage
[1.11.50i] 2024/05/17 09:59:09: loading Warm-up
[1.11.50i] 2024/05/17 09:59:09: refresh
[1.11.50i] 2024/05/17 09:59:09: loading Startup
[1.11.50i] 2024/05/17 09:59:09: Max texture size 4096
[1.11.50i] 2024/05/17 09:59:09: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/17 09:59:09: Engine consumes 11MB
[1.11.50i] 2024/05/17 09:59:09: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/17 09:59:09: loading Texture
[1.11.50i] 2024/05/17 09:59:09: loading Fonts
[1.11.50i] 2024/05/17 09:59:09: loading Skin
[1.11.50i] 2024/05/17 09:59:09: loading Extract files
[1.11.50i] 2024/05/17 09:59:09: loading Frames
[1.11.50i] 2024/05/17 09:59:09: loading Scripting
[1.11.50i] 2024/05/17 09:59:10: loading Collecting drafts
[1.11.50i] 2024/05/17 09:59:12: loading Prefetching images
[1.11.50i] 2024/05/17 09:59:12: loading Loading drafts
[1.11.50i] 2024/05/17 09:59:12: loading Finishing drafts
[1.11.50i] 2024/05/17 09:59:12: loading Loading music
[1.11.50i] 2024/05/17 09:59:12: loading Shaders
[1.11.50i] 2024/05/17 09:59:12: loading Topics
[1.11.50i] 2024/05/17 09:59:12: loading Loading textures
[1.11.50i] 2024/05/17 09:59:13: loading Checking winter
[1.11.50i] 2024/05/17 09:59:13: loading Preparing background
[1.11.50i] 2024/05/17 09:59:13: loading Finishing
[1.11.50i] 2024/05/17 09:59:13: leave LoadingStage
[1.11.50i] 2024/05/17 09:59:13: drop LoadingStage
[1.11.50i] 2024/05/17 09:59:13: bind MissingScriptPermsStage
[1.11.50i] 2024/05/17 09:59:13: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/17 09:59:13: bind PluginErrorStage
[1.11.50i] 2024/05/17 09:59:13: prepare PluginErrorStage
[1.11.50i] 2024/05/17 09:59:13: bind MissingManifestStage
[1.11.50i] 2024/05/17 09:59:13: prepare MissingManifestStage
[1.11.50i] 2024/05/17 09:59:13: bind WelcomeStage
[1.11.50i] 2024/05/17 09:59:13: prepare WelcomeStage
[1.11.50i] 2024/05/17 09:59:13: enter WelcomeStage
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: drop MissingScriptPermsStage
[1.11.50i] 2024/05/17 09:59:13: drop PluginErrorStage
[1.11.50i] 2024/05/17 09:59:13: drop MissingManifestStage
[1.11.50i] 2024/05/17 09:59:13: leave WelcomeStage
[1.11.50i] 2024/05/17 09:59:13: drop WelcomeStage
[1.11.50i] 2024/05/17 09:59:13: bind RegionStage
[1.11.50i] 2024/05/17 09:59:13: prepare RegionStage
[1.11.50i] 2024/05/17 09:59:13: enter RegionStage
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: instance MTYz
[1.11.50i] 2024/05/17 09:59:13: instance MTY0
[1.11.50i] 2024/05/17 09:59:13: bind LoadWaitingStage
[1.11.50i] 2024/05/17 09:59:13: prepare LoadWaitingStage
[1.11.50i] 2024/05/17 09:59:13: enter LoadWaitingStage
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: leave LoadWaitingStage
[1.11.50i] 2024/05/17 09:59:13: drop LoadWaitingStage
[1.11.50i] 2024/05/17 09:59:13: bind GameStage
[1.11.50i] 2024/05/17 09:59:13: prepare GameStage
[1.11.50i] 2024/05/17 09:59:13: enter GameStage
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:13: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/17 09:59:13: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/17 09:59:13: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:16: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/17 09:59:16: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/17 09:59:16: enter GameStage
[1.11.50i] 2024/05/17 09:59:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 09:59:19: bind IOSVideoAdStage
[1.11.50i] 2024/05/17 09:59:19: prepare IOSVideoAdStage
[1.11.50i] 2024/05/17 09:59:19: enter IOSVideoAdStage
[1.11.50i] 2024/05/17 09:59:19: leave IOSVideoAdStage
[1.11.50i] 2024/05/17 09:59:19: drop IOSVideoAdStage
[1.11.50i] 2024/05/17 09:59:19: enter GameStage
[1.11.50i] 2024/05/17 09:59:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 09:59:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:00:19: instance MTY2
[1.11.50i] 2024/05/17 10:01:51: instance MTY4
[1.11.50i] 2024/05/17 10:01:51: bind RankStage
[1.11.50i] 2024/05/17 10:01:51: prepare RankStage
[1.11.50i] 2024/05/17 10:01:51: enter RankStage
[1.11.50i] 2024/05/17 10:01:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:01:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:01:52: leave RankStage
[1.11.50i] 2024/05/17 10:01:52: drop RankStage
[1.11.50i] 2024/05/17 10:01:52: enter GameStage
[1.11.50i] 2024/05/17 10:01:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:01:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:10: bind CityInfoStage
[1.11.50i] 2024/05/17 10:03:10: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:03:10: enter CityInfoStage
[1.11.50i] 2024/05/17 10:03:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:14: leave CityInfoStage
[1.11.50i] 2024/05/17 10:03:14: drop CityInfoStage
[1.11.50i] 2024/05/17 10:03:14: enter GameStage
[1.11.50i] 2024/05/17 10:03:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:26: bind CityInfoStage
[1.11.50i] 2024/05/17 10:03:26: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:03:26: enter CityInfoStage
[1.11.50i] 2024/05/17 10:03:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:34: leave CityInfoStage
[1.11.50i] 2024/05/17 10:03:34: drop CityInfoStage
[1.11.50i] 2024/05/17 10:03:34: enter GameStage
[1.11.50i] 2024/05/17 10:03:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:41: bind CityInfoStage
[1.11.50i] 2024/05/17 10:03:41: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:03:41: enter CityInfoStage
[1.11.50i] 2024/05/17 10:03:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:42: leave CityInfoStage
[1.11.50i] 2024/05/17 10:03:42: drop CityInfoStage
[1.11.50i] 2024/05/17 10:03:42: enter GameStage
[1.11.50i] 2024/05/17 10:03:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:45: bind CityInfoStage
[1.11.50i] 2024/05/17 10:03:45: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:03:45: enter CityInfoStage
[1.11.50i] 2024/05/17 10:03:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:46: leave CityInfoStage
[1.11.50i] 2024/05/17 10:03:46: drop CityInfoStage
[1.11.50i] 2024/05/17 10:03:46: enter GameStage
[1.11.50i] 2024/05/17 10:03:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:03:53: bind IOSVideoAdStage
[1.11.50i] 2024/05/17 10:03:53: prepare IOSVideoAdStage
[1.11.50i] 2024/05/17 10:03:53: enter IOSVideoAdStage
[1.11.50i] 2024/05/17 10:03:53: leave IOSVideoAdStage
[1.11.50i] 2024/05/17 10:03:53: drop IOSVideoAdStage
[1.11.50i] 2024/05/17 10:03:53: enter GameStage
[1.11.50i] 2024/05/17 10:03:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:03:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:04:45: bind Store
[1.11.50i] 2024/05/17 10:04:45: prepare Store
[1.11.50i] 2024/05/17 10:04:45: enter Store
[1.11.50i] 2024/05/17 10:04:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:04:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:04:59: leave Store
[1.11.50i] 2024/05/17 10:04:59: drop Store
[1.11.50i] 2024/05/17 10:04:59: enter GameStage
[1.11.50i] 2024/05/17 10:04:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:04:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:05:42: bind SaveWaitingStage
[1.11.50i] 2024/05/17 10:05:42: prepare SaveWaitingStage
[1.11.50i] 2024/05/17 10:05:42: enter SaveWaitingStage
[1.11.50i] 2024/05/17 10:05:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:05:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:05:43: leave SaveWaitingStage
[1.11.50i] 2024/05/17 10:05:43: drop SaveWaitingStage
[1.11.50i] 2024/05/17 10:05:43: enter GameStage
[1.11.50i] 2024/05/17 10:05:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:05:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:06:26: bind CityInfoStage
[1.11.50i] 2024/05/17 10:06:26: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:06:26: enter CityInfoStage
[1.11.50i] 2024/05/17 10:06:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:06:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:06:31: leave CityInfoStage
[1.11.50i] 2024/05/17 10:06:31: drop CityInfoStage
[1.11.50i] 2024/05/17 10:06:31: enter GameStage
[1.11.50i] 2024/05/17 10:06:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:06:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:07:28: bind CityInfoStage
[1.11.50i] 2024/05/17 10:07:28: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:07:28: enter CityInfoStage
[1.11.50i] 2024/05/17 10:07:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:07:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:07:33: leave CityInfoStage
[1.11.50i] 2024/05/17 10:07:33: drop CityInfoStage
[1.11.50i] 2024/05/17 10:07:33: enter GameStage
[1.11.50i] 2024/05/17 10:07:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:07:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:09:08: bind CityInfoStage
[1.11.50i] 2024/05/17 10:09:08: prepare CityInfoStage
[1.11.50i] 2024/05/17 10:09:08: enter CityInfoStage
[1.11.50i] 2024/05/17 10:09:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:09:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:09:11: leave CityInfoStage
[1.11.50i] 2024/05/17 10:09:11: drop CityInfoStage
[1.11.50i] 2024/05/17 10:09:11: enter GameStage
[1.11.50i] 2024/05/17 10:09:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:09:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:09:39: bind Store
[1.11.50i] 2024/05/17 10:09:39: prepare Store
[1.11.50i] 2024/05/17 10:09:39: enter Store
[1.11.50i] 2024/05/17 10:09:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:09:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:09:59: bind IOSVideoAdStage
[1.11.50i] 2024/05/17 10:09:59: prepare IOSVideoAdStage
[1.11.50i] 2024/05/17 10:09:59: enter IOSVideoAdStage
[1.11.50i] 2024/05/17 10:09:59: leave IOSVideoAdStage
[1.11.50i] 2024/05/17 10:09:59: drop IOSVideoAdStage
[1.11.50i] 2024/05/17 10:09:59: enter Store
[1.11.50i] 2024/05/17 10:09:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:09:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:10:57: leave Store
[1.11.50i] 2024/05/17 10:10:57: drop Store
[1.11.50i] 2024/05/17 10:10:57: drop GameStage
[1.11.50i] 2024/05/17 10:10:57: drop RegionStage
[1.11.50i] 2024/05/17 10:10:57: Startup
[1.11.50i] 2024/05/17 10:10:57: create() cold start
[1.11.50i] 2024/05/17 10:10:57: translation pt_BR
[1.11.50i] 2024/05/17 10:10:57: instance MTY4
[1.11.50i] 2024/05/17 10:10:57: create() finish
[1.11.50i] 2024/05/17 10:10:57: create() end
[1.11.50i] 2024/05/17 10:10:57: resume app
[1.11.50i] 2024/05/17 10:10:57: refresh
[1.11.50i] 2024/05/17 10:10:57: bind LoadingStage
[1.11.50i] 2024/05/17 10:10:57: prepare LoadingStage
[1.11.50i] 2024/05/17 10:10:57: enter LoadingStage
[1.11.50i] 2024/05/17 10:10:57: loading Warm-up
[1.11.50i] 2024/05/17 10:10:57: loading Startup
[1.11.50i] 2024/05/17 10:10:57: Max texture size 4096
[1.11.50i] 2024/05/17 10:10:57: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/17 10:10:57: Engine consumes 11MB
[1.11.50i] 2024/05/17 10:10:57: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/17 10:10:57: loading Texture
[1.11.50i] 2024/05/17 10:10:57: loading Fonts
[1.11.50i] 2024/05/17 10:10:57: loading Skin
[1.11.50i] 2024/05/17 10:10:57: loading Extract files
[1.11.50i] 2024/05/17 10:10:57: loading Frames
[1.11.50i] 2024/05/17 10:10:57: loading Scripting
[1.11.50i] 2024/05/17 10:10:57: loading Collecting drafts
[1.11.50i] 2024/05/17 10:11:00: loading Prefetching images
[1.11.50i] 2024/05/17 10:11:00: loading Loading drafts
[1.11.50i] 2024/05/17 10:11:00: loading Finishing drafts
[1.11.50i] 2024/05/17 10:11:00: loading Loading music
[1.11.50i] 2024/05/17 10:11:00: loading Shaders
[1.11.50i] 2024/05/17 10:11:00: loading Topics
[1.11.50i] 2024/05/17 10:11:00: loading Loading textures
[1.11.50i] 2024/05/17 10:11:01: loading Checking winter
[1.11.50i] 2024/05/17 10:11:01: loading Preparing background
[1.11.50i] 2024/05/17 10:11:01: loading Finishing
[1.11.50i] 2024/05/17 10:11:01: leave LoadingStage
[1.11.50i] 2024/05/17 10:11:01: drop LoadingStage
[1.11.50i] 2024/05/17 10:11:01: bind MissingScriptPermsStage
[1.11.50i] 2024/05/17 10:11:01: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/17 10:11:01: bind PluginErrorStage
[1.11.50i] 2024/05/17 10:11:01: prepare PluginErrorStage
[1.11.50i] 2024/05/17 10:11:01: bind MissingManifestStage
[1.11.50i] 2024/05/17 10:11:01: prepare MissingManifestStage
[1.11.50i] 2024/05/17 10:11:01: bind WelcomeStage
[1.11.50i] 2024/05/17 10:11:01: prepare WelcomeStage
[1.11.50i] 2024/05/17 10:11:01: enter WelcomeStage
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:11:01: drop MissingScriptPermsStage
[1.11.50i] 2024/05/17 10:11:01: drop PluginErrorStage
[1.11.50i] 2024/05/17 10:11:01: drop MissingManifestStage
[1.11.50i] 2024/05/17 10:11:01: leave WelcomeStage
[1.11.50i] 2024/05/17 10:11:01: drop WelcomeStage
[1.11.50i] 2024/05/17 10:11:01: bind RegionStage
[1.11.50i] 2024/05/17 10:11:01: prepare RegionStage
[1.11.50i] 2024/05/17 10:11:01: enter RegionStage
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:11:01: instance MTY3
[1.11.50i] 2024/05/17 10:11:01: instance MTY4
[1.11.50i] 2024/05/17 10:11:01: bind LoadWaitingStage
[1.11.50i] 2024/05/17 10:11:01: prepare LoadWaitingStage
[1.11.50i] 2024/05/17 10:11:01: enter LoadWaitingStage
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:11:01: leave LoadWaitingStage
[1.11.50i] 2024/05/17 10:11:01: drop LoadWaitingStage
[1.11.50i] 2024/05/17 10:11:01: bind GameStage
[1.11.50i] 2024/05/17 10:11:01: prepare GameStage
[1.11.50i] 2024/05/17 10:11:01: enter GameStage
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:13:19: pause app
[1.11.50i] 2024/05/17 10:13:20: enter app
[1.11.50i] 2024/05/17 10:13:20: resume app
[1.11.50i] 2024/05/17 10:13:20: resume -> enter GameStage
[1.11.50i] 2024/05/17 10:13:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/17 10:13:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/17 10:13:21: pause app
[1.11.50i] 2024/05/17 10:13:23: leave GameStage
[1.11.50i] 2024/05/17 10:13:23: drop GameStage
[1.11.50i] 2024/05/17 10:13:23: drop RegionStage
[1.11.50i] 2024/05/17 16:10:38: Startup
[1.11.50i] 2024/05/17 16:10:38: create() cold start
[1.11.50i] 2024/05/17 16:10:38: translation pt_BR
[1.11.50i] 2024/05/17 16:10:38: instance MTY4
[1.11.50i] 2024/05/17 16:10:38: create() finish
[1.11.50i] 2024/05/17 16:10:38: create() end
[1.11.50i] 2024/05/17 16:10:38: resume app
[1.11.50i] 2024/05/17 16:10:38: refresh
[1.11.50i] 2024/05/17 16:10:38: bind LoadingStage
[1.11.50i] 2024/05/17 16:10:38: prepare LoadingStage
[1.11.50i] 2024/05/17 16:10:39: enter LoadingStage
[1.11.50i] 2024/05/17 16:10:39: loading Warm-up
[1.11.50i] 2024/05/17 16:10:39: refresh
[1.11.50i] 2024/05/17 16:10:39: loading Startup
[1.11.50i] 2024/05/17 16:10:39: Max texture size 4096
[1.11.50i] 2024/05/17 16:10:39: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/17 16:10:39: Engine consumes 11MB
[1.11.50i] 2024/05/17 16:10:39: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/17 16:10:39: loading Texture
[1.11.50i] 2024/05/17 16:10:39: loading Fonts
[1.11.50i] 2024/05/17 16:10:39: loading Skin
[1.11.50i] 2024/05/17 16:10:39: loading Extract files
[1.11.50i] 2024/05/17 16:10:39: loading Frames
[1.11.50i] 2024/05/17 16:10:39: loading Scripting
[1.11.50i] 2024/05/17 16:10:39: loading Collecting drafts
[1.11.50i] 2024/05/17 16:10:41: pause app
[1.11.50i] 2024/05/18 08:50:14: Startup
[1.11.50i] 2024/05/18 08:50:14: create() cold start
[1.11.50i] 2024/05/18 08:50:14: translation pt_BR
[1.11.50i] 2024/05/18 08:50:14: instance MTY4
[1.11.50i] 2024/05/18 08:50:14: create() finish
[1.11.50i] 2024/05/18 08:50:14: create() end
[1.11.50i] 2024/05/18 08:50:14: resume app
[1.11.50i] 2024/05/18 08:50:14: refresh
[1.11.50i] 2024/05/18 08:50:14: bind LoadingStage
[1.11.50i] 2024/05/18 08:50:14: prepare LoadingStage
[1.11.50i] 2024/05/18 08:50:14: enter LoadingStage
[1.11.50i] 2024/05/18 08:50:14: loading Warm-up
[1.11.50i] 2024/05/18 08:50:14: refresh
[1.11.50i] 2024/05/18 08:50:14: loading Startup
[1.11.50i] 2024/05/18 08:50:14: Max texture size 4096
[1.11.50i] 2024/05/18 08:50:14: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 08:50:14: Engine consumes 11MB
[1.11.50i] 2024/05/18 08:50:14: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 08:50:15: loading Texture
[1.11.50i] 2024/05/18 08:50:15: loading Fonts
[1.11.50i] 2024/05/18 08:50:15: loading Skin
[1.11.50i] 2024/05/18 08:50:15: loading Extract files
[1.11.50i] 2024/05/18 08:50:15: loading Frames
[1.11.50i] 2024/05/18 08:50:15: loading Scripting
[1.11.50i] 2024/05/18 08:50:15: loading Collecting drafts
[1.11.50i] 2024/05/18 08:50:17: loading Prefetching images
[1.11.50i] 2024/05/18 08:50:17: loading Loading drafts
[1.11.50i] 2024/05/18 08:50:17: loading Finishing drafts
[1.11.50i] 2024/05/18 08:50:17: loading Loading music
[1.11.50i] 2024/05/18 08:50:17: loading Shaders
[1.11.50i] 2024/05/18 08:50:18: loading Topics
[1.11.50i] 2024/05/18 08:50:18: loading Loading textures
[1.11.50i] 2024/05/18 08:50:18: loading Checking winter
[1.11.50i] 2024/05/18 08:50:18: loading Preparing background
[1.11.50i] 2024/05/18 08:50:18: loading Finishing
[1.11.50i] 2024/05/18 08:50:18: leave LoadingStage
[1.11.50i] 2024/05/18 08:50:18: drop LoadingStage
[1.11.50i] 2024/05/18 08:50:18: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:50:18: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:50:18: bind PluginErrorStage
[1.11.50i] 2024/05/18 08:50:18: prepare PluginErrorStage
[1.11.50i] 2024/05/18 08:50:18: bind MissingManifestStage
[1.11.50i] 2024/05/18 08:50:18: prepare MissingManifestStage
[1.11.50i] 2024/05/18 08:50:18: bind WelcomeStage
[1.11.50i] 2024/05/18 08:50:18: prepare WelcomeStage
[1.11.50i] 2024/05/18 08:50:18: enter WelcomeStage
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:18: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:50:18: drop PluginErrorStage
[1.11.50i] 2024/05/18 08:50:18: drop MissingManifestStage
[1.11.50i] 2024/05/18 08:50:18: leave WelcomeStage
[1.11.50i] 2024/05/18 08:50:18: drop WelcomeStage
[1.11.50i] 2024/05/18 08:50:18: bind RegionStage
[1.11.50i] 2024/05/18 08:50:18: prepare RegionStage
[1.11.50i] 2024/05/18 08:50:18: enter RegionStage
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:18: instance MTY3
[1.11.50i] 2024/05/18 08:50:18: instance MTY4
[1.11.50i] 2024/05/18 08:50:18: bind LoadWaitingStage
[1.11.50i] 2024/05/18 08:50:18: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 08:50:18: enter LoadWaitingStage
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:19: leave LoadWaitingStage
[1.11.50i] 2024/05/18 08:50:19: drop LoadWaitingStage
[1.11.50i] 2024/05/18 08:50:19: bind GameStage
[1.11.50i] 2024/05/18 08:50:19: prepare GameStage
[1.11.50i] 2024/05/18 08:50:19: enter GameStage
[1.11.50i] 2024/05/18 08:50:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:19: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 08:50:19: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 08:50:19: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 08:50:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:21: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 08:50:21: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 08:50:21: enter GameStage
[1.11.50i] 2024/05/18 08:50:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:50:23: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 08:50:23: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 08:50:23: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 08:50:23: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 08:50:23: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 08:50:23: enter GameStage
[1.11.50i] 2024/05/18 08:50:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:50:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:02: bind CityInfoStage
[1.11.50i] 2024/05/18 08:51:02: prepare CityInfoStage
[1.11.50i] 2024/05/18 08:51:02: enter CityInfoStage
[1.11.50i] 2024/05/18 08:51:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:07: leave CityInfoStage
[1.11.50i] 2024/05/18 08:51:07: drop CityInfoStage
[1.11.50i] 2024/05/18 08:51:07: enter GameStage
[1.11.50i] 2024/05/18 08:51:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:19: bind CityInfoStage
[1.11.50i] 2024/05/18 08:51:19: prepare CityInfoStage
[1.11.50i] 2024/05/18 08:51:19: enter CityInfoStage
[1.11.50i] 2024/05/18 08:51:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:23: leave CityInfoStage
[1.11.50i] 2024/05/18 08:51:23: drop CityInfoStage
[1.11.50i] 2024/05/18 08:51:23: enter GameStage
[1.11.50i] 2024/05/18 08:51:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:43: bind CityInfoStage
[1.11.50i] 2024/05/18 08:51:43: prepare CityInfoStage
[1.11.50i] 2024/05/18 08:51:43: enter CityInfoStage
[1.11.50i] 2024/05/18 08:51:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:51:44: leave CityInfoStage
[1.11.50i] 2024/05/18 08:51:44: drop CityInfoStage
[1.11.50i] 2024/05/18 08:51:44: enter GameStage
[1.11.50i] 2024/05/18 08:51:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:51:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:52:18: bind CityInfoStage
[1.11.50i] 2024/05/18 08:52:18: prepare CityInfoStage
[1.11.50i] 2024/05/18 08:52:18: enter CityInfoStage
[1.11.50i] 2024/05/18 08:52:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:52:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:52:19: leave CityInfoStage
[1.11.50i] 2024/05/18 08:52:19: drop CityInfoStage
[1.11.50i] 2024/05/18 08:52:19: enter GameStage
[1.11.50i] 2024/05/18 08:52:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:52:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:52:21: bind Store
[1.11.50i] 2024/05/18 08:52:21: prepare Store
[1.11.50i] 2024/05/18 08:52:21: enter Store
[1.11.50i] 2024/05/18 08:52:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:52:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:52:56: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 08:52:56: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 08:52:56: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 08:52:56: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 08:52:56: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 08:52:56: enter Store
[1.11.50i] 2024/05/18 08:52:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:52:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:30: leave Store
[1.11.50i] 2024/05/18 08:54:30: drop Store
[1.11.50i] 2024/05/18 08:54:30: enter GameStage
[1.11.50i] 2024/05/18 08:54:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:35: bind Store
[1.11.50i] 2024/05/18 08:54:35: prepare Store
[1.11.50i] 2024/05/18 08:54:35: enter Store
[1.11.50i] 2024/05/18 08:54:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:36: leave Store
[1.11.50i] 2024/05/18 08:54:36: drop Store
[1.11.50i] 2024/05/18 08:54:36: drop GameStage
[1.11.50i] 2024/05/18 08:54:36: drop RegionStage
[1.11.50i] 2024/05/18 08:54:36: Startup
[1.11.50i] 2024/05/18 08:54:36: create() cold start
[1.11.50i] 2024/05/18 08:54:36: translation pt_BR
[1.11.50i] 2024/05/18 08:54:36: instance MTY4
[1.11.50i] 2024/05/18 08:54:36: create() finish
[1.11.50i] 2024/05/18 08:54:36: create() end
[1.11.50i] 2024/05/18 08:54:36: resume app
[1.11.50i] 2024/05/18 08:54:36: refresh
[1.11.50i] 2024/05/18 08:54:36: bind LoadingStage
[1.11.50i] 2024/05/18 08:54:36: prepare LoadingStage
[1.11.50i] 2024/05/18 08:54:37:
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/s8kwja4pz1kpghgo.ofs: open failed: ENOENT (No such
file or directory)
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/s8kwja4pz1kpghgo.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/05/18 08:54:37: enter LoadingStage
[1.11.50i] 2024/05/18 08:54:37: loading Warm-up
[1.11.50i] 2024/05/18 08:54:37: loading Startup
[1.11.50i] 2024/05/18 08:54:37: Max texture size 4096
[1.11.50i] 2024/05/18 08:54:37: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 08:54:37: Engine consumes 11MB
[1.11.50i] 2024/05/18 08:54:37: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 08:54:37: loading Texture
[1.11.50i] 2024/05/18 08:54:37: loading Fonts
[1.11.50i] 2024/05/18 08:54:37: loading Skin
[1.11.50i] 2024/05/18 08:54:37: loading Extract files
[1.11.50i] 2024/05/18 08:54:37: loading Frames
[1.11.50i] 2024/05/18 08:54:37:
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/mi4bb4elchlqexqj.ofs: open failed: ENOENT (No such
file or directory)
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/mi4bb4elchlqexqj.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/05/18 08:54:37: loading Scripting


[1.11.50i] 2024/05/18 08:54:37: loading Collecting drafts
[1.11.50i] 2024/05/18 08:54:37: loading Prefetching images
[1.11.50i] 2024/05/18 08:54:37: loading Loading drafts
[1.11.50i] 2024/05/18 08:54:37:
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/wuupycyc93cvc18b.ofs: open failed: ENOENT (No such
file or directory)
java.io.FileNotFoundException:
/private/var/mobile/Containers/Data/Application/A4A6555C-E391-4303-A385-
F3FABA3F0872/Library/local/cache/wuupycyc93cvc18b.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/05/18 08:54:37: loading Finishing drafts


[1.11.50i] 2024/05/18 08:54:38: loading Loading music
[1.11.50i] 2024/05/18 08:54:38: loading Shaders
[1.11.50i] 2024/05/18 08:54:38: loading Topics
[1.11.50i] 2024/05/18 08:54:38: loading Loading textures
[1.11.50i] 2024/05/18 08:54:38: loading Checking winter
[1.11.50i] 2024/05/18 08:54:38: loading Preparing background
[1.11.50i] 2024/05/18 08:54:38: loading Finishing
[1.11.50i] 2024/05/18 08:54:38: leave LoadingStage
[1.11.50i] 2024/05/18 08:54:38: drop LoadingStage
[1.11.50i] 2024/05/18 08:54:38: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:54:38: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:54:38: bind PluginErrorStage
[1.11.50i] 2024/05/18 08:54:38: prepare PluginErrorStage
[1.11.50i] 2024/05/18 08:54:38: bind MissingManifestStage
[1.11.50i] 2024/05/18 08:54:38: prepare MissingManifestStage
[1.11.50i] 2024/05/18 08:54:38: bind WelcomeStage
[1.11.50i] 2024/05/18 08:54:38: prepare WelcomeStage
[1.11.50i] 2024/05/18 08:54:38: enter WelcomeStage
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:38: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 08:54:38: drop PluginErrorStage
[1.11.50i] 2024/05/18 08:54:38: drop MissingManifestStage
[1.11.50i] 2024/05/18 08:54:38: leave WelcomeStage
[1.11.50i] 2024/05/18 08:54:38: drop WelcomeStage
[1.11.50i] 2024/05/18 08:54:38: bind RegionStage
[1.11.50i] 2024/05/18 08:54:38: prepare RegionStage
[1.11.50i] 2024/05/18 08:54:38: enter RegionStage
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:39: instance MTY3
[1.11.50i] 2024/05/18 08:54:39: instance MTY4
[1.11.50i] 2024/05/18 08:54:39: bind LoadWaitingStage
[1.11.50i] 2024/05/18 08:54:39: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 08:54:39: enter LoadWaitingStage
[1.11.50i] 2024/05/18 08:54:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:39: leave LoadWaitingStage
[1.11.50i] 2024/05/18 08:54:39: drop LoadWaitingStage
[1.11.50i] 2024/05/18 08:54:39: bind GameStage
[1.11.50i] 2024/05/18 08:54:39: prepare GameStage
[1.11.50i] 2024/05/18 08:54:39: enter GameStage
[1.11.50i] 2024/05/18 08:54:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:42: bind Store
[1.11.50i] 2024/05/18 08:54:42: prepare Store
[1.11.50i] 2024/05/18 08:54:42: enter Store
[1.11.50i] 2024/05/18 08:54:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:54:43: leave Store
[1.11.50i] 2024/05/18 08:54:43: drop Store
[1.11.50i] 2024/05/18 08:54:43: enter GameStage
[1.11.50i] 2024/05/18 08:54:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:54:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:56:31: instance MTcw
[1.11.50i] 2024/05/18 08:56:31: bind RankStage
[1.11.50i] 2024/05/18 08:56:31: prepare RankStage
[1.11.50i] 2024/05/18 08:56:31: enter RankStage
[1.11.50i] 2024/05/18 08:56:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:56:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:56:31: leave RankStage
[1.11.50i] 2024/05/18 08:56:31: drop RankStage
[1.11.50i] 2024/05/18 08:56:31: enter GameStage
[1.11.50i] 2024/05/18 08:56:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:56:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 08:58:00: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 08:58:00: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 08:58:00: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 08:58:00: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 08:58:00: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 08:58:00: enter GameStage
[1.11.50i] 2024/05/18 08:58:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 08:58:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:00:17: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:00:17: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:00:17: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:00:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:00:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:00:18: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:00:18: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:00:18: enter GameStage
[1.11.50i] 2024/05/18 09:00:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:00:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:04:04: bind CityInfoStage
[1.11.50i] 2024/05/18 09:04:04: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:04:04: enter CityInfoStage
[1.11.50i] 2024/05/18 09:04:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:04:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:04:07: leave CityInfoStage
[1.11.50i] 2024/05/18 09:04:07: drop CityInfoStage
[1.11.50i] 2024/05/18 09:04:07: enter GameStage
[1.11.50i] 2024/05/18 09:04:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:04:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:05:17: bind CityInfoStage
[1.11.50i] 2024/05/18 09:05:17: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:05:17: enter CityInfoStage
[1.11.50i] 2024/05/18 09:05:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:05:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:05:19: leave CityInfoStage
[1.11.50i] 2024/05/18 09:05:19: drop CityInfoStage
[1.11.50i] 2024/05/18 09:05:19: enter GameStage
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:05:19: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:05:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:05:19: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:05:19: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:05:19: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:05:19: enter GameStage
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:05:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:06:24: bind CityInfoStage
[1.11.50i] 2024/05/18 09:06:24: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:06:24: enter CityInfoStage
[1.11.50i] 2024/05/18 09:06:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:06:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:06:25: leave CityInfoStage
[1.11.50i] 2024/05/18 09:06:25: drop CityInfoStage
[1.11.50i] 2024/05/18 09:06:25: enter GameStage
[1.11.50i] 2024/05/18 09:06:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:06:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:07:37: pause app
[1.11.50i] 2024/05/18 09:07:50: enter app
[1.11.50i] 2024/05/18 09:07:50: resume app
[1.11.50i] 2024/05/18 09:07:50: resume -> enter GameStage
[1.11.50i] 2024/05/18 09:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:09:35: bind CityInfoStage
[1.11.50i] 2024/05/18 09:09:35: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:09:35: enter CityInfoStage
[1.11.50i] 2024/05/18 09:09:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:09:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:09:37: leave CityInfoStage
[1.11.50i] 2024/05/18 09:09:37: drop CityInfoStage
[1.11.50i] 2024/05/18 09:09:37: enter GameStage
[1.11.50i] 2024/05/18 09:09:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:09:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:10:26: instance MTcy
[1.11.50i] 2024/05/18 09:10:30: instance MTc0
[1.11.50i] 2024/05/18 09:10:31: instance MTc2
[1.11.50i] 2024/05/18 09:10:38: bind CityInfoStage
[1.11.50i] 2024/05/18 09:10:38: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:10:38: enter CityInfoStage
[1.11.50i] 2024/05/18 09:10:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:10:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:10:43: refresh
[1.11.50i] 2024/05/18 09:10:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:10:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:10:46: leave CityInfoStage
[1.11.50i] 2024/05/18 09:10:46: drop CityInfoStage
[1.11.50i] 2024/05/18 09:10:46: enter GameStage
[1.11.50i] 2024/05/18 09:10:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:10:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:09: bind CityInfoStage
[1.11.50i] 2024/05/18 09:11:09: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:11:09: enter CityInfoStage
[1.11.50i] 2024/05/18 09:11:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:10: refresh
[1.11.50i] 2024/05/18 09:11:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:12: leave CityInfoStage
[1.11.50i] 2024/05/18 09:11:12: drop CityInfoStage
[1.11.50i] 2024/05/18 09:11:12: enter GameStage
[1.11.50i] 2024/05/18 09:11:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:19: bind CityInfoStage
[1.11.50i] 2024/05/18 09:11:19: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:11:19: enter CityInfoStage
[1.11.50i] 2024/05/18 09:11:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:20: refresh
[1.11.50i] 2024/05/18 09:11:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:24: leave CityInfoStage
[1.11.50i] 2024/05/18 09:11:24: drop CityInfoStage
[1.11.50i] 2024/05/18 09:11:24: enter GameStage
[1.11.50i] 2024/05/18 09:11:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:55: bind CityInfoStage
[1.11.50i] 2024/05/18 09:11:55: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:11:55: enter CityInfoStage
[1.11.50i] 2024/05/18 09:11:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:56: refresh
[1.11.50i] 2024/05/18 09:11:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:57: leave CityInfoStage
[1.11.50i] 2024/05/18 09:11:57: drop CityInfoStage
[1.11.50i] 2024/05/18 09:11:57: enter GameStage
[1.11.50i] 2024/05/18 09:11:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:58: bind CityInfoStage
[1.11.50i] 2024/05/18 09:11:58: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:11:58: enter CityInfoStage
[1.11.50i] 2024/05/18 09:11:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:11:59: refresh
[1.11.50i] 2024/05/18 09:11:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:11:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:02: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:02: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:02: enter GameStage
[1.11.50i] 2024/05/18 09:12:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:03: bind CityInfoStage
[1.11.50i] 2024/05/18 09:12:03: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:12:03: enter CityInfoStage
[1.11.50i] 2024/05/18 09:12:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:04: refresh
[1.11.50i] 2024/05/18 09:12:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:14: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:14: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:14: enter GameStage
[1.11.50i] 2024/05/18 09:12:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:28: instance MTc4
[1.11.50i] 2024/05/18 09:12:28: bind RankStage
[1.11.50i] 2024/05/18 09:12:28: prepare RankStage
[1.11.50i] 2024/05/18 09:12:28: enter RankStage
[1.11.50i] 2024/05/18 09:12:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:29: leave RankStage
[1.11.50i] 2024/05/18 09:12:29: drop RankStage
[1.11.50i] 2024/05/18 09:12:29: enter GameStage
[1.11.50i] 2024/05/18 09:12:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:33: instance MjE4
[1.11.50i] 2024/05/18 09:12:40: bind Store
[1.11.50i] 2024/05/18 09:12:40: prepare Store
[1.11.50i] 2024/05/18 09:12:40: enter Store
[1.11.50i] 2024/05/18 09:12:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:41: leave Store
[1.11.50i] 2024/05/18 09:12:41: drop Store
[1.11.50i] 2024/05/18 09:12:41: enter GameStage
[1.11.50i] 2024/05/18 09:12:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:42: bind CityInfoStage
[1.11.50i] 2024/05/18 09:12:42: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:12:42: enter CityInfoStage
[1.11.50i] 2024/05/18 09:12:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:43: refresh
[1.11.50i] 2024/05/18 09:12:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:43: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:43: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:43: enter GameStage
[1.11.50i] 2024/05/18 09:12:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:45: bind CityInfoStage
[1.11.50i] 2024/05/18 09:12:45: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:12:45: enter CityInfoStage
[1.11.50i] 2024/05/18 09:12:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:46: refresh
[1.11.50i] 2024/05/18 09:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:47: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:47: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:47: enter GameStage
[1.11.50i] 2024/05/18 09:12:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:51: bind CityInfoStage
[1.11.50i] 2024/05/18 09:12:51: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:12:51: enter CityInfoStage
[1.11.50i] 2024/05/18 09:12:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:52: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:52: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:52: enter GameStage
[1.11.50i] 2024/05/18 09:12:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:52: bind CityInfoStage
[1.11.50i] 2024/05/18 09:12:52: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:12:52: enter CityInfoStage
[1.11.50i] 2024/05/18 09:12:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:53: refresh
[1.11.50i] 2024/05/18 09:12:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:53: refresh
[1.11.50i] 2024/05/18 09:12:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:12:54: leave CityInfoStage
[1.11.50i] 2024/05/18 09:12:54: drop CityInfoStage
[1.11.50i] 2024/05/18 09:12:54: enter GameStage
[1.11.50i] 2024/05/18 09:12:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:12:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:13:16: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:13:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:13:16: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:13:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:13:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:13:17: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:13:17: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:13:17: enter GameStage
[1.11.50i] 2024/05/18 09:13:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:13:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:48: bind CityInfoStage
[1.11.50i] 2024/05/18 09:14:48: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:14:48: enter CityInfoStage
[1.11.50i] 2024/05/18 09:14:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:49: refresh
[1.11.50i] 2024/05/18 09:14:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:53: leave CityInfoStage
[1.11.50i] 2024/05/18 09:14:53: drop CityInfoStage
[1.11.50i] 2024/05/18 09:14:53: enter GameStage
[1.11.50i] 2024/05/18 09:14:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:54: bind CityInfoStage
[1.11.50i] 2024/05/18 09:14:54: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:14:54: enter CityInfoStage
[1.11.50i] 2024/05/18 09:14:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:55: refresh
[1.11.50i] 2024/05/18 09:14:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:14:56: leave CityInfoStage
[1.11.50i] 2024/05/18 09:14:56: drop CityInfoStage
[1.11.50i] 2024/05/18 09:14:56: enter GameStage
[1.11.50i] 2024/05/18 09:14:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:14:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:15:51: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 09:15:51: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 09:15:51: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 09:15:51: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 09:15:51: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 09:15:51: enter GameStage
[1.11.50i] 2024/05/18 09:15:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:15:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:17:19: bind CityInfoStage
[1.11.50i] 2024/05/18 09:17:19: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:17:19: enter CityInfoStage
[1.11.50i] 2024/05/18 09:17:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:17:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:17:21: leave CityInfoStage
[1.11.50i] 2024/05/18 09:17:21: drop CityInfoStage
[1.11.50i] 2024/05/18 09:17:21: enter GameStage
[1.11.50i] 2024/05/18 09:17:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:17:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:52: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:53: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:54: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:55: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:56: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:57: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:58: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:18:59: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:00: 255 255 255
[1.11.50i] 2024/05/18 09:19:19: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:19:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:19:19: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:19:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:19:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:19:19: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:19:19: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:19:19: enter GameStage
[1.11.50i] 2024/05/18 09:19:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:19:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:22:11: instance MjIw
[1.11.50i] 2024/05/18 09:23:15: bind CityInfoStage
[1.11.50i] 2024/05/18 09:23:15: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:23:15: enter CityInfoStage
[1.11.50i] 2024/05/18 09:23:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:23:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:23:16: leave CityInfoStage
[1.11.50i] 2024/05/18 09:23:16: drop CityInfoStage
[1.11.50i] 2024/05/18 09:23:16: enter GameStage
[1.11.50i] 2024/05/18 09:23:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:23:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:24:35: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:24:35: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:24:35: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:24:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:24:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:24:36: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:24:36: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:24:36: enter GameStage
[1.11.50i] 2024/05/18 09:24:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:24:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:17: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:18: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:19: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:20: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:21: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:22: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:23: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:24: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:25:25: 255 255 255
[1.11.50i] 2024/05/18 09:26:30: pause app
[1.11.50i] 2024/05/18 09:34:36: enter app
[1.11.50i] 2024/05/18 09:34:36: resume app
[1.11.50i] 2024/05/18 09:34:36: resume -> enter GameStage
[1.11.50i] 2024/05/18 09:34:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:34:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:34:36: bind CityInfoStage
[1.11.50i] 2024/05/18 09:34:36: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:34:36: enter CityInfoStage
[1.11.50i] 2024/05/18 09:34:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:34:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:34:38: leave CityInfoStage
[1.11.50i] 2024/05/18 09:34:38: drop CityInfoStage
[1.11.50i] 2024/05/18 09:34:38: enter GameStage
[1.11.50i] 2024/05/18 09:34:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:34:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:34:42: pause app
[1.11.50i] 2024/05/18 09:34:42: enter app
[1.11.50i] 2024/05/18 09:34:42: resume app
[1.11.50i] 2024/05/18 09:34:42: resume -> enter GameStage
[1.11.50i] 2024/05/18 09:34:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:34:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:35:02: bind CityInfoStage
[1.11.50i] 2024/05/18 09:35:02: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:35:02: enter CityInfoStage
[1.11.50i] 2024/05/18 09:35:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:35:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:35:02: refresh
[1.11.50i] 2024/05/18 09:35:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:35:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:35:04: leave CityInfoStage
[1.11.50i] 2024/05/18 09:35:04: drop CityInfoStage
[1.11.50i] 2024/05/18 09:35:04: enter GameStage
[1.11.50i] 2024/05/18 09:35:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:35:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:36:19: bind CityInfoStage
[1.11.50i] 2024/05/18 09:36:19: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:36:19: enter CityInfoStage
[1.11.50i] 2024/05/18 09:36:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:36:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:36:27: leave CityInfoStage
[1.11.50i] 2024/05/18 09:36:27: drop CityInfoStage
[1.11.50i] 2024/05/18 09:36:27: enter GameStage
[1.11.50i] 2024/05/18 09:36:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:36:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:36:56: bind CityInfoStage
[1.11.50i] 2024/05/18 09:36:56: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:36:56: enter CityInfoStage
[1.11.50i] 2024/05/18 09:36:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:36:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:36:57: leave CityInfoStage
[1.11.50i] 2024/05/18 09:36:57: drop CityInfoStage
[1.11.50i] 2024/05/18 09:36:57: enter GameStage
[1.11.50i] 2024/05/18 09:36:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:36:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:37:15: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 09:37:15: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 09:37:15: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 09:37:15: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 09:37:15: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 09:37:15: enter GameStage
[1.11.50i] 2024/05/18 09:37:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:37:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:37:48: pause app
[1.11.50i] 2024/05/18 09:37:51: enter app
[1.11.50i] 2024/05/18 09:37:51: resume app
[1.11.50i] 2024/05/18 09:37:54: resume -> enter GameStage
[1.11.50i] 2024/05/18 09:37:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:37:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:38:43: instance MjIy
[1.11.50i] 2024/05/18 09:38:43: bind RankStage
[1.11.50i] 2024/05/18 09:38:43: prepare RankStage
[1.11.50i] 2024/05/18 09:38:43: enter RankStage
[1.11.50i] 2024/05/18 09:38:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:38:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:38:44: leave RankStage
[1.11.50i] 2024/05/18 09:38:44: drop RankStage
[1.11.50i] 2024/05/18 09:38:44: enter GameStage
[1.11.50i] 2024/05/18 09:38:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:38:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:39:21: pause app
[1.11.50i] 2024/05/18 09:39:21: leave GameStage
[1.11.50i] 2024/05/18 09:39:21: drop GameStage
[1.11.50i] 2024/05/18 09:39:21: drop RegionStage
[1.11.50i] 2024/05/18 09:43:21: Startup
[1.11.50i] 2024/05/18 09:43:21: create() cold start
[1.11.50i] 2024/05/18 09:43:21: translation pt_BR
[1.11.50i] 2024/05/18 09:43:21: instance MjIy
[1.11.50i] 2024/05/18 09:43:21: create() finish
[1.11.50i] 2024/05/18 09:43:21: create() end
[1.11.50i] 2024/05/18 09:43:21: resume app
[1.11.50i] 2024/05/18 09:43:21: refresh
[1.11.50i] 2024/05/18 09:43:21: bind LoadingStage
[1.11.50i] 2024/05/18 09:43:21: prepare LoadingStage
[1.11.50i] 2024/05/18 09:43:21: enter LoadingStage
[1.11.50i] 2024/05/18 09:43:21: loading Warm-up
[1.11.50i] 2024/05/18 09:43:21: refresh
[1.11.50i] 2024/05/18 09:43:21: loading Startup
[1.11.50i] 2024/05/18 09:43:22: Max texture size 4096
[1.11.50i] 2024/05/18 09:43:22: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 09:43:22: Engine consumes 11MB
[1.11.50i] 2024/05/18 09:43:22: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 09:43:22: loading Texture
[1.11.50i] 2024/05/18 09:43:22: loading Fonts
[1.11.50i] 2024/05/18 09:43:22: loading Skin
[1.11.50i] 2024/05/18 09:43:22: loading Extract files
[1.11.50i] 2024/05/18 09:43:22: loading Frames
[1.11.50i] 2024/05/18 09:43:22: loading Scripting
[1.11.50i] 2024/05/18 09:43:22: loading Collecting drafts
[1.11.50i] 2024/05/18 09:43:24: loading Prefetching images
[1.11.50i] 2024/05/18 09:43:24: loading Loading drafts
[1.11.50i] 2024/05/18 09:43:24: loading Finishing drafts
[1.11.50i] 2024/05/18 09:43:24: loading Loading music
[1.11.50i] 2024/05/18 09:43:24: loading Shaders
[1.11.50i] 2024/05/18 09:43:24: loading Topics
[1.11.50i] 2024/05/18 09:43:25: loading Loading textures
[1.11.50i] 2024/05/18 09:43:25: loading Checking winter
[1.11.50i] 2024/05/18 09:43:25: loading Preparing background
[1.11.50i] 2024/05/18 09:43:25: loading Finishing
[1.11.50i] 2024/05/18 09:43:25: leave LoadingStage
[1.11.50i] 2024/05/18 09:43:25: drop LoadingStage
[1.11.50i] 2024/05/18 09:43:25: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 09:43:25: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 09:43:25: bind PluginErrorStage
[1.11.50i] 2024/05/18 09:43:25: prepare PluginErrorStage
[1.11.50i] 2024/05/18 09:43:25: bind MissingManifestStage
[1.11.50i] 2024/05/18 09:43:25: prepare MissingManifestStage
[1.11.50i] 2024/05/18 09:43:25: bind WelcomeStage
[1.11.50i] 2024/05/18 09:43:25: prepare WelcomeStage
[1.11.50i] 2024/05/18 09:43:25: enter WelcomeStage
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:25: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 09:43:25: drop PluginErrorStage
[1.11.50i] 2024/05/18 09:43:25: drop MissingManifestStage
[1.11.50i] 2024/05/18 09:43:25: leave WelcomeStage
[1.11.50i] 2024/05/18 09:43:25: drop WelcomeStage
[1.11.50i] 2024/05/18 09:43:25: bind RegionStage
[1.11.50i] 2024/05/18 09:43:25: prepare RegionStage
[1.11.50i] 2024/05/18 09:43:25: enter RegionStage
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:25: instance MjIx
[1.11.50i] 2024/05/18 09:43:25: instance MjIy
[1.11.50i] 2024/05/18 09:43:25: bind LoadWaitingStage
[1.11.50i] 2024/05/18 09:43:25: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 09:43:25: enter LoadWaitingStage
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:26: leave LoadWaitingStage
[1.11.50i] 2024/05/18 09:43:26: drop LoadWaitingStage
[1.11.50i] 2024/05/18 09:43:26: bind GameStage
[1.11.50i] 2024/05/18 09:43:26: prepare GameStage
[1.11.50i] 2024/05/18 09:43:26: enter GameStage
[1.11.50i] 2024/05/18 09:43:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:28: bind CityInfoStage
[1.11.50i] 2024/05/18 09:43:28: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:43:28: enter CityInfoStage
[1.11.50i] 2024/05/18 09:43:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:29: refresh
[1.11.50i] 2024/05/18 09:43:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:29: refresh
[1.11.50i] 2024/05/18 09:43:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:33: leave CityInfoStage
[1.11.50i] 2024/05/18 09:43:33: drop CityInfoStage
[1.11.50i] 2024/05/18 09:43:33: enter GameStage
[1.11.50i] 2024/05/18 09:43:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:40: bind CityInfoStage
[1.11.50i] 2024/05/18 09:43:40: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:43:40: enter CityInfoStage
[1.11.50i] 2024/05/18 09:43:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:41: refresh
[1.11.50i] 2024/05/18 09:43:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:43:42: refresh
[1.11.50i] 2024/05/18 09:43:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:43:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:01: refresh
[1.11.50i] 2024/05/18 09:44:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:05: refresh
[1.11.50i] 2024/05/18 09:44:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:09: refresh
[1.11.50i] 2024/05/18 09:44:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:11: refresh
[1.11.50i] 2024/05/18 09:44:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:42: refresh
[1.11.50i] 2024/05/18 09:44:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:47: refresh
[1.11.50i] 2024/05/18 09:44:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:49: refresh
[1.11.50i] 2024/05/18 09:44:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:44:52: refresh
[1.11.50i] 2024/05/18 09:44:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:44:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:45:07: refresh
[1.11.50i] 2024/05/18 09:45:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:45:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:45:11: refresh
[1.11.50i] 2024/05/18 09:45:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:45:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:45:21: refresh
[1.11.50i] 2024/05/18 09:45:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:45:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:45:23: leave CityInfoStage
[1.11.50i] 2024/05/18 09:45:23: drop CityInfoStage
[1.11.50i] 2024/05/18 09:45:23: enter GameStage
[1.11.50i] 2024/05/18 09:45:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:45:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:48:04: bind CityInfoStage
[1.11.50i] 2024/05/18 09:48:04: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:48:04: enter CityInfoStage
[1.11.50i] 2024/05/18 09:48:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:48:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:48:12: leave CityInfoStage
[1.11.50i] 2024/05/18 09:48:12: drop CityInfoStage
[1.11.50i] 2024/05/18 09:48:12: enter GameStage
[1.11.50i] 2024/05/18 09:48:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:48:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:49:41: bind CityInfoStage
[1.11.50i] 2024/05/18 09:49:41: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:49:41: enter CityInfoStage
[1.11.50i] 2024/05/18 09:49:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:49:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:49:49: leave CityInfoStage
[1.11.50i] 2024/05/18 09:49:49: drop CityInfoStage
[1.11.50i] 2024/05/18 09:49:49: enter GameStage
[1.11.50i] 2024/05/18 09:49:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:49:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:50:46: bind SaveWaitingStage
[1.11.50i] 2024/05/18 09:50:46: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 09:50:46: enter SaveWaitingStage
[1.11.50i] 2024/05/18 09:50:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:50:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:50:46: leave SaveWaitingStage
[1.11.50i] 2024/05/18 09:50:46: drop SaveWaitingStage
[1.11.50i] 2024/05/18 09:50:46: enter GameStage
[1.11.50i] 2024/05/18 09:50:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:50:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:53:08: bind CityInfoStage
[1.11.50i] 2024/05/18 09:53:08: prepare CityInfoStage
[1.11.50i] 2024/05/18 09:53:08: enter CityInfoStage
[1.11.50i] 2024/05/18 09:53:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:53:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:53:08: refresh
[1.11.50i] 2024/05/18 09:53:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:53:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:53:09: leave CityInfoStage
[1.11.50i] 2024/05/18 09:53:09: drop CityInfoStage
[1.11.50i] 2024/05/18 09:53:09: enter GameStage
[1.11.50i] 2024/05/18 09:53:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:53:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:53:11: instance MjI0
[1.11.50i] 2024/05/18 09:53:11: bind RankStage
[1.11.50i] 2024/05/18 09:53:11: prepare RankStage
[1.11.50i] 2024/05/18 09:53:11: enter RankStage
[1.11.50i] 2024/05/18 09:53:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:53:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:53:22: leave RankStage
[1.11.50i] 2024/05/18 09:53:22: drop RankStage
[1.11.50i] 2024/05/18 09:53:22: enter GameStage
[1.11.50i] 2024/05/18 09:53:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 09:53:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 09:55:46: pause app
[1.11.50i] 2024/05/18 09:55:47: leave GameStage
[1.11.50i] 2024/05/18 09:55:47: drop GameStage
[1.11.50i] 2024/05/18 09:55:47: drop RegionStage
[1.11.50i] 2024/05/18 12:25:20: Startup
[1.11.50i] 2024/05/18 12:25:20: create() cold start
[1.11.50i] 2024/05/18 12:25:20: translation pt_BR
[1.11.50i] 2024/05/18 12:25:20: instance MjI0
[1.11.50i] 2024/05/18 12:25:20: create() finish
[1.11.50i] 2024/05/18 12:25:20: create() end
[1.11.50i] 2024/05/18 12:25:20: resume app
[1.11.50i] 2024/05/18 12:25:20: refresh
[1.11.50i] 2024/05/18 12:25:20: bind LoadingStage
[1.11.50i] 2024/05/18 12:25:20: prepare LoadingStage
[1.11.50i] 2024/05/18 12:25:21: enter LoadingStage
[1.11.50i] 2024/05/18 12:25:21: loading Warm-up
[1.11.50i] 2024/05/18 12:25:21: refresh
[1.11.50i] 2024/05/18 12:25:21: pause app
[1.11.50i] 2024/05/18 12:25:21: enter app
[1.11.50i] 2024/05/18 12:25:21: resume app
[1.11.50i] 2024/05/18 12:25:21: resume -> enter LoadingStage
[1.11.50i] 2024/05/18 12:25:21: loading Startup
[1.11.50i] 2024/05/18 12:25:21: Max texture size 4096
[1.11.50i] 2024/05/18 12:25:21: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 12:25:21: Engine consumes 11MB
[1.11.50i] 2024/05/18 12:25:21: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 12:25:21: loading Texture
[1.11.50i] 2024/05/18 12:25:21: loading Fonts
[1.11.50i] 2024/05/18 12:25:21: loading Skin
[1.11.50i] 2024/05/18 12:25:21: loading Extract files
[1.11.50i] 2024/05/18 12:25:21: loading Frames
[1.11.50i] 2024/05/18 12:25:22: loading Scripting
[1.11.50i] 2024/05/18 12:25:22: loading Collecting drafts
[1.11.50i] 2024/05/18 12:25:22: loading Prefetching images
[1.11.50i] 2024/05/18 12:25:22: loading Loading drafts
[1.11.50i] 2024/05/18 12:25:22: loading Finishing drafts
[1.11.50i] 2024/05/18 12:25:22: loading Loading music
[1.11.50i] 2024/05/18 12:25:22: loading Shaders
[1.11.50i] 2024/05/18 12:25:22: loading Topics
[1.11.50i] 2024/05/18 12:25:22: loading Loading textures
[1.11.50i] 2024/05/18 12:25:23: pause app
[1.11.50i] 2024/05/18 13:46:15: Startup
[1.11.50i] 2024/05/18 13:46:16: create() cold start
[1.11.50i] 2024/05/18 13:46:16: translation pt_BR
[1.11.50i] 2024/05/18 13:46:16: instance MjI0
[1.11.50i] 2024/05/18 13:46:16: create() finish
[1.11.50i] 2024/05/18 13:46:16: create() end
[1.11.50i] 2024/05/18 13:46:16: resume app
[1.11.50i] 2024/05/18 13:46:16: refresh
[1.11.50i] 2024/05/18 13:46:16: bind LoadingStage
[1.11.50i] 2024/05/18 13:46:16: prepare LoadingStage
[1.11.50i] 2024/05/18 13:46:16: enter LoadingStage
[1.11.50i] 2024/05/18 13:46:16: loading Warm-up
[1.11.50i] 2024/05/18 13:46:16: refresh
[1.11.50i] 2024/05/18 13:46:16: loading Startup
[1.11.50i] 2024/05/18 13:46:16: Max texture size 4096
[1.11.50i] 2024/05/18 13:46:16: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 13:46:16: Engine consumes 11MB
[1.11.50i] 2024/05/18 13:46:16: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 13:46:16: loading Texture
[1.11.50i] 2024/05/18 13:46:16: loading Fonts
[1.11.50i] 2024/05/18 13:46:16: loading Skin
[1.11.50i] 2024/05/18 13:46:16: loading Extract files
[1.11.50i] 2024/05/18 13:46:16: loading Frames
[1.11.50i] 2024/05/18 13:46:16: loading Scripting
[1.11.50i] 2024/05/18 13:46:16: loading Collecting drafts
[1.11.50i] 2024/05/18 13:46:17: loading Prefetching images
[1.11.50i] 2024/05/18 13:46:17: loading Loading drafts
[1.11.50i] 2024/05/18 13:46:17: loading Finishing drafts
[1.11.50i] 2024/05/18 13:46:17: loading Loading music
[1.11.50i] 2024/05/18 13:46:17: loading Shaders
[1.11.50i] 2024/05/18 13:46:17: loading Topics
[1.11.50i] 2024/05/18 13:46:17: loading Loading textures
[1.11.50i] 2024/05/18 13:46:18: loading Checking winter
[1.11.50i] 2024/05/18 13:46:18: loading Preparing background
[1.11.50i] 2024/05/18 13:46:18: loading Finishing
[1.11.50i] 2024/05/18 13:46:18: leave LoadingStage
[1.11.50i] 2024/05/18 13:46:18: drop LoadingStage
[1.11.50i] 2024/05/18 13:46:18: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 13:46:18: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 13:46:18: bind PluginErrorStage
[1.11.50i] 2024/05/18 13:46:18: prepare PluginErrorStage
[1.11.50i] 2024/05/18 13:46:18: bind MissingManifestStage
[1.11.50i] 2024/05/18 13:46:18: prepare MissingManifestStage
[1.11.50i] 2024/05/18 13:46:18: bind WelcomeStage
[1.11.50i] 2024/05/18 13:46:18: prepare WelcomeStage
[1.11.50i] 2024/05/18 13:46:18: enter WelcomeStage
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:18: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 13:46:18: drop PluginErrorStage
[1.11.50i] 2024/05/18 13:46:18: drop MissingManifestStage
[1.11.50i] 2024/05/18 13:46:18: leave WelcomeStage
[1.11.50i] 2024/05/18 13:46:18: drop WelcomeStage
[1.11.50i] 2024/05/18 13:46:18: bind RegionStage
[1.11.50i] 2024/05/18 13:46:18: prepare RegionStage
[1.11.50i] 2024/05/18 13:46:18: enter RegionStage
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:18: instance MjIz
[1.11.50i] 2024/05/18 13:46:18: instance MjI0
[1.11.50i] 2024/05/18 13:46:18: bind LoadWaitingStage
[1.11.50i] 2024/05/18 13:46:18: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 13:46:18: enter LoadWaitingStage
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:18: leave LoadWaitingStage
[1.11.50i] 2024/05/18 13:46:18: drop LoadWaitingStage
[1.11.50i] 2024/05/18 13:46:18: bind GameStage
[1.11.50i] 2024/05/18 13:46:18: prepare GameStage
[1.11.50i] 2024/05/18 13:46:18: enter GameStage
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:19: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 13:46:19: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 13:46:19: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 13:46:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:20: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 13:46:20: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 13:46:20: enter GameStage
[1.11.50i] 2024/05/18 13:46:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:46:23: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 13:46:23: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 13:46:23: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 13:46:23: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 13:46:23: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 13:46:23: enter GameStage
[1.11.50i] 2024/05/18 13:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:47:15: pause app
[1.11.50i] 2024/05/18 13:47:32: enter app
[1.11.50i] 2024/05/18 13:47:32: resume app
[1.11.50i] 2024/05/18 13:47:32: resume -> enter GameStage
[1.11.50i] 2024/05/18 13:47:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:47:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:49:21: pause app
[1.11.50i] 2024/05/18 13:49:37: enter app
[1.11.50i] 2024/05/18 13:49:37: resume app
[1.11.50i] 2024/05/18 13:49:37: resume -> enter GameStage
[1.11.50i] 2024/05/18 13:49:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:49:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:51:57: bind CityInfoStage
[1.11.50i] 2024/05/18 13:51:57: prepare CityInfoStage
[1.11.50i] 2024/05/18 13:51:57: enter CityInfoStage
[1.11.50i] 2024/05/18 13:51:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:51:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:51:59: leave CityInfoStage
[1.11.50i] 2024/05/18 13:51:59: drop CityInfoStage
[1.11.50i] 2024/05/18 13:51:59: enter GameStage
[1.11.50i] 2024/05/18 13:51:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:51:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:54:19: pause app
[1.11.50i] 2024/05/18 13:54:54: enter app
[1.11.50i] 2024/05/18 13:54:54: resume app
[1.11.50i] 2024/05/18 13:54:54: resume -> enter GameStage
[1.11.50i] 2024/05/18 13:54:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:54:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:55:38: instance MjI2
[1.11.50i] 2024/05/18 13:55:38: bind RankStage
[1.11.50i] 2024/05/18 13:55:38: prepare RankStage
[1.11.50i] 2024/05/18 13:55:38: enter RankStage
[1.11.50i] 2024/05/18 13:55:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:55:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:55:39: leave RankStage
[1.11.50i] 2024/05/18 13:55:39: drop RankStage
[1.11.50i] 2024/05/18 13:55:39: enter GameStage
[1.11.50i] 2024/05/18 13:55:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:55:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 13:57:16: pause app
[1.11.50i] 2024/05/18 13:57:45: enter app
[1.11.50i] 2024/05/18 13:57:45: resume app
[1.11.50i] 2024/05/18 13:57:45: resume -> enter GameStage
[1.11.50i] 2024/05/18 13:57:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 13:57:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:02:43: bind SaveWaitingStage
[1.11.50i] 2024/05/18 14:02:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 14:02:43: enter SaveWaitingStage
[1.11.50i] 2024/05/18 14:02:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:02:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:02:44: leave SaveWaitingStage
[1.11.50i] 2024/05/18 14:02:44: drop SaveWaitingStage
[1.11.50i] 2024/05/18 14:02:44: enter GameStage
[1.11.50i] 2024/05/18 14:02:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:02:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:06:00: pause app
[1.11.50i] 2024/05/18 14:06:22: enter app
[1.11.50i] 2024/05/18 14:06:22: resume app
[1.11.50i] 2024/05/18 14:06:22: resume -> enter GameStage
[1.11.50i] 2024/05/18 14:06:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:06:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:27: bind CityInfoStage
[1.11.50i] 2024/05/18 14:07:27: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:07:27: enter CityInfoStage
[1.11.50i] 2024/05/18 14:07:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:29: leave CityInfoStage
[1.11.50i] 2024/05/18 14:07:29: drop CityInfoStage
[1.11.50i] 2024/05/18 14:07:29: enter GameStage
[1.11.50i] 2024/05/18 14:07:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:29: bind CityInfoStage
[1.11.50i] 2024/05/18 14:07:29: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:07:29: enter CityInfoStage
[1.11.50i] 2024/05/18 14:07:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:33: leave CityInfoStage
[1.11.50i] 2024/05/18 14:07:33: drop CityInfoStage
[1.11.50i] 2024/05/18 14:07:33: enter GameStage
[1.11.50i] 2024/05/18 14:07:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:34: bind CityInfoStage
[1.11.50i] 2024/05/18 14:07:34: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:07:34: enter CityInfoStage
[1.11.50i] 2024/05/18 14:07:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:07:48: leave CityInfoStage
[1.11.50i] 2024/05/18 14:07:48: drop CityInfoStage
[1.11.50i] 2024/05/18 14:07:48: enter GameStage
[1.11.50i] 2024/05/18 14:07:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:07:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:10:03: instance MjI4
[1.11.50i] 2024/05/18 14:10:03: bind RankStage
[1.11.50i] 2024/05/18 14:10:03: prepare RankStage
[1.11.50i] 2024/05/18 14:10:03: enter RankStage
[1.11.50i] 2024/05/18 14:10:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:10:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:10:04: leave RankStage
[1.11.50i] 2024/05/18 14:10:04: drop RankStage
[1.11.50i] 2024/05/18 14:10:04: enter GameStage
[1.11.50i] 2024/05/18 14:10:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:10:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:10:18: pause app
[1.11.50i] 2024/05/18 14:10:27: enter app
[1.11.50i] 2024/05/18 14:10:27: resume app
[1.11.50i] 2024/05/18 14:10:27: resume -> enter GameStage
[1.11.50i] 2024/05/18 14:10:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:10:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:11:30: bind CityInfoStage
[1.11.50i] 2024/05/18 14:11:30: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:11:30: enter CityInfoStage
[1.11.50i] 2024/05/18 14:11:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:11:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:11:34: leave CityInfoStage
[1.11.50i] 2024/05/18 14:11:34: drop CityInfoStage
[1.11.50i] 2024/05/18 14:11:34: enter GameStage
[1.11.50i] 2024/05/18 14:11:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:11:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:12:29: bind CityInfoStage
[1.11.50i] 2024/05/18 14:12:29: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:12:29: enter CityInfoStage
[1.11.50i] 2024/05/18 14:12:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:12:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:12:29: refresh
[1.11.50i] 2024/05/18 14:12:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:12:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:12:30: leave CityInfoStage
[1.11.50i] 2024/05/18 14:12:30: drop CityInfoStage
[1.11.50i] 2024/05/18 14:12:30: enter GameStage
[1.11.50i] 2024/05/18 14:12:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:12:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:14:20: bind CityInfoStage
[1.11.50i] 2024/05/18 14:14:20: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:14:20: enter CityInfoStage
[1.11.50i] 2024/05/18 14:14:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:14:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:14:22: leave CityInfoStage
[1.11.50i] 2024/05/18 14:14:22: drop CityInfoStage
[1.11.50i] 2024/05/18 14:14:22: enter GameStage
[1.11.50i] 2024/05/18 14:14:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:14:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:14:26: bind CityInfoStage
[1.11.50i] 2024/05/18 14:14:26: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:14:26: enter CityInfoStage
[1.11.50i] 2024/05/18 14:14:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:14:27: leave CityInfoStage
[1.11.50i] 2024/05/18 14:14:27: drop CityInfoStage
[1.11.50i] 2024/05/18 14:14:27: enter GameStage
[1.11.50i] 2024/05/18 14:14:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:14:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:15:01: bind Store
[1.11.50i] 2024/05/18 14:15:01: prepare Store
[1.11.50i] 2024/05/18 14:15:01: enter Store
[1.11.50i] 2024/05/18 14:15:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:15:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:15:29: leave Store
[1.11.50i] 2024/05/18 14:15:29: drop Store
[1.11.50i] 2024/05/18 14:15:29: enter GameStage
[1.11.50i] 2024/05/18 14:15:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:15:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:15:36: bind CityInfoStage
[1.11.50i] 2024/05/18 14:15:36: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:15:36: enter CityInfoStage
[1.11.50i] 2024/05/18 14:15:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:15:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:15:42: leave CityInfoStage
[1.11.50i] 2024/05/18 14:15:42: drop CityInfoStage
[1.11.50i] 2024/05/18 14:15:42: enter GameStage
[1.11.50i] 2024/05/18 14:15:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:15:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:16:00: bind SaveWaitingStage
[1.11.50i] 2024/05/18 14:16:00: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 14:16:00: enter SaveWaitingStage
[1.11.50i] 2024/05/18 14:16:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:16:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:16:01: leave SaveWaitingStage
[1.11.50i] 2024/05/18 14:16:01: drop SaveWaitingStage
[1.11.50i] 2024/05/18 14:16:01: enter GameStage
[1.11.50i] 2024/05/18 14:16:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:16:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:00: bind SaveWaitingStage
[1.11.50i] 2024/05/18 14:21:00: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 14:21:00: enter SaveWaitingStage
[1.11.50i] 2024/05/18 14:21:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:01: leave SaveWaitingStage
[1.11.50i] 2024/05/18 14:21:01: drop SaveWaitingStage
[1.11.50i] 2024/05/18 14:21:01: enter GameStage
[1.11.50i] 2024/05/18 14:21:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:31: bind CityInfoStage
[1.11.50i] 2024/05/18 14:21:31: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:21:31: enter CityInfoStage
[1.11.50i] 2024/05/18 14:21:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:32: leave CityInfoStage
[1.11.50i] 2024/05/18 14:21:32: drop CityInfoStage
[1.11.50i] 2024/05/18 14:21:32: enter GameStage
[1.11.50i] 2024/05/18 14:21:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:44: bind CityInfoStage
[1.11.50i] 2024/05/18 14:21:44: prepare CityInfoStage
[1.11.50i] 2024/05/18 14:21:44: enter CityInfoStage
[1.11.50i] 2024/05/18 14:21:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:47: leave CityInfoStage
[1.11.50i] 2024/05/18 14:21:47: drop CityInfoStage
[1.11.50i] 2024/05/18 14:21:47: enter GameStage
[1.11.50i] 2024/05/18 14:21:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 14:21:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 14:21:50: pause app
[1.11.50i] 2024/05/18 15:06:16: Startup
[1.11.50i] 2024/05/18 15:06:16: create() cold start
[1.11.50i] 2024/05/18 15:06:16: translation pt_BR
[1.11.50i] 2024/05/18 15:06:16: instance MjI4
[1.11.50i] 2024/05/18 15:06:16: create() finish
[1.11.50i] 2024/05/18 15:06:16: create() end
[1.11.50i] 2024/05/18 15:06:16: resume app
[1.11.50i] 2024/05/18 15:06:16: refresh
[1.11.50i] 2024/05/18 15:06:16: bind LoadingStage
[1.11.50i] 2024/05/18 15:06:16: prepare LoadingStage
[1.11.50i] 2024/05/18 15:06:16: enter LoadingStage
[1.11.50i] 2024/05/18 15:06:16: loading Warm-up
[1.11.50i] 2024/05/18 15:06:16: refresh
[1.11.50i] 2024/05/18 15:06:16: pause app
[1.11.50i] 2024/05/18 15:06:17: enter app
[1.11.50i] 2024/05/18 15:06:17: resume app
[1.11.50i] 2024/05/18 15:06:17: resume -> enter LoadingStage
[1.11.50i] 2024/05/18 15:06:17: loading Startup
[1.11.50i] 2024/05/18 15:06:17: Max texture size 4096
[1.11.50i] 2024/05/18 15:06:17: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 15:06:17: Engine consumes 11MB
[1.11.50i] 2024/05/18 15:06:17: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 15:06:17: loading Texture
[1.11.50i] 2024/05/18 15:06:17: loading Fonts
[1.11.50i] 2024/05/18 15:06:17: loading Skin
[1.11.50i] 2024/05/18 15:06:17: loading Extract files
[1.11.50i] 2024/05/18 15:06:17: loading Frames
[1.11.50i] 2024/05/18 15:06:17: loading Scripting
[1.11.50i] 2024/05/18 15:06:17: loading Collecting drafts
[1.11.50i] 2024/05/18 15:06:17: loading Prefetching images
[1.11.50i] 2024/05/18 15:06:17: loading Loading drafts
[1.11.50i] 2024/05/18 15:06:18: loading Finishing drafts
[1.11.50i] 2024/05/18 15:06:18: loading Loading music
[1.11.50i] 2024/05/18 15:06:18: loading Shaders
[1.11.50i] 2024/05/18 15:06:18: loading Topics
[1.11.50i] 2024/05/18 15:06:18: loading Loading textures
[1.11.50i] 2024/05/18 15:06:19: pause app
[1.11.50i] 2024/05/18 15:06:23: enter app
[1.11.50i] 2024/05/18 15:06:23: resume app
[1.11.50i] 2024/05/18 15:06:23: resume -> enter LoadingStage
[1.11.50i] 2024/05/18 15:06:23: loading Checking winter
[1.11.50i] 2024/05/18 15:06:23: loading Preparing background
[1.11.50i] 2024/05/18 15:06:23: loading Finishing
[1.11.50i] 2024/05/18 15:06:23: leave LoadingStage
[1.11.50i] 2024/05/18 15:06:23: drop LoadingStage
[1.11.50i] 2024/05/18 15:06:23: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:06:23: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:06:23: bind PluginErrorStage
[1.11.50i] 2024/05/18 15:06:23: prepare PluginErrorStage
[1.11.50i] 2024/05/18 15:06:23: bind MissingManifestStage
[1.11.50i] 2024/05/18 15:06:23: prepare MissingManifestStage
[1.11.50i] 2024/05/18 15:06:23: bind WelcomeStage
[1.11.50i] 2024/05/18 15:06:23: prepare WelcomeStage
[1.11.50i] 2024/05/18 15:06:23: enter WelcomeStage
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:06:23: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:06:23: drop PluginErrorStage
[1.11.50i] 2024/05/18 15:06:23: drop MissingManifestStage
[1.11.50i] 2024/05/18 15:06:23: leave WelcomeStage
[1.11.50i] 2024/05/18 15:06:23: drop WelcomeStage
[1.11.50i] 2024/05/18 15:06:23: bind RegionStage
[1.11.50i] 2024/05/18 15:06:23: prepare RegionStage
[1.11.50i] 2024/05/18 15:06:23: enter RegionStage
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:06:23: instance MjI3
[1.11.50i] 2024/05/18 15:06:23: instance MjI4
[1.11.50i] 2024/05/18 15:06:23: bind LoadWaitingStage
[1.11.50i] 2024/05/18 15:06:23: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 15:06:23: enter LoadWaitingStage
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:06:24: leave LoadWaitingStage
[1.11.50i] 2024/05/18 15:06:24: drop LoadWaitingStage
[1.11.50i] 2024/05/18 15:06:24: bind GameStage
[1.11.50i] 2024/05/18 15:06:24: prepare GameStage
[1.11.50i] 2024/05/18 15:06:24: enter GameStage
[1.11.50i] 2024/05/18 15:06:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:06:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:08:29: pause app
[1.11.50i] 2024/05/18 15:08:30: leave GameStage
[1.11.50i] 2024/05/18 15:08:30: drop GameStage
[1.11.50i] 2024/05/18 15:08:30: drop RegionStage
[1.11.50i] 2024/05/18 15:09:03: Startup
[1.11.50i] 2024/05/18 15:09:03: create() cold start
[1.11.50i] 2024/05/18 15:09:03: translation pt_BR
[1.11.50i] 2024/05/18 15:09:03: instance MjI4
[1.11.50i] 2024/05/18 15:09:03: create() finish
[1.11.50i] 2024/05/18 15:09:03: create() end
[1.11.50i] 2024/05/18 15:09:03: resume app
[1.11.50i] 2024/05/18 15:09:03: refresh
[1.11.50i] 2024/05/18 15:09:03: bind LoadingStage
[1.11.50i] 2024/05/18 15:09:03: prepare LoadingStage
[1.11.50i] 2024/05/18 15:09:03: enter LoadingStage
[1.11.50i] 2024/05/18 15:09:03: loading Warm-up
[1.11.50i] 2024/05/18 15:09:03: refresh
[1.11.50i] 2024/05/18 15:09:03: pause app
[1.11.50i] 2024/05/18 15:09:04: enter app
[1.11.50i] 2024/05/18 15:09:04: resume app
[1.11.50i] 2024/05/18 15:09:04: resume -> enter LoadingStage
[1.11.50i] 2024/05/18 15:09:04: loading Startup
[1.11.50i] 2024/05/18 15:09:04: Max texture size 4096
[1.11.50i] 2024/05/18 15:09:04: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 15:09:04: Engine consumes 11MB
[1.11.50i] 2024/05/18 15:09:04: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 15:09:04: loading Texture
[1.11.50i] 2024/05/18 15:09:04: loading Fonts
[1.11.50i] 2024/05/18 15:09:04: loading Skin
[1.11.50i] 2024/05/18 15:09:04: loading Extract files
[1.11.50i] 2024/05/18 15:09:04: loading Frames
[1.11.50i] 2024/05/18 15:09:04: loading Scripting
[1.11.50i] 2024/05/18 15:09:04: loading Collecting drafts
[1.11.50i] 2024/05/18 15:09:04: loading Prefetching images
[1.11.50i] 2024/05/18 15:09:04: loading Loading drafts
[1.11.50i] 2024/05/18 15:09:05: loading Finishing drafts
[1.11.50i] 2024/05/18 15:09:05: loading Loading music
[1.11.50i] 2024/05/18 15:09:05: loading Shaders
[1.11.50i] 2024/05/18 15:09:05: loading Topics
[1.11.50i] 2024/05/18 15:09:05: loading Loading textures
[1.11.50i] 2024/05/18 15:09:05: loading Checking winter
[1.11.50i] 2024/05/18 15:09:05: loading Preparing background
[1.11.50i] 2024/05/18 15:09:06: loading Finishing
[1.11.50i] 2024/05/18 15:09:06: leave LoadingStage
[1.11.50i] 2024/05/18 15:09:06: drop LoadingStage
[1.11.50i] 2024/05/18 15:09:06: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:09:06: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:09:06: bind PluginErrorStage
[1.11.50i] 2024/05/18 15:09:06: prepare PluginErrorStage
[1.11.50i] 2024/05/18 15:09:06: bind MissingManifestStage
[1.11.50i] 2024/05/18 15:09:06: prepare MissingManifestStage
[1.11.50i] 2024/05/18 15:09:06: bind WelcomeStage
[1.11.50i] 2024/05/18 15:09:06: prepare WelcomeStage
[1.11.50i] 2024/05/18 15:09:06: enter WelcomeStage
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:06: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:09:06: drop PluginErrorStage
[1.11.50i] 2024/05/18 15:09:06: drop MissingManifestStage
[1.11.50i] 2024/05/18 15:09:06: leave WelcomeStage
[1.11.50i] 2024/05/18 15:09:06: drop WelcomeStage
[1.11.50i] 2024/05/18 15:09:06: bind RegionStage
[1.11.50i] 2024/05/18 15:09:06: prepare RegionStage
[1.11.50i] 2024/05/18 15:09:06: enter RegionStage
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:06: instance MjI3
[1.11.50i] 2024/05/18 15:09:06: instance MjI4
[1.11.50i] 2024/05/18 15:09:06: bind LoadWaitingStage
[1.11.50i] 2024/05/18 15:09:06: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 15:09:06: enter LoadWaitingStage
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:06: leave LoadWaitingStage
[1.11.50i] 2024/05/18 15:09:06: drop LoadWaitingStage
[1.11.50i] 2024/05/18 15:09:06: bind GameStage
[1.11.50i] 2024/05/18 15:09:06: prepare GameStage
[1.11.50i] 2024/05/18 15:09:06: enter GameStage
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:09: instance MjMw
[1.11.50i] 2024/05/18 15:09:09: bind RankStage
[1.11.50i] 2024/05/18 15:09:09: prepare RankStage
[1.11.50i] 2024/05/18 15:09:09: enter RankStage
[1.11.50i] 2024/05/18 15:09:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:10: leave RankStage
[1.11.50i] 2024/05/18 15:09:10: drop RankStage
[1.11.50i] 2024/05/18 15:09:10: enter GameStage
[1.11.50i] 2024/05/18 15:09:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:09:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:09:16: pause app
[1.11.50i] 2024/05/18 15:09:17: leave GameStage
[1.11.50i] 2024/05/18 15:09:17: drop GameStage
[1.11.50i] 2024/05/18 15:09:17: drop RegionStage
[1.11.50i] 2024/05/18 15:14:08: Startup
[1.11.50i] 2024/05/18 15:14:08: create() cold start
[1.11.50i] 2024/05/18 15:14:08: translation pt_BR
[1.11.50i] 2024/05/18 15:14:08: instance MjMw
[1.11.50i] 2024/05/18 15:14:08: create() finish
[1.11.50i] 2024/05/18 15:14:08: create() end
[1.11.50i] 2024/05/18 15:14:08: resume app
[1.11.50i] 2024/05/18 15:14:08: refresh
[1.11.50i] 2024/05/18 15:14:08: bind LoadingStage
[1.11.50i] 2024/05/18 15:14:08: prepare LoadingStage
[1.11.50i] 2024/05/18 15:14:09: enter LoadingStage
[1.11.50i] 2024/05/18 15:14:09: loading Warm-up
[1.11.50i] 2024/05/18 15:14:09: refresh
[1.11.50i] 2024/05/18 15:14:09: loading Startup
[1.11.50i] 2024/05/18 15:14:09: Max texture size 4096
[1.11.50i] 2024/05/18 15:14:09: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 15:14:09: Engine consumes 11MB
[1.11.50i] 2024/05/18 15:14:09: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 15:14:09: loading Texture
[1.11.50i] 2024/05/18 15:14:09: loading Fonts
[1.11.50i] 2024/05/18 15:14:09: loading Skin
[1.11.50i] 2024/05/18 15:14:09: loading Extract files
[1.11.50i] 2024/05/18 15:14:09: loading Frames
[1.11.50i] 2024/05/18 15:14:09: loading Scripting
[1.11.50i] 2024/05/18 15:14:09: loading Collecting drafts
[1.11.50i] 2024/05/18 15:14:09: loading Prefetching images
[1.11.50i] 2024/05/18 15:14:09: loading Loading drafts
[1.11.50i] 2024/05/18 15:14:09: loading Finishing drafts
[1.11.50i] 2024/05/18 15:14:10: loading Loading music
[1.11.50i] 2024/05/18 15:14:10: loading Shaders
[1.11.50i] 2024/05/18 15:14:10: loading Topics
[1.11.50i] 2024/05/18 15:14:10: loading Loading textures
[1.11.50i] 2024/05/18 15:14:10: loading Checking winter
[1.11.50i] 2024/05/18 15:14:10: loading Preparing background
[1.11.50i] 2024/05/18 15:14:10: loading Finishing
[1.11.50i] 2024/05/18 15:14:10: leave LoadingStage
[1.11.50i] 2024/05/18 15:14:10: drop LoadingStage
[1.11.50i] 2024/05/18 15:14:10: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:14:10: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:14:10: bind PluginErrorStage
[1.11.50i] 2024/05/18 15:14:10: prepare PluginErrorStage
[1.11.50i] 2024/05/18 15:14:10: bind MissingManifestStage
[1.11.50i] 2024/05/18 15:14:10: prepare MissingManifestStage
[1.11.50i] 2024/05/18 15:14:10: bind WelcomeStage
[1.11.50i] 2024/05/18 15:14:10: prepare WelcomeStage
[1.11.50i] 2024/05/18 15:14:10: enter WelcomeStage
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:10: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:14:10: drop PluginErrorStage
[1.11.50i] 2024/05/18 15:14:10: drop MissingManifestStage
[1.11.50i] 2024/05/18 15:14:10: leave WelcomeStage
[1.11.50i] 2024/05/18 15:14:10: drop WelcomeStage
[1.11.50i] 2024/05/18 15:14:10: bind RegionStage
[1.11.50i] 2024/05/18 15:14:10: prepare RegionStage
[1.11.50i] 2024/05/18 15:14:10: enter RegionStage
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:11: instance MjI5
[1.11.50i] 2024/05/18 15:14:11: instance MjMw
[1.11.50i] 2024/05/18 15:14:11: bind LoadWaitingStage
[1.11.50i] 2024/05/18 15:14:11: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 15:14:11: enter LoadWaitingStage
[1.11.50i] 2024/05/18 15:14:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:11: leave LoadWaitingStage
[1.11.50i] 2024/05/18 15:14:11: drop LoadWaitingStage
[1.11.50i] 2024/05/18 15:14:11: bind GameStage
[1.11.50i] 2024/05/18 15:14:11: prepare GameStage
[1.11.50i] 2024/05/18 15:14:11: enter GameStage
[1.11.50i] 2024/05/18 15:14:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:14:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:14:41: pause app
[1.11.50i] 2024/05/18 15:14:42: leave GameStage
[1.11.50i] 2024/05/18 15:14:43: drop GameStage
[1.11.50i] 2024/05/18 15:14:43: drop RegionStage
[1.11.50i] 2024/05/18 15:23:39: Startup
[1.11.50i] 2024/05/18 15:23:39: create() cold start
[1.11.50i] 2024/05/18 15:23:39: translation pt_BR
[1.11.50i] 2024/05/18 15:23:39: instance MjMw
[1.11.50i] 2024/05/18 15:23:39: create() finish
[1.11.50i] 2024/05/18 15:23:39: create() end
[1.11.50i] 2024/05/18 15:23:39: resume app
[1.11.50i] 2024/05/18 15:23:39: refresh
[1.11.50i] 2024/05/18 15:23:39: bind LoadingStage
[1.11.50i] 2024/05/18 15:23:39: prepare LoadingStage
[1.11.50i] 2024/05/18 15:23:39: enter LoadingStage
[1.11.50i] 2024/05/18 15:23:39: loading Warm-up
[1.11.50i] 2024/05/18 15:23:39: refresh
[1.11.50i] 2024/05/18 15:23:40: loading Startup
[1.11.50i] 2024/05/18 15:23:40: Max texture size 4096
[1.11.50i] 2024/05/18 15:23:40: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 15:23:40: Engine consumes 11MB
[1.11.50i] 2024/05/18 15:23:40: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 15:23:40: loading Texture
[1.11.50i] 2024/05/18 15:23:40: loading Fonts
[1.11.50i] 2024/05/18 15:23:40: loading Skin
[1.11.50i] 2024/05/18 15:23:40: loading Extract files
[1.11.50i] 2024/05/18 15:23:40: loading Frames
[1.11.50i] 2024/05/18 15:23:40: loading Scripting
[1.11.50i] 2024/05/18 15:23:40: loading Collecting drafts
[1.11.50i] 2024/05/18 15:23:40: loading Prefetching images
[1.11.50i] 2024/05/18 15:23:40: loading Loading drafts
[1.11.50i] 2024/05/18 15:23:40: loading Finishing drafts
[1.11.50i] 2024/05/18 15:23:40: loading Loading music
[1.11.50i] 2024/05/18 15:23:41: loading Shaders
[1.11.50i] 2024/05/18 15:23:41: loading Topics
[1.11.50i] 2024/05/18 15:23:41: loading Loading textures
[1.11.50i] 2024/05/18 15:23:41: loading Checking winter
[1.11.50i] 2024/05/18 15:23:41: loading Preparing background
[1.11.50i] 2024/05/18 15:23:41: loading Finishing
[1.11.50i] 2024/05/18 15:23:41: leave LoadingStage
[1.11.50i] 2024/05/18 15:23:41: drop LoadingStage
[1.11.50i] 2024/05/18 15:23:41: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:23:41: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:23:41: bind PluginErrorStage
[1.11.50i] 2024/05/18 15:23:41: prepare PluginErrorStage
[1.11.50i] 2024/05/18 15:23:41: bind MissingManifestStage
[1.11.50i] 2024/05/18 15:23:41: prepare MissingManifestStage
[1.11.50i] 2024/05/18 15:23:41: bind WelcomeStage
[1.11.50i] 2024/05/18 15:23:41: prepare WelcomeStage
[1.11.50i] 2024/05/18 15:23:41: enter WelcomeStage
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:23:41: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:23:41: drop PluginErrorStage
[1.11.50i] 2024/05/18 15:23:41: drop MissingManifestStage
[1.11.50i] 2024/05/18 15:23:41: leave WelcomeStage
[1.11.50i] 2024/05/18 15:23:41: drop WelcomeStage
[1.11.50i] 2024/05/18 15:23:41: bind RegionStage
[1.11.50i] 2024/05/18 15:23:41: prepare RegionStage
[1.11.50i] 2024/05/18 15:23:41: enter RegionStage
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:23:41: instance MjI5
[1.11.50i] 2024/05/18 15:23:41: instance MjMw
[1.11.50i] 2024/05/18 15:23:41: bind LoadWaitingStage
[1.11.50i] 2024/05/18 15:23:41: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 15:23:41: enter LoadWaitingStage
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:23:42: leave LoadWaitingStage
[1.11.50i] 2024/05/18 15:23:42: drop LoadWaitingStage
[1.11.50i] 2024/05/18 15:23:42: bind GameStage
[1.11.50i] 2024/05/18 15:23:42: prepare GameStage
[1.11.50i] 2024/05/18 15:23:42: enter GameStage
[1.11.50i] 2024/05/18 15:23:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:23:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:04: bind CityInfoStage
[1.11.50i] 2024/05/18 15:25:04: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:25:04: enter CityInfoStage
[1.11.50i] 2024/05/18 15:25:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:25:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:06: refresh
[1.11.50i] 2024/05/18 15:25:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:25:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:07: leave CityInfoStage
[1.11.50i] 2024/05/18 15:25:07: drop CityInfoStage
[1.11.50i] 2024/05/18 15:25:07: enter GameStage
[1.11.50i] 2024/05/18 15:25:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:25:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:40: bind CityInfoStage
[1.11.50i] 2024/05/18 15:25:40: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:25:40: enter CityInfoStage
[1.11.50i] 2024/05/18 15:25:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:25:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:42: leave CityInfoStage
[1.11.50i] 2024/05/18 15:25:42: drop CityInfoStage
[1.11.50i] 2024/05/18 15:25:42: enter GameStage
[1.11.50i] 2024/05/18 15:25:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:25:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:25:43: pause app
[1.11.50i] 2024/05/18 15:26:21: enter app
[1.11.50i] 2024/05/18 15:26:21: resume app
[1.11.50i] 2024/05/18 15:26:21: resume -> enter GameStage
[1.11.50i] 2024/05/18 15:26:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:26:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:26:45: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 15:26:45: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 15:26:45: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 15:26:45: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 15:26:45: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 15:26:45: enter GameStage
[1.11.50i] 2024/05/18 15:26:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:26:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:28:54: instance MjMy
[1.11.50i] 2024/05/18 15:28:55: instance MjM0
[1.11.50i] 2024/05/18 15:31:03: pause app
[1.11.50i] 2024/05/18 15:31:20: enter app
[1.11.50i] 2024/05/18 15:31:20: resume app
[1.11.50i] 2024/05/18 15:31:20: resume -> enter GameStage
[1.11.50i] 2024/05/18 15:31:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:31:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:22: bind CityInfoStage
[1.11.50i] 2024/05/18 15:32:22: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:32:22: enter CityInfoStage
[1.11.50i] 2024/05/18 15:32:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:22: refresh
[1.11.50i] 2024/05/18 15:32:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:24: leave CityInfoStage
[1.11.50i] 2024/05/18 15:32:24: drop CityInfoStage
[1.11.50i] 2024/05/18 15:32:24: enter GameStage
[1.11.50i] 2024/05/18 15:32:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:35: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:36: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:37: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:38: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:39: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:40: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:41: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:42: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:43: 255 255 255
[1.11.50i] 2024/05/18 15:32:47: bind CityInfoStage
[1.11.50i] 2024/05/18 15:32:47: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:32:47: enter CityInfoStage
[1.11.50i] 2024/05/18 15:32:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:47: refresh
[1.11.50i] 2024/05/18 15:32:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:32:49: leave CityInfoStage
[1.11.50i] 2024/05/18 15:32:49: drop CityInfoStage
[1.11.50i] 2024/05/18 15:32:49: enter GameStage
[1.11.50i] 2024/05/18 15:32:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:32:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:33:05: pause app
[1.11.50i] 2024/05/18 15:57:28: Startup
[1.11.50i] 2024/05/18 15:57:28: create() cold start
[1.11.50i] 2024/05/18 15:57:28: translation pt_BR
[1.11.50i] 2024/05/18 15:57:28: instance MjM0
[1.11.50i] 2024/05/18 15:57:28: create() finish
[1.11.50i] 2024/05/18 15:57:28: create() end
[1.11.50i] 2024/05/18 15:57:28: resume app
[1.11.50i] 2024/05/18 15:57:28: refresh
[1.11.50i] 2024/05/18 15:57:28: bind LoadingStage
[1.11.50i] 2024/05/18 15:57:28: prepare LoadingStage
[1.11.50i] 2024/05/18 15:57:29: enter LoadingStage
[1.11.50i] 2024/05/18 15:57:29: loading Warm-up
[1.11.50i] 2024/05/18 15:57:29: refresh
[1.11.50i] 2024/05/18 15:57:29: loading Startup
[1.11.50i] 2024/05/18 15:57:29: Max texture size 4096
[1.11.50i] 2024/05/18 15:57:29: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 15:57:29: Engine consumes 11MB
[1.11.50i] 2024/05/18 15:57:29: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 15:57:29: loading Texture
[1.11.50i] 2024/05/18 15:57:29: loading Fonts
[1.11.50i] 2024/05/18 15:57:29: loading Skin
[1.11.50i] 2024/05/18 15:57:29: loading Extract files
[1.11.50i] 2024/05/18 15:57:29: loading Frames
[1.11.50i] 2024/05/18 15:57:29: loading Scripting
[1.11.50i] 2024/05/18 15:57:29: loading Collecting drafts
[1.11.50i] 2024/05/18 15:57:29: loading Prefetching images
[1.11.50i] 2024/05/18 15:57:29: loading Loading drafts
[1.11.50i] 2024/05/18 15:57:30: loading Finishing drafts
[1.11.50i] 2024/05/18 15:57:30: loading Loading music
[1.11.50i] 2024/05/18 15:57:30: loading Shaders
[1.11.50i] 2024/05/18 15:57:30: loading Topics
[1.11.50i] 2024/05/18 15:57:30: loading Loading textures
[1.11.50i] 2024/05/18 15:57:30: loading Checking winter
[1.11.50i] 2024/05/18 15:57:30: loading Preparing background
[1.11.50i] 2024/05/18 15:57:30: loading Finishing
[1.11.50i] 2024/05/18 15:57:30: leave LoadingStage
[1.11.50i] 2024/05/18 15:57:30: drop LoadingStage
[1.11.50i] 2024/05/18 15:57:30: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:57:30: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:57:30: bind PluginErrorStage
[1.11.50i] 2024/05/18 15:57:30: prepare PluginErrorStage
[1.11.50i] 2024/05/18 15:57:30: bind MissingManifestStage
[1.11.50i] 2024/05/18 15:57:30: prepare MissingManifestStage
[1.11.50i] 2024/05/18 15:57:30: bind WelcomeStage
[1.11.50i] 2024/05/18 15:57:30: prepare WelcomeStage
[1.11.50i] 2024/05/18 15:57:30: enter WelcomeStage
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:30: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 15:57:30: drop PluginErrorStage
[1.11.50i] 2024/05/18 15:57:30: drop MissingManifestStage
[1.11.50i] 2024/05/18 15:57:30: leave WelcomeStage
[1.11.50i] 2024/05/18 15:57:30: drop WelcomeStage
[1.11.50i] 2024/05/18 15:57:30: bind RegionStage
[1.11.50i] 2024/05/18 15:57:30: prepare RegionStage
[1.11.50i] 2024/05/18 15:57:30: enter RegionStage
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:31: instance MjMz
[1.11.50i] 2024/05/18 15:57:31: instance MjM0
[1.11.50i] 2024/05/18 15:57:31: bind LoadWaitingStage
[1.11.50i] 2024/05/18 15:57:31: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 15:57:31: enter LoadWaitingStage
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:31: leave LoadWaitingStage
[1.11.50i] 2024/05/18 15:57:31: drop LoadWaitingStage
[1.11.50i] 2024/05/18 15:57:31: bind GameStage
[1.11.50i] 2024/05/18 15:57:31: prepare GameStage
[1.11.50i] 2024/05/18 15:57:31: enter GameStage
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:31: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 15:57:31: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 15:57:31: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:57:33: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 15:57:33: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 15:57:33: enter GameStage
[1.11.50i] 2024/05/18 15:57:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:57:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:58:44: bind CityInfoStage
[1.11.50i] 2024/05/18 15:58:44: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:58:44: enter CityInfoStage
[1.11.50i] 2024/05/18 15:58:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:58:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:58:46: leave CityInfoStage
[1.11.50i] 2024/05/18 15:58:46: drop CityInfoStage
[1.11.50i] 2024/05/18 15:58:46: enter GameStage
[1.11.50i] 2024/05/18 15:58:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:58:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:58:48: bind CityInfoStage
[1.11.50i] 2024/05/18 15:58:48: prepare CityInfoStage
[1.11.50i] 2024/05/18 15:58:48: enter CityInfoStage
[1.11.50i] 2024/05/18 15:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 15:59:09: leave CityInfoStage
[1.11.50i] 2024/05/18 15:59:09: drop CityInfoStage
[1.11.50i] 2024/05/18 15:59:09: enter GameStage
[1.11.50i] 2024/05/18 15:59:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 15:59:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:03:01: pause app
[1.11.50i] 2024/05/18 16:03:02: leave GameStage
[1.11.50i] 2024/05/18 16:03:02: drop GameStage
[1.11.50i] 2024/05/18 16:03:02: drop RegionStage
[1.11.50i] 2024/05/18 16:43:02: Startup
[1.11.50i] 2024/05/18 16:43:02: create() cold start
[1.11.50i] 2024/05/18 16:43:02: translation pt_BR
[1.11.50i] 2024/05/18 16:43:02: instance MjM0
[1.11.50i] 2024/05/18 16:43:02: create() finish
[1.11.50i] 2024/05/18 16:43:02: create() end
[1.11.50i] 2024/05/18 16:43:02: resume app
[1.11.50i] 2024/05/18 16:43:02: refresh
[1.11.50i] 2024/05/18 16:43:02: bind LoadingStage
[1.11.50i] 2024/05/18 16:43:02: prepare LoadingStage
[1.11.50i] 2024/05/18 16:43:02: enter LoadingStage
[1.11.50i] 2024/05/18 16:43:02: loading Warm-up
[1.11.50i] 2024/05/18 16:43:02: refresh
[1.11.50i] 2024/05/18 16:43:02: loading Startup
[1.11.50i] 2024/05/18 16:43:02: Max texture size 4096
[1.11.50i] 2024/05/18 16:43:02: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 16:43:02: Engine consumes 11MB
[1.11.50i] 2024/05/18 16:43:02: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 16:43:03: loading Texture
[1.11.50i] 2024/05/18 16:43:03: loading Fonts
[1.11.50i] 2024/05/18 16:43:03: loading Skin
[1.11.50i] 2024/05/18 16:43:03: loading Extract files
[1.11.50i] 2024/05/18 16:43:03: loading Frames
[1.11.50i] 2024/05/18 16:43:03: loading Scripting
[1.11.50i] 2024/05/18 16:43:03: loading Collecting drafts
[1.11.50i] 2024/05/18 16:43:05: loading Prefetching images
[1.11.50i] 2024/05/18 16:43:05: loading Loading drafts
[1.11.50i] 2024/05/18 16:43:05: loading Finishing drafts
[1.11.50i] 2024/05/18 16:43:05: loading Loading music
[1.11.50i] 2024/05/18 16:43:05: loading Shaders
[1.11.50i] 2024/05/18 16:43:05: loading Topics
[1.11.50i] 2024/05/18 16:43:05: loading Loading textures
[1.11.50i] 2024/05/18 16:43:06: loading Checking winter
[1.11.50i] 2024/05/18 16:43:06: loading Preparing background
[1.11.50i] 2024/05/18 16:43:06: loading Finishing
[1.11.50i] 2024/05/18 16:43:06: leave LoadingStage
[1.11.50i] 2024/05/18 16:43:06: drop LoadingStage
[1.11.50i] 2024/05/18 16:43:06: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 16:43:06: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 16:43:06: bind PluginErrorStage
[1.11.50i] 2024/05/18 16:43:06: prepare PluginErrorStage
[1.11.50i] 2024/05/18 16:43:06: bind MissingManifestStage
[1.11.50i] 2024/05/18 16:43:06: prepare MissingManifestStage
[1.11.50i] 2024/05/18 16:43:06: bind WelcomeStage
[1.11.50i] 2024/05/18 16:43:06: prepare WelcomeStage
[1.11.50i] 2024/05/18 16:43:06: enter WelcomeStage
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:43:06: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 16:43:06: drop PluginErrorStage
[1.11.50i] 2024/05/18 16:43:06: drop MissingManifestStage
[1.11.50i] 2024/05/18 16:43:06: leave WelcomeStage
[1.11.50i] 2024/05/18 16:43:06: drop WelcomeStage
[1.11.50i] 2024/05/18 16:43:06: bind RegionStage
[1.11.50i] 2024/05/18 16:43:06: prepare RegionStage
[1.11.50i] 2024/05/18 16:43:06: enter RegionStage
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:43:06: instance MjMz
[1.11.50i] 2024/05/18 16:43:06: instance MjM0
[1.11.50i] 2024/05/18 16:43:06: bind LoadWaitingStage
[1.11.50i] 2024/05/18 16:43:06: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 16:43:06: enter LoadWaitingStage
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:43:07: leave LoadWaitingStage
[1.11.50i] 2024/05/18 16:43:07: drop LoadWaitingStage
[1.11.50i] 2024/05/18 16:43:07: bind GameStage
[1.11.50i] 2024/05/18 16:43:07: prepare GameStage
[1.11.50i] 2024/05/18 16:43:07: enter GameStage
[1.11.50i] 2024/05/18 16:43:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:43:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:44:01: bind FeaturesStage
[1.11.50i] 2024/05/18 16:44:01: prepare FeaturesStage
[1.11.50i] 2024/05/18 16:44:01: enter FeaturesStage
[1.11.50i] 2024/05/18 16:44:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:44:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:44:12: leave FeaturesStage
[1.11.50i] 2024/05/18 16:44:12: drop FeaturesStage
[1.11.50i] 2024/05/18 16:44:12: enter GameStage
[1.11.50i] 2024/05/18 16:44:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:44:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:44:31: instance MjM2
[1.11.50i] 2024/05/18 16:44:31: bind RankStage
[1.11.50i] 2024/05/18 16:44:31: prepare RankStage
[1.11.50i] 2024/05/18 16:44:31: enter RankStage
[1.11.50i] 2024/05/18 16:44:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:44:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:44:32: leave RankStage
[1.11.50i] 2024/05/18 16:44:32: drop RankStage
[1.11.50i] 2024/05/18 16:44:32: enter GameStage
[1.11.50i] 2024/05/18 16:44:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:44:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:46:37: bind CityInfoStage
[1.11.50i] 2024/05/18 16:46:37: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:46:37: enter CityInfoStage
[1.11.50i] 2024/05/18 16:46:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:46:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:46:38: refresh
[1.11.50i] 2024/05/18 16:46:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:46:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:46:39: leave CityInfoStage
[1.11.50i] 2024/05/18 16:46:39: drop CityInfoStage
[1.11.50i] 2024/05/18 16:46:39: enter GameStage
[1.11.50i] 2024/05/18 16:46:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:46:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:46:59: bind CityInfoStage
[1.11.50i] 2024/05/18 16:46:59: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:46:59: enter CityInfoStage
[1.11.50i] 2024/05/18 16:46:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:46:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:47:00: refresh
[1.11.50i] 2024/05/18 16:47:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:47:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:47:02: leave CityInfoStage
[1.11.50i] 2024/05/18 16:47:02: drop CityInfoStage
[1.11.50i] 2024/05/18 16:47:02: enter GameStage
[1.11.50i] 2024/05/18 16:47:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:47:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:47:11: pause app
[1.11.50i] 2024/05/18 16:47:30: enter app
[1.11.50i] 2024/05/18 16:47:30: resume app
[1.11.50i] 2024/05/18 16:47:30: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:47:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:47:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:47:36: pause app
[1.11.50i] 2024/05/18 16:48:00: enter app
[1.11.50i] 2024/05/18 16:48:00: resume app
[1.11.50i] 2024/05/18 16:48:00: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:48:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:48:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:48:03: pause app
[1.11.50i] 2024/05/18 16:48:05: enter app
[1.11.50i] 2024/05/18 16:48:05: resume app
[1.11.50i] 2024/05/18 16:48:05: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:48:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:48:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:48:45: pause app
[1.11.50i] 2024/05/18 16:49:30: enter app
[1.11.50i] 2024/05/18 16:49:30: resume app
[1.11.50i] 2024/05/18 16:49:30: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:49:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:49:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:49:48: pause app
[1.11.50i] 2024/05/18 16:50:41: enter app
[1.11.50i] 2024/05/18 16:50:41: resume app
[1.11.50i] 2024/05/18 16:50:41: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:50:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:53: bind CityInfoStage
[1.11.50i] 2024/05/18 16:50:53: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:50:53: enter CityInfoStage
[1.11.50i] 2024/05/18 16:50:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:54: refresh
[1.11.50i] 2024/05/18 16:50:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:54: refresh
[1.11.50i] 2024/05/18 16:50:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:56: leave CityInfoStage
[1.11.50i] 2024/05/18 16:50:56: drop CityInfoStage
[1.11.50i] 2024/05/18 16:50:56: enter GameStage
[1.11.50i] 2024/05/18 16:50:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:58: bind CityInfoStage
[1.11.50i] 2024/05/18 16:50:58: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:50:58: enter CityInfoStage
[1.11.50i] 2024/05/18 16:50:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:50:58: refresh
[1.11.50i] 2024/05/18 16:50:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:50:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:51:03: leave CityInfoStage
[1.11.50i] 2024/05/18 16:51:03: drop CityInfoStage
[1.11.50i] 2024/05/18 16:51:03: enter GameStage
[1.11.50i] 2024/05/18 16:51:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:51:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:51:24: pause app
[1.11.50i] 2024/05/18 16:52:21: enter app
[1.11.50i] 2024/05/18 16:52:21: resume app
[1.11.50i] 2024/05/18 16:52:21: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:52:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:37: bind CityInfoStage
[1.11.50i] 2024/05/18 16:52:37: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:52:37: enter CityInfoStage
[1.11.50i] 2024/05/18 16:52:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:37: refresh
[1.11.50i] 2024/05/18 16:52:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:39: leave CityInfoStage
[1.11.50i] 2024/05/18 16:52:39: drop CityInfoStage
[1.11.50i] 2024/05/18 16:52:39: enter GameStage
[1.11.50i] 2024/05/18 16:52:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:46: bind CityInfoStage
[1.11.50i] 2024/05/18 16:52:46: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:52:46: enter CityInfoStage
[1.11.50i] 2024/05/18 16:52:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:47: refresh
[1.11.50i] 2024/05/18 16:52:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:51: leave CityInfoStage
[1.11.50i] 2024/05/18 16:52:51: drop CityInfoStage
[1.11.50i] 2024/05/18 16:52:51: enter GameStage
[1.11.50i] 2024/05/18 16:52:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:52:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:52:54: pause app
[1.11.50i] 2024/05/18 16:55:00: enter app
[1.11.50i] 2024/05/18 16:55:00: resume app
[1.11.50i] 2024/05/18 16:55:00: resume -> enter GameStage
[1.11.50i] 2024/05/18 16:55:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:55:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:55:07: bind CityInfoStage
[1.11.50i] 2024/05/18 16:55:07: prepare CityInfoStage
[1.11.50i] 2024/05/18 16:55:07: enter CityInfoStage
[1.11.50i] 2024/05/18 16:55:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 16:55:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 16:55:08: pause app
[1.11.50i] 2024/05/18 19:14:22: Startup
[1.11.50i] 2024/05/18 19:14:22: create() cold start
[1.11.50i] 2024/05/18 19:14:22: translation pt_BR
[1.11.50i] 2024/05/18 19:14:22: instance MjM2
[1.11.50i] 2024/05/18 19:14:22: create() finish
[1.11.50i] 2024/05/18 19:14:22: create() end
[1.11.50i] 2024/05/18 19:14:22: resume app
[1.11.50i] 2024/05/18 19:14:22: refresh
[1.11.50i] 2024/05/18 19:14:22: bind LoadingStage
[1.11.50i] 2024/05/18 19:14:22: prepare LoadingStage
[1.11.50i] 2024/05/18 19:14:22: enter LoadingStage
[1.11.50i] 2024/05/18 19:14:22: loading Warm-up
[1.11.50i] 2024/05/18 19:14:22: refresh
[1.11.50i] 2024/05/18 19:14:22: loading Startup
[1.11.50i] 2024/05/18 19:14:22: Max texture size 4096
[1.11.50i] 2024/05/18 19:14:22: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 19:14:22: Engine consumes 11MB
[1.11.50i] 2024/05/18 19:14:22: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 19:14:23: loading Texture
[1.11.50i] 2024/05/18 19:14:23: loading Fonts
[1.11.50i] 2024/05/18 19:14:23: loading Skin
[1.11.50i] 2024/05/18 19:14:23: loading Extract files
[1.11.50i] 2024/05/18 19:14:23: loading Frames
[1.11.50i] 2024/05/18 19:14:23: loading Scripting
[1.11.50i] 2024/05/18 19:14:23: loading Collecting drafts
[1.11.50i] 2024/05/18 19:14:25: loading Prefetching images
[1.11.50i] 2024/05/18 19:14:25: loading Loading drafts
[1.11.50i] 2024/05/18 19:14:25: loading Finishing drafts
[1.11.50i] 2024/05/18 19:14:25: loading Loading music
[1.11.50i] 2024/05/18 19:14:25: loading Shaders
[1.11.50i] 2024/05/18 19:14:26: loading Topics
[1.11.50i] 2024/05/18 19:14:26: loading Loading textures
[1.11.50i] 2024/05/18 19:14:26: loading Checking winter
[1.11.50i] 2024/05/18 19:14:26: loading Preparing background
[1.11.50i] 2024/05/18 19:14:26: loading Finishing
[1.11.50i] 2024/05/18 19:14:26: leave LoadingStage
[1.11.50i] 2024/05/18 19:14:26: drop LoadingStage
[1.11.50i] 2024/05/18 19:14:26: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 19:14:26: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 19:14:26: bind PluginErrorStage
[1.11.50i] 2024/05/18 19:14:26: prepare PluginErrorStage
[1.11.50i] 2024/05/18 19:14:26: bind MissingManifestStage
[1.11.50i] 2024/05/18 19:14:26: prepare MissingManifestStage
[1.11.50i] 2024/05/18 19:14:26: bind WelcomeStage
[1.11.50i] 2024/05/18 19:14:26: prepare WelcomeStage
[1.11.50i] 2024/05/18 19:14:26: enter WelcomeStage
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:26: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 19:14:26: drop PluginErrorStage
[1.11.50i] 2024/05/18 19:14:26: drop MissingManifestStage
[1.11.50i] 2024/05/18 19:14:26: leave WelcomeStage
[1.11.50i] 2024/05/18 19:14:26: drop WelcomeStage
[1.11.50i] 2024/05/18 19:14:26: bind RegionStage
[1.11.50i] 2024/05/18 19:14:26: prepare RegionStage
[1.11.50i] 2024/05/18 19:14:26: enter RegionStage
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:26: instance MjM1
[1.11.50i] 2024/05/18 19:14:26: instance MjM2
[1.11.50i] 2024/05/18 19:14:26: bind LoadWaitingStage
[1.11.50i] 2024/05/18 19:14:26: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 19:14:26: enter LoadWaitingStage
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:27: leave LoadWaitingStage
[1.11.50i] 2024/05/18 19:14:27: drop LoadWaitingStage
[1.11.50i] 2024/05/18 19:14:27: bind GameStage
[1.11.50i] 2024/05/18 19:14:27: prepare GameStage
[1.11.50i] 2024/05/18 19:14:27: enter GameStage
[1.11.50i] 2024/05/18 19:14:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:27: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 19:14:27: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 19:14:27: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 19:14:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:28: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 19:14:28: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 19:14:28: enter GameStage
[1.11.50i] 2024/05/18 19:14:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:14:37: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 19:14:37: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 19:14:37: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 19:14:37: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 19:14:37: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 19:14:37: enter GameStage
[1.11.50i] 2024/05/18 19:14:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:14:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:16:17: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 19:16:17: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 19:16:17: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 19:16:17: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 19:16:17: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 19:16:17: enter GameStage
[1.11.50i] 2024/05/18 19:16:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:16:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:17:38: bind CityInfoStage
[1.11.50i] 2024/05/18 19:17:38: prepare CityInfoStage
[1.11.50i] 2024/05/18 19:17:38: enter CityInfoStage
[1.11.50i] 2024/05/18 19:17:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:17:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:17:39: refresh
[1.11.50i] 2024/05/18 19:17:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:17:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:17:40: leave CityInfoStage
[1.11.50i] 2024/05/18 19:17:40: drop CityInfoStage
[1.11.50i] 2024/05/18 19:17:40: enter GameStage
[1.11.50i] 2024/05/18 19:17:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:17:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:19:11: pause app
[1.11.50i] 2024/05/18 19:20:47: enter app
[1.11.50i] 2024/05/18 19:20:47: resume app
[1.11.50i] 2024/05/18 19:20:47: resume -> enter GameStage
[1.11.50i] 2024/05/18 19:20:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:20:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:23:40: instance MjM4
[1.11.50i] 2024/05/18 19:23:40: bind RankStage
[1.11.50i] 2024/05/18 19:23:40: prepare RankStage
[1.11.50i] 2024/05/18 19:23:40: enter RankStage
[1.11.50i] 2024/05/18 19:23:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:23:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:23:41: leave RankStage
[1.11.50i] 2024/05/18 19:23:41: drop RankStage
[1.11.50i] 2024/05/18 19:23:41: enter GameStage
[1.11.50i] 2024/05/18 19:23:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:23:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:23:58: pause app
[1.11.50i] 2024/05/18 19:24:51: enter app
[1.11.50i] 2024/05/18 19:24:51: resume app
[1.11.50i] 2024/05/18 19:24:51: resume -> enter GameStage
[1.11.50i] 2024/05/18 19:24:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:24:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:29:53: bind SaveWaitingStage
[1.11.50i] 2024/05/18 19:29:53: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 19:29:53: enter SaveWaitingStage
[1.11.50i] 2024/05/18 19:29:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:29:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:29:54: leave SaveWaitingStage
[1.11.50i] 2024/05/18 19:29:54: drop SaveWaitingStage
[1.11.50i] 2024/05/18 19:29:54: enter GameStage
[1.11.50i] 2024/05/18 19:29:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:29:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:30:35: pause app
[1.11.50i] 2024/05/18 19:31:25: enter app
[1.11.50i] 2024/05/18 19:31:25: resume app
[1.11.50i] 2024/05/18 19:31:25: resume -> enter GameStage
[1.11.50i] 2024/05/18 19:31:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:31:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:32:16: instance MjQw
[1.11.50i] 2024/05/18 19:32:16: bind RankStage
[1.11.50i] 2024/05/18 19:32:16: prepare RankStage
[1.11.50i] 2024/05/18 19:32:16: enter RankStage
[1.11.50i] 2024/05/18 19:32:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:32:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:32:17: leave RankStage
[1.11.50i] 2024/05/18 19:32:17: drop RankStage
[1.11.50i] 2024/05/18 19:32:17: enter GameStage
[1.11.50i] 2024/05/18 19:32:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:32:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:33:47: leave GameStage
[1.11.50i] 2024/05/18 19:33:47: drop GameStage
[1.11.50i] 2024/05/18 19:33:47: bind SaveWaitingStage
[1.11.50i] 2024/05/18 19:33:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 19:33:47: enter SaveWaitingStage
[1.11.50i] 2024/05/18 19:33:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:33:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:33:47: leave SaveWaitingStage
[1.11.50i] 2024/05/18 19:33:47: drop SaveWaitingStage
[1.11.50i] 2024/05/18 19:33:47: enter RegionStage
[1.11.50i] 2024/05/18 19:33:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:33:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:33:54: bind OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:33:54: prepare OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:33:54: enter OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:33:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:33:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:33:56: pause app
[1.11.50i] 2024/05/18 19:33:56: enter app
[1.11.50i] 2024/05/18 19:33:56: resume app
[1.11.50i] 2024/05/18 19:33:56: resume -> enter OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:33:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:33:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:34:08: leave OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:34:08: drop OnlineRegionProviderStage
[1.11.50i] 2024/05/18 19:34:08: enter RegionStage
[1.11.50i] 2024/05/18 19:34:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:34:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:34:29: bind LoadWaitingStage
[1.11.50i] 2024/05/18 19:34:29: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 19:34:29: enter LoadWaitingStage
[1.11.50i] 2024/05/18 19:34:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:34:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:34:29: leave LoadWaitingStage
[1.11.50i] 2024/05/18 19:34:29: drop LoadWaitingStage
[1.11.50i] 2024/05/18 19:34:29: bind GameStage
[1.11.50i] 2024/05/18 19:34:29: prepare GameStage
[1.11.50i] 2024/05/18 19:34:29: enter GameStage
[1.11.50i] 2024/05/18 19:34:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:34:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:36:58: bind CityInfoStage
[1.11.50i] 2024/05/18 19:36:58: prepare CityInfoStage
[1.11.50i] 2024/05/18 19:36:58: enter CityInfoStage
[1.11.50i] 2024/05/18 19:36:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:36:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:37:11: leave CityInfoStage
[1.11.50i] 2024/05/18 19:37:11: drop CityInfoStage
[1.11.50i] 2024/05/18 19:37:11: enter GameStage
[1.11.50i] 2024/05/18 19:37:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 19:37:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 19:38:09: pause app
[1.11.50i] 2024/05/18 21:28:21: Startup
[1.11.50i] 2024/05/18 21:28:21: create() cold start
[1.11.50i] 2024/05/18 21:28:21: translation pt_BR
[1.11.50i] 2024/05/18 21:28:21: instance MjQw
[1.11.50i] 2024/05/18 21:28:21: create() finish
[1.11.50i] 2024/05/18 21:28:21: create() end
[1.11.50i] 2024/05/18 21:28:21: resume app
[1.11.50i] 2024/05/18 21:28:21: refresh
[1.11.50i] 2024/05/18 21:28:21: bind LoadingStage
[1.11.50i] 2024/05/18 21:28:21: prepare LoadingStage
[1.11.50i] 2024/05/18 21:28:21: enter LoadingStage
[1.11.50i] 2024/05/18 21:28:21: loading Warm-up
[1.11.50i] 2024/05/18 21:28:21: refresh
[1.11.50i] 2024/05/18 21:28:21: loading Startup
[1.11.50i] 2024/05/18 21:28:21: Max texture size 4096
[1.11.50i] 2024/05/18 21:28:21: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/18 21:28:21: Engine consumes 11MB
[1.11.50i] 2024/05/18 21:28:21: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/18 21:28:21: loading Texture
[1.11.50i] 2024/05/18 21:28:21: loading Fonts
[1.11.50i] 2024/05/18 21:28:21: loading Skin
[1.11.50i] 2024/05/18 21:28:21: loading Extract files
[1.11.50i] 2024/05/18 21:28:21: loading Frames
[1.11.50i] 2024/05/18 21:28:22: loading Scripting
[1.11.50i] 2024/05/18 21:28:22: loading Collecting drafts
[1.11.50i] 2024/05/18 21:28:24: loading Prefetching images
[1.11.50i] 2024/05/18 21:28:24: loading Loading drafts
[1.11.50i] 2024/05/18 21:28:24: loading Finishing drafts
[1.11.50i] 2024/05/18 21:28:24: loading Loading music
[1.11.50i] 2024/05/18 21:28:24: loading Shaders
[1.11.50i] 2024/05/18 21:28:24: loading Topics
[1.11.50i] 2024/05/18 21:28:24: loading Loading textures
[1.11.50i] 2024/05/18 21:28:25: loading Checking winter
[1.11.50i] 2024/05/18 21:28:25: loading Preparing background
[1.11.50i] 2024/05/18 21:28:25: loading Finishing
[1.11.50i] 2024/05/18 21:28:25: leave LoadingStage
[1.11.50i] 2024/05/18 21:28:25: drop LoadingStage
[1.11.50i] 2024/05/18 21:28:25: bind MissingScriptPermsStage
[1.11.50i] 2024/05/18 21:28:25: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/18 21:28:25: bind PluginErrorStage
[1.11.50i] 2024/05/18 21:28:25: prepare PluginErrorStage
[1.11.50i] 2024/05/18 21:28:25: bind MissingManifestStage
[1.11.50i] 2024/05/18 21:28:25: prepare MissingManifestStage
[1.11.50i] 2024/05/18 21:28:25: bind WelcomeStage
[1.11.50i] 2024/05/18 21:28:25: prepare WelcomeStage
[1.11.50i] 2024/05/18 21:28:25: enter WelcomeStage
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:25: drop MissingScriptPermsStage
[1.11.50i] 2024/05/18 21:28:25: drop PluginErrorStage
[1.11.50i] 2024/05/18 21:28:25: drop MissingManifestStage
[1.11.50i] 2024/05/18 21:28:25: leave WelcomeStage
[1.11.50i] 2024/05/18 21:28:25: drop WelcomeStage
[1.11.50i] 2024/05/18 21:28:25: bind RegionStage
[1.11.50i] 2024/05/18 21:28:25: prepare RegionStage
[1.11.50i] 2024/05/18 21:28:25: enter RegionStage
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:25: instance MjM5
[1.11.50i] 2024/05/18 21:28:25: instance MjQw
[1.11.50i] 2024/05/18 21:28:25: bind LoadWaitingStage
[1.11.50i] 2024/05/18 21:28:25: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 21:28:25: enter LoadWaitingStage
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:26: leave LoadWaitingStage
[1.11.50i] 2024/05/18 21:28:26: drop LoadWaitingStage
[1.11.50i] 2024/05/18 21:28:26: bind GameStage
[1.11.50i] 2024/05/18 21:28:26: prepare GameStage
[1.11.50i] 2024/05/18 21:28:26: enter GameStage
[1.11.50i] 2024/05/18 21:28:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:26: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 21:28:26: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 21:28:26: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 21:28:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:28:27: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 21:28:27: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/18 21:28:27: enter GameStage
[1.11.50i] 2024/05/18 21:28:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:28:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:30:13: pause app
[1.11.50i] 2024/05/18 21:30:46: enter app
[1.11.50i] 2024/05/18 21:30:46: resume app
[1.11.50i] 2024/05/18 21:30:46: resume -> enter GameStage
[1.11.50i] 2024/05/18 21:30:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:30:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:32:43: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 21:32:43: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 21:32:43: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 21:32:43: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 21:32:43: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 21:32:43: enter GameStage
[1.11.50i] 2024/05/18 21:32:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:32:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:33:15: instance MjU1
[1.11.50i] 2024/05/18 21:33:18: pause app
[1.11.50i] 2024/05/18 21:33:30: enter app
[1.11.50i] 2024/05/18 21:33:30: resume app
[1.11.50i] 2024/05/18 21:33:30: resume -> enter GameStage
[1.11.50i] 2024/05/18 21:33:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:33:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:33:31: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 21:33:31: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 21:33:31: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 21:33:31: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 21:33:31: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 21:33:31: enter GameStage
[1.11.50i] 2024/05/18 21:33:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:33:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:34:02: instance Mjcw
[1.11.50i] 2024/05/18 21:34:07: bind IOSVideoAdStage
[1.11.50i] 2024/05/18 21:34:07: prepare IOSVideoAdStage
[1.11.50i] 2024/05/18 21:34:07: enter IOSVideoAdStage
[1.11.50i] 2024/05/18 21:34:07: leave IOSVideoAdStage
[1.11.50i] 2024/05/18 21:34:07: drop IOSVideoAdStage
[1.11.50i] 2024/05/18 21:34:07: enter GameStage
[1.11.50i] 2024/05/18 21:34:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:34:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:34:23: pause app
[1.11.50i] 2024/05/18 21:34:34: enter app
[1.11.50i] 2024/05/18 21:34:34: resume app
[1.11.50i] 2024/05/18 21:34:54: instance Mjg1
[1.11.50i] 2024/05/18 21:34:54: resume -> enter GameStage
[1.11.50i] 2024/05/18 21:34:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:34:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:34:58: bind CityInfoStage
[1.11.50i] 2024/05/18 21:34:58: prepare CityInfoStage
[1.11.50i] 2024/05/18 21:34:58: enter CityInfoStage
[1.11.50i] 2024/05/18 21:34:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:34:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:34:59: leave CityInfoStage
[1.11.50i] 2024/05/18 21:34:59: drop CityInfoStage
[1.11.50i] 2024/05/18 21:34:59: enter GameStage
[1.11.50i] 2024/05/18 21:34:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:34:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:00: bind CityInfoStage
[1.11.50i] 2024/05/18 21:35:00: prepare CityInfoStage
[1.11.50i] 2024/05/18 21:35:00: enter CityInfoStage
[1.11.50i] 2024/05/18 21:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:00: leave CityInfoStage
[1.11.50i] 2024/05/18 21:35:00: drop CityInfoStage
[1.11.50i] 2024/05/18 21:35:00: enter GameStage
[1.11.50i] 2024/05/18 21:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:01: bind CityInfoStage
[1.11.50i] 2024/05/18 21:35:01: prepare CityInfoStage
[1.11.50i] 2024/05/18 21:35:01: enter CityInfoStage
[1.11.50i] 2024/05/18 21:35:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:02: leave CityInfoStage
[1.11.50i] 2024/05/18 21:35:02: drop CityInfoStage
[1.11.50i] 2024/05/18 21:35:02: enter GameStage
[1.11.50i] 2024/05/18 21:35:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:06: bind Store
[1.11.50i] 2024/05/18 21:35:06: prepare Store
[1.11.50i] 2024/05/18 21:35:06: enter Store
[1.11.50i] 2024/05/18 21:35:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:11: leave Store
[1.11.50i] 2024/05/18 21:35:11: drop Store
[1.11.50i] 2024/05/18 21:35:11: enter GameStage
[1.11.50i] 2024/05/18 21:35:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:12: bind Store
[1.11.50i] 2024/05/18 21:35:12: prepare Store
[1.11.50i] 2024/05/18 21:35:12: enter Store
[1.11.50i] 2024/05/18 21:35:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:14: leave Store
[1.11.50i] 2024/05/18 21:35:14: drop Store
[1.11.50i] 2024/05/18 21:35:14: enter GameStage
[1.11.50i] 2024/05/18 21:35:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:14:
java.lang.InterruptedException
java.lang.InterruptedException
at
info.flowersoft.theotown.store.ManagedPluginsController$8.run(ManagedPluginsControl
ler.java:1010)

[1.11.50i] 2024/05/18 21:35:28: bind FeaturesStage


[1.11.50i] 2024/05/18 21:35:28: prepare FeaturesStage
[1.11.50i] 2024/05/18 21:35:28: enter FeaturesStage
[1.11.50i] 2024/05/18 21:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:47: leave FeaturesStage
[1.11.50i] 2024/05/18 21:35:47: drop FeaturesStage
[1.11.50i] 2024/05/18 21:35:47: enter GameStage
[1.11.50i] 2024/05/18 21:35:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:53: leave GameStage
[1.11.50i] 2024/05/18 21:35:54: drop GameStage
[1.11.50i] 2024/05/18 21:35:54: bind SaveWaitingStage
[1.11.50i] 2024/05/18 21:35:54: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 21:35:54: enter SaveWaitingStage
[1.11.50i] 2024/05/18 21:35:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:54: leave SaveWaitingStage
[1.11.50i] 2024/05/18 21:35:54: drop SaveWaitingStage
[1.11.50i] 2024/05/18 21:35:54: enter RegionStage
[1.11.50i] 2024/05/18 21:35:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:55: bind LoadWaitingStage
[1.11.50i] 2024/05/18 21:35:55: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 21:35:55: enter LoadWaitingStage
[1.11.50i] 2024/05/18 21:35:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:35:55: leave LoadWaitingStage
[1.11.50i] 2024/05/18 21:35:55: drop LoadWaitingStage
[1.11.50i] 2024/05/18 21:35:55: bind GameStage
[1.11.50i] 2024/05/18 21:35:55: prepare GameStage
[1.11.50i] 2024/05/18 21:35:56: enter GameStage
[1.11.50i] 2024/05/18 21:35:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:35:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:18: leave GameStage
[1.11.50i] 2024/05/18 21:36:18: drop GameStage
[1.11.50i] 2024/05/18 21:36:18: bind SaveWaitingStage
[1.11.50i] 2024/05/18 21:36:18: prepare SaveWaitingStage
[1.11.50i] 2024/05/18 21:36:18: enter SaveWaitingStage
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:18: leave SaveWaitingStage
[1.11.50i] 2024/05/18 21:36:18: drop SaveWaitingStage
[1.11.50i] 2024/05/18 21:36:18: enter RegionStage
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:36:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:20: bind LoadWaitingStage
[1.11.50i] 2024/05/18 21:36:20: prepare LoadWaitingStage
[1.11.50i] 2024/05/18 21:36:20: enter LoadWaitingStage
[1.11.50i] 2024/05/18 21:36:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:36:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:20: leave LoadWaitingStage
[1.11.50i] 2024/05/18 21:36:20: drop LoadWaitingStage
[1.11.50i] 2024/05/18 21:36:20: bind GameStage
[1.11.50i] 2024/05/18 21:36:20: prepare GameStage
[1.11.50i] 2024/05/18 21:36:20: enter GameStage
[1.11.50i] 2024/05/18 21:36:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/18 21:36:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/18 21:36:25: pause app
[1.11.50i] 2024/05/19 00:53:33: Startup
[1.11.50i] 2024/05/19 00:53:33: create() cold start
[1.11.50i] 2024/05/19 00:53:33: translation pt_BR
[1.11.50i] 2024/05/19 00:53:33: instance Mjg1
[1.11.50i] 2024/05/19 00:53:33: create() finish
[1.11.50i] 2024/05/19 00:53:33: create() end
[1.11.50i] 2024/05/19 00:53:33: resume app
[1.11.50i] 2024/05/19 00:53:33: refresh
[1.11.50i] 2024/05/19 00:53:33: bind LoadingStage
[1.11.50i] 2024/05/19 00:53:33: prepare LoadingStage
[1.11.50i] 2024/05/19 00:53:33: enter LoadingStage
[1.11.50i] 2024/05/19 00:53:33: loading Warm-up
[1.11.50i] 2024/05/19 00:53:33: refresh
[1.11.50i] 2024/05/19 00:53:33: pause app
[1.11.50i] 2024/05/19 00:53:37: enter app
[1.11.50i] 2024/05/19 00:53:37: resume app
[1.11.50i] 2024/05/19 00:53:37: resume -> enter LoadingStage
[1.11.50i] 2024/05/19 00:53:37: loading Startup
[1.11.50i] 2024/05/19 00:53:37: Max texture size 4096
[1.11.50i] 2024/05/19 00:53:37: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 00:53:37: Engine consumes 11MB
[1.11.50i] 2024/05/19 00:53:37: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 00:53:37: loading Texture
[1.11.50i] 2024/05/19 00:53:37: loading Fonts
[1.11.50i] 2024/05/19 00:53:37: loading Skin
[1.11.50i] 2024/05/19 00:53:37: loading Extract files
[1.11.50i] 2024/05/19 00:53:37: loading Frames
[1.11.50i] 2024/05/19 00:53:37: loading Scripting
[1.11.50i] 2024/05/19 00:53:37: loading Collecting drafts
[1.11.50i] 2024/05/19 00:53:37: loading Prefetching images
[1.11.50i] 2024/05/19 00:53:37: loading Loading drafts
[1.11.50i] 2024/05/19 00:53:38: loading Finishing drafts
[1.11.50i] 2024/05/19 00:53:38: loading Loading music
[1.11.50i] 2024/05/19 00:53:38: loading Shaders
[1.11.50i] 2024/05/19 00:53:38: loading Topics
[1.11.50i] 2024/05/19 00:53:38: loading Loading textures
[1.11.50i] 2024/05/19 00:53:38: loading Checking winter
[1.11.50i] 2024/05/19 00:53:38: loading Preparing background
[1.11.50i] 2024/05/19 00:53:38: loading Finishing
[1.11.50i] 2024/05/19 00:53:38: leave LoadingStage
[1.11.50i] 2024/05/19 00:53:38: drop LoadingStage
[1.11.50i] 2024/05/19 00:53:38: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 00:53:38: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 00:53:38: bind PluginErrorStage
[1.11.50i] 2024/05/19 00:53:38: prepare PluginErrorStage
[1.11.50i] 2024/05/19 00:53:38: bind MissingManifestStage
[1.11.50i] 2024/05/19 00:53:38: prepare MissingManifestStage
[1.11.50i] 2024/05/19 00:53:38: bind WelcomeStage
[1.11.50i] 2024/05/19 00:53:38: prepare WelcomeStage
[1.11.50i] 2024/05/19 00:53:38: enter WelcomeStage
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:38: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 00:53:38: drop PluginErrorStage
[1.11.50i] 2024/05/19 00:53:38: drop MissingManifestStage
[1.11.50i] 2024/05/19 00:53:38: leave WelcomeStage
[1.11.50i] 2024/05/19 00:53:38: drop WelcomeStage
[1.11.50i] 2024/05/19 00:53:38: bind RegionStage
[1.11.50i] 2024/05/19 00:53:38: prepare RegionStage
[1.11.50i] 2024/05/19 00:53:38: enter RegionStage
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:39: instance Mjg0
[1.11.50i] 2024/05/19 00:53:39: instance Mjg1
[1.11.50i] 2024/05/19 00:53:39: bind LoadWaitingStage
[1.11.50i] 2024/05/19 00:53:39: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 00:53:39: enter LoadWaitingStage
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:39: leave LoadWaitingStage
[1.11.50i] 2024/05/19 00:53:39: drop LoadWaitingStage
[1.11.50i] 2024/05/19 00:53:39: bind GameStage
[1.11.50i] 2024/05/19 00:53:39: prepare GameStage
[1.11.50i] 2024/05/19 00:53:39: enter GameStage
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:39: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 00:53:39: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 00:53:39: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:40: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 00:53:40: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 00:53:40: enter GameStage
[1.11.50i] 2024/05/19 00:53:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:59: bind CityInfoStage
[1.11.50i] 2024/05/19 00:53:59: prepare CityInfoStage
[1.11.50i] 2024/05/19 00:53:59: enter CityInfoStage
[1.11.50i] 2024/05/19 00:53:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:53:59: refresh
[1.11.50i] 2024/05/19 00:53:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:53:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:54:04: leave CityInfoStage
[1.11.50i] 2024/05/19 00:54:04: drop CityInfoStage
[1.11.50i] 2024/05/19 00:54:04: enter GameStage
[1.11.50i] 2024/05/19 00:54:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:54:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:55:42: pause app
[1.11.50i] 2024/05/19 00:55:56: enter app
[1.11.50i] 2024/05/19 00:55:56: resume app
[1.11.50i] 2024/05/19 00:55:56: resume -> enter GameStage
[1.11.50i] 2024/05/19 00:55:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:55:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:56:43: pause app
[1.11.50i] 2024/05/19 00:56:58: enter app
[1.11.50i] 2024/05/19 00:56:58: resume app
[1.11.50i] 2024/05/19 00:56:58: resume -> enter GameStage
[1.11.50i] 2024/05/19 00:56:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:56:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:57:38: bind CityInfoStage
[1.11.50i] 2024/05/19 00:57:38: prepare CityInfoStage
[1.11.50i] 2024/05/19 00:57:38: enter CityInfoStage
[1.11.50i] 2024/05/19 00:57:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:57:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:57:38: refresh
[1.11.50i] 2024/05/19 00:57:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:57:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:57:43: leave CityInfoStage
[1.11.50i] 2024/05/19 00:57:43: drop CityInfoStage
[1.11.50i] 2024/05/19 00:57:43: enter GameStage
[1.11.50i] 2024/05/19 00:57:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:57:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:58:52: bind CityInfoStage
[1.11.50i] 2024/05/19 00:58:52: prepare CityInfoStage
[1.11.50i] 2024/05/19 00:58:52: enter CityInfoStage
[1.11.50i] 2024/05/19 00:58:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:58:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:58:53: refresh
[1.11.50i] 2024/05/19 00:58:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:58:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:58:54: leave CityInfoStage
[1.11.50i] 2024/05/19 00:58:54: drop CityInfoStage
[1.11.50i] 2024/05/19 00:58:54: enter GameStage
[1.11.50i] 2024/05/19 00:58:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:58:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:59:01: leave GameStage
[1.11.50i] 2024/05/19 00:59:01: drop GameStage
[1.11.50i] 2024/05/19 00:59:01: bind SaveWaitingStage
[1.11.50i] 2024/05/19 00:59:01: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 00:59:01: enter SaveWaitingStage
[1.11.50i] 2024/05/19 00:59:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:59:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:59:01: leave SaveWaitingStage
[1.11.50i] 2024/05/19 00:59:01: drop SaveWaitingStage
[1.11.50i] 2024/05/19 00:59:01: enter RegionStage
[1.11.50i] 2024/05/19 00:59:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:59:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:59:03: bind LoadWaitingStage
[1.11.50i] 2024/05/19 00:59:03: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 00:59:03: enter LoadWaitingStage
[1.11.50i] 2024/05/19 00:59:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:59:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:59:04: leave LoadWaitingStage
[1.11.50i] 2024/05/19 00:59:04: drop LoadWaitingStage
[1.11.50i] 2024/05/19 00:59:04: bind GameStage
[1.11.50i] 2024/05/19 00:59:04: prepare GameStage
[1.11.50i] 2024/05/19 00:59:04: enter GameStage
[1.11.50i] 2024/05/19 00:59:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:59:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 00:59:04: pause app
[1.11.50i] 2024/05/19 00:59:11: enter app
[1.11.50i] 2024/05/19 00:59:11: resume app
[1.11.50i] 2024/05/19 00:59:11: resume -> enter GameStage
[1.11.50i] 2024/05/19 00:59:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 00:59:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:02:12: bind CityInfoStage
[1.11.50i] 2024/05/19 01:02:12: prepare CityInfoStage
[1.11.50i] 2024/05/19 01:02:12: enter CityInfoStage
[1.11.50i] 2024/05/19 01:02:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:02:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:02:13: refresh
[1.11.50i] 2024/05/19 01:02:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:02:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:02:16: leave CityInfoStage
[1.11.50i] 2024/05/19 01:02:16: drop CityInfoStage
[1.11.50i] 2024/05/19 01:02:16: enter GameStage
[1.11.50i] 2024/05/19 01:02:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:02:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:02:39: pause app
[1.11.50i] 2024/05/19 01:03:16: resume app
[1.11.50i] 2024/05/19 01:03:16: bind CityInfoStage
[1.11.50i] 2024/05/19 01:03:16: prepare CityInfoStage
[1.11.50i] 2024/05/19 01:03:16: enter CityInfoStage
[1.11.50i] 2024/05/19 01:03:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:03:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:03:17: leave CityInfoStage
[1.11.50i] 2024/05/19 01:03:17: drop CityInfoStage
[1.11.50i] 2024/05/19 01:03:17: enter GameStage
[1.11.50i] 2024/05/19 01:03:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:03:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:04:21: pause app
[1.11.50i] 2024/05/19 01:05:16: enter app
[1.11.50i] 2024/05/19 01:05:16: resume app
[1.11.50i] 2024/05/19 01:05:16: resume -> enter GameStage
[1.11.50i] 2024/05/19 01:05:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:05:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:06:43: instance Mjg3
[1.11.50i] 2024/05/19 01:06:43: bind RankStage
[1.11.50i] 2024/05/19 01:06:43: prepare RankStage
[1.11.50i] 2024/05/19 01:06:43: enter RankStage
[1.11.50i] 2024/05/19 01:06:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:06:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:06:44: leave RankStage
[1.11.50i] 2024/05/19 01:06:44: drop RankStage
[1.11.50i] 2024/05/19 01:06:44: enter GameStage
[1.11.50i] 2024/05/19 01:06:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:06:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:07:49: bind CityInfoStage
[1.11.50i] 2024/05/19 01:07:49: prepare CityInfoStage
[1.11.50i] 2024/05/19 01:07:49: enter CityInfoStage
[1.11.50i] 2024/05/19 01:07:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:07:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:07:50: leave CityInfoStage
[1.11.50i] 2024/05/19 01:07:50: drop CityInfoStage
[1.11.50i] 2024/05/19 01:07:50: enter GameStage
[1.11.50i] 2024/05/19 01:07:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 01:07:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 01:07:50: pause app
[1.11.50i] 2024/05/19 10:44:54: Startup
[1.11.50i] 2024/05/19 10:44:54: create() cold start
[1.11.50i] 2024/05/19 10:44:54: translation pt_BR
[1.11.50i] 2024/05/19 10:44:54: instance Mjg3
[1.11.50i] 2024/05/19 10:44:54: create() finish
[1.11.50i] 2024/05/19 10:44:54: create() end
[1.11.50i] 2024/05/19 10:44:54: resume app
[1.11.50i] 2024/05/19 10:44:54: refresh
[1.11.50i] 2024/05/19 10:44:54: bind LoadingStage
[1.11.50i] 2024/05/19 10:44:54: prepare LoadingStage
[1.11.50i] 2024/05/19 10:44:54: enter LoadingStage
[1.11.50i] 2024/05/19 10:44:54: loading Warm-up
[1.11.50i] 2024/05/19 10:44:54: refresh
[1.11.50i] 2024/05/19 10:44:55: loading Startup
[1.11.50i] 2024/05/19 10:44:55: Max texture size 4096
[1.11.50i] 2024/05/19 10:44:55: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 10:44:55: Engine consumes 11MB
[1.11.50i] 2024/05/19 10:44:55: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 10:44:55: loading Texture
[1.11.50i] 2024/05/19 10:44:55: loading Fonts
[1.11.50i] 2024/05/19 10:44:55: loading Skin
[1.11.50i] 2024/05/19 10:44:55: loading Extract files
[1.11.50i] 2024/05/19 10:44:55: loading Frames
[1.11.50i] 2024/05/19 10:44:55: loading Scripting
[1.11.50i] 2024/05/19 10:44:55: loading Collecting drafts
[1.11.50i] 2024/05/19 10:44:57: loading Prefetching images
[1.11.50i] 2024/05/19 10:44:57: loading Loading drafts
[1.11.50i] 2024/05/19 10:44:57: loading Finishing drafts
[1.11.50i] 2024/05/19 10:44:57: loading Loading music
[1.11.50i] 2024/05/19 10:44:58: loading Shaders
[1.11.50i] 2024/05/19 10:44:58: loading Topics
[1.11.50i] 2024/05/19 10:44:58: loading Loading textures
[1.11.50i] 2024/05/19 10:44:58: loading Checking winter
[1.11.50i] 2024/05/19 10:44:58: loading Preparing background
[1.11.50i] 2024/05/19 10:44:58: loading Finishing
[1.11.50i] 2024/05/19 10:44:58: leave LoadingStage
[1.11.50i] 2024/05/19 10:44:58: drop LoadingStage
[1.11.50i] 2024/05/19 10:44:58: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:44:58: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:44:58: bind PluginErrorStage
[1.11.50i] 2024/05/19 10:44:58: prepare PluginErrorStage
[1.11.50i] 2024/05/19 10:44:58: bind MissingManifestStage
[1.11.50i] 2024/05/19 10:44:58: prepare MissingManifestStage
[1.11.50i] 2024/05/19 10:44:58: bind WelcomeStage
[1.11.50i] 2024/05/19 10:44:58: prepare WelcomeStage
[1.11.50i] 2024/05/19 10:44:58: enter WelcomeStage
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:58: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:44:58: drop PluginErrorStage
[1.11.50i] 2024/05/19 10:44:58: drop MissingManifestStage
[1.11.50i] 2024/05/19 10:44:58: leave WelcomeStage
[1.11.50i] 2024/05/19 10:44:58: drop WelcomeStage
[1.11.50i] 2024/05/19 10:44:58: bind RegionStage
[1.11.50i] 2024/05/19 10:44:58: prepare RegionStage
[1.11.50i] 2024/05/19 10:44:58: enter RegionStage
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:58: instance Mjg2
[1.11.50i] 2024/05/19 10:44:58: instance Mjg3
[1.11.50i] 2024/05/19 10:44:58: bind LoadWaitingStage
[1.11.50i] 2024/05/19 10:44:58: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 10:44:58: enter LoadWaitingStage
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:59: leave LoadWaitingStage
[1.11.50i] 2024/05/19 10:44:59: drop LoadWaitingStage
[1.11.50i] 2024/05/19 10:44:59: bind GameStage
[1.11.50i] 2024/05/19 10:44:59: prepare GameStage
[1.11.50i] 2024/05/19 10:44:59: enter GameStage
[1.11.50i] 2024/05/19 10:44:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:59: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 10:44:59: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 10:44:59: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 10:44:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:44:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:44:59: pause app
[1.11.50i] 2024/05/19 10:45:01: enter app
[1.11.50i] 2024/05/19 10:45:01: resume app
[1.11.50i] 2024/05/19 10:45:01: resume -> enter SpecialOfferStage:
$feature_landmarks03
[1.11.50i] 2024/05/19 10:45:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:03: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 10:45:03: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 10:45:03: enter GameStage
[1.11.50i] 2024/05/19 10:45:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:03: pause app
[1.11.50i] 2024/05/19 10:45:11: leave GameStage
[1.11.50i] 2024/05/19 10:45:11: drop GameStage
[1.11.50i] 2024/05/19 10:45:11: drop RegionStage
[1.11.50i] 2024/05/19 10:45:13: Startup
[1.11.50i] 2024/05/19 10:45:13: create() cold start
[1.11.50i] 2024/05/19 10:45:13: translation pt_BR
[1.11.50i] 2024/05/19 10:45:13: instance Mjg3
[1.11.50i] 2024/05/19 10:45:13: create() finish
[1.11.50i] 2024/05/19 10:45:13: create() end
[1.11.50i] 2024/05/19 10:45:13: resume app
[1.11.50i] 2024/05/19 10:45:13: refresh
[1.11.50i] 2024/05/19 10:45:13: bind LoadingStage
[1.11.50i] 2024/05/19 10:45:13: prepare LoadingStage
[1.11.50i] 2024/05/19 10:45:14: enter LoadingStage
[1.11.50i] 2024/05/19 10:45:14: loading Warm-up
[1.11.50i] 2024/05/19 10:45:14: refresh
[1.11.50i] 2024/05/19 10:45:14: loading Startup
[1.11.50i] 2024/05/19 10:45:14: Max texture size 4096
[1.11.50i] 2024/05/19 10:45:14: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 10:45:14: Engine consumes 11MB
[1.11.50i] 2024/05/19 10:45:14: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 10:45:14: loading Texture
[1.11.50i] 2024/05/19 10:45:14: loading Fonts
[1.11.50i] 2024/05/19 10:45:14: loading Skin
[1.11.50i] 2024/05/19 10:45:14: loading Extract files
[1.11.50i] 2024/05/19 10:45:14: loading Frames
[1.11.50i] 2024/05/19 10:45:14: loading Scripting
[1.11.50i] 2024/05/19 10:45:14: loading Collecting drafts
[1.11.50i] 2024/05/19 10:45:16: loading Prefetching images
[1.11.50i] 2024/05/19 10:45:16: loading Loading drafts
[1.11.50i] 2024/05/19 10:45:16: loading Finishing drafts
[1.11.50i] 2024/05/19 10:45:17: loading Loading music
[1.11.50i] 2024/05/19 10:45:17: loading Shaders
[1.11.50i] 2024/05/19 10:45:17: loading Topics
[1.11.50i] 2024/05/19 10:45:17: loading Loading textures
[1.11.50i] 2024/05/19 10:45:17: loading Checking winter
[1.11.50i] 2024/05/19 10:45:17: loading Preparing background
[1.11.50i] 2024/05/19 10:45:17: loading Finishing
[1.11.50i] 2024/05/19 10:45:17: leave LoadingStage
[1.11.50i] 2024/05/19 10:45:17: drop LoadingStage
[1.11.50i] 2024/05/19 10:45:17: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:45:17: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:45:17: bind PluginErrorStage
[1.11.50i] 2024/05/19 10:45:17: prepare PluginErrorStage
[1.11.50i] 2024/05/19 10:45:17: bind MissingManifestStage
[1.11.50i] 2024/05/19 10:45:17: prepare MissingManifestStage
[1.11.50i] 2024/05/19 10:45:17: bind WelcomeStage
[1.11.50i] 2024/05/19 10:45:17: prepare WelcomeStage
[1.11.50i] 2024/05/19 10:45:17: enter WelcomeStage
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:17: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 10:45:17: drop PluginErrorStage
[1.11.50i] 2024/05/19 10:45:17: drop MissingManifestStage
[1.11.50i] 2024/05/19 10:45:17: leave WelcomeStage
[1.11.50i] 2024/05/19 10:45:17: drop WelcomeStage
[1.11.50i] 2024/05/19 10:45:17: bind RegionStage
[1.11.50i] 2024/05/19 10:45:17: prepare RegionStage
[1.11.50i] 2024/05/19 10:45:17: enter RegionStage
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:17: instance Mjg2
[1.11.50i] 2024/05/19 10:45:17: instance Mjg3
[1.11.50i] 2024/05/19 10:45:17: bind LoadWaitingStage
[1.11.50i] 2024/05/19 10:45:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 10:45:17: enter LoadWaitingStage
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:45:18: leave LoadWaitingStage
[1.11.50i] 2024/05/19 10:45:18: drop LoadWaitingStage
[1.11.50i] 2024/05/19 10:45:18: bind GameStage
[1.11.50i] 2024/05/19 10:45:18: prepare GameStage
[1.11.50i] 2024/05/19 10:45:18: enter GameStage
[1.11.50i] 2024/05/19 10:45:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:45:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:16: leave GameStage
[1.11.50i] 2024/05/19 10:48:16: drop GameStage
[1.11.50i] 2024/05/19 10:48:16: bind SaveWaitingStage
[1.11.50i] 2024/05/19 10:48:16: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 10:48:16: enter SaveWaitingStage
[1.11.50i] 2024/05/19 10:48:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:16: leave SaveWaitingStage
[1.11.50i] 2024/05/19 10:48:16: drop SaveWaitingStage
[1.11.50i] 2024/05/19 10:48:16: enter RegionStage
[1.11.50i] 2024/05/19 10:48:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:28: bind LoadWaitingStage
[1.11.50i] 2024/05/19 10:48:28: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 10:48:28: enter LoadWaitingStage
[1.11.50i] 2024/05/19 10:48:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:28: leave LoadWaitingStage
[1.11.50i] 2024/05/19 10:48:28: drop LoadWaitingStage
[1.11.50i] 2024/05/19 10:48:28: bind GameStage
[1.11.50i] 2024/05/19 10:48:28: prepare GameStage
[1.11.50i] 2024/05/19 10:48:28: enter GameStage
[1.11.50i] 2024/05/19 10:48:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:32: bind CityInfoStage
[1.11.50i] 2024/05/19 10:48:32: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:48:32: enter CityInfoStage
[1.11.50i] 2024/05/19 10:48:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:34: leave CityInfoStage
[1.11.50i] 2024/05/19 10:48:34: drop CityInfoStage
[1.11.50i] 2024/05/19 10:48:34: enter GameStage
[1.11.50i] 2024/05/19 10:48:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:40: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 10:48:40: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 10:48:40: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 10:48:40: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 10:48:40: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 10:48:40: enter GameStage
[1.11.50i] 2024/05/19 10:48:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:48:40: refresh
[1.11.50i] 2024/05/19 10:48:40: ResolutionMgr perfect width 239 for res 1179x2556
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:40: ResolutionMgr perfect index 0 (4) with 2 factors
available
[1.11.50i] 2024/05/19 10:48:56: refresh
[1.11.50i] 2024/05/19 10:48:56: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:48:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:49:29: bind CityInfoStage
[1.11.50i] 2024/05/19 10:49:29: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:49:29: enter CityInfoStage
[1.11.50i] 2024/05/19 10:49:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:49:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:49:29: refresh
[1.11.50i] 2024/05/19 10:49:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:49:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:49:31: leave CityInfoStage
[1.11.50i] 2024/05/19 10:49:31: drop CityInfoStage
[1.11.50i] 2024/05/19 10:49:31: enter GameStage
[1.11.50i] 2024/05/19 10:49:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:49:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:50:23: bind CityInfoStage
[1.11.50i] 2024/05/19 10:50:23: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:50:23: enter CityInfoStage
[1.11.50i] 2024/05/19 10:50:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:50:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:50:23: refresh
[1.11.50i] 2024/05/19 10:50:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:50:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:50:25: leave CityInfoStage
[1.11.50i] 2024/05/19 10:50:25: drop CityInfoStage
[1.11.50i] 2024/05/19 10:50:25: enter GameStage
[1.11.50i] 2024/05/19 10:50:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:50:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:13: bind CityInfoStage
[1.11.50i] 2024/05/19 10:52:13: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:52:13: enter CityInfoStage
[1.11.50i] 2024/05/19 10:52:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:14: refresh
[1.11.50i] 2024/05/19 10:52:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:17: leave CityInfoStage
[1.11.50i] 2024/05/19 10:52:17: drop CityInfoStage
[1.11.50i] 2024/05/19 10:52:17: enter GameStage
[1.11.50i] 2024/05/19 10:52:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:20: bind CityInfoStage
[1.11.50i] 2024/05/19 10:52:20: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:52:20: enter CityInfoStage
[1.11.50i] 2024/05/19 10:52:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:20: refresh
[1.11.50i] 2024/05/19 10:52:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:22: leave CityInfoStage
[1.11.50i] 2024/05/19 10:52:22: drop CityInfoStage
[1.11.50i] 2024/05/19 10:52:22: enter GameStage
[1.11.50i] 2024/05/19 10:52:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:46: instance Mjg5
[1.11.50i] 2024/05/19 10:52:46: bind RankStage
[1.11.50i] 2024/05/19 10:52:46: prepare RankStage
[1.11.50i] 2024/05/19 10:52:46: enter RankStage
[1.11.50i] 2024/05/19 10:52:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:52:48: leave RankStage
[1.11.50i] 2024/05/19 10:52:48: drop RankStage
[1.11.50i] 2024/05/19 10:52:48: enter GameStage
[1.11.50i] 2024/05/19 10:52:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:52:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:53:48: bind SaveWaitingStage
[1.11.50i] 2024/05/19 10:53:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 10:53:48: enter SaveWaitingStage
[1.11.50i] 2024/05/19 10:53:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:53:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:53:48: leave SaveWaitingStage
[1.11.50i] 2024/05/19 10:53:49: drop SaveWaitingStage
[1.11.50i] 2024/05/19 10:53:49: enter GameStage
[1.11.50i] 2024/05/19 10:53:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:53:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:53:59: pause app
[1.11.50i] 2024/05/19 10:54:12: enter app
[1.11.50i] 2024/05/19 10:54:12: resume app
[1.11.50i] 2024/05/19 10:54:12: resume -> enter GameStage
[1.11.50i] 2024/05/19 10:54:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:15: bind CityInfoStage
[1.11.50i] 2024/05/19 10:54:15: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:54:15: enter CityInfoStage
[1.11.50i] 2024/05/19 10:54:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:16: refresh
[1.11.50i] 2024/05/19 10:54:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:19: leave CityInfoStage
[1.11.50i] 2024/05/19 10:54:19: drop CityInfoStage
[1.11.50i] 2024/05/19 10:54:19: enter GameStage
[1.11.50i] 2024/05/19 10:54:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:22: bind CityInfoStage
[1.11.50i] 2024/05/19 10:54:22: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:54:22: enter CityInfoStage
[1.11.50i] 2024/05/19 10:54:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:23: refresh
[1.11.50i] 2024/05/19 10:54:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:26: leave CityInfoStage
[1.11.50i] 2024/05/19 10:54:26: drop CityInfoStage
[1.11.50i] 2024/05/19 10:54:26: enter GameStage
[1.11.50i] 2024/05/19 10:54:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:29: bind CityInfoStage
[1.11.50i] 2024/05/19 10:54:29: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:54:29: enter CityInfoStage
[1.11.50i] 2024/05/19 10:54:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:29: refresh
[1.11.50i] 2024/05/19 10:54:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:38: leave CityInfoStage
[1.11.50i] 2024/05/19 10:54:38: drop CityInfoStage
[1.11.50i] 2024/05/19 10:54:38: enter GameStage
[1.11.50i] 2024/05/19 10:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:43: bind CityInfoStage
[1.11.50i] 2024/05/19 10:54:43: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:54:43: enter CityInfoStage
[1.11.50i] 2024/05/19 10:54:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:43: refresh
[1.11.50i] 2024/05/19 10:54:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:44: leave CityInfoStage
[1.11.50i] 2024/05/19 10:54:44: drop CityInfoStage
[1.11.50i] 2024/05/19 10:54:44: enter GameStage
[1.11.50i] 2024/05/19 10:54:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:56: bind CityInfoStage
[1.11.50i] 2024/05/19 10:54:56: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:54:56: enter CityInfoStage
[1.11.50i] 2024/05/19 10:54:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:57: refresh
[1.11.50i] 2024/05/19 10:54:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:54:59: leave CityInfoStage
[1.11.50i] 2024/05/19 10:54:59: drop CityInfoStage
[1.11.50i] 2024/05/19 10:54:59: enter GameStage
[1.11.50i] 2024/05/19 10:54:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:54:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:04: bind CityInfoStage
[1.11.50i] 2024/05/19 10:55:04: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:55:04: enter CityInfoStage
[1.11.50i] 2024/05/19 10:55:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:04: refresh
[1.11.50i] 2024/05/19 10:55:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:07: leave CityInfoStage
[1.11.50i] 2024/05/19 10:55:07: drop CityInfoStage
[1.11.50i] 2024/05/19 10:55:07: enter GameStage
[1.11.50i] 2024/05/19 10:55:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:20: bind CityInfoStage
[1.11.50i] 2024/05/19 10:55:20: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:55:20: enter CityInfoStage
[1.11.50i] 2024/05/19 10:55:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:20: refresh
[1.11.50i] 2024/05/19 10:55:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:25: leave CityInfoStage
[1.11.50i] 2024/05/19 10:55:25: drop CityInfoStage
[1.11.50i] 2024/05/19 10:55:25: enter GameStage
[1.11.50i] 2024/05/19 10:55:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:30: bind CityInfoStage
[1.11.50i] 2024/05/19 10:55:30: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:55:30: enter CityInfoStage
[1.11.50i] 2024/05/19 10:55:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:32: refresh
[1.11.50i] 2024/05/19 10:55:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:43: leave CityInfoStage
[1.11.50i] 2024/05/19 10:55:43: drop CityInfoStage
[1.11.50i] 2024/05/19 10:55:43: enter GameStage
[1.11.50i] 2024/05/19 10:55:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:44: leave GameStage
[1.11.50i] 2024/05/19 10:55:44: drop GameStage
[1.11.50i] 2024/05/19 10:55:44: bind SaveWaitingStage
[1.11.50i] 2024/05/19 10:55:44: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 10:55:44: enter SaveWaitingStage
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:44: leave SaveWaitingStage
[1.11.50i] 2024/05/19 10:55:44: drop SaveWaitingStage
[1.11.50i] 2024/05/19 10:55:44: enter RegionStage
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:51: bind LoadWaitingStage
[1.11.50i] 2024/05/19 10:55:51: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 10:55:51: enter LoadWaitingStage
[1.11.50i] 2024/05/19 10:55:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:55:51: leave LoadWaitingStage
[1.11.50i] 2024/05/19 10:55:51: drop LoadWaitingStage
[1.11.50i] 2024/05/19 10:55:51: bind GameStage
[1.11.50i] 2024/05/19 10:55:51: prepare GameStage
[1.11.50i] 2024/05/19 10:55:51: enter GameStage
[1.11.50i] 2024/05/19 10:55:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:55:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:57:10: instance Mjkx
[1.11.50i] 2024/05/19 10:57:11: instance Mjkz
[1.11.50i] 2024/05/19 10:57:59: bind CityInfoStage
[1.11.50i] 2024/05/19 10:57:59: prepare CityInfoStage
[1.11.50i] 2024/05/19 10:57:59: enter CityInfoStage
[1.11.50i] 2024/05/19 10:57:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:57:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 10:58:04: leave CityInfoStage
[1.11.50i] 2024/05/19 10:58:04: drop CityInfoStage
[1.11.50i] 2024/05/19 10:58:04: enter GameStage
[1.11.50i] 2024/05/19 10:58:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 10:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:10: instance Mjk1
[1.11.50i] 2024/05/19 11:00:10: bind RankStage
[1.11.50i] 2024/05/19 11:00:10: prepare RankStage
[1.11.50i] 2024/05/19 11:00:10: enter RankStage
[1.11.50i] 2024/05/19 11:00:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:11: leave RankStage
[1.11.50i] 2024/05/19 11:00:11: drop RankStage
[1.11.50i] 2024/05/19 11:00:11: enter GameStage
[1.11.50i] 2024/05/19 11:00:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:16: bind CityInfoStage
[1.11.50i] 2024/05/19 11:00:16: prepare CityInfoStage
[1.11.50i] 2024/05/19 11:00:16: enter CityInfoStage
[1.11.50i] 2024/05/19 11:00:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:18: leave CityInfoStage
[1.11.50i] 2024/05/19 11:00:18: drop CityInfoStage
[1.11.50i] 2024/05/19 11:00:18: enter GameStage
[1.11.50i] 2024/05/19 11:00:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:54: bind SaveWaitingStage
[1.11.50i] 2024/05/19 11:00:54: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 11:00:54: enter SaveWaitingStage
[1.11.50i] 2024/05/19 11:00:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:00:54: leave SaveWaitingStage
[1.11.50i] 2024/05/19 11:00:54: drop SaveWaitingStage
[1.11.50i] 2024/05/19 11:00:54: enter GameStage
[1.11.50i] 2024/05/19 11:00:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:00:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:01:03: bind CityInfoStage
[1.11.50i] 2024/05/19 11:01:03: prepare CityInfoStage
[1.11.50i] 2024/05/19 11:01:03: enter CityInfoStage
[1.11.50i] 2024/05/19 11:01:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:01:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:01:04: leave CityInfoStage
[1.11.50i] 2024/05/19 11:01:04: drop CityInfoStage
[1.11.50i] 2024/05/19 11:01:04: enter GameStage
[1.11.50i] 2024/05/19 11:01:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:01:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:01:07: bind CityInfoStage
[1.11.50i] 2024/05/19 11:01:07: prepare CityInfoStage
[1.11.50i] 2024/05/19 11:01:07: enter CityInfoStage
[1.11.50i] 2024/05/19 11:01:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:01:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:01:09: leave CityInfoStage
[1.11.50i] 2024/05/19 11:01:09: drop CityInfoStage
[1.11.50i] 2024/05/19 11:01:09: enter GameStage
[1.11.50i] 2024/05/19 11:01:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:01:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:03:36: bind CityInfoStage
[1.11.50i] 2024/05/19 11:03:36: prepare CityInfoStage
[1.11.50i] 2024/05/19 11:03:36: enter CityInfoStage
[1.11.50i] 2024/05/19 11:03:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:03:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:03:39: leave CityInfoStage
[1.11.50i] 2024/05/19 11:03:39: drop CityInfoStage
[1.11.50i] 2024/05/19 11:03:39: enter GameStage
[1.11.50i] 2024/05/19 11:03:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:03:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:05:21: instance Mzc1
[1.11.50i] 2024/05/19 11:05:33: pause app
[1.11.50i] 2024/05/19 11:05:35: enter app
[1.11.50i] 2024/05/19 11:05:35: resume app
[1.11.50i] 2024/05/19 11:05:35: resume -> enter GameStage
[1.11.50i] 2024/05/19 11:05:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:05:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:05:39: bind FeaturesStage
[1.11.50i] 2024/05/19 11:05:39: prepare FeaturesStage
[1.11.50i] 2024/05/19 11:05:39: enter FeaturesStage
[1.11.50i] 2024/05/19 11:05:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:05:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:05:49: leave FeaturesStage
[1.11.50i] 2024/05/19 11:05:49: drop FeaturesStage
[1.11.50i] 2024/05/19 11:05:49: enter GameStage
[1.11.50i] 2024/05/19 11:05:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:05:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:05:53: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 11:05:53: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 11:05:53: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 11:05:53: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 11:05:53: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 11:05:53: enter GameStage
[1.11.50i] 2024/05/19 11:05:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:05:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:05:53: refresh
[1.11.50i] 2024/05/19 11:05:53: ResolutionMgr perfect width 239 for res 1179x2556
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:05:53: ResolutionMgr perfect index 0 (4) with 2 factors
available
[1.11.50i] 2024/05/19 11:06:24: instance Mzkw
[1.11.50i] 2024/05/19 11:06:29: refresh
[1.11.50i] 2024/05/19 11:06:29: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:06:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:06:35: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 11:06:35: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 11:06:35: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 11:06:35: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 11:06:35: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 11:06:35: enter GameStage
[1.11.50i] 2024/05/19 11:06:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:06:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:06:35: refresh
[1.11.50i] 2024/05/19 11:06:35: ResolutionMgr perfect width 239 for res 1179x2556
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:06:35: ResolutionMgr perfect index 0 (4) with 2 factors
available
[1.11.50i] 2024/05/19 11:07:06: instance NDA1
[1.11.50i] 2024/05/19 11:07:12: refresh
[1.11.50i] 2024/05/19 11:07:12: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:07:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:07:23: bind FeaturesStage
[1.11.50i] 2024/05/19 11:07:23: prepare FeaturesStage
[1.11.50i] 2024/05/19 11:07:23: enter FeaturesStage
[1.11.50i] 2024/05/19 11:07:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:07:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:07:28: leave FeaturesStage
[1.11.50i] 2024/05/19 11:07:28: drop FeaturesStage
[1.11.50i] 2024/05/19 11:07:28: enter GameStage
[1.11.50i] 2024/05/19 11:07:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:07:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:07:31: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 11:07:31: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 11:07:31: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 11:07:31: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 11:07:31: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 11:07:31: enter GameStage
[1.11.50i] 2024/05/19 11:07:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:07:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:07:31: refresh
[1.11.50i] 2024/05/19 11:07:31: ResolutionMgr perfect width 239 for res 1179x2556
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:07:31: ResolutionMgr perfect index 0 (4) with 2 factors
available
[1.11.50i] 2024/05/19 11:08:01: pause app
[1.11.50i] 2024/05/19 11:08:02: instance NDIw
[1.11.50i] 2024/05/19 11:08:08: enter app
[1.11.50i] 2024/05/19 11:08:08: resume app
[1.11.50i] 2024/05/19 11:08:08: refresh
[1.11.50i] 2024/05/19 11:08:08: resume -> enter GameStage
[1.11.50i] 2024/05/19 11:08:08: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:08:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:08:20: pause app
[1.11.50i] 2024/05/19 11:08:22: enter app
[1.11.50i] 2024/05/19 11:08:22: resume app
[1.11.50i] 2024/05/19 11:08:22: resume -> enter GameStage
[1.11.50i] 2024/05/19 11:08:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:08:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:08:26: bind FeaturesStage
[1.11.50i] 2024/05/19 11:08:26: prepare FeaturesStage
[1.11.50i] 2024/05/19 11:08:26: enter FeaturesStage
[1.11.50i] 2024/05/19 11:08:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:08:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:08:31: instance MA==
[1.11.50i] 2024/05/19 11:08:31: refresh
[1.11.50i] 2024/05/19 11:08:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:08:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:08:33: leave FeaturesStage
[1.11.50i] 2024/05/19 11:08:33: drop FeaturesStage
[1.11.50i] 2024/05/19 11:08:33: enter GameStage
[1.11.50i] 2024/05/19 11:08:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:08:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:13:28: bind SaveWaitingStage
[1.11.50i] 2024/05/19 11:13:28: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 11:13:28: enter SaveWaitingStage
[1.11.50i] 2024/05/19 11:13:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:13:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:13:28: leave SaveWaitingStage
[1.11.50i] 2024/05/19 11:13:28: drop SaveWaitingStage
[1.11.50i] 2024/05/19 11:13:28: enter GameStage
[1.11.50i] 2024/05/19 11:13:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:13:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:15:29: instance Mg==
[1.11.50i] 2024/05/19 11:15:29: bind RankStage
[1.11.50i] 2024/05/19 11:15:29: prepare RankStage
[1.11.50i] 2024/05/19 11:15:29: enter RankStage
[1.11.50i] 2024/05/19 11:15:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:15:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:15:30: leave RankStage
[1.11.50i] 2024/05/19 11:15:30: drop RankStage
[1.11.50i] 2024/05/19 11:15:30: enter GameStage
[1.11.50i] 2024/05/19 11:15:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:15:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:18:30: bind SaveWaitingStage
[1.11.50i] 2024/05/19 11:18:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 11:18:30: enter SaveWaitingStage
[1.11.50i] 2024/05/19 11:18:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:18:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:18:31: leave SaveWaitingStage
[1.11.50i] 2024/05/19 11:18:31: drop SaveWaitingStage
[1.11.50i] 2024/05/19 11:18:31: enter GameStage
[1.11.50i] 2024/05/19 11:18:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:18:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:18:51: bind CityInfoStage
[1.11.50i] 2024/05/19 11:18:51: prepare CityInfoStage
[1.11.50i] 2024/05/19 11:18:51: enter CityInfoStage
[1.11.50i] 2024/05/19 11:18:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:18:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:18:57: leave CityInfoStage
[1.11.50i] 2024/05/19 11:18:57: drop CityInfoStage
[1.11.50i] 2024/05/19 11:18:57: enter GameStage
[1.11.50i] 2024/05/19 11:18:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:18:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:20:29: pause app
[1.11.50i] 2024/05/19 11:20:41: enter app
[1.11.50i] 2024/05/19 11:20:41: resume app
[1.11.50i] 2024/05/19 11:20:41: resume -> enter GameStage
[1.11.50i] 2024/05/19 11:20:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:20:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:25:39: bind SaveWaitingStage
[1.11.50i] 2024/05/19 11:25:39: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 11:25:39: enter SaveWaitingStage
[1.11.50i] 2024/05/19 11:25:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:25:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:25:40: leave SaveWaitingStage
[1.11.50i] 2024/05/19 11:25:40: drop SaveWaitingStage
[1.11.50i] 2024/05/19 11:25:40: enter GameStage
[1.11.50i] 2024/05/19 11:25:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:25:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:26:06: pause app
[1.11.50i] 2024/05/19 11:26:11: enter app
[1.11.50i] 2024/05/19 11:26:11: resume app
[1.11.50i] 2024/05/19 11:26:11: resume -> enter GameStage
[1.11.50i] 2024/05/19 11:26:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 11:26:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 11:26:17: pause app
[1.11.50i] 2024/05/19 11:26:18: leave GameStage
[1.11.50i] 2024/05/19 11:26:18: drop GameStage
[1.11.50i] 2024/05/19 11:26:18: drop RegionStage
[1.11.50i] 2024/05/19 12:07:42: Startup
[1.11.50i] 2024/05/19 12:07:42: create() cold start
[1.11.50i] 2024/05/19 12:07:42: translation pt_BR
[1.11.50i] 2024/05/19 12:07:42: instance Mg==
[1.11.50i] 2024/05/19 12:07:42: create() finish
[1.11.50i] 2024/05/19 12:07:42: create() end
[1.11.50i] 2024/05/19 12:07:42: resume app
[1.11.50i] 2024/05/19 12:07:42: refresh
[1.11.50i] 2024/05/19 12:07:42: bind LoadingStage
[1.11.50i] 2024/05/19 12:07:42: prepare LoadingStage
[1.11.50i] 2024/05/19 12:07:42: enter LoadingStage
[1.11.50i] 2024/05/19 12:07:42: loading Warm-up
[1.11.50i] 2024/05/19 12:07:42: refresh
[1.11.50i] 2024/05/19 12:07:42: loading Startup
[1.11.50i] 2024/05/19 12:07:42: Max texture size 4096
[1.11.50i] 2024/05/19 12:07:42: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 12:07:42: Engine consumes 11MB
[1.11.50i] 2024/05/19 12:07:42: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 12:07:42: loading Texture
[1.11.50i] 2024/05/19 12:07:42: loading Fonts
[1.11.50i] 2024/05/19 12:07:42: loading Skin
[1.11.50i] 2024/05/19 12:07:42: loading Extract files
[1.11.50i] 2024/05/19 12:07:42: loading Frames
[1.11.50i] 2024/05/19 12:07:42: loading Scripting
[1.11.50i] 2024/05/19 12:07:42: loading Collecting drafts
[1.11.50i] 2024/05/19 12:07:45: loading Prefetching images
[1.11.50i] 2024/05/19 12:07:45: loading Loading drafts
[1.11.50i] 2024/05/19 12:07:45: loading Finishing drafts
[1.11.50i] 2024/05/19 12:07:45: loading Loading music
[1.11.50i] 2024/05/19 12:07:45: loading Shaders
[1.11.50i] 2024/05/19 12:07:45: loading Topics
[1.11.50i] 2024/05/19 12:07:45: loading Loading textures
[1.11.50i] 2024/05/19 12:07:46: loading Checking winter
[1.11.50i] 2024/05/19 12:07:46: loading Preparing background
[1.11.50i] 2024/05/19 12:07:46: loading Finishing
[1.11.50i] 2024/05/19 12:07:46: leave LoadingStage
[1.11.50i] 2024/05/19 12:07:46: drop LoadingStage
[1.11.50i] 2024/05/19 12:07:46: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 12:07:46: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 12:07:46: bind PluginErrorStage
[1.11.50i] 2024/05/19 12:07:46: prepare PluginErrorStage
[1.11.50i] 2024/05/19 12:07:46: bind MissingManifestStage
[1.11.50i] 2024/05/19 12:07:46: prepare MissingManifestStage
[1.11.50i] 2024/05/19 12:07:46: bind WelcomeStage
[1.11.50i] 2024/05/19 12:07:46: prepare WelcomeStage
[1.11.50i] 2024/05/19 12:07:46: enter WelcomeStage
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:07:46: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 12:07:46: drop PluginErrorStage
[1.11.50i] 2024/05/19 12:07:46: drop MissingManifestStage
[1.11.50i] 2024/05/19 12:07:46: leave WelcomeStage
[1.11.50i] 2024/05/19 12:07:46: drop WelcomeStage
[1.11.50i] 2024/05/19 12:07:46: bind RegionStage
[1.11.50i] 2024/05/19 12:07:46: prepare RegionStage
[1.11.50i] 2024/05/19 12:07:46: enter RegionStage
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:07:46: instance MQ==
[1.11.50i] 2024/05/19 12:07:46: instance Mg==
[1.11.50i] 2024/05/19 12:07:46: bind LoadWaitingStage
[1.11.50i] 2024/05/19 12:07:46: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 12:07:46: enter LoadWaitingStage
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:07:47: leave LoadWaitingStage
[1.11.50i] 2024/05/19 12:07:47: drop LoadWaitingStage
[1.11.50i] 2024/05/19 12:07:47: bind GameStage
[1.11.50i] 2024/05/19 12:07:47: prepare GameStage
[1.11.50i] 2024/05/19 12:07:47: enter GameStage
[1.11.50i] 2024/05/19 12:07:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:07:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:11:31: pause app
[1.11.50i] 2024/05/19 12:11:33: enter app
[1.11.50i] 2024/05/19 12:11:33: resume app
[1.11.50i] 2024/05/19 12:11:33: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:11:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:11:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:11:34: pause app
[1.11.50i] 2024/05/19 12:12:34: enter app
[1.11.50i] 2024/05/19 12:12:34: resume app
[1.11.50i] 2024/05/19 12:12:34: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:12:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:12:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:13:20: instance NA==
[1.11.50i] 2024/05/19 12:13:20: bind RankStage
[1.11.50i] 2024/05/19 12:13:20: prepare RankStage
[1.11.50i] 2024/05/19 12:13:20: enter RankStage
[1.11.50i] 2024/05/19 12:13:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:13:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:13:21: leave RankStage
[1.11.50i] 2024/05/19 12:13:21: drop RankStage
[1.11.50i] 2024/05/19 12:13:21: enter GameStage
[1.11.50i] 2024/05/19 12:13:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:13:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:14:19: pause app
[1.11.50i] 2024/05/19 12:14:33: enter app
[1.11.50i] 2024/05/19 12:14:33: resume app
[1.11.50i] 2024/05/19 12:14:33: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:14:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:14:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:19:31: bind SaveWaitingStage
[1.11.50i] 2024/05/19 12:19:31: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 12:19:31: enter SaveWaitingStage
[1.11.50i] 2024/05/19 12:19:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:19:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:19:31: leave SaveWaitingStage
[1.11.50i] 2024/05/19 12:19:31: drop SaveWaitingStage
[1.11.50i] 2024/05/19 12:19:31: enter GameStage
[1.11.50i] 2024/05/19 12:19:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:19:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:19:48: pause app
[1.11.50i] 2024/05/19 12:20:04: enter app
[1.11.50i] 2024/05/19 12:20:04: resume app
[1.11.50i] 2024/05/19 12:20:04: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:20:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:20:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:21:04: pause app
[1.11.50i] 2024/05/19 12:21:14: enter app
[1.11.50i] 2024/05/19 12:21:14: resume app
[1.11.50i] 2024/05/19 12:21:14: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:21:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:21:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:21:14: bind CityInfoStage
[1.11.50i] 2024/05/19 12:21:14: prepare CityInfoStage
[1.11.50i] 2024/05/19 12:21:14: enter CityInfoStage
[1.11.50i] 2024/05/19 12:21:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:21:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:21:15: leave CityInfoStage
[1.11.50i] 2024/05/19 12:21:15: drop CityInfoStage
[1.11.50i] 2024/05/19 12:21:15: enter GameStage
[1.11.50i] 2024/05/19 12:21:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:21:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:22:01: pause app
[1.11.50i] 2024/05/19 12:22:14: enter app
[1.11.50i] 2024/05/19 12:22:14: resume app
[1.11.50i] 2024/05/19 12:22:14: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:22:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:22:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:22:30: leave GameStage
[1.11.50i] 2024/05/19 12:22:30: drop GameStage
[1.11.50i] 2024/05/19 12:22:30: bind SaveWaitingStage
[1.11.50i] 2024/05/19 12:22:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 12:22:30: enter SaveWaitingStage
[1.11.50i] 2024/05/19 12:22:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:22:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:22:30: leave SaveWaitingStage
[1.11.50i] 2024/05/19 12:22:30: drop SaveWaitingStage
[1.11.50i] 2024/05/19 12:22:30: enter RegionStage
[1.11.50i] 2024/05/19 12:22:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:22:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:22:38: bind LoadWaitingStage
[1.11.50i] 2024/05/19 12:22:38: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 12:22:38: enter LoadWaitingStage
[1.11.50i] 2024/05/19 12:22:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:22:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:22:40: leave LoadWaitingStage
[1.11.50i] 2024/05/19 12:22:40: drop LoadWaitingStage
[1.11.50i] 2024/05/19 12:22:40: bind GameStage
[1.11.50i] 2024/05/19 12:22:40: prepare GameStage
[1.11.50i] 2024/05/19 12:22:40: enter GameStage
[1.11.50i] 2024/05/19 12:22:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:22:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:23:35: pause app
[1.11.50i] 2024/05/19 12:23:36: enter app
[1.11.50i] 2024/05/19 12:23:36: resume app
[1.11.50i] 2024/05/19 12:23:36: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:23:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:23:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:27:21: pause app
[1.11.50i] 2024/05/19 12:27:21: enter app
[1.11.50i] 2024/05/19 12:27:21: resume app
[1.11.50i] 2024/05/19 12:27:21: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:27:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:27:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:29:49: bind CityInfoStage
[1.11.50i] 2024/05/19 12:29:49: prepare CityInfoStage
[1.11.50i] 2024/05/19 12:29:49: enter CityInfoStage
[1.11.50i] 2024/05/19 12:29:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:29:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:29:50: leave CityInfoStage
[1.11.50i] 2024/05/19 12:29:50: drop CityInfoStage
[1.11.50i] 2024/05/19 12:29:50: enter GameStage
[1.11.50i] 2024/05/19 12:29:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:29:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:29:58: pause app
[1.11.50i] 2024/05/19 12:30:08: enter app
[1.11.50i] 2024/05/19 12:30:08: resume app
[1.11.50i] 2024/05/19 12:30:08: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:30:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:30:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:31:43: pause app
[1.11.50i] 2024/05/19 12:31:55: enter app
[1.11.50i] 2024/05/19 12:31:55: resume app
[1.11.50i] 2024/05/19 12:31:55: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:31:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:31:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:33:04: pause app
[1.11.50i] 2024/05/19 12:33:38: enter app
[1.11.50i] 2024/05/19 12:33:38: resume app
[1.11.50i] 2024/05/19 12:33:38: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:33:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:33:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:36:17: pause app
[1.11.50i] 2024/05/19 12:36:18: enter app
[1.11.50i] 2024/05/19 12:36:18: resume app
[1.11.50i] 2024/05/19 12:36:18: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:36:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:36:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:37:57: bind CityInfoStage
[1.11.50i] 2024/05/19 12:37:57: prepare CityInfoStage
[1.11.50i] 2024/05/19 12:37:57: enter CityInfoStage
[1.11.50i] 2024/05/19 12:37:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:37:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:37:58: leave CityInfoStage
[1.11.50i] 2024/05/19 12:37:58: drop CityInfoStage
[1.11.50i] 2024/05/19 12:37:58: enter GameStage
[1.11.50i] 2024/05/19 12:37:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:37:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:37:58: bind CityInfoStage
[1.11.50i] 2024/05/19 12:37:58: prepare CityInfoStage
[1.11.50i] 2024/05/19 12:37:58: enter CityInfoStage
[1.11.50i] 2024/05/19 12:37:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:37:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:38:04: leave CityInfoStage
[1.11.50i] 2024/05/19 12:38:04: drop CityInfoStage
[1.11.50i] 2024/05/19 12:38:04: enter GameStage
[1.11.50i] 2024/05/19 12:38:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:38:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:39:13: pause app
[1.11.50i] 2024/05/19 12:39:24: enter app
[1.11.50i] 2024/05/19 12:39:24: resume app
[1.11.50i] 2024/05/19 12:39:24: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:39:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:39:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:40:36: pause app
[1.11.50i] 2024/05/19 12:40:41: enter app
[1.11.50i] 2024/05/19 12:40:41: resume app
[1.11.50i] 2024/05/19 12:40:41: resume -> enter GameStage
[1.11.50i] 2024/05/19 12:40:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:40:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:45:43: bind SaveWaitingStage
[1.11.50i] 2024/05/19 12:45:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 12:45:43: enter SaveWaitingStage
[1.11.50i] 2024/05/19 12:45:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:45:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:45:43: leave SaveWaitingStage
[1.11.50i] 2024/05/19 12:45:43: drop SaveWaitingStage
[1.11.50i] 2024/05/19 12:45:43: enter GameStage
[1.11.50i] 2024/05/19 12:45:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 12:45:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 12:48:25: pause app
[1.11.50i] 2024/05/19 12:48:26: leave GameStage
[1.11.50i] 2024/05/19 12:48:26: drop GameStage
[1.11.50i] 2024/05/19 12:48:26: drop RegionStage
[1.11.50i] 2024/05/19 15:23:15: Startup
[1.11.50i] 2024/05/19 15:23:15: create() cold start
[1.11.50i] 2024/05/19 15:23:15: translation pt_BR
[1.11.50i] 2024/05/19 15:23:15: instance NA==
[1.11.50i] 2024/05/19 15:23:15: create() finish
[1.11.50i] 2024/05/19 15:23:15: create() end
[1.11.50i] 2024/05/19 15:23:15: resume app
[1.11.50i] 2024/05/19 15:23:15: refresh
[1.11.50i] 2024/05/19 15:23:15: bind LoadingStage
[1.11.50i] 2024/05/19 15:23:15: prepare LoadingStage
[1.11.50i] 2024/05/19 15:23:15: enter LoadingStage
[1.11.50i] 2024/05/19 15:23:15: loading Warm-up
[1.11.50i] 2024/05/19 15:23:15: refresh
[1.11.50i] 2024/05/19 15:23:15: loading Startup
[1.11.50i] 2024/05/19 15:23:15: Max texture size 4096
[1.11.50i] 2024/05/19 15:23:15: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 15:23:15: Engine consumes 11MB
[1.11.50i] 2024/05/19 15:23:15: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 15:23:15: loading Texture
[1.11.50i] 2024/05/19 15:23:15: loading Fonts
[1.11.50i] 2024/05/19 15:23:15: loading Skin
[1.11.50i] 2024/05/19 15:23:15: loading Extract files
[1.11.50i] 2024/05/19 15:23:15: loading Frames
[1.11.50i] 2024/05/19 15:23:16: loading Scripting
[1.11.50i] 2024/05/19 15:23:16: loading Collecting drafts
[1.11.50i] 2024/05/19 15:23:18: loading Prefetching images
[1.11.50i] 2024/05/19 15:23:18: loading Loading drafts
[1.11.50i] 2024/05/19 15:23:18: loading Finishing drafts
[1.11.50i] 2024/05/19 15:23:18: loading Loading music
[1.11.50i] 2024/05/19 15:23:18: loading Shaders
[1.11.50i] 2024/05/19 15:23:18: loading Topics
[1.11.50i] 2024/05/19 15:23:18: loading Loading textures
[1.11.50i] 2024/05/19 15:23:19: loading Checking winter
[1.11.50i] 2024/05/19 15:23:19: loading Preparing background
[1.11.50i] 2024/05/19 15:23:19: loading Finishing
[1.11.50i] 2024/05/19 15:23:19: leave LoadingStage
[1.11.50i] 2024/05/19 15:23:19: drop LoadingStage
[1.11.50i] 2024/05/19 15:23:19: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 15:23:19: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 15:23:19: bind PluginErrorStage
[1.11.50i] 2024/05/19 15:23:19: prepare PluginErrorStage
[1.11.50i] 2024/05/19 15:23:19: bind MissingManifestStage
[1.11.50i] 2024/05/19 15:23:19: prepare MissingManifestStage
[1.11.50i] 2024/05/19 15:23:19: bind WelcomeStage
[1.11.50i] 2024/05/19 15:23:19: prepare WelcomeStage
[1.11.50i] 2024/05/19 15:23:19: enter WelcomeStage
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 15:23:19: drop PluginErrorStage
[1.11.50i] 2024/05/19 15:23:19: drop MissingManifestStage
[1.11.50i] 2024/05/19 15:23:19: leave WelcomeStage
[1.11.50i] 2024/05/19 15:23:19: drop WelcomeStage
[1.11.50i] 2024/05/19 15:23:19: bind RegionStage
[1.11.50i] 2024/05/19 15:23:19: prepare RegionStage
[1.11.50i] 2024/05/19 15:23:19: enter RegionStage
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: instance Mw==
[1.11.50i] 2024/05/19 15:23:19: instance NA==
[1.11.50i] 2024/05/19 15:23:19: bind LoadWaitingStage
[1.11.50i] 2024/05/19 15:23:19: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 15:23:19: enter LoadWaitingStage
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: leave LoadWaitingStage
[1.11.50i] 2024/05/19 15:23:19: drop LoadWaitingStage
[1.11.50i] 2024/05/19 15:23:19: bind GameStage
[1.11.50i] 2024/05/19 15:23:19: prepare GameStage
[1.11.50i] 2024/05/19 15:23:19: enter GameStage
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:19: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 15:23:19: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 15:23:19: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:23:21: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 15:23:21: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 15:23:21: enter GameStage
[1.11.50i] 2024/05/19 15:23:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:23:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:28:19: bind SaveWaitingStage
[1.11.50i] 2024/05/19 15:28:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 15:28:19: enter SaveWaitingStage
[1.11.50i] 2024/05/19 15:28:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:28:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:28:20: leave SaveWaitingStage
[1.11.50i] 2024/05/19 15:28:20: drop SaveWaitingStage
[1.11.50i] 2024/05/19 15:28:20: enter GameStage
[1.11.50i] 2024/05/19 15:28:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:28:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:00: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:01: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:02: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:03: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:04: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:05: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:06: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:07: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:08: 255 255 255
[1.11.50i] 2024/05/19 15:33:20: bind SaveWaitingStage
[1.11.50i] 2024/05/19 15:33:20: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 15:33:20: enter SaveWaitingStage
[1.11.50i] 2024/05/19 15:33:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:33:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:33:21: leave SaveWaitingStage
[1.11.50i] 2024/05/19 15:33:21: drop SaveWaitingStage
[1.11.50i] 2024/05/19 15:33:21: enter GameStage
[1.11.50i] 2024/05/19 15:33:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:33:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:36:13: pause app
[1.11.50i] 2024/05/19 15:36:14: enter app
[1.11.50i] 2024/05/19 15:36:14: resume app
[1.11.50i] 2024/05/19 15:36:14: resume -> enter GameStage
[1.11.50i] 2024/05/19 15:36:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:36:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:40:01: pause app
[1.11.50i] 2024/05/19 15:40:41: enter app
[1.11.50i] 2024/05/19 15:40:41: resume app
[1.11.50i] 2024/05/19 15:40:41: resume -> enter GameStage
[1.11.50i] 2024/05/19 15:40:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:40:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:42:21: bind CityInfoStage
[1.11.50i] 2024/05/19 15:42:21: prepare CityInfoStage
[1.11.50i] 2024/05/19 15:42:21: enter CityInfoStage
[1.11.50i] 2024/05/19 15:42:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:42:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:42:44: leave CityInfoStage
[1.11.50i] 2024/05/19 15:42:44: drop CityInfoStage
[1.11.50i] 2024/05/19 15:42:44: enter GameStage
[1.11.50i] 2024/05/19 15:42:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:42:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:42:54: bind CityInfoStage
[1.11.50i] 2024/05/19 15:42:54: prepare CityInfoStage
[1.11.50i] 2024/05/19 15:42:54: enter CityInfoStage
[1.11.50i] 2024/05/19 15:42:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:42:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:43:05: leave CityInfoStage
[1.11.50i] 2024/05/19 15:43:05: drop CityInfoStage
[1.11.50i] 2024/05/19 15:43:05: enter GameStage
[1.11.50i] 2024/05/19 15:43:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:43:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:44:15: bind CityInfoStage
[1.11.50i] 2024/05/19 15:44:15: prepare CityInfoStage
[1.11.50i] 2024/05/19 15:44:15: enter CityInfoStage
[1.11.50i] 2024/05/19 15:44:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:44:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:44:18: leave CityInfoStage
[1.11.50i] 2024/05/19 15:44:18: drop CityInfoStage
[1.11.50i] 2024/05/19 15:44:19: enter GameStage
[1.11.50i] 2024/05/19 15:44:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:44:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:46:12: bind SaveWaitingStage
[1.11.50i] 2024/05/19 15:46:12: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 15:46:12: enter SaveWaitingStage
[1.11.50i] 2024/05/19 15:46:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:46:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:46:12: leave SaveWaitingStage
[1.11.50i] 2024/05/19 15:46:12: drop SaveWaitingStage
[1.11.50i] 2024/05/19 15:46:12: enter GameStage
[1.11.50i] 2024/05/19 15:46:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:46:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:31: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:32: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:33: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:34: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:35: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:36: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:37: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:38: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:48:39: 255 255 255
[1.11.50i] 2024/05/19 15:49:19: bind CityInfoStage
[1.11.50i] 2024/05/19 15:49:19: prepare CityInfoStage
[1.11.50i] 2024/05/19 15:49:19: enter CityInfoStage
[1.11.50i] 2024/05/19 15:49:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:49:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:49:25: leave CityInfoStage
[1.11.50i] 2024/05/19 15:49:25: drop CityInfoStage
[1.11.50i] 2024/05/19 15:49:25: enter GameStage
[1.11.50i] 2024/05/19 15:49:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:49:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:49:27: bind CityInfoStage
[1.11.50i] 2024/05/19 15:49:27: prepare CityInfoStage
[1.11.50i] 2024/05/19 15:49:27: enter CityInfoStage
[1.11.50i] 2024/05/19 15:49:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:49:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:49:40: leave CityInfoStage
[1.11.50i] 2024/05/19 15:49:40: drop CityInfoStage
[1.11.50i] 2024/05/19 15:49:40: enter GameStage
[1.11.50i] 2024/05/19 15:49:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 15:49:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 15:50:08: pause app
[1.11.50i] 2024/05/19 17:35:23: Startup
[1.11.50i] 2024/05/19 17:35:23: create() cold start
[1.11.50i] 2024/05/19 17:35:23: translation pt_BR
[1.11.50i] 2024/05/19 17:35:24: instance NA==
[1.11.50i] 2024/05/19 17:35:24: create() finish
[1.11.50i] 2024/05/19 17:35:24: create() end
[1.11.50i] 2024/05/19 17:35:24: resume app
[1.11.50i] 2024/05/19 17:35:24: refresh
[1.11.50i] 2024/05/19 17:35:24: bind LoadingStage
[1.11.50i] 2024/05/19 17:35:24: prepare LoadingStage
[1.11.50i] 2024/05/19 17:35:24: enter LoadingStage
[1.11.50i] 2024/05/19 17:35:24: loading Warm-up
[1.11.50i] 2024/05/19 17:35:24: refresh
[1.11.50i] 2024/05/19 17:35:24: loading Startup
[1.11.50i] 2024/05/19 17:35:24: Max texture size 4096
[1.11.50i] 2024/05/19 17:35:24: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 17:35:24: Engine consumes 11MB
[1.11.50i] 2024/05/19 17:35:24: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 17:35:24: loading Texture
[1.11.50i] 2024/05/19 17:35:24: loading Fonts
[1.11.50i] 2024/05/19 17:35:24: loading Skin
[1.11.50i] 2024/05/19 17:35:24: loading Extract files
[1.11.50i] 2024/05/19 17:35:24: loading Frames
[1.11.50i] 2024/05/19 17:35:24: loading Scripting
[1.11.50i] 2024/05/19 17:35:24: loading Collecting drafts
[1.11.50i] 2024/05/19 17:35:27: loading Prefetching images
[1.11.50i] 2024/05/19 17:35:27: loading Loading drafts
[1.11.50i] 2024/05/19 17:35:27: loading Finishing drafts
[1.11.50i] 2024/05/19 17:35:27: loading Loading music
[1.11.50i] 2024/05/19 17:35:27: loading Shaders
[1.11.50i] 2024/05/19 17:35:27: loading Topics
[1.11.50i] 2024/05/19 17:35:27: loading Loading textures
[1.11.50i] 2024/05/19 17:35:28: loading Checking winter
[1.11.50i] 2024/05/19 17:35:28: loading Preparing background
[1.11.50i] 2024/05/19 17:35:28: loading Finishing
[1.11.50i] 2024/05/19 17:35:28: leave LoadingStage
[1.11.50i] 2024/05/19 17:35:28: drop LoadingStage
[1.11.50i] 2024/05/19 17:35:28: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 17:35:28: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 17:35:28: bind PluginErrorStage
[1.11.50i] 2024/05/19 17:35:28: prepare PluginErrorStage
[1.11.50i] 2024/05/19 17:35:28: bind MissingManifestStage
[1.11.50i] 2024/05/19 17:35:28: prepare MissingManifestStage
[1.11.50i] 2024/05/19 17:35:28: bind WelcomeStage
[1.11.50i] 2024/05/19 17:35:28: prepare WelcomeStage
[1.11.50i] 2024/05/19 17:35:28: enter WelcomeStage
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 17:35:28: drop PluginErrorStage
[1.11.50i] 2024/05/19 17:35:28: drop MissingManifestStage
[1.11.50i] 2024/05/19 17:35:28: leave WelcomeStage
[1.11.50i] 2024/05/19 17:35:28: drop WelcomeStage
[1.11.50i] 2024/05/19 17:35:28: bind RegionStage
[1.11.50i] 2024/05/19 17:35:28: prepare RegionStage
[1.11.50i] 2024/05/19 17:35:28: enter RegionStage
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: instance Mw==
[1.11.50i] 2024/05/19 17:35:28: instance NA==
[1.11.50i] 2024/05/19 17:35:28: bind LoadWaitingStage
[1.11.50i] 2024/05/19 17:35:28: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 17:35:28: enter LoadWaitingStage
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: leave LoadWaitingStage
[1.11.50i] 2024/05/19 17:35:28: drop LoadWaitingStage
[1.11.50i] 2024/05/19 17:35:28: bind GameStage
[1.11.50i] 2024/05/19 17:35:28: prepare GameStage
[1.11.50i] 2024/05/19 17:35:28: enter GameStage
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:28: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 17:35:28: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 17:35:28: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:35:29: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 17:35:29: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 17:35:29: enter GameStage
[1.11.50i] 2024/05/19 17:35:29: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:35:29: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:38:47: bind CityInfoStage
[1.11.50i] 2024/05/19 17:38:47: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:38:47: enter CityInfoStage
[1.11.50i] 2024/05/19 17:38:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:38:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:38:57: leave CityInfoStage
[1.11.50i] 2024/05/19 17:38:57: drop CityInfoStage
[1.11.50i] 2024/05/19 17:38:57: enter GameStage
[1.11.50i] 2024/05/19 17:38:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:38:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:39:05: bind CityInfoStage
[1.11.50i] 2024/05/19 17:39:05: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:39:05: enter CityInfoStage
[1.11.50i] 2024/05/19 17:39:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:39:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:39:23: leave CityInfoStage
[1.11.50i] 2024/05/19 17:39:23: drop CityInfoStage
[1.11.50i] 2024/05/19 17:39:23: enter GameStage
[1.11.50i] 2024/05/19 17:39:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:39:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:16: bind CityInfoStage
[1.11.50i] 2024/05/19 17:40:16: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:40:16: enter CityInfoStage
[1.11.50i] 2024/05/19 17:40:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:20: leave CityInfoStage
[1.11.50i] 2024/05/19 17:40:20: drop CityInfoStage
[1.11.50i] 2024/05/19 17:40:20: enter GameStage
[1.11.50i] 2024/05/19 17:40:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:36: bind CityInfoStage
[1.11.50i] 2024/05/19 17:40:36: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:40:36: enter CityInfoStage
[1.11.50i] 2024/05/19 17:40:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:37: leave CityInfoStage
[1.11.50i] 2024/05/19 17:40:37: drop CityInfoStage
[1.11.50i] 2024/05/19 17:40:37: enter GameStage
[1.11.50i] 2024/05/19 17:40:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:55: bind SaveWaitingStage
[1.11.50i] 2024/05/19 17:40:55: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 17:40:55: enter SaveWaitingStage
[1.11.50i] 2024/05/19 17:40:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:40:55: leave SaveWaitingStage
[1.11.50i] 2024/05/19 17:40:55: drop SaveWaitingStage
[1.11.50i] 2024/05/19 17:40:55: enter GameStage
[1.11.50i] 2024/05/19 17:40:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:40:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:41:01: bind CityInfoStage
[1.11.50i] 2024/05/19 17:41:01: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:41:01: enter CityInfoStage
[1.11.50i] 2024/05/19 17:41:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:41:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:41:03: leave CityInfoStage
[1.11.50i] 2024/05/19 17:41:03: drop CityInfoStage
[1.11.50i] 2024/05/19 17:41:03: enter GameStage
[1.11.50i] 2024/05/19 17:41:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:41:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:41:56: bind CityInfoStage
[1.11.50i] 2024/05/19 17:41:56: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:41:56: enter CityInfoStage
[1.11.50i] 2024/05/19 17:41:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:41:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:41:59: leave CityInfoStage
[1.11.50i] 2024/05/19 17:41:59: drop CityInfoStage
[1.11.50i] 2024/05/19 17:41:59: enter GameStage
[1.11.50i] 2024/05/19 17:41:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:41:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:44:37: bind CityInfoStage
[1.11.50i] 2024/05/19 17:44:37: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:44:37: enter CityInfoStage
[1.11.50i] 2024/05/19 17:44:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:44:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:44:38: leave CityInfoStage
[1.11.50i] 2024/05/19 17:44:38: drop CityInfoStage
[1.11.50i] 2024/05/19 17:44:38: enter GameStage
[1.11.50i] 2024/05/19 17:44:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:44:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:44:43: bind CityInfoStage
[1.11.50i] 2024/05/19 17:44:43: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:44:43: enter CityInfoStage
[1.11.50i] 2024/05/19 17:44:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:44:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:44:57: leave CityInfoStage
[1.11.50i] 2024/05/19 17:44:57: drop CityInfoStage
[1.11.50i] 2024/05/19 17:44:57: enter GameStage
[1.11.50i] 2024/05/19 17:44:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:44:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:45:03: bind CityInfoStage
[1.11.50i] 2024/05/19 17:45:03: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:45:03: enter CityInfoStage
[1.11.50i] 2024/05/19 17:45:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:45:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:45:14: leave CityInfoStage
[1.11.50i] 2024/05/19 17:45:14: drop CityInfoStage
[1.11.50i] 2024/05/19 17:45:14: enter GameStage
[1.11.50i] 2024/05/19 17:45:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:45:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:45:42: bind CityInfoStage
[1.11.50i] 2024/05/19 17:45:42: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:45:42: enter CityInfoStage
[1.11.50i] 2024/05/19 17:45:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:45:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:45:45: leave CityInfoStage
[1.11.50i] 2024/05/19 17:45:45: drop CityInfoStage
[1.11.50i] 2024/05/19 17:45:45: enter GameStage
[1.11.50i] 2024/05/19 17:45:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:45:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:46:23: bind SaveWaitingStage
[1.11.50i] 2024/05/19 17:46:23: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 17:46:23: enter SaveWaitingStage
[1.11.50i] 2024/05/19 17:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:46:23: leave SaveWaitingStage
[1.11.50i] 2024/05/19 17:46:23: drop SaveWaitingStage
[1.11.50i] 2024/05/19 17:46:23: enter GameStage
[1.11.50i] 2024/05/19 17:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:48:53: bind CityInfoStage
[1.11.50i] 2024/05/19 17:48:53: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:48:53: enter CityInfoStage
[1.11.50i] 2024/05/19 17:48:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:48:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:48:58: leave CityInfoStage
[1.11.50i] 2024/05/19 17:48:58: drop CityInfoStage
[1.11.50i] 2024/05/19 17:48:58: enter GameStage
[1.11.50i] 2024/05/19 17:48:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:48:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:51:32: bind SaveWaitingStage
[1.11.50i] 2024/05/19 17:51:32: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 17:51:32: enter SaveWaitingStage
[1.11.50i] 2024/05/19 17:51:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:51:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:51:33: leave SaveWaitingStage
[1.11.50i] 2024/05/19 17:51:33: drop SaveWaitingStage
[1.11.50i] 2024/05/19 17:51:33: enter GameStage
[1.11.50i] 2024/05/19 17:51:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:51:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:52:45: bind CityInfoStage
[1.11.50i] 2024/05/19 17:52:45: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:52:45: enter CityInfoStage
[1.11.50i] 2024/05/19 17:52:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:52:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:52:47: leave CityInfoStage
[1.11.50i] 2024/05/19 17:52:47: drop CityInfoStage
[1.11.50i] 2024/05/19 17:52:47: enter GameStage
[1.11.50i] 2024/05/19 17:52:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:52:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:52:52: pause app
[1.11.50i] 2024/05/19 17:53:52: enter app
[1.11.50i] 2024/05/19 17:53:52: resume app
[1.11.50i] 2024/05/19 17:53:52: resume -> enter GameStage
[1.11.50i] 2024/05/19 17:53:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:53:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:19: bind CityInfoStage
[1.11.50i] 2024/05/19 17:54:19: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:54:19: enter CityInfoStage
[1.11.50i] 2024/05/19 17:54:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:22: leave CityInfoStage
[1.11.50i] 2024/05/19 17:54:22: drop CityInfoStage
[1.11.50i] 2024/05/19 17:54:22: enter GameStage
[1.11.50i] 2024/05/19 17:54:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:38: bind CityInfoStage
[1.11.50i] 2024/05/19 17:54:38: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:54:38: enter CityInfoStage
[1.11.50i] 2024/05/19 17:54:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:39: leave CityInfoStage
[1.11.50i] 2024/05/19 17:54:39: drop CityInfoStage
[1.11.50i] 2024/05/19 17:54:39: enter GameStage
[1.11.50i] 2024/05/19 17:54:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:40: bind CityInfoStage
[1.11.50i] 2024/05/19 17:54:40: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:54:40: enter CityInfoStage
[1.11.50i] 2024/05/19 17:54:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:43: leave CityInfoStage
[1.11.50i] 2024/05/19 17:54:43: drop CityInfoStage
[1.11.50i] 2024/05/19 17:54:43: enter GameStage
[1.11.50i] 2024/05/19 17:54:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:54:47: bind CityInfoStage
[1.11.50i] 2024/05/19 17:54:47: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:54:47: enter CityInfoStage
[1.11.50i] 2024/05/19 17:54:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:54:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:55:04: leave CityInfoStage
[1.11.50i] 2024/05/19 17:55:04: drop CityInfoStage
[1.11.50i] 2024/05/19 17:55:04: enter GameStage
[1.11.50i] 2024/05/19 17:55:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:55:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:59:15: bind SaveWaitingStage
[1.11.50i] 2024/05/19 17:59:15: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 17:59:15: enter SaveWaitingStage
[1.11.50i] 2024/05/19 17:59:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:59:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:59:15: leave SaveWaitingStage
[1.11.50i] 2024/05/19 17:59:15: drop SaveWaitingStage
[1.11.50i] 2024/05/19 17:59:15: enter GameStage
[1.11.50i] 2024/05/19 17:59:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:59:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:59:18: bind CityInfoStage
[1.11.50i] 2024/05/19 17:59:18: prepare CityInfoStage
[1.11.50i] 2024/05/19 17:59:18: enter CityInfoStage
[1.11.50i] 2024/05/19 17:59:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:59:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 17:59:21: leave CityInfoStage
[1.11.50i] 2024/05/19 17:59:21: drop CityInfoStage
[1.11.50i] 2024/05/19 17:59:21: enter GameStage
[1.11.50i] 2024/05/19 17:59:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 17:59:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:00:58: bind CityInfoStage
[1.11.50i] 2024/05/19 18:00:58: prepare CityInfoStage
[1.11.50i] 2024/05/19 18:00:58: enter CityInfoStage
[1.11.50i] 2024/05/19 18:00:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:00:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:00:59: leave CityInfoStage
[1.11.50i] 2024/05/19 18:00:59: drop CityInfoStage
[1.11.50i] 2024/05/19 18:00:59: enter GameStage
[1.11.50i] 2024/05/19 18:00:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:00:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:03:27: bind CityInfoStage
[1.11.50i] 2024/05/19 18:03:27: prepare CityInfoStage
[1.11.50i] 2024/05/19 18:03:27: enter CityInfoStage
[1.11.50i] 2024/05/19 18:03:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:03:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:03:36: leave CityInfoStage
[1.11.50i] 2024/05/19 18:03:36: drop CityInfoStage
[1.11.50i] 2024/05/19 18:03:36: enter GameStage
[1.11.50i] 2024/05/19 18:03:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:03:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:04:28: bind SaveWaitingStage
[1.11.50i] 2024/05/19 18:04:28: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 18:04:28: enter SaveWaitingStage
[1.11.50i] 2024/05/19 18:04:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:04:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:04:28: leave SaveWaitingStage
[1.11.50i] 2024/05/19 18:04:28: drop SaveWaitingStage
[1.11.50i] 2024/05/19 18:04:28: enter GameStage
[1.11.50i] 2024/05/19 18:04:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:04:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:07:36: bind Store
[1.11.50i] 2024/05/19 18:07:36: prepare Store
[1.11.50i] 2024/05/19 18:07:36: enter Store
[1.11.50i] 2024/05/19 18:07:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:07:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:07:37: leave Store
[1.11.50i] 2024/05/19 18:07:37: drop Store
[1.11.50i] 2024/05/19 18:07:37: enter GameStage
[1.11.50i] 2024/05/19 18:07:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:07:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:34: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:35: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:36: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:37: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: 255 255 255
[1.11.50i] 2024/05/19 18:09:38: bind SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:38: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:38: enter SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:39: leave SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:39: drop SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:39: enter GameStage
[1.11.50i] 2024/05/19 18:09:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:39: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:40: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:41: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:42: 255 255 255
[1.11.50i] 2024/05/19 18:09:47: leave GameStage
[1.11.50i] 2024/05/19 18:09:47: drop GameStage
[1.11.50i] 2024/05/19 18:09:47: bind SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:47: enter SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:47: leave SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:47: drop SaveWaitingStage
[1.11.50i] 2024/05/19 18:09:47: enter RegionStage
[1.11.50i] 2024/05/19 18:09:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:53: bind LoadWaitingStage
[1.11.50i] 2024/05/19 18:09:53: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 18:09:53: enter LoadWaitingStage
[1.11.50i] 2024/05/19 18:09:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:53: leave LoadWaitingStage
[1.11.50i] 2024/05/19 18:09:53: drop LoadWaitingStage
[1.11.50i] 2024/05/19 18:09:53: bind GameStage
[1.11.50i] 2024/05/19 18:09:53: prepare GameStage
[1.11.50i] 2024/05/19 18:09:53: enter GameStage
[1.11.50i] 2024/05/19 18:09:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:09:55: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 18:09:55: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 18:09:55: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 18:09:55: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 18:09:55: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 18:09:55: enter GameStage
[1.11.50i] 2024/05/19 18:09:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 18:09:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 18:12:18: pause app
[1.11.50i] 2024/05/19 18:12:20: leave GameStage
[1.11.50i] 2024/05/19 18:12:20: drop GameStage
[1.11.50i] 2024/05/19 18:12:20: drop RegionStage
[1.11.50i] 2024/05/19 22:31:41: Startup
[1.11.50i] 2024/05/19 22:31:41: create() cold start
[1.11.50i] 2024/05/19 22:31:41: translation pt_BR
[1.11.50i] 2024/05/19 22:31:41: instance NA==
[1.11.50i] 2024/05/19 22:31:41: create() finish
[1.11.50i] 2024/05/19 22:31:41: create() end
[1.11.50i] 2024/05/19 22:31:41: resume app
[1.11.50i] 2024/05/19 22:31:41: refresh
[1.11.50i] 2024/05/19 22:31:41: bind LoadingStage
[1.11.50i] 2024/05/19 22:31:41: prepare LoadingStage
[1.11.50i] 2024/05/19 22:31:41: enter LoadingStage
[1.11.50i] 2024/05/19 22:31:41: loading Warm-up
[1.11.50i] 2024/05/19 22:31:41: refresh
[1.11.50i] 2024/05/19 22:31:41: loading Startup
[1.11.50i] 2024/05/19 22:31:41: Max texture size 4096
[1.11.50i] 2024/05/19 22:31:41: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 22:31:41: Engine consumes 11MB
[1.11.50i] 2024/05/19 22:31:41: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 22:31:41: loading Texture
[1.11.50i] 2024/05/19 22:31:41: loading Fonts
[1.11.50i] 2024/05/19 22:31:41: loading Skin
[1.11.50i] 2024/05/19 22:31:41: loading Extract files
[1.11.50i] 2024/05/19 22:31:41: loading Frames
[1.11.50i] 2024/05/19 22:31:41: loading Scripting
[1.11.50i] 2024/05/19 22:31:41: loading Collecting drafts
[1.11.50i] 2024/05/19 22:31:44: loading Prefetching images
[1.11.50i] 2024/05/19 22:31:44: loading Loading drafts
[1.11.50i] 2024/05/19 22:31:44: loading Finishing drafts
[1.11.50i] 2024/05/19 22:31:44: loading Loading music
[1.11.50i] 2024/05/19 22:31:44: loading Shaders
[1.11.50i] 2024/05/19 22:31:44: loading Topics
[1.11.50i] 2024/05/19 22:31:44: loading Loading textures
[1.11.50i] 2024/05/19 22:31:45: loading Checking winter
[1.11.50i] 2024/05/19 22:31:45: loading Preparing background
[1.11.50i] 2024/05/19 22:31:45: loading Finishing
[1.11.50i] 2024/05/19 22:31:45: leave LoadingStage
[1.11.50i] 2024/05/19 22:31:45: drop LoadingStage
[1.11.50i] 2024/05/19 22:31:45: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:31:45: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:31:45: bind PluginErrorStage
[1.11.50i] 2024/05/19 22:31:45: prepare PluginErrorStage
[1.11.50i] 2024/05/19 22:31:45: bind MissingManifestStage
[1.11.50i] 2024/05/19 22:31:45: prepare MissingManifestStage
[1.11.50i] 2024/05/19 22:31:45: bind WelcomeStage
[1.11.50i] 2024/05/19 22:31:45: prepare WelcomeStage
[1.11.50i] 2024/05/19 22:31:45: enter WelcomeStage
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:45: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:31:45: drop PluginErrorStage
[1.11.50i] 2024/05/19 22:31:45: drop MissingManifestStage
[1.11.50i] 2024/05/19 22:31:45: leave WelcomeStage
[1.11.50i] 2024/05/19 22:31:45: drop WelcomeStage
[1.11.50i] 2024/05/19 22:31:45: bind RegionStage
[1.11.50i] 2024/05/19 22:31:45: prepare RegionStage
[1.11.50i] 2024/05/19 22:31:45: enter RegionStage
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:45: instance Mw==
[1.11.50i] 2024/05/19 22:31:45: instance NA==
[1.11.50i] 2024/05/19 22:31:45: bind LoadWaitingStage
[1.11.50i] 2024/05/19 22:31:45: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 22:31:45: enter LoadWaitingStage
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:46: leave LoadWaitingStage
[1.11.50i] 2024/05/19 22:31:46: drop LoadWaitingStage
[1.11.50i] 2024/05/19 22:31:46: bind GameStage
[1.11.50i] 2024/05/19 22:31:46: prepare GameStage
[1.11.50i] 2024/05/19 22:31:46: enter GameStage
[1.11.50i] 2024/05/19 22:31:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:46: bind SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 22:31:46: prepare SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 22:31:46: enter SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 22:31:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:49: leave SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 22:31:49: drop SpecialOfferStage:$feature_landmarks03
[1.11.50i] 2024/05/19 22:31:49: enter GameStage
[1.11.50i] 2024/05/19 22:31:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:31:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:31:51: pause app
[1.11.50i] 2024/05/19 22:32:03: enter app
[1.11.50i] 2024/05/19 22:32:03: resume app
[1.11.50i] 2024/05/19 22:32:03: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:32:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:11: bind IOSVideoAdStage
[1.11.50i] 2024/05/19 22:32:11: prepare IOSVideoAdStage
[1.11.50i] 2024/05/19 22:32:11: enter IOSVideoAdStage
[1.11.50i] 2024/05/19 22:32:11: leave IOSVideoAdStage
[1.11.50i] 2024/05/19 22:32:11: drop IOSVideoAdStage
[1.11.50i] 2024/05/19 22:32:11: enter GameStage
[1.11.50i] 2024/05/19 22:32:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:15: pause app
[1.11.50i] 2024/05/19 22:32:18: enter app
[1.11.50i] 2024/05/19 22:32:18: resume app
[1.11.50i] 2024/05/19 22:32:18: pause app
[1.11.50i] 2024/05/19 22:32:19: leave GameStage
[1.11.50i] 2024/05/19 22:32:19: drop GameStage
[1.11.50i] 2024/05/19 22:32:19: drop RegionStage
[1.11.50i] 2024/05/19 22:32:21: Startup
[1.11.50i] 2024/05/19 22:32:21: create() cold start
[1.11.50i] 2024/05/19 22:32:21: translation pt_BR
[1.11.50i] 2024/05/19 22:32:21: instance NA==
[1.11.50i] 2024/05/19 22:32:21: create() finish
[1.11.50i] 2024/05/19 22:32:21: create() end
[1.11.50i] 2024/05/19 22:32:21: resume app
[1.11.50i] 2024/05/19 22:32:21: refresh
[1.11.50i] 2024/05/19 22:32:21: bind LoadingStage
[1.11.50i] 2024/05/19 22:32:21: prepare LoadingStage
[1.11.50i] 2024/05/19 22:32:21: enter LoadingStage
[1.11.50i] 2024/05/19 22:32:21: loading Warm-up
[1.11.50i] 2024/05/19 22:32:21: refresh
[1.11.50i] 2024/05/19 22:32:21: loading Startup
[1.11.50i] 2024/05/19 22:32:21: Max texture size 4096
[1.11.50i] 2024/05/19 22:32:21: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 22:32:21: Engine consumes 11MB
[1.11.50i] 2024/05/19 22:32:21: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 22:32:21: loading Texture
[1.11.50i] 2024/05/19 22:32:21: loading Fonts
[1.11.50i] 2024/05/19 22:32:21: loading Skin
[1.11.50i] 2024/05/19 22:32:21: loading Extract files
[1.11.50i] 2024/05/19 22:32:22: loading Frames
[1.11.50i] 2024/05/19 22:32:22: loading Scripting
[1.11.50i] 2024/05/19 22:32:22: loading Collecting drafts
[1.11.50i] 2024/05/19 22:32:24: loading Prefetching images
[1.11.50i] 2024/05/19 22:32:24: loading Loading drafts
[1.11.50i] 2024/05/19 22:32:24: loading Finishing drafts
[1.11.50i] 2024/05/19 22:32:24: loading Loading music
[1.11.50i] 2024/05/19 22:32:24: loading Shaders
[1.11.50i] 2024/05/19 22:32:24: loading Topics
[1.11.50i] 2024/05/19 22:32:24: loading Loading textures
[1.11.50i] 2024/05/19 22:32:25: loading Checking winter
[1.11.50i] 2024/05/19 22:32:25: loading Preparing background
[1.11.50i] 2024/05/19 22:32:25: loading Finishing
[1.11.50i] 2024/05/19 22:32:25: leave LoadingStage
[1.11.50i] 2024/05/19 22:32:25: drop LoadingStage
[1.11.50i] 2024/05/19 22:32:25: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:32:25: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:32:25: bind PluginErrorStage
[1.11.50i] 2024/05/19 22:32:25: prepare PluginErrorStage
[1.11.50i] 2024/05/19 22:32:25: bind MissingManifestStage
[1.11.50i] 2024/05/19 22:32:25: prepare MissingManifestStage
[1.11.50i] 2024/05/19 22:32:25: bind WelcomeStage
[1.11.50i] 2024/05/19 22:32:25: prepare WelcomeStage
[1.11.50i] 2024/05/19 22:32:25: enter WelcomeStage
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:25: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 22:32:25: drop PluginErrorStage
[1.11.50i] 2024/05/19 22:32:25: drop MissingManifestStage
[1.11.50i] 2024/05/19 22:32:25: leave WelcomeStage
[1.11.50i] 2024/05/19 22:32:25: drop WelcomeStage
[1.11.50i] 2024/05/19 22:32:25: bind RegionStage
[1.11.50i] 2024/05/19 22:32:25: prepare RegionStage
[1.11.50i] 2024/05/19 22:32:25: enter RegionStage
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:25: instance Mw==
[1.11.50i] 2024/05/19 22:32:25: instance NA==
[1.11.50i] 2024/05/19 22:32:25: bind LoadWaitingStage
[1.11.50i] 2024/05/19 22:32:25: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 22:32:25: enter LoadWaitingStage
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:26: leave LoadWaitingStage
[1.11.50i] 2024/05/19 22:32:26: drop LoadWaitingStage
[1.11.50i] 2024/05/19 22:32:26: bind GameStage
[1.11.50i] 2024/05/19 22:32:26: prepare GameStage
[1.11.50i] 2024/05/19 22:32:26: enter GameStage
[1.11.50i] 2024/05/19 22:32:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:32:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:32:51: pause app
[1.11.50i] 2024/05/19 22:34:14: enter app
[1.11.50i] 2024/05/19 22:34:14: resume app
[1.11.50i] 2024/05/19 22:34:14: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:34:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:34:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:35:09: bind CityInfoStage
[1.11.50i] 2024/05/19 22:35:09: prepare CityInfoStage
[1.11.50i] 2024/05/19 22:35:09: enter CityInfoStage
[1.11.50i] 2024/05/19 22:35:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:35:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:35:10: leave CityInfoStage
[1.11.50i] 2024/05/19 22:35:10: drop CityInfoStage
[1.11.50i] 2024/05/19 22:35:10: enter GameStage
[1.11.50i] 2024/05/19 22:35:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:35:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:35:12: bind CityInfoStage
[1.11.50i] 2024/05/19 22:35:12: prepare CityInfoStage
[1.11.50i] 2024/05/19 22:35:12: enter CityInfoStage
[1.11.50i] 2024/05/19 22:35:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:35:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:35:22: leave CityInfoStage
[1.11.50i] 2024/05/19 22:35:22: drop CityInfoStage
[1.11.50i] 2024/05/19 22:35:22: enter GameStage
[1.11.50i] 2024/05/19 22:35:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:35:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:37:49: leave GameStage
[1.11.50i] 2024/05/19 22:37:49: drop GameStage
[1.11.50i] 2024/05/19 22:37:49: bind SaveWaitingStage
[1.11.50i] 2024/05/19 22:37:49: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 22:37:49: enter SaveWaitingStage
[1.11.50i] 2024/05/19 22:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:37:50: leave SaveWaitingStage
[1.11.50i] 2024/05/19 22:37:50: drop SaveWaitingStage
[1.11.50i] 2024/05/19 22:37:50: enter RegionStage
[1.11.50i] 2024/05/19 22:37:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:37:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:37:53: bind LoadWaitingStage
[1.11.50i] 2024/05/19 22:37:53: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 22:37:53: enter LoadWaitingStage
[1.11.50i] 2024/05/19 22:37:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:37:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:37:53: leave LoadWaitingStage
[1.11.50i] 2024/05/19 22:37:53: drop LoadWaitingStage
[1.11.50i] 2024/05/19 22:37:53: bind GameStage
[1.11.50i] 2024/05/19 22:37:53: prepare GameStage
[1.11.50i] 2024/05/19 22:37:53: enter GameStage
[1.11.50i] 2024/05/19 22:37:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:37:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:38:07: pause app
[1.11.50i] 2024/05/19 22:38:46: enter app
[1.11.50i] 2024/05/19 22:38:46: resume app
[1.11.50i] 2024/05/19 22:38:46: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:38:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:38:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:39:52: pause app
[1.11.50i] 2024/05/19 22:40:13: enter app
[1.11.50i] 2024/05/19 22:40:13: resume app
[1.11.50i] 2024/05/19 22:40:13: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:40:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:40:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:40:16: pause app
[1.11.50i] 2024/05/19 22:41:05: enter app
[1.11.50i] 2024/05/19 22:41:05: resume app
[1.11.50i] 2024/05/19 22:41:05: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:41:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:41:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:41:11: pause app
[1.11.50i] 2024/05/19 22:42:00: enter app
[1.11.50i] 2024/05/19 22:42:00: resume app
[1.11.50i] 2024/05/19 22:42:00: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:42:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:42:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:42:40: bind CityInfoStage
[1.11.50i] 2024/05/19 22:42:40: prepare CityInfoStage
[1.11.50i] 2024/05/19 22:42:40: enter CityInfoStage
[1.11.50i] 2024/05/19 22:42:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:42:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:42:51: leave CityInfoStage
[1.11.50i] 2024/05/19 22:42:51: drop CityInfoStage
[1.11.50i] 2024/05/19 22:42:51: enter GameStage
[1.11.50i] 2024/05/19 22:42:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:42:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:47:10: bind SaveWaitingStage
[1.11.50i] 2024/05/19 22:47:10: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 22:47:10: enter SaveWaitingStage
[1.11.50i] 2024/05/19 22:47:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:47:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:47:11: leave SaveWaitingStage
[1.11.50i] 2024/05/19 22:47:11: drop SaveWaitingStage
[1.11.50i] 2024/05/19 22:47:11: enter GameStage
[1.11.50i] 2024/05/19 22:47:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:47:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:52:11: bind SaveWaitingStage
[1.11.50i] 2024/05/19 22:52:11: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 22:52:11: enter SaveWaitingStage
[1.11.50i] 2024/05/19 22:52:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:52:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:52:11: leave SaveWaitingStage
[1.11.50i] 2024/05/19 22:52:11: drop SaveWaitingStage
[1.11.50i] 2024/05/19 22:52:11: enter GameStage
[1.11.50i] 2024/05/19 22:52:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:52:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:55:13: pause app
[1.11.50i] 2024/05/19 22:55:21: enter app
[1.11.50i] 2024/05/19 22:55:21: resume app
[1.11.50i] 2024/05/19 22:55:21: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:55:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:55:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:55:24: pause app
[1.11.50i] 2024/05/19 22:55:32: enter app
[1.11.50i] 2024/05/19 22:55:32: resume app
[1.11.50i] 2024/05/19 22:55:32: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:55:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:55:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:56:35: pause app
[1.11.50i] 2024/05/19 22:56:40: enter app
[1.11.50i] 2024/05/19 22:56:40: resume app
[1.11.50i] 2024/05/19 22:56:40: resume -> enter GameStage
[1.11.50i] 2024/05/19 22:56:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 22:56:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 22:57:12: pause app
[1.11.50i] 2024/05/19 23:00:49: enter app
[1.11.50i] 2024/05/19 23:00:49: resume app
[1.11.50i] 2024/05/19 23:00:49: resume -> enter GameStage
[1.11.50i] 2024/05/19 23:00:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:00:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:00:56: pause app
[1.11.50i] 2024/05/19 23:01:38: enter app
[1.11.50i] 2024/05/19 23:01:38: resume app
[1.11.50i] 2024/05/19 23:01:38: resume -> enter GameStage
[1.11.50i] 2024/05/19 23:01:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:01:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:01:46: pause app
[1.11.50i] 2024/05/19 23:02:10: enter app
[1.11.50i] 2024/05/19 23:02:10: resume app
[1.11.50i] 2024/05/19 23:02:10: resume -> enter GameStage
[1.11.50i] 2024/05/19 23:02:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:02:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:03:04: pause app
[1.11.50i] 2024/05/19 23:03:21: enter app
[1.11.50i] 2024/05/19 23:03:21: resume app
[1.11.50i] 2024/05/19 23:03:21: resume -> enter GameStage
[1.11.50i] 2024/05/19 23:03:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:03:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:06:53: bind CityInfoStage
[1.11.50i] 2024/05/19 23:06:53: prepare CityInfoStage
[1.11.50i] 2024/05/19 23:06:53: enter CityInfoStage
[1.11.50i] 2024/05/19 23:06:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:06:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:06:55: leave CityInfoStage
[1.11.50i] 2024/05/19 23:06:55: drop CityInfoStage
[1.11.50i] 2024/05/19 23:06:55: enter GameStage
[1.11.50i] 2024/05/19 23:06:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:06:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:08:26: bind SaveWaitingStage
[1.11.50i] 2024/05/19 23:08:26: prepare SaveWaitingStage
[1.11.50i] 2024/05/19 23:08:26: enter SaveWaitingStage
[1.11.50i] 2024/05/19 23:08:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:08:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:08:26: leave SaveWaitingStage
[1.11.50i] 2024/05/19 23:08:26: drop SaveWaitingStage
[1.11.50i] 2024/05/19 23:08:26: enter GameStage
[1.11.50i] 2024/05/19 23:08:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:08:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:10:17: pause app
[1.11.50i] 2024/05/19 23:10:18: leave GameStage
[1.11.50i] 2024/05/19 23:10:18: drop GameStage
[1.11.50i] 2024/05/19 23:10:18: drop RegionStage
[1.11.50i] 2024/05/19 23:12:44: Startup
[1.11.50i] 2024/05/19 23:12:44: create() cold start
[1.11.50i] 2024/05/19 23:12:44: translation pt_BR
[1.11.50i] 2024/05/19 23:12:44: instance NA==
[1.11.50i] 2024/05/19 23:12:44: create() finish
[1.11.50i] 2024/05/19 23:12:44: create() end
[1.11.50i] 2024/05/19 23:12:44: resume app
[1.11.50i] 2024/05/19 23:12:44: refresh
[1.11.50i] 2024/05/19 23:12:44: bind LoadingStage
[1.11.50i] 2024/05/19 23:12:44: prepare LoadingStage
[1.11.50i] 2024/05/19 23:12:44: enter LoadingStage
[1.11.50i] 2024/05/19 23:12:44: loading Warm-up
[1.11.50i] 2024/05/19 23:12:44: refresh
[1.11.50i] 2024/05/19 23:12:44: loading Startup
[1.11.50i] 2024/05/19 23:12:44: Max texture size 4096
[1.11.50i] 2024/05/19 23:12:44: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/19 23:12:44: Engine consumes 11MB
[1.11.50i] 2024/05/19 23:12:44: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/19 23:12:45: loading Texture
[1.11.50i] 2024/05/19 23:12:45: loading Fonts
[1.11.50i] 2024/05/19 23:12:45: loading Skin
[1.11.50i] 2024/05/19 23:12:45: loading Extract files
[1.11.50i] 2024/05/19 23:12:45: loading Frames
[1.11.50i] 2024/05/19 23:12:45: loading Scripting
[1.11.50i] 2024/05/19 23:12:45: loading Collecting drafts
[1.11.50i] 2024/05/19 23:12:45: loading Prefetching images
[1.11.50i] 2024/05/19 23:12:45: loading Loading drafts
[1.11.50i] 2024/05/19 23:12:45: loading Finishing drafts
[1.11.50i] 2024/05/19 23:12:45: loading Loading music
[1.11.50i] 2024/05/19 23:12:45: loading Shaders
[1.11.50i] 2024/05/19 23:12:46: loading Topics
[1.11.50i] 2024/05/19 23:12:46: loading Loading textures
[1.11.50i] 2024/05/19 23:12:46: loading Checking winter
[1.11.50i] 2024/05/19 23:12:46: loading Preparing background
[1.11.50i] 2024/05/19 23:12:46: loading Finishing
[1.11.50i] 2024/05/19 23:12:46: leave LoadingStage
[1.11.50i] 2024/05/19 23:12:46: drop LoadingStage
[1.11.50i] 2024/05/19 23:12:46: bind MissingScriptPermsStage
[1.11.50i] 2024/05/19 23:12:46: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/19 23:12:46: bind PluginErrorStage
[1.11.50i] 2024/05/19 23:12:46: prepare PluginErrorStage
[1.11.50i] 2024/05/19 23:12:46: bind MissingManifestStage
[1.11.50i] 2024/05/19 23:12:46: prepare MissingManifestStage
[1.11.50i] 2024/05/19 23:12:46: bind WelcomeStage
[1.11.50i] 2024/05/19 23:12:46: prepare WelcomeStage
[1.11.50i] 2024/05/19 23:12:46: enter WelcomeStage
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:12:46: drop MissingScriptPermsStage
[1.11.50i] 2024/05/19 23:12:46: drop PluginErrorStage
[1.11.50i] 2024/05/19 23:12:46: drop MissingManifestStage
[1.11.50i] 2024/05/19 23:12:46: leave WelcomeStage
[1.11.50i] 2024/05/19 23:12:46: drop WelcomeStage
[1.11.50i] 2024/05/19 23:12:46: bind RegionStage
[1.11.50i] 2024/05/19 23:12:46: prepare RegionStage
[1.11.50i] 2024/05/19 23:12:46: enter RegionStage
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:12:46: instance Mw==
[1.11.50i] 2024/05/19 23:12:46: instance NA==
[1.11.50i] 2024/05/19 23:12:46: bind LoadWaitingStage
[1.11.50i] 2024/05/19 23:12:46: prepare LoadWaitingStage
[1.11.50i] 2024/05/19 23:12:46: enter LoadWaitingStage
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:12:47: leave LoadWaitingStage
[1.11.50i] 2024/05/19 23:12:47: drop LoadWaitingStage
[1.11.50i] 2024/05/19 23:12:47: bind GameStage
[1.11.50i] 2024/05/19 23:12:47: prepare GameStage
[1.11.50i] 2024/05/19 23:12:47: enter GameStage
[1.11.50i] 2024/05/19 23:12:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/19 23:12:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/19 23:14:04: pause app
[1.11.50i] 2024/05/20 08:36:22: Startup
[1.11.50i] 2024/05/20 08:36:22: create() cold start
[1.11.50i] 2024/05/20 08:36:22: translation pt_BR
[1.11.50i] 2024/05/20 08:36:22: instance NA==
[1.11.50i] 2024/05/20 08:36:22: create() finish
[1.11.50i] 2024/05/20 08:36:22: create() end
[1.11.50i] 2024/05/20 08:36:22: resume app
[1.11.50i] 2024/05/20 08:36:22: refresh
[1.11.50i] 2024/05/20 08:36:22: bind LoadingStage
[1.11.50i] 2024/05/20 08:36:22: prepare LoadingStage
[1.11.50i] 2024/05/20 08:36:22: enter LoadingStage
[1.11.50i] 2024/05/20 08:36:23: loading Warm-up
[1.11.50i] 2024/05/20 08:36:23: refresh
[1.11.50i] 2024/05/20 08:36:23: pause app
[1.11.50i] 2024/05/20 08:36:23: enter app
[1.11.50i] 2024/05/20 08:36:23: resume app
[1.11.50i] 2024/05/20 08:36:23: resume -> enter LoadingStage
[1.11.50i] 2024/05/20 08:36:23: loading Startup
[1.11.50i] 2024/05/20 08:36:23: Max texture size 4096
[1.11.50i] 2024/05/20 08:36:23: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 08:36:23: Engine consumes 11MB
[1.11.50i] 2024/05/20 08:36:23: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 08:36:23: loading Texture
[1.11.50i] 2024/05/20 08:36:23: loading Fonts
[1.11.50i] 2024/05/20 08:36:23: loading Skin
[1.11.50i] 2024/05/20 08:36:23: loading Extract files
[1.11.50i] 2024/05/20 08:36:23: loading Frames
[1.11.50i] 2024/05/20 08:36:23: loading Scripting
[1.11.50i] 2024/05/20 08:36:23: loading Collecting drafts
[1.11.50i] 2024/05/20 08:36:23: loading Prefetching images
[1.11.50i] 2024/05/20 08:36:24: loading Loading drafts
[1.11.50i] 2024/05/20 08:36:24: loading Finishing drafts
[1.11.50i] 2024/05/20 08:36:24: loading Loading music
[1.11.50i] 2024/05/20 08:36:24: loading Shaders
[1.11.50i] 2024/05/20 08:36:24: loading Topics
[1.11.50i] 2024/05/20 08:36:24: loading Loading textures
[1.11.50i] 2024/05/20 08:36:25: pause app
[1.11.50i] 2024/05/20 08:36:30: enter app
[1.11.50i] 2024/05/20 08:36:30: resume app
[1.11.50i] 2024/05/20 08:36:30: resume -> enter LoadingStage
[1.11.50i] 2024/05/20 08:36:30: loading Checking winter
[1.11.50i] 2024/05/20 08:36:30: loading Preparing background
[1.11.50i] 2024/05/20 08:36:30: loading Finishing
[1.11.50i] 2024/05/20 08:36:30: leave LoadingStage
[1.11.50i] 2024/05/20 08:36:30: drop LoadingStage
[1.11.50i] 2024/05/20 08:36:30: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 08:36:30: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 08:36:30: bind PluginErrorStage
[1.11.50i] 2024/05/20 08:36:30: prepare PluginErrorStage
[1.11.50i] 2024/05/20 08:36:30: bind MissingManifestStage
[1.11.50i] 2024/05/20 08:36:30: prepare MissingManifestStage
[1.11.50i] 2024/05/20 08:36:30: bind WelcomeStage
[1.11.50i] 2024/05/20 08:36:30: prepare WelcomeStage
[1.11.50i] 2024/05/20 08:36:30: enter WelcomeStage
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 08:36:30: drop PluginErrorStage
[1.11.50i] 2024/05/20 08:36:30: drop MissingManifestStage
[1.11.50i] 2024/05/20 08:36:30: leave WelcomeStage
[1.11.50i] 2024/05/20 08:36:30: drop WelcomeStage
[1.11.50i] 2024/05/20 08:36:30: bind RegionStage
[1.11.50i] 2024/05/20 08:36:30: prepare RegionStage
[1.11.50i] 2024/05/20 08:36:30: enter RegionStage
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: instance Mw==
[1.11.50i] 2024/05/20 08:36:30: instance NA==
[1.11.50i] 2024/05/20 08:36:30: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:30: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:30: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:30: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:30: bind GameStage
[1.11.50i] 2024/05/20 08:36:30: prepare GameStage
[1.11.50i] 2024/05/20 08:36:30: enter GameStage
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:30: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 08:36:30: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 08:36:30: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:31: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 08:36:31: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 08:36:31: enter GameStage
[1.11.50i] 2024/05/20 08:36:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:43: leave GameStage
[1.11.50i] 2024/05/20 08:36:43: drop GameStage
[1.11.50i] 2024/05/20 08:36:43: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:36:43: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:36:43: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:36:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:43: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:36:43: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:36:43: enter RegionStage
[1.11.50i] 2024/05/20 08:36:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:45: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:45: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:45: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:45: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:45: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:36:45: bind GameStage
[1.11.50i] 2024/05/20 08:36:45: prepare GameStage
[1.11.50i] 2024/05/20 08:36:45: enter GameStage
[1.11.50i] 2024/05/20 08:36:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:58: bind CityInfoStage
[1.11.50i] 2024/05/20 08:36:58: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:36:58: enter CityInfoStage
[1.11.50i] 2024/05/20 08:36:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:36:59: refresh
[1.11.50i] 2024/05/20 08:36:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:36:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:02: leave CityInfoStage
[1.11.50i] 2024/05/20 08:37:02: drop CityInfoStage
[1.11.50i] 2024/05/20 08:37:02: enter GameStage
[1.11.50i] 2024/05/20 08:37:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:10: bind FullPageOfferStage
[1.11.50i] 2024/05/20 08:37:10: prepare FullPageOfferStage
[1.11.50i] 2024/05/20 08:37:10: enter FullPageOfferStage
[1.11.50i] 2024/05/20 08:37:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:11: leave FullPageOfferStage
[1.11.50i] 2024/05/20 08:37:11: drop FullPageOfferStage
[1.11.50i] 2024/05/20 08:37:11: enter GameStage
[1.11.50i] 2024/05/20 08:37:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:13: instance MTI0
[1.11.50i] 2024/05/20 08:37:23: bind CityInfoStage
[1.11.50i] 2024/05/20 08:37:23: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:37:23: enter CityInfoStage
[1.11.50i] 2024/05/20 08:37:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:27: leave CityInfoStage
[1.11.50i] 2024/05/20 08:37:27: drop CityInfoStage
[1.11.50i] 2024/05/20 08:37:27: enter GameStage
[1.11.50i] 2024/05/20 08:37:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:32: 255 255 255
[1.11.50i] 2024/05/20 08:37:32: 255 255 255
[1.11.50i] 2024/05/20 08:37:32: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:33: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:34: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:35: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:36: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:37: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:38: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:39: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:40: 255 255 255
[1.11.50i] 2024/05/20 08:37:48: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:48: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:49: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:49: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:49: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:49: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:49: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:37:49: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:37:49: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:37:49: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:37:49: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:37:49: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:37:49: drop GameStage
[1.11.50i] 2024/05/20 08:37:49: bind GameStage
[1.11.50i] 2024/05/20 08:37:49: prepare GameStage
[1.11.50i] 2024/05/20 08:37:49: enter GameStage
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:37:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:39:00: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:39:00: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:39:00: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:39:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:39:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:39:00: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:39:00: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:39:00: enter GameStage
[1.11.50i] 2024/05/20 08:39:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:39:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:42: bind CityInfoStage
[1.11.50i] 2024/05/20 08:42:42: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:42:42: enter CityInfoStage
[1.11.50i] 2024/05/20 08:42:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:43: refresh
[1.11.50i] 2024/05/20 08:42:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:43: refresh
[1.11.50i] 2024/05/20 08:42:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:44: refresh
[1.11.50i] 2024/05/20 08:42:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:49: refresh
[1.11.50i] 2024/05/20 08:42:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:50: refresh
[1.11.50i] 2024/05/20 08:42:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:50: refresh
[1.11.50i] 2024/05/20 08:42:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:51: refresh
[1.11.50i] 2024/05/20 08:42:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:52: refresh
[1.11.50i] 2024/05/20 08:42:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:53: refresh
[1.11.50i] 2024/05/20 08:42:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:53: refresh
[1.11.50i] 2024/05/20 08:42:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:54: refresh
[1.11.50i] 2024/05/20 08:42:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:42:54: leave CityInfoStage
[1.11.50i] 2024/05/20 08:42:54: drop CityInfoStage
[1.11.50i] 2024/05/20 08:42:54: enter GameStage
[1.11.50i] 2024/05/20 08:42:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:42:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:44:15: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:44:15: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:44:15: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:44:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:44:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:44:15: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:44:15: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:44:15: enter GameStage
[1.11.50i] 2024/05/20 08:44:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:44:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:44:38: bind CityInfoStage
[1.11.50i] 2024/05/20 08:44:38: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:44:38: enter CityInfoStage
[1.11.50i] 2024/05/20 08:44:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:44:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:44:49: leave CityInfoStage
[1.11.50i] 2024/05/20 08:44:49: drop CityInfoStage
[1.11.50i] 2024/05/20 08:44:49: enter GameStage
[1.11.50i] 2024/05/20 08:44:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:44:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:45:31: leave GameStage
[1.11.50i] 2024/05/20 08:45:31: drop GameStage
[1.11.50i] 2024/05/20 08:45:31: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:45:31: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:45:31: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:45:31: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:45:31: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:45:31: enter RegionStage
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:45:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:45:36: bind GameStage
[1.11.50i] 2024/05/20 08:45:36: prepare GameStage
[1.11.50i] 2024/05/20 08:45:36: enter GameStage
[1.11.50i] 2024/05/20 08:45:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:45:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:51: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:52: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:53: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:54: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:55: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:56: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:57: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:58: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:45:59: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:12: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:13: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:14: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:15: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:16: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:17: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:18: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:19: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:20: 255 255 255
[1.11.50i] 2024/05/20 08:46:23: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:23: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:23: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:23: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:23: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:46:23: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:46:23: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:23: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:46:23: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:46:23: drop GameStage
[1.11.50i] 2024/05/20 08:46:23: bind GameStage
[1.11.50i] 2024/05/20 08:46:23: prepare GameStage
[1.11.50i] 2024/05/20 08:46:24: enter GameStage
[1.11.50i] 2024/05/20 08:46:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:51: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:51: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:51: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:46:51: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:51: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:46:51: enter GameStage
[1.11.50i] 2024/05/20 08:46:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:46:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:25: leave GameStage
[1.11.50i] 2024/05/20 08:47:25: drop GameStage
[1.11.50i] 2024/05/20 08:47:25: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:25: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:25: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:25: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:25: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:25: enter RegionStage
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:48: bind GameStage
[1.11.50i] 2024/05/20 08:47:48: prepare GameStage
[1.11.50i] 2024/05/20 08:47:48: enter GameStage
[1.11.50i] 2024/05/20 08:47:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:59: leave GameStage
[1.11.50i] 2024/05/20 08:47:59: drop GameStage
[1.11.50i] 2024/05/20 08:47:59: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:59: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:59: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:59: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:47:59: enter RegionStage
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:47:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:11: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:11: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:38: bind AccountStage
[1.11.50i] 2024/05/20 08:48:38: prepare AccountStage
[1.11.50i] 2024/05/20 08:48:38: enter AccountStage
[1.11.50i] 2024/05/20 08:48:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:40: leave AccountStage
[1.11.50i] 2024/05/20 08:48:40: drop AccountStage
[1.11.50i] 2024/05/20 08:48:40: enter RegionStage
[1.11.50i] 2024/05/20 08:48:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:42: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:48:42: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:48:42: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:48:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:43: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:48:43: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:48:43: bind GameStage
[1.11.50i] 2024/05/20 08:48:43: prepare GameStage
[1.11.50i] 2024/05/20 08:48:43: enter GameStage
[1.11.50i] 2024/05/20 08:48:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:45: bind CityInfoStage
[1.11.50i] 2024/05/20 08:48:45: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:48:45: enter CityInfoStage
[1.11.50i] 2024/05/20 08:48:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:48:49: leave CityInfoStage
[1.11.50i] 2024/05/20 08:48:49: drop CityInfoStage
[1.11.50i] 2024/05/20 08:48:49: enter GameStage
[1.11.50i] 2024/05/20 08:48:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:48:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:05: leave GameStage
[1.11.50i] 2024/05/20 08:49:05: drop GameStage
[1.11.50i] 2024/05/20 08:49:05: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:05: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:05: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:05: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:05: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:05: enter RegionStage
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:14: bind GameStage
[1.11.50i] 2024/05/20 08:49:14: prepare GameStage
[1.11.50i] 2024/05/20 08:49:14: enter GameStage
[1.11.50i] 2024/05/20 08:49:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:27: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:28: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:29: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:30: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:31: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:32: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:33: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:34: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:35: 255 255 255
[1.11.50i] 2024/05/20 08:49:38: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:38: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:38: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:38: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:49:38: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:49:38: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:49:38: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:49:38: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:49:38: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:49:38: drop GameStage
[1.11.50i] 2024/05/20 08:49:38: bind GameStage
[1.11.50i] 2024/05/20 08:49:38: prepare GameStage
[1.11.50i] 2024/05/20 08:49:38: enter GameStage
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:49:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:50:42: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:50:42: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:50:42: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:50:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:50:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:50:42: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:50:42: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:50:42: enter GameStage
[1.11.50i] 2024/05/20 08:50:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:50:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:54:37: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:54:37: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:54:37: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:54:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:54:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:54:37: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:54:37: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:54:37: enter GameStage
[1.11.50i] 2024/05/20 08:54:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:54:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:54:39: pause app
[1.11.50i] 2024/05/20 08:54:40: enter app
[1.11.50i] 2024/05/20 08:54:40: resume app
[1.11.50i] 2024/05/20 08:54:40: resume -> enter GameStage
[1.11.50i] 2024/05/20 08:54:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:54:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:54:41: pause app
[1.11.50i] 2024/05/20 08:54:44: enter app
[1.11.50i] 2024/05/20 08:54:44: resume app
[1.11.50i] 2024/05/20 08:54:44: resume -> enter GameStage
[1.11.50i] 2024/05/20 08:54:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:54:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:54:46: pause app
[1.11.50i] 2024/05/20 08:54:53: enter app
[1.11.50i] 2024/05/20 08:54:53: resume app
[1.11.50i] 2024/05/20 08:54:53: resume -> enter GameStage
[1.11.50i] 2024/05/20 08:54:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:54:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:55:14: bind IOSVideoAdStage
[1.11.50i] 2024/05/20 08:55:14: prepare IOSVideoAdStage
[1.11.50i] 2024/05/20 08:55:14: enter IOSVideoAdStage
[1.11.50i] 2024/05/20 08:55:14: leave IOSVideoAdStage
[1.11.50i] 2024/05/20 08:55:14: drop IOSVideoAdStage
[1.11.50i] 2024/05/20 08:55:14: enter GameStage
[1.11.50i] 2024/05/20 08:55:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:55:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:55:18: pause app
[1.11.50i] 2024/05/20 08:55:20: enter app
[1.11.50i] 2024/05/20 08:55:20: resume app
[1.11.50i] 2024/05/20 08:55:31: pause app
[1.11.50i] 2024/05/20 08:55:34: enter app
[1.11.50i] 2024/05/20 08:55:34: resume app
[1.11.50i] 2024/05/20 08:55:53: resume -> enter GameStage
[1.11.50i] 2024/05/20 08:55:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:55:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:24: leave GameStage
[1.11.50i] 2024/05/20 08:56:24: drop GameStage
[1.11.50i] 2024/05/20 08:56:24: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:56:24: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:56:24: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:24: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:56:24: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:56:24: enter RegionStage
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:28: bind LoadCityStage
[1.11.50i] 2024/05/20 08:56:28: prepare LoadCityStage
[1.11.50i] 2024/05/20 08:56:28: enter LoadCityStage
[1.11.50i] 2024/05/20 08:56:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:41: leave LoadCityStage
[1.11.50i] 2024/05/20 08:56:41: drop LoadCityStage
[1.11.50i] 2024/05/20 08:56:41: enter RegionStage
[1.11.50i] 2024/05/20 08:56:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:42: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:56:42: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:56:42: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:56:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:56:42: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:56:42: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:56:42: bind GameStage
[1.11.50i] 2024/05/20 08:56:42: prepare GameStage
[1.11.50i] 2024/05/20 08:56:42: enter GameStage
[1.11.50i] 2024/05/20 08:56:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:56:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:57:55: leave GameStage
[1.11.50i] 2024/05/20 08:57:55: drop GameStage
[1.11.50i] 2024/05/20 08:57:55: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:57:55: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:57:55: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:57:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:57:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:57:56: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:57:56: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:57:56: enter RegionStage
[1.11.50i] 2024/05/20 08:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:57:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:57:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:57:58: bind LoadCityStage
[1.11.50i] 2024/05/20 08:57:58: prepare LoadCityStage
[1.11.50i] 2024/05/20 08:57:58: enter LoadCityStage
[1.11.50i] 2024/05/20 08:57:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:57:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:58:00: bind LoadWaitingStage
[1.11.50i] 2024/05/20 08:58:00: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 08:58:00: enter LoadWaitingStage
[1.11.50i] 2024/05/20 08:58:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:58:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:58:00: leave LoadWaitingStage
[1.11.50i] 2024/05/20 08:58:00: drop LoadWaitingStage
[1.11.50i] 2024/05/20 08:58:00: drop LoadCityStage
[1.11.50i] 2024/05/20 08:58:00: bind GameStage
[1.11.50i] 2024/05/20 08:58:00: prepare GameStage
[1.11.50i] 2024/05/20 08:58:00: enter GameStage
[1.11.50i] 2024/05/20 08:58:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:58:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:58:45: bind CityInfoStage
[1.11.50i] 2024/05/20 08:58:45: prepare CityInfoStage
[1.11.50i] 2024/05/20 08:58:45: enter CityInfoStage
[1.11.50i] 2024/05/20 08:58:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:58:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:58:46: leave CityInfoStage
[1.11.50i] 2024/05/20 08:58:46: drop CityInfoStage
[1.11.50i] 2024/05/20 08:58:46: enter GameStage
[1.11.50i] 2024/05/20 08:58:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:58:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:59:59: bind SaveWaitingStage
[1.11.50i] 2024/05/20 08:59:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 08:59:59: enter SaveWaitingStage
[1.11.50i] 2024/05/20 08:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 08:59:59: leave SaveWaitingStage
[1.11.50i] 2024/05/20 08:59:59: drop SaveWaitingStage
[1.11.50i] 2024/05/20 08:59:59: enter GameStage
[1.11.50i] 2024/05/20 08:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 08:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:22: leave GameStage
[1.11.50i] 2024/05/20 09:01:22: drop GameStage
[1.11.50i] 2024/05/20 09:01:22: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:01:22: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:01:22: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:01:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:22: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:01:22: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:01:22: enter RegionStage
[1.11.50i] 2024/05/20 09:01:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:23: bind LoadCityStage
[1.11.50i] 2024/05/20 09:01:23: prepare LoadCityStage
[1.11.50i] 2024/05/20 09:01:23: enter LoadCityStage
[1.11.50i] 2024/05/20 09:01:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:30: refresh
[1.11.50i] 2024/05/20 09:01:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:31: refresh
[1.11.50i] 2024/05/20 09:01:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:33: refresh
[1.11.50i] 2024/05/20 09:01:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:33: leave LoadCityStage
[1.11.50i] 2024/05/20 09:01:33: drop LoadCityStage
[1.11.50i] 2024/05/20 09:01:33: enter RegionStage
[1.11.50i] 2024/05/20 09:01:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:35: bind LoadWaitingStage
[1.11.50i] 2024/05/20 09:01:35: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 09:01:35: enter LoadWaitingStage
[1.11.50i] 2024/05/20 09:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:01:35: leave LoadWaitingStage
[1.11.50i] 2024/05/20 09:01:35: drop LoadWaitingStage
[1.11.50i] 2024/05/20 09:01:35: bind GameStage
[1.11.50i] 2024/05/20 09:01:35: prepare GameStage
[1.11.50i] 2024/05/20 09:01:35: enter GameStage
[1.11.50i] 2024/05/20 09:01:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:01:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:06:19: pause app
[1.11.50i] 2024/05/20 09:06:24: enter app
[1.11.50i] 2024/05/20 09:06:24: resume app
[1.11.50i] 2024/05/20 09:06:24: resume -> enter GameStage
[1.11.50i] 2024/05/20 09:06:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:06:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:09:27: bind CityInfoStage
[1.11.50i] 2024/05/20 09:09:27: prepare CityInfoStage
[1.11.50i] 2024/05/20 09:09:27: enter CityInfoStage
[1.11.50i] 2024/05/20 09:09:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:09:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:09:28: leave CityInfoStage
[1.11.50i] 2024/05/20 09:09:28: drop CityInfoStage
[1.11.50i] 2024/05/20 09:09:28: enter GameStage
[1.11.50i] 2024/05/20 09:09:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:09:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:01: bind CityInfoStage
[1.11.50i] 2024/05/20 09:11:01: prepare CityInfoStage
[1.11.50i] 2024/05/20 09:11:01: enter CityInfoStage
[1.11.50i] 2024/05/20 09:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:01: leave CityInfoStage
[1.11.50i] 2024/05/20 09:11:01: drop CityInfoStage
[1.11.50i] 2024/05/20 09:11:01: enter GameStage
[1.11.50i] 2024/05/20 09:11:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:02: bind CityInfoStage
[1.11.50i] 2024/05/20 09:11:02: prepare CityInfoStage
[1.11.50i] 2024/05/20 09:11:02: enter CityInfoStage
[1.11.50i] 2024/05/20 09:11:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:07: leave CityInfoStage
[1.11.50i] 2024/05/20 09:11:07: drop CityInfoStage
[1.11.50i] 2024/05/20 09:11:07: enter GameStage
[1.11.50i] 2024/05/20 09:11:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:27: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:11:27: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:11:27: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:11:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:11:28: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:11:28: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:11:28: enter GameStage
[1.11.50i] 2024/05/20 09:11:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:11:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:16:30: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:16:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:16:30: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:16:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:16:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:16:30: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:16:30: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:16:30: enter GameStage
[1.11.50i] 2024/05/20 09:16:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:16:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:42: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:43: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:44: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:45: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:46: 255 255 255
[1.11.50i] 2024/05/20 09:19:47: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:19:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:19:47: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:19:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:19:48: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:48: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:48: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:19:48: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:48: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:19:48: bind LoadWaitingStage
[1.11.50i] 2024/05/20 09:19:48: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 09:19:48: enter LoadWaitingStage
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:19:48: leave LoadWaitingStage
[1.11.50i] 2024/05/20 09:19:48: drop LoadWaitingStage
[1.11.50i] 2024/05/20 09:19:48: drop GameStage
[1.11.50i] 2024/05/20 09:19:48: bind GameStage
[1.11.50i] 2024/05/20 09:19:48: prepare GameStage
[1.11.50i] 2024/05/20 09:19:48: enter GameStage
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:19:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:22:19: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:22:19: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:22:19: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:22:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:22:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:22:19: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:22:19: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:22:19: enter GameStage
[1.11.50i] 2024/05/20 09:22:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:22:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:24:13: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:24:13: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:24:13: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:24:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:24:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:24:14: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:24:14: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:24:14: enter GameStage
[1.11.50i] 2024/05/20 09:24:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:24:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:24:53: pause app
[1.11.50i] 2024/05/20 09:24:59: enter app
[1.11.50i] 2024/05/20 09:24:59: resume app
[1.11.50i] 2024/05/20 09:24:59: resume -> enter GameStage
[1.11.50i] 2024/05/20 09:24:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:24:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:25:45: bind IOSVideoAdStage
[1.11.50i] 2024/05/20 09:25:45: prepare IOSVideoAdStage
[1.11.50i] 2024/05/20 09:25:45: enter IOSVideoAdStage
[1.11.50i] 2024/05/20 09:25:45: leave IOSVideoAdStage
[1.11.50i] 2024/05/20 09:25:45: drop IOSVideoAdStage
[1.11.50i] 2024/05/20 09:25:45: enter GameStage
[1.11.50i] 2024/05/20 09:25:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:25:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:26:58: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:58: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:58: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:26:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:26:58: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:58: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:58: enter GameStage
[1.11.50i] 2024/05/20 09:26:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:26:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:26:59: leave GameStage
[1.11.50i] 2024/05/20 09:26:59: drop GameStage
[1.11.50i] 2024/05/20 09:26:59: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:59: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:26:59: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:59: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:26:59: enter RegionStage
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:26:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:01: bind LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:01: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:01: enter LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:01: leave LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:01: drop LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:01: bind GameStage
[1.11.50i] 2024/05/20 09:27:01: prepare GameStage
[1.11.50i] 2024/05/20 09:27:01: enter GameStage
[1.11.50i] 2024/05/20 09:27:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:20: Startup
[1.11.50i] 2024/05/20 09:27:20: create() cold start
[1.11.50i] 2024/05/20 09:27:20: translation pt_BR
[1.11.50i] 2024/05/20 09:27:20: instance MTI0
[1.11.50i] 2024/05/20 09:27:20: create() finish
[1.11.50i] 2024/05/20 09:27:20: create() end
[1.11.50i] 2024/05/20 09:27:20: resume app
[1.11.50i] 2024/05/20 09:27:20: refresh
[1.11.50i] 2024/05/20 09:27:20: bind LoadingStage
[1.11.50i] 2024/05/20 09:27:20: prepare LoadingStage
[1.11.50i] 2024/05/20 09:27:20: enter LoadingStage
[1.11.50i] 2024/05/20 09:27:20: loading Warm-up
[1.11.50i] 2024/05/20 09:27:21: refresh
[1.11.50i] 2024/05/20 09:27:21: pause app
[1.11.50i] 2024/05/20 09:27:21: enter app
[1.11.50i] 2024/05/20 09:27:21: resume app
[1.11.50i] 2024/05/20 09:27:21: resume -> enter LoadingStage
[1.11.50i] 2024/05/20 09:27:21: loading Startup
[1.11.50i] 2024/05/20 09:27:21: Max texture size 4096
[1.11.50i] 2024/05/20 09:27:21: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 09:27:21: Engine consumes 11MB
[1.11.50i] 2024/05/20 09:27:21: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 09:27:21: loading Texture
[1.11.50i] 2024/05/20 09:27:21: loading Fonts
[1.11.50i] 2024/05/20 09:27:21: loading Skin
[1.11.50i] 2024/05/20 09:27:21: loading Extract files
[1.11.50i] 2024/05/20 09:27:21: loading Frames
[1.11.50i] 2024/05/20 09:27:21: loading Scripting
[1.11.50i] 2024/05/20 09:27:22: loading Collecting drafts
[1.11.50i] 2024/05/20 09:27:22: loading Prefetching images
[1.11.50i] 2024/05/20 09:27:22: loading Loading drafts
[1.11.50i] 2024/05/20 09:27:22: loading Finishing drafts
[1.11.50i] 2024/05/20 09:27:22: loading Loading music
[1.11.50i] 2024/05/20 09:27:22: loading Shaders
[1.11.50i] 2024/05/20 09:27:22: loading Topics
[1.11.50i] 2024/05/20 09:27:22: loading Loading textures
[1.11.50i] 2024/05/20 09:27:23: pause app
[1.11.50i] 2024/05/20 09:27:27: enter app
[1.11.50i] 2024/05/20 09:27:27: resume app
[1.11.50i] 2024/05/20 09:27:27: resume -> enter LoadingStage
[1.11.50i] 2024/05/20 09:27:27: loading Checking winter
[1.11.50i] 2024/05/20 09:27:27: loading Preparing background
[1.11.50i] 2024/05/20 09:27:27: loading Finishing
[1.11.50i] 2024/05/20 09:27:27: leave LoadingStage
[1.11.50i] 2024/05/20 09:27:27: drop LoadingStage
[1.11.50i] 2024/05/20 09:27:27: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:27: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:27: bind PluginErrorStage
[1.11.50i] 2024/05/20 09:27:27: prepare PluginErrorStage
[1.11.50i] 2024/05/20 09:27:27: bind MissingManifestStage
[1.11.50i] 2024/05/20 09:27:27: prepare MissingManifestStage
[1.11.50i] 2024/05/20 09:27:27: bind WelcomeStage
[1.11.50i] 2024/05/20 09:27:27: prepare WelcomeStage
[1.11.50i] 2024/05/20 09:27:27: enter WelcomeStage
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:27: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:27: drop PluginErrorStage
[1.11.50i] 2024/05/20 09:27:27: drop MissingManifestStage
[1.11.50i] 2024/05/20 09:27:27: leave WelcomeStage
[1.11.50i] 2024/05/20 09:27:27: drop WelcomeStage
[1.11.50i] 2024/05/20 09:27:27: bind RegionStage
[1.11.50i] 2024/05/20 09:27:27: prepare RegionStage
[1.11.50i] 2024/05/20 09:27:27: enter RegionStage
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:27: instance MTIz
[1.11.50i] 2024/05/20 09:27:27: instance MTI0
[1.11.50i] 2024/05/20 09:27:27: bind LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:27: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:27: enter LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:27: leave LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:27: drop LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:27: bind GameStage
[1.11.50i] 2024/05/20 09:27:27: prepare GameStage
[1.11.50i] 2024/05/20 09:27:27: enter GameStage
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:28: pause app
[1.11.50i] 2024/05/20 09:27:30: leave GameStage
[1.11.50i] 2024/05/20 09:27:31: drop GameStage
[1.11.50i] 2024/05/20 09:27:31: drop RegionStage
[1.11.50i] 2024/05/20 09:27:33: Startup
[1.11.50i] 2024/05/20 09:27:33: create() cold start
[1.11.50i] 2024/05/20 09:27:33: translation pt_BR
[1.11.50i] 2024/05/20 09:27:33: instance MTI0
[1.11.50i] 2024/05/20 09:27:33: create() finish
[1.11.50i] 2024/05/20 09:27:33: create() end
[1.11.50i] 2024/05/20 09:27:33: resume app
[1.11.50i] 2024/05/20 09:27:33: refresh
[1.11.50i] 2024/05/20 09:27:33: bind LoadingStage
[1.11.50i] 2024/05/20 09:27:33: prepare LoadingStage
[1.11.50i] 2024/05/20 09:27:33: enter LoadingStage
[1.11.50i] 2024/05/20 09:27:33: loading Warm-up
[1.11.50i] 2024/05/20 09:27:33: refresh
[1.11.50i] 2024/05/20 09:27:33: loading Startup
[1.11.50i] 2024/05/20 09:27:33: Max texture size 4096
[1.11.50i] 2024/05/20 09:27:33: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 09:27:33: Engine consumes 11MB
[1.11.50i] 2024/05/20 09:27:33: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 09:27:33: loading Texture
[1.11.50i] 2024/05/20 09:27:33: loading Fonts
[1.11.50i] 2024/05/20 09:27:33: loading Skin
[1.11.50i] 2024/05/20 09:27:33: loading Extract files
[1.11.50i] 2024/05/20 09:27:34: loading Frames
[1.11.50i] 2024/05/20 09:27:34: loading Scripting
[1.11.50i] 2024/05/20 09:27:34: loading Collecting drafts
[1.11.50i] 2024/05/20 09:27:34: pause app
[1.11.50i] 2024/05/20 09:27:39: enter app
[1.11.50i] 2024/05/20 09:27:39: resume app
[1.11.50i] 2024/05/20 09:27:39: resume -> enter LoadingStage
[1.11.50i] 2024/05/20 09:27:39: loading Prefetching images
[1.11.50i] 2024/05/20 09:27:39: loading Loading drafts
[1.11.50i] 2024/05/20 09:27:39: loading Finishing drafts
[1.11.50i] 2024/05/20 09:27:40: loading Loading music
[1.11.50i] 2024/05/20 09:27:40: loading Shaders
[1.11.50i] 2024/05/20 09:27:40: loading Topics
[1.11.50i] 2024/05/20 09:27:40: loading Loading textures
[1.11.50i] 2024/05/20 09:27:40: loading Checking winter
[1.11.50i] 2024/05/20 09:27:40: loading Preparing background
[1.11.50i] 2024/05/20 09:27:40: loading Finishing
[1.11.50i] 2024/05/20 09:27:40: leave LoadingStage
[1.11.50i] 2024/05/20 09:27:40: drop LoadingStage
[1.11.50i] 2024/05/20 09:27:40: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:40: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:40: bind PluginErrorStage
[1.11.50i] 2024/05/20 09:27:40: prepare PluginErrorStage
[1.11.50i] 2024/05/20 09:27:40: bind MissingManifestStage
[1.11.50i] 2024/05/20 09:27:40: prepare MissingManifestStage
[1.11.50i] 2024/05/20 09:27:40: bind WelcomeStage
[1.11.50i] 2024/05/20 09:27:40: prepare WelcomeStage
[1.11.50i] 2024/05/20 09:27:40: enter WelcomeStage
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:40: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 09:27:40: drop PluginErrorStage
[1.11.50i] 2024/05/20 09:27:40: drop MissingManifestStage
[1.11.50i] 2024/05/20 09:27:40: leave WelcomeStage
[1.11.50i] 2024/05/20 09:27:40: drop WelcomeStage
[1.11.50i] 2024/05/20 09:27:40: bind RegionStage
[1.11.50i] 2024/05/20 09:27:40: prepare RegionStage
[1.11.50i] 2024/05/20 09:27:40: enter RegionStage
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:41: instance MTIz
[1.11.50i] 2024/05/20 09:27:41: instance MTI0
[1.11.50i] 2024/05/20 09:27:41: bind LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:41: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:41: enter LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:27:41: leave LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:41: drop LoadWaitingStage
[1.11.50i] 2024/05/20 09:27:41: bind GameStage
[1.11.50i] 2024/05/20 09:27:41: prepare GameStage
[1.11.50i] 2024/05/20 09:27:41: enter GameStage
[1.11.50i] 2024/05/20 09:27:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:27:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:31:23: pause app
[1.11.50i] 2024/05/20 09:31:27: enter app
[1.11.50i] 2024/05/20 09:31:27: resume app
[1.11.50i] 2024/05/20 09:31:27: resume -> enter GameStage
[1.11.50i] 2024/05/20 09:31:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:31:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:31:30: pause app
[1.11.50i] 2024/05/20 09:31:30: enter app
[1.11.50i] 2024/05/20 09:31:30: resume app
[1.11.50i] 2024/05/20 09:31:30: resume -> enter GameStage
[1.11.50i] 2024/05/20 09:31:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:31:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:32:06: bind CityInfoStage
[1.11.50i] 2024/05/20 09:32:06: prepare CityInfoStage
[1.11.50i] 2024/05/20 09:32:06: enter CityInfoStage
[1.11.50i] 2024/05/20 09:32:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:32:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:32:07: leave CityInfoStage
[1.11.50i] 2024/05/20 09:32:07: drop CityInfoStage
[1.11.50i] 2024/05/20 09:32:07: enter GameStage
[1.11.50i] 2024/05/20 09:32:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:32:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:36:30: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:36:30: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:36:30: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:36:30: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:36:30: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:36:30: enter GameStage
[1.11.50i] 2024/05/20 09:36:30: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:36:30: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:36:59: pause app
[1.11.50i] 2024/05/20 09:37:04: enter app
[1.11.50i] 2024/05/20 09:37:04: resume app
[1.11.50i] 2024/05/20 09:37:04: resume -> enter GameStage
[1.11.50i] 2024/05/20 09:37:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:37:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:37:06: bind SaveWaitingStage
[1.11.50i] 2024/05/20 09:37:06: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 09:37:06: enter SaveWaitingStage
[1.11.50i] 2024/05/20 09:37:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:37:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:37:06: leave SaveWaitingStage
[1.11.50i] 2024/05/20 09:37:06: drop SaveWaitingStage
[1.11.50i] 2024/05/20 09:37:06: enter GameStage
[1.11.50i] 2024/05/20 09:37:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 09:37:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 09:37:07: pause app
[1.11.50i] 2024/05/20 09:37:08: leave GameStage
[1.11.50i] 2024/05/20 09:37:08: drop GameStage
[1.11.50i] 2024/05/20 09:37:08: drop RegionStage
[1.11.50i] 2024/05/20 10:48:35: Startup
[1.11.50i] 2024/05/20 10:48:35: create() cold start
[1.11.50i] 2024/05/20 10:48:35: translation pt_BR
[1.11.50i] 2024/05/20 10:48:35: instance MTI0
[1.11.50i] 2024/05/20 10:48:35: create() finish
[1.11.50i] 2024/05/20 10:48:35: create() end
[1.11.50i] 2024/05/20 10:48:35: resume app
[1.11.50i] 2024/05/20 10:48:35: refresh
[1.11.50i] 2024/05/20 10:48:35: bind LoadingStage
[1.11.50i] 2024/05/20 10:48:35: prepare LoadingStage
[1.11.50i] 2024/05/20 10:48:35: enter LoadingStage
[1.11.50i] 2024/05/20 10:48:35: loading Warm-up
[1.11.50i] 2024/05/20 10:48:35: refresh
[1.11.50i] 2024/05/20 10:48:35: loading Startup
[1.11.50i] 2024/05/20 10:48:35: Max texture size 4096
[1.11.50i] 2024/05/20 10:48:35: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 10:48:35: Engine consumes 11MB
[1.11.50i] 2024/05/20 10:48:35: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 10:48:35: loading Texture
[1.11.50i] 2024/05/20 10:48:35: loading Fonts
[1.11.50i] 2024/05/20 10:48:35: loading Skin
[1.11.50i] 2024/05/20 10:48:36: loading Extract files
[1.11.50i] 2024/05/20 10:48:36: loading Frames
[1.11.50i] 2024/05/20 10:48:36: loading Scripting
[1.11.50i] 2024/05/20 10:48:36: loading Collecting drafts
[1.11.50i] 2024/05/20 10:48:38: loading Prefetching images
[1.11.50i] 2024/05/20 10:48:38: loading Loading drafts
[1.11.50i] 2024/05/20 10:48:38: loading Finishing drafts
[1.11.50i] 2024/05/20 10:48:38: loading Loading music
[1.11.50i] 2024/05/20 10:48:38: loading Shaders
[1.11.50i] 2024/05/20 10:48:38: loading Topics
[1.11.50i] 2024/05/20 10:48:38: loading Loading textures
[1.11.50i] 2024/05/20 10:48:39: loading Checking winter
[1.11.50i] 2024/05/20 10:48:39: loading Preparing background
[1.11.50i] 2024/05/20 10:48:39: loading Finishing
[1.11.50i] 2024/05/20 10:48:39: leave LoadingStage
[1.11.50i] 2024/05/20 10:48:39: drop LoadingStage
[1.11.50i] 2024/05/20 10:48:39: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 10:48:39: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 10:48:39: bind PluginErrorStage
[1.11.50i] 2024/05/20 10:48:39: prepare PluginErrorStage
[1.11.50i] 2024/05/20 10:48:39: bind MissingManifestStage
[1.11.50i] 2024/05/20 10:48:39: prepare MissingManifestStage
[1.11.50i] 2024/05/20 10:48:39: bind WelcomeStage
[1.11.50i] 2024/05/20 10:48:39: prepare WelcomeStage
[1.11.50i] 2024/05/20 10:48:39: enter WelcomeStage
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 10:48:39: drop PluginErrorStage
[1.11.50i] 2024/05/20 10:48:39: drop MissingManifestStage
[1.11.50i] 2024/05/20 10:48:39: leave WelcomeStage
[1.11.50i] 2024/05/20 10:48:39: drop WelcomeStage
[1.11.50i] 2024/05/20 10:48:39: bind RegionStage
[1.11.50i] 2024/05/20 10:48:39: prepare RegionStage
[1.11.50i] 2024/05/20 10:48:39: enter RegionStage
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: instance MTIz
[1.11.50i] 2024/05/20 10:48:39: instance MTI0
[1.11.50i] 2024/05/20 10:48:39: bind LoadWaitingStage
[1.11.50i] 2024/05/20 10:48:39: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 10:48:39: enter LoadWaitingStage
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: leave LoadWaitingStage
[1.11.50i] 2024/05/20 10:48:39: drop LoadWaitingStage
[1.11.50i] 2024/05/20 10:48:39: bind GameStage
[1.11.50i] 2024/05/20 10:48:39: prepare GameStage
[1.11.50i] 2024/05/20 10:48:39: enter GameStage
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:39: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 10:48:39: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 10:48:39: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:42: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 10:48:42: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 10:48:42: enter GameStage
[1.11.50i] 2024/05/20 10:48:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:48:44: bind IOSVideoAdStage
[1.11.50i] 2024/05/20 10:48:44: prepare IOSVideoAdStage
[1.11.50i] 2024/05/20 10:48:44: enter IOSVideoAdStage
[1.11.50i] 2024/05/20 10:48:44: leave IOSVideoAdStage
[1.11.50i] 2024/05/20 10:48:44: drop IOSVideoAdStage
[1.11.50i] 2024/05/20 10:48:44: enter GameStage
[1.11.50i] 2024/05/20 10:48:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:48:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:49:54: bind CityInfoStage
[1.11.50i] 2024/05/20 10:49:54: prepare CityInfoStage
[1.11.50i] 2024/05/20 10:49:54: enter CityInfoStage
[1.11.50i] 2024/05/20 10:49:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:49:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:49:57: leave CityInfoStage
[1.11.50i] 2024/05/20 10:49:57: drop CityInfoStage
[1.11.50i] 2024/05/20 10:49:58: enter GameStage
[1.11.50i] 2024/05/20 10:49:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:49:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:52:09: pause app
[1.11.50i] 2024/05/20 10:55:00: enter app
[1.11.50i] 2024/05/20 10:55:00: resume app
[1.11.50i] 2024/05/20 10:55:00: resume -> enter GameStage
[1.11.50i] 2024/05/20 10:55:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:55:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:59:59: bind SaveWaitingStage
[1.11.50i] 2024/05/20 10:59:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 10:59:59: enter SaveWaitingStage
[1.11.50i] 2024/05/20 10:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 10:59:59: leave SaveWaitingStage
[1.11.50i] 2024/05/20 10:59:59: drop SaveWaitingStage
[1.11.50i] 2024/05/20 10:59:59: enter GameStage
[1.11.50i] 2024/05/20 10:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 10:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:02:04: bind CityInfoStage
[1.11.50i] 2024/05/20 11:02:04: prepare CityInfoStage
[1.11.50i] 2024/05/20 11:02:04: enter CityInfoStage
[1.11.50i] 2024/05/20 11:02:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:02:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:02:06: leave CityInfoStage
[1.11.50i] 2024/05/20 11:02:06: drop CityInfoStage
[1.11.50i] 2024/05/20 11:02:06: enter GameStage
[1.11.50i] 2024/05/20 11:02:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:02:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:04:59: bind SaveWaitingStage
[1.11.50i] 2024/05/20 11:04:59: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 11:04:59: enter SaveWaitingStage
[1.11.50i] 2024/05/20 11:04:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:04:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:04:59: leave SaveWaitingStage
[1.11.50i] 2024/05/20 11:04:59: drop SaveWaitingStage
[1.11.50i] 2024/05/20 11:04:59: enter GameStage
[1.11.50i] 2024/05/20 11:04:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:04:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:10:15: bind SaveWaitingStage
[1.11.50i] 2024/05/20 11:10:15: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 11:10:15: enter SaveWaitingStage
[1.11.50i] 2024/05/20 11:10:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:10:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:10:15: leave SaveWaitingStage
[1.11.50i] 2024/05/20 11:10:15: drop SaveWaitingStage
[1.11.50i] 2024/05/20 11:10:15: enter GameStage
[1.11.50i] 2024/05/20 11:10:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:10:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:11:19: bind CityInfoStage
[1.11.50i] 2024/05/20 11:11:19: prepare CityInfoStage
[1.11.50i] 2024/05/20 11:11:19: enter CityInfoStage
[1.11.50i] 2024/05/20 11:11:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:11:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:11:20: leave CityInfoStage
[1.11.50i] 2024/05/20 11:11:20: drop CityInfoStage
[1.11.50i] 2024/05/20 11:11:20: enter GameStage
[1.11.50i] 2024/05/20 11:11:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:11:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:14:14: pause app
[1.11.50i] 2024/05/20 11:14:16: enter app
[1.11.50i] 2024/05/20 11:14:16: resume app
[1.11.50i] 2024/05/20 11:14:16: resume -> enter GameStage
[1.11.50i] 2024/05/20 11:14:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:14:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:14:18: bind SaveWaitingStage
[1.11.50i] 2024/05/20 11:14:18: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 11:14:18: enter SaveWaitingStage
[1.11.50i] 2024/05/20 11:14:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:14:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:14:18: leave SaveWaitingStage
[1.11.50i] 2024/05/20 11:14:18: drop SaveWaitingStage
[1.11.50i] 2024/05/20 11:14:18: enter GameStage
[1.11.50i] 2024/05/20 11:14:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 11:14:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 11:14:19: pause app
[1.11.50i] 2024/05/20 11:14:19: leave GameStage
[1.11.50i] 2024/05/20 11:14:19: drop GameStage
[1.11.50i] 2024/05/20 11:14:19: drop RegionStage
[1.11.50i] 2024/05/20 13:51:51: Startup
[1.11.50i] 2024/05/20 13:51:51: create() cold start
[1.11.50i] 2024/05/20 13:51:51: translation pt_BR
[1.11.50i] 2024/05/20 13:51:51: instance MTI0
[1.11.50i] 2024/05/20 13:51:51: create() finish
[1.11.50i] 2024/05/20 13:51:51: create() end
[1.11.50i] 2024/05/20 13:51:51: resume app
[1.11.50i] 2024/05/20 13:51:51: refresh
[1.11.50i] 2024/05/20 13:51:51: bind LoadingStage
[1.11.50i] 2024/05/20 13:51:51: prepare LoadingStage
[1.11.50i] 2024/05/20 13:51:51: enter LoadingStage
[1.11.50i] 2024/05/20 13:51:51: loading Warm-up
[1.11.50i] 2024/05/20 13:51:51: refresh
[1.11.50i] 2024/05/20 13:51:51: loading Startup
[1.11.50i] 2024/05/20 13:51:51: Max texture size 4096
[1.11.50i] 2024/05/20 13:51:51: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 13:51:51: Engine consumes 11MB
[1.11.50i] 2024/05/20 13:51:51: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 13:51:52: loading Texture
[1.11.50i] 2024/05/20 13:51:52: loading Fonts
[1.11.50i] 2024/05/20 13:51:52: loading Skin
[1.11.50i] 2024/05/20 13:51:52: loading Extract files
[1.11.50i] 2024/05/20 13:51:52: loading Frames
[1.11.50i] 2024/05/20 13:51:52: loading Scripting
[1.11.50i] 2024/05/20 13:51:52: loading Collecting drafts
[1.11.50i] 2024/05/20 13:51:54: loading Prefetching images
[1.11.50i] 2024/05/20 13:51:54: loading Loading drafts
[1.11.50i] 2024/05/20 13:51:54: loading Finishing drafts
[1.11.50i] 2024/05/20 13:51:54: loading Loading music
[1.11.50i] 2024/05/20 13:51:54: loading Shaders
[1.11.50i] 2024/05/20 13:51:54: loading Topics
[1.11.50i] 2024/05/20 13:51:55: loading Loading textures
[1.11.50i] 2024/05/20 13:51:55: loading Checking winter
[1.11.50i] 2024/05/20 13:51:55: loading Preparing background
[1.11.50i] 2024/05/20 13:51:55: loading Finishing
[1.11.50i] 2024/05/20 13:51:55: leave LoadingStage
[1.11.50i] 2024/05/20 13:51:55: drop LoadingStage
[1.11.50i] 2024/05/20 13:51:55: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 13:51:55: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 13:51:55: bind PluginErrorStage
[1.11.50i] 2024/05/20 13:51:55: prepare PluginErrorStage
[1.11.50i] 2024/05/20 13:51:55: bind MissingManifestStage
[1.11.50i] 2024/05/20 13:51:55: prepare MissingManifestStage
[1.11.50i] 2024/05/20 13:51:55: bind WelcomeStage
[1.11.50i] 2024/05/20 13:51:55: prepare WelcomeStage
[1.11.50i] 2024/05/20 13:51:55: enter WelcomeStage
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:55: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 13:51:55: drop PluginErrorStage
[1.11.50i] 2024/05/20 13:51:55: drop MissingManifestStage
[1.11.50i] 2024/05/20 13:51:55: leave WelcomeStage
[1.11.50i] 2024/05/20 13:51:55: drop WelcomeStage
[1.11.50i] 2024/05/20 13:51:55: bind RegionStage
[1.11.50i] 2024/05/20 13:51:55: prepare RegionStage
[1.11.50i] 2024/05/20 13:51:55: enter RegionStage
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:55: instance MTIz
[1.11.50i] 2024/05/20 13:51:55: instance MTI0
[1.11.50i] 2024/05/20 13:51:55: bind LoadWaitingStage
[1.11.50i] 2024/05/20 13:51:55: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 13:51:55: enter LoadWaitingStage
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:55: leave LoadWaitingStage
[1.11.50i] 2024/05/20 13:51:55: drop LoadWaitingStage
[1.11.50i] 2024/05/20 13:51:55: bind GameStage
[1.11.50i] 2024/05/20 13:51:55: prepare GameStage
[1.11.50i] 2024/05/20 13:51:56: enter GameStage
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:56: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 13:51:56: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 13:51:56: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:56: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 13:51:56: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 13:51:56: enter GameStage
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:51:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:51:58: instance OTQ=
[1.11.50i] 2024/05/20 13:52:16: pause app
[1.11.50i] 2024/05/20 13:52:19: enter app
[1.11.50i] 2024/05/20 13:52:19: resume app
[1.11.50i] 2024/05/20 13:52:19: resume -> enter GameStage
[1.11.50i] 2024/05/20 13:52:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 13:52:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 13:52:52: pause app
[1.11.50i] 2024/05/20 19:11:52: Startup
[1.11.50i] 2024/05/20 19:11:52: create() cold start
[1.11.50i] 2024/05/20 19:11:52: translation pt_BR
[1.11.50i] 2024/05/20 19:11:52: instance OTQ=
[1.11.50i] 2024/05/20 19:11:52: create() finish
[1.11.50i] 2024/05/20 19:11:52: create() end
[1.11.50i] 2024/05/20 19:11:52: resume app
[1.11.50i] 2024/05/20 19:11:52: refresh
[1.11.50i] 2024/05/20 19:11:52: bind LoadingStage
[1.11.50i] 2024/05/20 19:11:52: prepare LoadingStage
[1.11.50i] 2024/05/20 19:11:52: enter LoadingStage
[1.11.50i] 2024/05/20 19:11:52: loading Warm-up
[1.11.50i] 2024/05/20 19:11:52: refresh
[1.11.50i] 2024/05/20 19:11:52: loading Startup
[1.11.50i] 2024/05/20 19:11:53: Max texture size 4096
[1.11.50i] 2024/05/20 19:11:53: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/20 19:11:53: Engine consumes 11MB
[1.11.50i] 2024/05/20 19:11:53: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/20 19:11:53: loading Texture
[1.11.50i] 2024/05/20 19:11:53: loading Fonts
[1.11.50i] 2024/05/20 19:11:53: loading Skin
[1.11.50i] 2024/05/20 19:11:53: loading Extract files
[1.11.50i] 2024/05/20 19:11:53: loading Frames
[1.11.50i] 2024/05/20 19:11:53: loading Scripting
[1.11.50i] 2024/05/20 19:11:53: loading Collecting drafts
[1.11.50i] 2024/05/20 19:11:55: loading Prefetching images
[1.11.50i] 2024/05/20 19:11:55: loading Loading drafts
[1.11.50i] 2024/05/20 19:11:55: loading Finishing drafts
[1.11.50i] 2024/05/20 19:11:55: loading Loading music
[1.11.50i] 2024/05/20 19:11:55: loading Shaders
[1.11.50i] 2024/05/20 19:11:55: loading Topics
[1.11.50i] 2024/05/20 19:11:56: loading Loading textures
[1.11.50i] 2024/05/20 19:11:56: loading Checking winter
[1.11.50i] 2024/05/20 19:11:56: loading Preparing background
[1.11.50i] 2024/05/20 19:11:56: loading Finishing
[1.11.50i] 2024/05/20 19:11:56: leave LoadingStage
[1.11.50i] 2024/05/20 19:11:56: drop LoadingStage
[1.11.50i] 2024/05/20 19:11:56: bind MissingScriptPermsStage
[1.11.50i] 2024/05/20 19:11:56: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/20 19:11:56: bind PluginErrorStage
[1.11.50i] 2024/05/20 19:11:56: prepare PluginErrorStage
[1.11.50i] 2024/05/20 19:11:56: bind MissingManifestStage
[1.11.50i] 2024/05/20 19:11:56: prepare MissingManifestStage
[1.11.50i] 2024/05/20 19:11:56: bind WelcomeStage
[1.11.50i] 2024/05/20 19:11:56: prepare WelcomeStage
[1.11.50i] 2024/05/20 19:11:56: enter WelcomeStage
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:56: drop MissingScriptPermsStage
[1.11.50i] 2024/05/20 19:11:56: drop PluginErrorStage
[1.11.50i] 2024/05/20 19:11:56: drop MissingManifestStage
[1.11.50i] 2024/05/20 19:11:56: leave WelcomeStage
[1.11.50i] 2024/05/20 19:11:56: drop WelcomeStage
[1.11.50i] 2024/05/20 19:11:56: bind RegionStage
[1.11.50i] 2024/05/20 19:11:56: prepare RegionStage
[1.11.50i] 2024/05/20 19:11:56: enter RegionStage
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:56: instance OTM=
[1.11.50i] 2024/05/20 19:11:56: instance OTQ=
[1.11.50i] 2024/05/20 19:11:56: bind LoadWaitingStage
[1.11.50i] 2024/05/20 19:11:56: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 19:11:56: enter LoadWaitingStage
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:57: leave LoadWaitingStage
[1.11.50i] 2024/05/20 19:11:57: drop LoadWaitingStage
[1.11.50i] 2024/05/20 19:11:57: bind GameStage
[1.11.50i] 2024/05/20 19:11:57: prepare GameStage
[1.11.50i] 2024/05/20 19:11:57: enter GameStage
[1.11.50i] 2024/05/20 19:11:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:11:57: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 19:11:57: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 19:11:57: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 19:11:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:11:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:12:05: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 19:12:05: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/20 19:12:05: enter GameStage
[1.11.50i] 2024/05/20 19:12:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:12:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:14:20: bind Store
[1.11.50i] 2024/05/20 19:14:20: prepare Store
[1.11.50i] 2024/05/20 19:14:20: enter Store
[1.11.50i] 2024/05/20 19:14:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:14:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:14:21: leave Store
[1.11.50i] 2024/05/20 19:14:21: drop Store
[1.11.50i] 2024/05/20 19:14:21: enter GameStage
[1.11.50i] 2024/05/20 19:14:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:14:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:16:17: bind SaveWaitingStage
[1.11.50i] 2024/05/20 19:16:17: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 19:16:17: enter SaveWaitingStage
[1.11.50i] 2024/05/20 19:16:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:16:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:16:17: leave SaveWaitingStage
[1.11.50i] 2024/05/20 19:16:17: drop SaveWaitingStage
[1.11.50i] 2024/05/20 19:16:17: enter GameStage
[1.11.50i] 2024/05/20 19:16:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:16:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:19:45: bind CityInfoStage
[1.11.50i] 2024/05/20 19:19:45: prepare CityInfoStage
[1.11.50i] 2024/05/20 19:19:45: enter CityInfoStage
[1.11.50i] 2024/05/20 19:19:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:19:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:19:47: leave CityInfoStage
[1.11.50i] 2024/05/20 19:19:47: drop CityInfoStage
[1.11.50i] 2024/05/20 19:19:47: enter GameStage
[1.11.50i] 2024/05/20 19:19:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:19:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:20:18: bind CityInfoStage
[1.11.50i] 2024/05/20 19:20:18: prepare CityInfoStage
[1.11.50i] 2024/05/20 19:20:18: enter CityInfoStage
[1.11.50i] 2024/05/20 19:20:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:20:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:20:21: leave CityInfoStage
[1.11.50i] 2024/05/20 19:20:21: drop CityInfoStage
[1.11.50i] 2024/05/20 19:20:21: enter GameStage
[1.11.50i] 2024/05/20 19:20:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:20:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:21:35: bind SaveWaitingStage
[1.11.50i] 2024/05/20 19:21:35: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 19:21:35: enter SaveWaitingStage
[1.11.50i] 2024/05/20 19:21:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:21:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:21:35: leave SaveWaitingStage
[1.11.50i] 2024/05/20 19:21:35: drop SaveWaitingStage
[1.11.50i] 2024/05/20 19:21:35: enter GameStage
[1.11.50i] 2024/05/20 19:21:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:21:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:22:15: leave GameStage
[1.11.50i] 2024/05/20 19:22:15: drop GameStage
[1.11.50i] 2024/05/20 19:22:15: bind SaveWaitingStage
[1.11.50i] 2024/05/20 19:22:15: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 19:22:15: enter SaveWaitingStage
[1.11.50i] 2024/05/20 19:22:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:22:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:22:16: leave SaveWaitingStage
[1.11.50i] 2024/05/20 19:22:16: drop SaveWaitingStage
[1.11.50i] 2024/05/20 19:22:16: enter RegionStage
[1.11.50i] 2024/05/20 19:22:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:22:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:22:17: bind LoadWaitingStage
[1.11.50i] 2024/05/20 19:22:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 19:22:17: enter LoadWaitingStage
[1.11.50i] 2024/05/20 19:22:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:22:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:22:18: leave LoadWaitingStage
[1.11.50i] 2024/05/20 19:22:18: drop LoadWaitingStage
[1.11.50i] 2024/05/20 19:22:18: bind GameStage
[1.11.50i] 2024/05/20 19:22:18: prepare GameStage
[1.11.50i] 2024/05/20 19:22:18: enter GameStage
[1.11.50i] 2024/05/20 19:22:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:22:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:33: leave GameStage
[1.11.50i] 2024/05/20 19:24:33: drop GameStage
[1.11.50i] 2024/05/20 19:24:33: bind SaveWaitingStage
[1.11.50i] 2024/05/20 19:24:33: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 19:24:33: enter SaveWaitingStage
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:33: leave SaveWaitingStage
[1.11.50i] 2024/05/20 19:24:33: drop SaveWaitingStage
[1.11.50i] 2024/05/20 19:24:33: enter RegionStage
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:34: bind LoadCityStage
[1.11.50i] 2024/05/20 19:24:34: prepare LoadCityStage
[1.11.50i] 2024/05/20 19:24:34: enter LoadCityStage
[1.11.50i] 2024/05/20 19:24:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:37: bind LoadWaitingStage
[1.11.50i] 2024/05/20 19:24:37: prepare LoadWaitingStage
[1.11.50i] 2024/05/20 19:24:37: enter LoadWaitingStage
[1.11.50i] 2024/05/20 19:24:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:24:37: leave LoadWaitingStage
[1.11.50i] 2024/05/20 19:24:37: drop LoadWaitingStage
[1.11.50i] 2024/05/20 19:24:37: drop LoadCityStage
[1.11.50i] 2024/05/20 19:24:37: bind GameStage
[1.11.50i] 2024/05/20 19:24:37: prepare GameStage
[1.11.50i] 2024/05/20 19:24:37: enter GameStage
[1.11.50i] 2024/05/20 19:24:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:24:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:28:50: bind CityInfoStage
[1.11.50i] 2024/05/20 19:28:50: prepare CityInfoStage
[1.11.50i] 2024/05/20 19:28:50: enter CityInfoStage
[1.11.50i] 2024/05/20 19:28:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:28:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:29:09: leave CityInfoStage
[1.11.50i] 2024/05/20 19:29:09: drop CityInfoStage
[1.11.50i] 2024/05/20 19:29:09: enter GameStage
[1.11.50i] 2024/05/20 19:29:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:29:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:29:54: bind SaveWaitingStage
[1.11.50i] 2024/05/20 19:29:54: prepare SaveWaitingStage
[1.11.50i] 2024/05/20 19:29:54: enter SaveWaitingStage
[1.11.50i] 2024/05/20 19:29:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:29:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:29:54: leave SaveWaitingStage
[1.11.50i] 2024/05/20 19:29:54: drop SaveWaitingStage
[1.11.50i] 2024/05/20 19:29:54: enter GameStage
[1.11.50i] 2024/05/20 19:29:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/20 19:29:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/20 19:34:31: pause app
[1.11.50i] 2024/05/20 19:34:32: leave GameStage
[1.11.50i] 2024/05/20 19:34:32: drop GameStage
[1.11.50i] 2024/05/20 19:34:32: drop RegionStage
[1.11.50i] 2024/05/26 08:54:57: Startup
[1.11.50i] 2024/05/26 08:54:57: create() cold start
[1.11.50i] 2024/05/26 08:54:57: translation pt_BR
[1.11.50i] 2024/05/26 08:54:57: instance OTQ=
[1.11.50i] 2024/05/26 08:54:57: create() finish
[1.11.50i] 2024/05/26 08:54:57: create() end
[1.11.50i] 2024/05/26 08:54:57: resume app
[1.11.50i] 2024/05/26 08:54:57: refresh
[1.11.50i] 2024/05/26 08:54:57: bind LoadingStage
[1.11.50i] 2024/05/26 08:54:57: prepare LoadingStage
[1.11.50i] 2024/05/26 08:54:57: enter LoadingStage
[1.11.50i] 2024/05/26 08:54:57: loading Warm-up
[1.11.50i] 2024/05/26 08:54:57: refresh
[1.11.50i] 2024/05/26 08:54:57: loading Startup
[1.11.50i] 2024/05/26 08:54:57: Max texture size 4096
[1.11.50i] 2024/05/26 08:54:57: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/26 08:54:57: Engine consumes 11MB
[1.11.50i] 2024/05/26 08:54:57: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/26 08:54:57: loading Texture
[1.11.50i] 2024/05/26 08:54:57: loading Fonts
[1.11.50i] 2024/05/26 08:54:57: loading Skin
[1.11.50i] 2024/05/26 08:54:57: loading Extract files
[1.11.50i] 2024/05/26 08:54:57: loading Frames
[1.11.50i] 2024/05/26 08:54:58: loading Scripting
[1.11.50i] 2024/05/26 08:54:58: loading Collecting drafts
[1.11.50i] 2024/05/26 08:55:00: loading Prefetching images
[1.11.50i] 2024/05/26 08:55:00: loading Loading drafts
[1.11.50i] 2024/05/26 08:55:00: loading Finishing drafts
[1.11.50i] 2024/05/26 08:55:00: loading Loading music
[1.11.50i] 2024/05/26 08:55:00: loading Shaders
[1.11.50i] 2024/05/26 08:55:00: loading Topics
[1.11.50i] 2024/05/26 08:55:00: loading Loading textures
[1.11.50i] 2024/05/26 08:55:01: loading Checking winter
[1.11.50i] 2024/05/26 08:55:01: loading Preparing background
[1.11.50i] 2024/05/26 08:55:01: loading Finishing
[1.11.50i] 2024/05/26 08:55:01: leave LoadingStage
[1.11.50i] 2024/05/26 08:55:01: drop LoadingStage
[1.11.50i] 2024/05/26 08:55:01: bind MissingScriptPermsStage
[1.11.50i] 2024/05/26 08:55:01: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/26 08:55:01: bind PluginErrorStage
[1.11.50i] 2024/05/26 08:55:01: prepare PluginErrorStage
[1.11.50i] 2024/05/26 08:55:01: bind MissingManifestStage
[1.11.50i] 2024/05/26 08:55:01: prepare MissingManifestStage
[1.11.50i] 2024/05/26 08:55:01: bind WelcomeStage
[1.11.50i] 2024/05/26 08:55:01: prepare WelcomeStage
[1.11.50i] 2024/05/26 08:55:01: enter WelcomeStage
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: drop MissingScriptPermsStage
[1.11.50i] 2024/05/26 08:55:01: drop PluginErrorStage
[1.11.50i] 2024/05/26 08:55:01: drop MissingManifestStage
[1.11.50i] 2024/05/26 08:55:01: leave WelcomeStage
[1.11.50i] 2024/05/26 08:55:01: drop WelcomeStage
[1.11.50i] 2024/05/26 08:55:01: bind RegionStage
[1.11.50i] 2024/05/26 08:55:01: prepare RegionStage
[1.11.50i] 2024/05/26 08:55:01: enter RegionStage
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: instance OTM=
[1.11.50i] 2024/05/26 08:55:01: instance OTQ=
[1.11.50i] 2024/05/26 08:55:01: bind LoadWaitingStage
[1.11.50i] 2024/05/26 08:55:01: prepare LoadWaitingStage
[1.11.50i] 2024/05/26 08:55:01: enter LoadWaitingStage
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: leave LoadWaitingStage
[1.11.50i] 2024/05/26 08:55:01: drop LoadWaitingStage
[1.11.50i] 2024/05/26 08:55:01: bind GameStage
[1.11.50i] 2024/05/26 08:55:01: prepare GameStage
[1.11.50i] 2024/05/26 08:55:01: enter GameStage
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:01: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/26 08:55:01: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/26 08:55:01: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:03: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/26 08:55:03: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/26 08:55:03: enter GameStage
[1.11.50i] 2024/05/26 08:55:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:55:58: bind CityInfoStage
[1.11.50i] 2024/05/26 08:55:58: prepare CityInfoStage
[1.11.50i] 2024/05/26 08:55:58: enter CityInfoStage
[1.11.50i] 2024/05/26 08:55:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:55:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:00: leave CityInfoStage
[1.11.50i] 2024/05/26 08:56:00: drop CityInfoStage
[1.11.50i] 2024/05/26 08:56:00: enter GameStage
[1.11.50i] 2024/05/26 08:56:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:01: bind Store
[1.11.50i] 2024/05/26 08:56:01: prepare Store
[1.11.50i] 2024/05/26 08:56:01: enter Store
[1.11.50i] 2024/05/26 08:56:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:01: leave Store
[1.11.50i] 2024/05/26 08:56:01: drop Store
[1.11.50i] 2024/05/26 08:56:01: enter GameStage
[1.11.50i] 2024/05/26 08:56:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:17: leave GameStage
[1.11.50i] 2024/05/26 08:56:17: drop GameStage
[1.11.50i] 2024/05/26 08:56:17: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:56:17: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:56:17: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:56:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:17: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:56:17: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:56:17: enter RegionStage
[1.11.50i] 2024/05/26 08:56:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:20: bind LoadCityStage
[1.11.50i] 2024/05/26 08:56:20: prepare LoadCityStage
[1.11.50i] 2024/05/26 08:56:20: enter LoadCityStage
[1.11.50i] 2024/05/26 08:56:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:22: bind WaitingStage
[1.11.50i] 2024/05/26 08:56:22: prepare WaitingStage
[1.11.50i] 2024/05/26 08:56:22: enter WaitingStage
[1.11.50i] 2024/05/26 08:56:22: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:22: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:23: leave WaitingStage
[1.11.50i] 2024/05/26 08:56:23: drop WaitingStage
[1.11.50i] 2024/05/26 08:56:23: enter LoadCityStage
[1.11.50i] 2024/05/26 08:56:23: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:23: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:26: bind LoadWaitingStage
[1.11.50i] 2024/05/26 08:56:26: prepare LoadWaitingStage
[1.11.50i] 2024/05/26 08:56:26: enter LoadWaitingStage
[1.11.50i] 2024/05/26 08:56:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:56:26: leave LoadWaitingStage
[1.11.50i] 2024/05/26 08:56:26: drop LoadWaitingStage
[1.11.50i] 2024/05/26 08:56:26: drop LoadCityStage
[1.11.50i] 2024/05/26 08:56:26: bind GameStage
[1.11.50i] 2024/05/26 08:56:26: prepare GameStage
[1.11.50i] 2024/05/26 08:56:26: enter GameStage
[1.11.50i] 2024/05/26 08:56:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:56:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:57:46: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:57:46: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:57:46: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:57:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:57:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:57:47: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:57:47: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:57:47: enter GameStage
[1.11.50i] 2024/05/26 08:57:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:57:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:07: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:07: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:07: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:07: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:07: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:07: enter GameStage
[1.11.50i] 2024/05/26 08:58:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:35: bind CityInfoStage
[1.11.50i] 2024/05/26 08:58:35: prepare CityInfoStage
[1.11.50i] 2024/05/26 08:58:35: enter CityInfoStage
[1.11.50i] 2024/05/26 08:58:35: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:35: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:37: leave CityInfoStage
[1.11.50i] 2024/05/26 08:58:37: drop CityInfoStage
[1.11.50i] 2024/05/26 08:58:37: enter GameStage
[1.11.50i] 2024/05/26 08:58:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:44: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:44: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:44: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:45: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:45: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:45: enter GameStage
[1.11.50i] 2024/05/26 08:58:45: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:45: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:46: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:46: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:46: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:58:46: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:46: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:58:46: enter GameStage
[1.11.50i] 2024/05/26 08:58:46: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:58:46: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:59:02: bind SaveWaitingStage
[1.11.50i] 2024/05/26 08:59:02: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 08:59:02: enter SaveWaitingStage
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 08:59:02: leave SaveWaitingStage
[1.11.50i] 2024/05/26 08:59:02: drop SaveWaitingStage
[1.11.50i] 2024/05/26 08:59:02: enter GameStage
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 08:59:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:00:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:00:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:00:34: bind SaveWaitingStage
[1.11.50i] 2024/05/26 09:00:34: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 09:00:34: enter SaveWaitingStage
[1.11.50i] 2024/05/26 09:00:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:00:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:00:34: leave SaveWaitingStage
[1.11.50i] 2024/05/26 09:00:34: drop SaveWaitingStage
[1.11.50i] 2024/05/26 09:00:34: enter GameStage
[1.11.50i] 2024/05/26 09:00:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:00:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:08: leave GameStage
[1.11.50i] 2024/05/26 09:01:08: drop GameStage
[1.11.50i] 2024/05/26 09:01:08: bind SaveWaitingStage
[1.11.50i] 2024/05/26 09:01:08: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 09:01:08: enter SaveWaitingStage
[1.11.50i] 2024/05/26 09:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:08: leave SaveWaitingStage
[1.11.50i] 2024/05/26 09:01:08: drop SaveWaitingStage
[1.11.50i] 2024/05/26 09:01:08: enter RegionStage
[1.11.50i] 2024/05/26 09:01:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:10: bind LoadCityStage
[1.11.50i] 2024/05/26 09:01:10: prepare LoadCityStage
[1.11.50i] 2024/05/26 09:01:10: enter LoadCityStage
[1.11.50i] 2024/05/26 09:01:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:13: refresh
[1.11.50i] 2024/05/26 09:01:13: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:13: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:15: bind LoadWaitingStage
[1.11.50i] 2024/05/26 09:01:15: prepare LoadWaitingStage
[1.11.50i] 2024/05/26 09:01:15: enter LoadWaitingStage
[1.11.50i] 2024/05/26 09:01:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:01:15: leave LoadWaitingStage
[1.11.50i] 2024/05/26 09:01:15: drop LoadWaitingStage
[1.11.50i] 2024/05/26 09:01:15: drop LoadCityStage
[1.11.50i] 2024/05/26 09:01:15: bind GameStage
[1.11.50i] 2024/05/26 09:01:15: prepare GameStage
[1.11.50i] 2024/05/26 09:01:15: enter GameStage
[1.11.50i] 2024/05/26 09:01:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:01:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:02:56: leave GameStage
[1.11.50i] 2024/05/26 09:02:56: drop GameStage
[1.11.50i] 2024/05/26 09:02:56: bind SaveWaitingStage
[1.11.50i] 2024/05/26 09:02:56: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 09:02:56: enter SaveWaitingStage
[1.11.50i] 2024/05/26 09:02:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:02:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:02:56: leave SaveWaitingStage
[1.11.50i] 2024/05/26 09:02:56: drop SaveWaitingStage
[1.11.50i] 2024/05/26 09:02:56: enter RegionStage
[1.11.50i] 2024/05/26 09:02:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:02:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:02:58: bind LoadCityStage
[1.11.50i] 2024/05/26 09:02:58: prepare LoadCityStage
[1.11.50i] 2024/05/26 09:02:58: enter LoadCityStage
[1.11.50i] 2024/05/26 09:02:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:02:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:00: bind LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:00: prepare LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:00: enter LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:00: leave LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:00: drop LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:00: drop LoadCityStage
[1.11.50i] 2024/05/26 09:03:00: bind GameStage
[1.11.50i] 2024/05/26 09:03:00: prepare GameStage
[1.11.50i] 2024/05/26 09:03:00: enter GameStage
[1.11.50i] 2024/05/26 09:03:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:03: leave GameStage
[1.11.50i] 2024/05/26 09:03:03: drop GameStage
[1.11.50i] 2024/05/26 09:03:03: bind SaveWaitingStage
[1.11.50i] 2024/05/26 09:03:03: prepare SaveWaitingStage
[1.11.50i] 2024/05/26 09:03:03: enter SaveWaitingStage
[1.11.50i] 2024/05/26 09:03:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:03: leave SaveWaitingStage
[1.11.50i] 2024/05/26 09:03:03: drop SaveWaitingStage
[1.11.50i] 2024/05/26 09:03:03: enter RegionStage
[1.11.50i] 2024/05/26 09:03:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:04: bind LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:04: prepare LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:04: enter LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:03:05: leave LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:05: drop LoadWaitingStage
[1.11.50i] 2024/05/26 09:03:05: bind GameStage
[1.11.50i] 2024/05/26 09:03:05: prepare GameStage
[1.11.50i] 2024/05/26 09:03:05: enter GameStage
[1.11.50i] 2024/05/26 09:03:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/26 09:03:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/26 09:07:30: pause app
[1.11.50i] 2024/05/26 09:07:31: leave GameStage
[1.11.50i] 2024/05/26 09:07:31: drop GameStage
[1.11.50i] 2024/05/26 09:07:31: drop RegionStage
[1.11.50i] 2024/05/30 10:09:12: Startup
[1.11.50i] 2024/05/30 10:09:12: create() cold start
[1.11.50i] 2024/05/30 10:09:12: translation pt_BR
[1.11.50i] 2024/05/30 10:09:12: instance OTQ=
[1.11.50i] 2024/05/30 10:09:12: create() finish
[1.11.50i] 2024/05/30 10:09:12: create() end
[1.11.50i] 2024/05/30 10:09:12: resume app
[1.11.50i] 2024/05/30 10:09:12: refresh
[1.11.50i] 2024/05/30 10:09:12: bind LoadingStage
[1.11.50i] 2024/05/30 10:09:12: prepare LoadingStage
[1.11.50i] 2024/05/30 10:09:12: enter LoadingStage
[1.11.50i] 2024/05/30 10:09:13: loading Warm-up
[1.11.50i] 2024/05/30 10:09:13: refresh
[1.11.50i] 2024/05/30 10:09:13: loading Startup
[1.11.50i] 2024/05/30 10:09:13: Max texture size 4096
[1.11.50i] 2024/05/30 10:09:13: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/30 10:09:13: Engine consumes 11MB
[1.11.50i] 2024/05/30 10:09:13: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/30 10:09:13: loading Texture
[1.11.50i] 2024/05/30 10:09:13: loading Fonts
[1.11.50i] 2024/05/30 10:09:13: loading Skin
[1.11.50i] 2024/05/30 10:09:13: loading Extract files
[1.11.50i] 2024/05/30 10:09:13: loading Frames
[1.11.50i] 2024/05/30 10:09:13: loading Scripting
[1.11.50i] 2024/05/30 10:09:13: loading Collecting drafts
[1.11.50i] 2024/05/30 10:09:15: loading Prefetching images
[1.11.50i] 2024/05/30 10:09:15: loading Loading drafts
[1.11.50i] 2024/05/30 10:09:15: loading Finishing drafts
[1.11.50i] 2024/05/30 10:09:16: loading Loading music
[1.11.50i] 2024/05/30 10:09:16: loading Shaders
[1.11.50i] 2024/05/30 10:09:16: loading Topics
[1.11.50i] 2024/05/30 10:09:16: loading Loading textures
[1.11.50i] 2024/05/30 10:09:16: loading Checking winter
[1.11.50i] 2024/05/30 10:09:16: loading Preparing background
[1.11.50i] 2024/05/30 10:09:16: loading Finishing
[1.11.50i] 2024/05/30 10:09:16: leave LoadingStage
[1.11.50i] 2024/05/30 10:09:16: drop LoadingStage
[1.11.50i] 2024/05/30 10:09:16: bind MissingScriptPermsStage
[1.11.50i] 2024/05/30 10:09:16: prepare MissingScriptPermsStage
[1.11.50i] 2024/05/30 10:09:16: bind PluginErrorStage
[1.11.50i] 2024/05/30 10:09:16: prepare PluginErrorStage
[1.11.50i] 2024/05/30 10:09:16: bind MissingManifestStage
[1.11.50i] 2024/05/30 10:09:16: prepare MissingManifestStage
[1.11.50i] 2024/05/30 10:09:16: bind WelcomeStage
[1.11.50i] 2024/05/30 10:09:16: prepare WelcomeStage
[1.11.50i] 2024/05/30 10:09:16: enter WelcomeStage
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:16: drop MissingScriptPermsStage
[1.11.50i] 2024/05/30 10:09:16: drop PluginErrorStage
[1.11.50i] 2024/05/30 10:09:16: drop MissingManifestStage
[1.11.50i] 2024/05/30 10:09:16: leave WelcomeStage
[1.11.50i] 2024/05/30 10:09:16: drop WelcomeStage
[1.11.50i] 2024/05/30 10:09:16: bind RegionStage
[1.11.50i] 2024/05/30 10:09:16: prepare RegionStage
[1.11.50i] 2024/05/30 10:09:16: enter RegionStage
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:17: instance OTM=
[1.11.50i] 2024/05/30 10:09:17: instance OTQ=
[1.11.50i] 2024/05/30 10:09:17: bind LoadWaitingStage
[1.11.50i] 2024/05/30 10:09:17: prepare LoadWaitingStage
[1.11.50i] 2024/05/30 10:09:17: enter LoadWaitingStage
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:17: leave LoadWaitingStage
[1.11.50i] 2024/05/30 10:09:17: drop LoadWaitingStage
[1.11.50i] 2024/05/30 10:09:17: bind GameStage
[1.11.50i] 2024/05/30 10:09:17: prepare GameStage
[1.11.50i] 2024/05/30 10:09:17: enter GameStage
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:17: bind SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/30 10:09:17: prepare SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/30 10:09:17: enter SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:17: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:09:18: leave SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/30 10:09:18: drop SpecialOfferStage:$feature_landmarks04
[1.11.50i] 2024/05/30 10:09:18: enter GameStage
[1.11.50i] 2024/05/30 10:09:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:09:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:12:19: bind CityInfoStage
[1.11.50i] 2024/05/30 10:12:19: prepare CityInfoStage
[1.11.50i] 2024/05/30 10:12:19: enter CityInfoStage
[1.11.50i] 2024/05/30 10:12:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:12:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:12:20: leave CityInfoStage
[1.11.50i] 2024/05/30 10:12:20: drop CityInfoStage
[1.11.50i] 2024/05/30 10:12:20: enter GameStage
[1.11.50i] 2024/05/30 10:12:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:12:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:13:09: leave GameStage
[1.11.50i] 2024/05/30 10:13:09: drop GameStage
[1.11.50i] 2024/05/30 10:13:09: bind SaveWaitingStage
[1.11.50i] 2024/05/30 10:13:09: prepare SaveWaitingStage
[1.11.50i] 2024/05/30 10:13:09: enter SaveWaitingStage
[1.11.50i] 2024/05/30 10:13:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:13:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:13:09: leave SaveWaitingStage
[1.11.50i] 2024/05/30 10:13:09: drop SaveWaitingStage
[1.11.50i] 2024/05/30 10:13:09: enter RegionStage
[1.11.50i] 2024/05/30 10:13:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:13:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:13:12: bind LoadWaitingStage
[1.11.50i] 2024/05/30 10:13:12: prepare LoadWaitingStage
[1.11.50i] 2024/05/30 10:13:12: enter LoadWaitingStage
[1.11.50i] 2024/05/30 10:13:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:13:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:13:12: leave LoadWaitingStage
[1.11.50i] 2024/05/30 10:13:12: drop LoadWaitingStage
[1.11.50i] 2024/05/30 10:13:12: bind GameStage
[1.11.50i] 2024/05/30 10:13:12: prepare GameStage
[1.11.50i] 2024/05/30 10:13:12: enter GameStage
[1.11.50i] 2024/05/30 10:13:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/05/30 10:13:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/05/30 10:15:47: pause app
[1.11.50i] 2024/05/30 10:15:47: leave GameStage
[1.11.50i] 2024/05/30 10:15:47: drop GameStage
[1.11.50i] 2024/05/30 10:15:47: drop RegionStage
[1.11.50i] 2024/05/30 13:50:25: Startup
[1.11.50i] 2024/05/30 13:50:25: create() cold start
[1.11.50i] 2024/05/30 13:50:25: translation pt_BR
[1.11.50i] 2024/05/30 13:50:25: instance OTQ=
[1.11.50i] 2024/05/30 13:50:25: create() finish
[1.11.50i] 2024/05/30 13:50:25: create() end
[1.11.50i] 2024/05/30 13:50:25: resume app
[1.11.50i] 2024/05/30 13:50:25: refresh
[1.11.50i] 2024/05/30 13:50:25: bind LoadingStage
[1.11.50i] 2024/05/30 13:50:25: prepare LoadingStage
[1.11.50i] 2024/05/30 13:50:26: enter LoadingStage
[1.11.50i] 2024/05/30 13:50:26: loading Warm-up
[1.11.50i] 2024/05/30 13:50:26: refresh
[1.11.50i] 2024/05/30 13:50:26: loading Startup
[1.11.50i] 2024/05/30 13:50:26: Max texture size 4096
[1.11.50i] 2024/05/30 13:50:26: Max heap size is 8796093022207MB
[1.11.50i] 2024/05/30 13:50:26: Engine consumes 11MB
[1.11.50i] 2024/05/30 13:50:26: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/05/30 13:50:26: loading Texture
[1.11.50i] 2024/05/30 13:50:26: loading Fonts
[1.11.50i] 2024/05/30 13:50:26: loading Skin
[1.11.50i] 2024/05/30 13:50:26: loading Extract files
[1.11.50i] 2024/05/30 13:50:26: loading Frames
[1.11.50i] 2024/05/30 13:50:26: loading Scripting
[1.11.50i] 2024/05/30 13:50:26: loading Collecting drafts
[1.11.50i] 2024/05/30 13:50:28: loading Prefetching images
[1.11.50i] 2024/05/30 13:50:28: loading Loading drafts
[1.11.50i] 2024/05/30 13:50:29: loading Finishing drafts
[1.11.50i] 2024/05/30 13:50:29: pause app
[1.11.50i] 2024/06/13 13:59:54: Startup
[1.11.50i] 2024/06/13 13:59:54: create() cold start
[1.11.50i] 2024/06/13 13:59:54: translation pt_BR
[1.11.50i] 2024/06/13 13:59:54: instance OTQ=
[1.11.50i] 2024/06/13 13:59:54: create() finish
[1.11.50i] 2024/06/13 13:59:54: create() end
[1.11.50i] 2024/06/13 13:59:54: resume app
[1.11.50i] 2024/06/13 13:59:54: refresh
[1.11.50i] 2024/06/13 13:59:54: bind LoadingStage
[1.11.50i] 2024/06/13 13:59:54: prepare LoadingStage
[1.11.50i] 2024/06/13 13:59:54: enter LoadingStage
[1.11.50i] 2024/06/13 13:59:54: loading Warm-up
[1.11.50i] 2024/06/13 13:59:54: refresh
[1.11.50i] 2024/06/13 13:59:54: loading Startup
[1.11.50i] 2024/06/13 13:59:54: Max texture size 4096
[1.11.50i] 2024/06/13 13:59:54: Max heap size is 8796093022207MB
[1.11.50i] 2024/06/13 13:59:54: Engine consumes 11MB
[1.11.50i] 2024/06/13 13:59:54: Screen size is 852x393, ppi: 492.0
[1.11.50i] 2024/06/13 13:59:55: loading Texture
[1.11.50i] 2024/06/13 13:59:55: loading Fonts
[1.11.50i] 2024/06/13 13:59:55: loading Skin
[1.11.50i] 2024/06/13 13:59:55: loading Extract files
[1.11.50i] 2024/06/13 13:59:55: loading Frames
[1.11.50i] 2024/06/13 13:59:55: loading Scripting
[1.11.50i] 2024/06/13 13:59:55: loading Collecting drafts
[1.11.50i] 2024/06/13 13:59:57: loading Prefetching images
[1.11.50i] 2024/06/13 13:59:57: loading Loading drafts
[1.11.50i] 2024/06/13 13:59:57: loading Finishing drafts
[1.11.50i] 2024/06/13 13:59:57: loading Loading music
[1.11.50i] 2024/06/13 13:59:58: loading Shaders
[1.11.50i] 2024/06/13 13:59:58: loading Topics
[1.11.50i] 2024/06/13 13:59:58: loading Loading textures
[1.11.50i] 2024/06/13 13:59:58: loading Checking winter
[1.11.50i] 2024/06/13 13:59:58: loading Preparing background
[1.11.50i] 2024/06/13 13:59:58: loading Finishing
[1.11.50i] 2024/06/13 13:59:58: leave LoadingStage
[1.11.50i] 2024/06/13 13:59:58: drop LoadingStage
[1.11.50i] 2024/06/13 13:59:58: bind MissingScriptPermsStage
[1.11.50i] 2024/06/13 13:59:58: prepare MissingScriptPermsStage
[1.11.50i] 2024/06/13 13:59:58: bind PluginErrorStage
[1.11.50i] 2024/06/13 13:59:58: prepare PluginErrorStage
[1.11.50i] 2024/06/13 13:59:58: bind MissingManifestStage
[1.11.50i] 2024/06/13 13:59:58: prepare MissingManifestStage
[1.11.50i] 2024/06/13 13:59:58: bind WelcomeStage
[1.11.50i] 2024/06/13 13:59:58: prepare WelcomeStage
[1.11.50i] 2024/06/13 13:59:58: enter WelcomeStage
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:58: drop MissingScriptPermsStage
[1.11.50i] 2024/06/13 13:59:58: drop PluginErrorStage
[1.11.50i] 2024/06/13 13:59:58: drop MissingManifestStage
[1.11.50i] 2024/06/13 13:59:58: leave WelcomeStage
[1.11.50i] 2024/06/13 13:59:58: drop WelcomeStage
[1.11.50i] 2024/06/13 13:59:58: bind RegionStage
[1.11.50i] 2024/06/13 13:59:58: prepare RegionStage
[1.11.50i] 2024/06/13 13:59:58: enter RegionStage
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:58: instance OTM=
[1.11.50i] 2024/06/13 13:59:58: instance OTQ=
[1.11.50i] 2024/06/13 13:59:58: bind LoadWaitingStage
[1.11.50i] 2024/06/13 13:59:58: prepare LoadWaitingStage
[1.11.50i] 2024/06/13 13:59:58: enter LoadWaitingStage
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:59: leave LoadWaitingStage
[1.11.50i] 2024/06/13 13:59:59: drop LoadWaitingStage
[1.11.50i] 2024/06/13 13:59:59: bind GameStage
[1.11.50i] 2024/06/13 13:59:59: prepare GameStage
[1.11.50i] 2024/06/13 13:59:59: enter GameStage
[1.11.50i] 2024/06/13 13:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 13:59:59: bind SpecialOfferStage:$feature_landmarks05
[1.11.50i] 2024/06/13 13:59:59: prepare SpecialOfferStage:$feature_landmarks05
[1.11.50i] 2024/06/13 13:59:59: enter SpecialOfferStage:$feature_landmarks05
[1.11.50i] 2024/06/13 13:59:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 13:59:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:02: leave SpecialOfferStage:$feature_landmarks05
[1.11.50i] 2024/06/13 14:00:02: drop SpecialOfferStage:$feature_landmarks05
[1.11.50i] 2024/06/13 14:00:02: enter GameStage
[1.11.50i] 2024/06/13 14:00:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 14:00:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:07: leave GameStage
[1.11.50i] 2024/06/13 14:00:07: drop GameStage
[1.11.50i] 2024/06/13 14:00:07: bind SaveWaitingStage
[1.11.50i] 2024/06/13 14:00:07: prepare SaveWaitingStage
[1.11.50i] 2024/06/13 14:00:07: enter SaveWaitingStage
[1.11.50i] 2024/06/13 14:00:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 14:00:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:07: leave SaveWaitingStage
[1.11.50i] 2024/06/13 14:00:07: drop SaveWaitingStage
[1.11.50i] 2024/06/13 14:00:07: enter RegionStage
[1.11.50i] 2024/06/13 14:00:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 14:00:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:08: bind LoadWaitingStage
[1.11.50i] 2024/06/13 14:00:08: prepare LoadWaitingStage
[1.11.50i] 2024/06/13 14:00:08: enter LoadWaitingStage
[1.11.50i] 2024/06/13 14:00:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 14:00:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:09: leave LoadWaitingStage
[1.11.50i] 2024/06/13 14:00:09: drop LoadWaitingStage
[1.11.50i] 2024/06/13 14:00:09: bind GameStage
[1.11.50i] 2024/06/13 14:00:09: prepare GameStage
[1.11.50i] 2024/06/13 14:00:09: enter GameStage
[1.11.50i] 2024/06/13 14:00:09: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.50i] 2024/06/13 14:00:09: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.50i] 2024/06/13 14:00:13: pause app
[1.11.50i] 2024/06/13 14:00:14: leave GameStage
[1.11.50i] 2024/06/13 14:00:14: drop GameStage
[1.11.50i] 2024/06/13 14:00:14: drop RegionStage
[1.11.82i] 2024/08/27 17:16:43: Startup
[1.11.82i] 2024/08/27 17:16:43: create() cold start
[1.11.82i] 2024/08/27 17:16:43: translation pt_BR
[1.11.82i] 2024/08/27 17:16:43: instance OTQ=
[1.11.82i] 2024/08/27 17:16:43: create() finish
[1.11.82i] 2024/08/27 17:16:43: create() end
[1.11.82i] 2024/08/27 17:16:43: resume app
[1.11.82i] 2024/08/27 17:16:43: refresh
[1.11.82i] 2024/08/27 17:16:43: bind LoadingStage
[1.11.82i] 2024/08/27 17:16:43: prepare LoadingStage
[1.11.82i] 2024/08/27 17:16:43: enter LoadingStage
[1.11.82i] 2024/08/27 17:16:43: loading Warm-up
[1.11.82i] 2024/08/27 17:16:43: refresh
[1.11.82i] 2024/08/27 17:16:43: loading Startup
[1.11.82i] 2024/08/27 17:16:43: Max texture size 4096
[1.11.82i] 2024/08/27 17:16:43: Max heap size is 8796093022207MB
[1.11.82i] 2024/08/27 17:16:43: Engine consumes 13MB
[1.11.82i] 2024/08/27 17:16:43: Screen size is 852x393, ppi: 492.0
[1.11.82i] 2024/08/27 17:16:44: loading Texture
[1.11.82i] 2024/08/27 17:16:44: loading Fonts
[1.11.82i] 2024/08/27 17:16:44: loading Skin
[1.11.82i] 2024/08/27 17:16:44: loading Extract files
[1.11.82i] 2024/08/27 17:16:44: loading Frames
[1.11.82i] 2024/08/27 17:16:44: loading Scripting
[1.11.82i] 2024/08/27 17:16:44: loading Collecting drafts
[1.11.82i] 2024/08/27 17:16:44: pause app
[1.11.82i] 2024/08/27 17:16:45: leave LoadingStage
[1.11.82i] 2024/08/27 17:16:45: drop LoadingStage
[1.11.82i] 2024/08/31 08:57:54: Startup
[1.11.82i] 2024/08/31 08:57:54: create() cold start
[1.11.82i] 2024/08/31 08:57:54: translation pt_BR
[1.11.82i] 2024/08/31 08:57:54: instance OTQ=
[1.11.82i] 2024/08/31 08:57:54: create() finish
[1.11.82i] 2024/08/31 08:57:54: create() end
[1.11.82i] 2024/08/31 08:57:54: resume app
[1.11.82i] 2024/08/31 08:57:54: refresh
[1.11.82i] 2024/08/31 08:57:54: bind LoadingStage
[1.11.82i] 2024/08/31 08:57:54: prepare LoadingStage
[1.11.82i] 2024/08/31 08:57:54: enter LoadingStage
[1.11.82i] 2024/08/31 08:57:54: loading Warm-up
[1.11.82i] 2024/08/31 08:57:54: refresh
[1.11.82i] 2024/08/31 08:57:54: loading Startup
[1.11.82i] 2024/08/31 08:57:54: Max texture size 4096
[1.11.82i] 2024/08/31 08:57:54: Max heap size is 8796093022207MB
[1.11.82i] 2024/08/31 08:57:54: Engine consumes 13MB
[1.11.82i] 2024/08/31 08:57:54: Screen size is 852x393, ppi: 492.0
[1.11.82i] 2024/08/31 08:57:54: loading Texture
[1.11.82i] 2024/08/31 08:57:54: loading Fonts
[1.11.82i] 2024/08/31 08:57:54: loading Skin
[1.11.82i] 2024/08/31 08:57:54: loading Extract files
[1.11.82i] 2024/08/31 08:57:54: loading Frames
[1.11.82i] 2024/08/31 08:57:54: loading Scripting
[1.11.82i] 2024/08/31 08:57:54: loading Collecting drafts
[1.11.82i] 2024/08/31 08:57:57: pause app
[1.11.82i] 2024/08/31 08:57:59: leave LoadingStage
[1.11.82i] 2024/08/31 08:57:59: drop LoadingStage
[1.11.82i] 2024/08/31 08:58:00: Startup
[1.11.82i] 2024/08/31 08:58:00: create() cold start
[1.11.82i] 2024/08/31 08:58:00: translation pt_BR
[1.11.82i] 2024/08/31 08:58:00: instance OTQ=
[1.11.82i] 2024/08/31 08:58:00: create() finish
[1.11.82i] 2024/08/31 08:58:00: create() end
[1.11.82i] 2024/08/31 08:58:00: resume app
[1.11.82i] 2024/08/31 08:58:00: refresh
[1.11.82i] 2024/08/31 08:58:00: bind LoadingStage
[1.11.82i] 2024/08/31 08:58:00: prepare LoadingStage
[1.11.82i] 2024/08/31 08:58:00: enter LoadingStage
[1.11.82i] 2024/08/31 08:58:00: loading Warm-up
[1.11.82i] 2024/08/31 08:58:00: refresh
[1.11.82i] 2024/08/31 08:58:00: loading Startup
[1.11.82i] 2024/08/31 08:58:00: Max texture size 4096
[1.11.82i] 2024/08/31 08:58:00: Max heap size is 8796093022207MB
[1.11.82i] 2024/08/31 08:58:00: Engine consumes 13MB
[1.11.82i] 2024/08/31 08:58:00: Screen size is 852x393, ppi: 492.0
[1.11.82i] 2024/08/31 08:58:00: loading Texture
[1.11.82i] 2024/08/31 08:58:00: loading Fonts
[1.11.82i] 2024/08/31 08:58:00: loading Skin
[1.11.82i] 2024/08/31 08:58:00: loading Extract files
[1.11.82i] 2024/08/31 08:58:00: loading Frames
[1.11.82i] 2024/08/31 08:58:00: loading Scripting
[1.11.82i] 2024/08/31 08:58:00: loading Collecting drafts
[1.11.82i] 2024/08/31 08:58:03: loading Prefetching images
[1.11.82i] 2024/08/31 08:58:03: loading Loading drafts
[1.11.82i] 2024/08/31 08:58:03: loading Finishing drafts
[1.11.82i] 2024/08/31 08:58:03: loading Loading music
[1.11.82i] 2024/08/31 08:58:03: loading Shaders
[1.11.82i] 2024/08/31 08:58:03: loading Topics
[1.11.82i] 2024/08/31 08:58:03: loading Loading textures
[1.11.82i] 2024/08/31 08:58:04: loading Checking winter
[1.11.82i] 2024/08/31 08:58:04: loading Preparing background
[1.11.82i] 2024/08/31 08:58:04: loading Finishing
[1.11.82i] 2024/08/31 08:58:04: leave LoadingStage
[1.11.82i] 2024/08/31 08:58:04: drop LoadingStage
[1.11.82i] 2024/08/31 08:58:04: bind MissingScriptPermsStage
[1.11.82i] 2024/08/31 08:58:04: prepare MissingScriptPermsStage
[1.11.82i] 2024/08/31 08:58:04: bind PluginErrorStage
[1.11.82i] 2024/08/31 08:58:04: prepare PluginErrorStage
[1.11.82i] 2024/08/31 08:58:04: bind MissingManifestStage
[1.11.82i] 2024/08/31 08:58:04: prepare MissingManifestStage
[1.11.82i] 2024/08/31 08:58:04: bind WelcomeStage
[1.11.82i] 2024/08/31 08:58:04: prepare WelcomeStage
[1.11.82i] 2024/08/31 08:58:04: enter WelcomeStage
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:04: drop MissingScriptPermsStage
[1.11.82i] 2024/08/31 08:58:04: drop PluginErrorStage
[1.11.82i] 2024/08/31 08:58:04: drop MissingManifestStage
[1.11.82i] 2024/08/31 08:58:04: leave WelcomeStage
[1.11.82i] 2024/08/31 08:58:04: drop WelcomeStage
[1.11.82i] 2024/08/31 08:58:04: bind RegionStage
[1.11.82i] 2024/08/31 08:58:04: prepare RegionStage
[1.11.82i] 2024/08/31 08:58:04: enter RegionStage
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:04: instance OTM=
[1.11.82i] 2024/08/31 08:58:04: instance OTQ=
[1.11.82i] 2024/08/31 08:58:04: bind LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:04: prepare LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:04: enter LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:05: leave LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:05: drop LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:05: bind GameStage
[1.11.82i] 2024/08/31 08:58:05: prepare GameStage
[1.11.82i] 2024/08/31 08:58:05: enter GameStage
[1.11.82i] 2024/08/31 08:58:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:05: bind SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/08/31 08:58:05: prepare SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/08/31 08:58:05: enter SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/08/31 08:58:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:07: leave SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/08/31 08:58:07: drop SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/08/31 08:58:07: enter GameStage
[1.11.82i] 2024/08/31 08:58:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:21: leave GameStage
[1.11.82i] 2024/08/31 08:58:21: drop GameStage
[1.11.82i] 2024/08/31 08:58:21: bind SaveWaitingStage
[1.11.82i] 2024/08/31 08:58:21: prepare SaveWaitingStage
[1.11.82i] 2024/08/31 08:58:21: enter SaveWaitingStage
[1.11.82i] 2024/08/31 08:58:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:21: leave SaveWaitingStage
[1.11.82i] 2024/08/31 08:58:21: drop SaveWaitingStage
[1.11.82i] 2024/08/31 08:58:21: enter RegionStage
[1.11.82i] 2024/08/31 08:58:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:25: bind LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:25: prepare LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:25: enter LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 08:58:26: leave LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:26: drop LoadWaitingStage
[1.11.82i] 2024/08/31 08:58:26: bind GameStage
[1.11.82i] 2024/08/31 08:58:26: prepare GameStage
[1.11.82i] 2024/08/31 08:58:26: enter GameStage
[1.11.82i] 2024/08/31 08:58:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/08/31 08:58:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/08/31 09:02:37: pause app
[1.11.82i] 2024/08/31 11:43:52: leave GameStage
[1.11.82i] 2024/08/31 11:43:52: drop GameStage
[1.11.82i] 2024/08/31 11:43:52: drop RegionStage
[1.11.82i] 2024/10/03 13:33:48: Startup
[1.11.82i] 2024/10/03 13:33:48: create() cold start
[1.11.82i] 2024/10/03 13:33:49: translation pt_BR
[1.11.82i] 2024/10/03 13:33:49: instance OTQ=
[1.11.82i] 2024/10/03 13:33:49: create() finish
[1.11.82i] 2024/10/03 13:33:49: create() end
[1.11.82i] 2024/10/03 13:33:49: resume app
[1.11.82i] 2024/10/03 13:33:49: refresh
[1.11.82i] 2024/10/03 13:33:49: bind LoadingStage
[1.11.82i] 2024/10/03 13:33:49: prepare LoadingStage
[1.11.82i] 2024/10/03 13:33:49: enter LoadingStage
[1.11.82i] 2024/10/03 13:33:49: loading Warm-up
[1.11.82i] 2024/10/03 13:33:49: refresh
[1.11.82i] 2024/10/03 13:33:49: loading Startup
[1.11.82i] 2024/10/03 13:33:49: Max texture size 4096
[1.11.82i] 2024/10/03 13:33:49: Max heap size is 8796093022207MB
[1.11.82i] 2024/10/03 13:33:49: Engine consumes 13MB
[1.11.82i] 2024/10/03 13:33:49: Screen size is 852x393, ppi: 492.0
[1.11.82i] 2024/10/03 13:33:49: loading Texture
[1.11.82i] 2024/10/03 13:33:49: loading Fonts
[1.11.82i] 2024/10/03 13:33:49: loading Skin
[1.11.82i] 2024/10/03 13:33:49: loading Extract files
[1.11.82i] 2024/10/03 13:33:49: loading Frames
[1.11.82i] 2024/10/03 13:33:49: loading Scripting
[1.11.82i] 2024/10/03 13:33:49: loading Collecting drafts
[1.11.82i] 2024/10/03 13:33:51: loading Prefetching images
[1.11.82i] 2024/10/03 13:33:52: loading Loading drafts
[1.11.82i] 2024/10/03 13:33:52: loading Finishing drafts
[1.11.82i] 2024/10/03 13:33:52: loading Loading music
[1.11.82i] 2024/10/03 13:33:52: loading Shaders
[1.11.82i] 2024/10/03 13:33:52: loading Topics
[1.11.82i] 2024/10/03 13:33:52: loading Loading textures
[1.11.82i] 2024/10/03 13:33:53: loading Checking winter
[1.11.82i] 2024/10/03 13:33:53: loading Preparing background
[1.11.82i] 2024/10/03 13:33:53: loading Finishing
[1.11.82i] 2024/10/03 13:33:53: leave LoadingStage
[1.11.82i] 2024/10/03 13:33:53: drop LoadingStage
[1.11.82i] 2024/10/03 13:33:53: bind MissingScriptPermsStage
[1.11.82i] 2024/10/03 13:33:53: prepare MissingScriptPermsStage
[1.11.82i] 2024/10/03 13:33:53: bind PluginErrorStage
[1.11.82i] 2024/10/03 13:33:53: prepare PluginErrorStage
[1.11.82i] 2024/10/03 13:33:53: bind MissingManifestStage
[1.11.82i] 2024/10/03 13:33:53: prepare MissingManifestStage
[1.11.82i] 2024/10/03 13:33:53: bind WelcomeStage
[1.11.82i] 2024/10/03 13:33:53: prepare WelcomeStage
[1.11.82i] 2024/10/03 13:33:53: enter WelcomeStage
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:53: drop MissingScriptPermsStage
[1.11.82i] 2024/10/03 13:33:53: drop PluginErrorStage
[1.11.82i] 2024/10/03 13:33:53: drop MissingManifestStage
[1.11.82i] 2024/10/03 13:33:53: leave WelcomeStage
[1.11.82i] 2024/10/03 13:33:53: drop WelcomeStage
[1.11.82i] 2024/10/03 13:33:53: bind RegionStage
[1.11.82i] 2024/10/03 13:33:53: prepare RegionStage
[1.11.82i] 2024/10/03 13:33:53: enter RegionStage
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:53: instance OTM=
[1.11.82i] 2024/10/03 13:33:53: instance OTQ=
[1.11.82i] 2024/10/03 13:33:53: bind LoadWaitingStage
[1.11.82i] 2024/10/03 13:33:53: prepare LoadWaitingStage
[1.11.82i] 2024/10/03 13:33:53: enter LoadWaitingStage
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:55: leave LoadWaitingStage
[1.11.82i] 2024/10/03 13:33:55: drop LoadWaitingStage
[1.11.82i] 2024/10/03 13:33:55: bind GameStage
[1.11.82i] 2024/10/03 13:33:55: prepare GameStage
[1.11.82i] 2024/10/03 13:33:55: enter GameStage
[1.11.82i] 2024/10/03 13:33:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:55: bind SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/10/03 13:33:55: prepare SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/10/03 13:33:55: enter SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/10/03 13:33:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:57: leave SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/10/03 13:33:57: drop SpecialOfferStage:$feature_landmarks05
[1.11.82i] 2024/10/03 13:33:57: enter GameStage
[1.11.82i] 2024/10/03 13:33:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:33:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:33:59: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 16 more

[1.11.82i] 2024/10/03 13:33:59: Time


java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at java.net.URL.openStream(URL.java:470)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.82i] 2024/10/03 13:33:59: Download


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImp
l.java:89)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.connect(HttpsURLConnectionI
mpl.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager
.java:90)
at info.flowersoft.theotown.resources.ConfigManager$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.82i] 2024/10/03 13:33:59: General


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 16 more

[1.11.82i] 2024/10/03 13:34:56: leave GameStage


[1.11.82i] 2024/10/03 13:34:56: drop GameStage
[1.11.82i] 2024/10/03 13:34:56: bind SaveWaitingStage
[1.11.82i] 2024/10/03 13:34:56: prepare SaveWaitingStage
[1.11.82i] 2024/10/03 13:34:56: enter SaveWaitingStage
[1.11.82i] 2024/10/03 13:34:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:34:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:34:56: leave SaveWaitingStage
[1.11.82i] 2024/10/03 13:34:56: drop SaveWaitingStage
[1.11.82i] 2024/10/03 13:34:56: enter RegionStage
[1.11.82i] 2024/10/03 13:34:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:34:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:35:00: bind LoadWaitingStage
[1.11.82i] 2024/10/03 13:35:00: prepare LoadWaitingStage
[1.11.82i] 2024/10/03 13:35:00: enter LoadWaitingStage
[1.11.82i] 2024/10/03 13:35:00: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:35:00: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:35:02: leave LoadWaitingStage
[1.11.82i] 2024/10/03 13:35:02: drop LoadWaitingStage
[1.11.82i] 2024/10/03 13:35:02: bind GameStage
[1.11.82i] 2024/10/03 13:35:02: prepare GameStage
[1.11.82i] 2024/10/03 13:35:02: enter GameStage
[1.11.82i] 2024/10/03 13:35:02: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/03 13:35:02: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/03 13:35:23: pause app
[1.11.82i] 2024/10/03 13:35:36: leave GameStage
[1.11.82i] 2024/10/03 13:35:36: drop GameStage
[1.11.82i] 2024/10/03 13:35:36: drop RegionStage
[1.11.82i] 2024/10/09 13:21:37: Startup
[1.11.82i] 2024/10/09 13:21:37: create() cold start
[1.11.82i] 2024/10/09 13:21:37: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at java.net.URL.openStream(URL.java:470)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more

[1.11.82i] 2024/10/09 13:21:37: Download


java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at
libcore.io.GaiException.rethrowAsUnknownHostException(GaiException.java:58)
at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImp
l.java:89)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.connect(HttpsURLConnectionI
mpl.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:161)
at
info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager
.java:90)
at info.flowersoft.theotown.resources.ConfigManager$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NONAME (nodename nor
servname provided, or not known)
at libcore.io.Posix.getaddrinfo(Native Method)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
... 15 more
[1.11.82i] 2024/10/09 13:21:37: translation pt_BR
[1.11.82i] 2024/10/09 13:21:37: instance OTQ=
[1.11.82i] 2024/10/09 13:21:37: create() finish
[1.11.82i] 2024/10/09 13:21:37: create() end
[1.11.82i] 2024/10/09 13:21:37: resume app
[1.11.82i] 2024/10/09 13:21:37: refresh
[1.11.82i] 2024/10/09 13:21:37: bind LoadingStage
[1.11.82i] 2024/10/09 13:21:37: prepare LoadingStage
[1.11.82i] 2024/10/09 13:21:37: enter LoadingStage
[1.11.82i] 2024/10/09 13:21:37: loading Warm-up
[1.11.82i] 2024/10/09 13:21:37: refresh
[1.11.82i] 2024/10/09 13:21:38: loading Startup
[1.11.82i] 2024/10/09 13:21:38: Max texture size 4096
[1.11.82i] 2024/10/09 13:21:38: Max heap size is 8796093022207MB
[1.11.82i] 2024/10/09 13:21:38: Engine consumes 13MB
[1.11.82i] 2024/10/09 13:21:38: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.82i] 2024/10/09 13:21:38: Screen size is 852x393, ppi: 492.0


[1.11.82i] 2024/10/09 13:21:38: General
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": nodename
nor servname provided, or not known
at java.net.InetAddress.lookupHostByName(InetAddress.java:394)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:216)
at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)
at
com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImp
l.java:345)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectio
nImpl.java:296)
at
com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnec
tionImpl.java:179)
at
com.android.okhttp.internal.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConn
ectionImpl.java:246)
at
info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles$$Lambda$1.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:837)

[1.11.82i] 2024/10/09 13:21:38: loading Texture


[1.11.82i] 2024/10/09 13:21:38: loading Fonts
[1.11.82i] 2024/10/09 13:21:38: loading Skin
[1.11.82i] 2024/10/09 13:21:38: loading Extract files
[1.11.82i] 2024/10/09 13:21:38: loading Frames
[1.11.82i] 2024/10/09 13:21:38: loading Scripting
[1.11.82i] 2024/10/09 13:21:38: loading Collecting drafts
[1.11.82i] 2024/10/09 13:21:38: loading Prefetching images
[1.11.82i] 2024/10/09 13:21:38: loading Loading drafts
[1.11.82i] 2024/10/09 13:21:38: Get config drafts
java.lang.IllegalArgumentException: May not find a loader for type not defined
java.lang.IllegalArgumentException: May not find a loader for type not defined
at
info.flowersoft.theotown.draftloader.ContentLoader.readArray(ContentLoader.java:534
)
at
info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java:
353)
at
info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:385)
at info.flowersoft.theotown.stages.LoadingStage$$Lambda$12.run(Unknown
Source)
at
info.flowersoft.theotown.stages.LoadingStage.lambda$update$16(LoadingStage.java:162
5)
at info.flowersoft.theotown.stages.LoadingStage$$Lambda$28.call(Unknown
Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
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)

[1.11.82i] 2024/10/09 13:21:38: loading Finishing drafts


[1.11.82i] 2024/10/09 13:21:38: loading Loading music
[1.11.82i] 2024/10/09 13:21:38: loading Shaders
[1.11.82i] 2024/10/09 13:21:38: loading Topics
[1.11.82i] 2024/10/09 13:21:38: loading Loading textures
[1.11.82i] 2024/10/09 13:21:39: loading Checking winter
[1.11.82i] 2024/10/09 13:21:39: loading Preparing background
[1.11.82i] 2024/10/09 13:21:39: loading Finishing
[1.11.82i] 2024/10/09 13:21:39: leave LoadingStage
[1.11.82i] 2024/10/09 13:21:39: drop LoadingStage
[1.11.82i] 2024/10/09 13:21:39: bind MissingScriptPermsStage
[1.11.82i] 2024/10/09 13:21:39: prepare MissingScriptPermsStage
[1.11.82i] 2024/10/09 13:21:39: bind PluginErrorStage
[1.11.82i] 2024/10/09 13:21:39: prepare PluginErrorStage
[1.11.82i] 2024/10/09 13:21:39: bind MissingManifestStage
[1.11.82i] 2024/10/09 13:21:39: prepare MissingManifestStage
[1.11.82i] 2024/10/09 13:21:39: bind WelcomeStage
[1.11.82i] 2024/10/09 13:21:39: prepare WelcomeStage
[1.11.82i] 2024/10/09 13:21:39: enter WelcomeStage
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:21:39: drop MissingScriptPermsStage
[1.11.82i] 2024/10/09 13:21:39: drop PluginErrorStage
[1.11.82i] 2024/10/09 13:21:39: drop MissingManifestStage
[1.11.82i] 2024/10/09 13:21:39: leave WelcomeStage
[1.11.82i] 2024/10/09 13:21:39: drop WelcomeStage
[1.11.82i] 2024/10/09 13:21:39: bind RegionStage
[1.11.82i] 2024/10/09 13:21:39: prepare RegionStage
[1.11.82i] 2024/10/09 13:21:39: enter RegionStage
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:21:39: instance OTM=
[1.11.82i] 2024/10/09 13:21:39: instance OTQ=
[1.11.82i] 2024/10/09 13:21:39: bind LoadWaitingStage
[1.11.82i] 2024/10/09 13:21:39: prepare LoadWaitingStage
[1.11.82i] 2024/10/09 13:21:39: enter LoadWaitingStage
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:21:40: leave LoadWaitingStage
[1.11.82i] 2024/10/09 13:21:40: drop LoadWaitingStage
[1.11.82i] 2024/10/09 13:21:40: bind GameStage
[1.11.82i] 2024/10/09 13:21:40: prepare GameStage
[1.11.82i] 2024/10/09 13:21:40: enter GameStage
[1.11.82i] 2024/10/09 13:21:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:21:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:38: bind SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:38: prepare SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:38: enter SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:26:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:38: leave SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:38: drop SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:38: enter GameStage
[1.11.82i] 2024/10/09 13:26:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:26:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:52: pause app
[1.11.82i] 2024/10/09 13:26:52: enter app
[1.11.82i] 2024/10/09 13:26:52: resume app
[1.11.82i] 2024/10/09 13:26:52: resume -> enter GameStage
[1.11.82i] 2024/10/09 13:26:52: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:26:52: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:56: bind SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:56: prepare SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:56: enter SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:26:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:56: leave SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:56: drop SaveWaitingStage
[1.11.82i] 2024/10/09 13:26:56: enter GameStage
[1.11.82i] 2024/10/09 13:26:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:26:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:26:56: pause app
[1.11.82i] 2024/10/09 13:28:57: enter app
[1.11.82i] 2024/10/09 13:28:57: resume app
[1.11.82i] 2024/10/09 13:28:57: resume -> enter GameStage
[1.11.82i] 2024/10/09 13:28:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.11.82i] 2024/10/09 13:28:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.11.82i] 2024/10/09 13:31:14: pause app
[1.12.10i] 2024/12/24 10:58:43: Startup
[1.12.10i] 2024/12/24 10:58:43: create() cold start
[1.12.10i] 2024/12/24 10:58:43: translation pt_BR
[1.12.10i] 2024/12/24 10:58:43: instance OTQ=
[1.12.10i] 2024/12/24 10:58:43: create() finish
[1.12.10i] 2024/12/24 10:58:43: create() end
[1.12.10i] 2024/12/24 10:58:43: resume app
[1.12.10i] 2024/12/24 10:58:43: refresh
[1.12.10i] 2024/12/24 10:58:43: bind LoadingStage
[1.12.10i] 2024/12/24 10:58:43: prepare LoadingStage
[1.12.10i] 2024/12/24 10:58:43: enter LoadingStage
[1.12.10i] 2024/12/24 10:58:44: loading Warm-up
[1.12.10i] 2024/12/24 10:58:44: refresh
[1.12.10i] 2024/12/24 10:58:44: loading Startup
[1.12.10i] 2024/12/24 10:58:44: Max texture size 4096
[1.12.10i] 2024/12/24 10:58:44: Max heap size is 8796093022207MB
[1.12.10i] 2024/12/24 10:58:44: Engine consumes 13MB
[1.12.10i] 2024/12/24 10:58:44: Screen size is 852x393, ppi: 492.0
[1.12.10i] 2024/12/24 10:58:44: loading Texture
[1.12.10i] 2024/12/24 10:58:44: loading Fonts
[1.12.10i] 2024/12/24 10:58:44: loading Skin
[1.12.10i] 2024/12/24 10:58:44: loading Extract files
[1.12.10i] 2024/12/24 10:58:44: loading Frames
[1.12.10i] 2024/12/24 10:58:44: loading Scripting
[1.12.10i] 2024/12/24 10:58:44: loading Collecting drafts
[1.12.10i] 2024/12/24 10:58:46: loading Prefetching images
[1.12.10i] 2024/12/24 10:58:46: loading Loading drafts
[1.12.10i] 2024/12/24 10:58:46: loading Finishing drafts
[1.12.10i] 2024/12/24 10:58:47: loading Loading music
[1.12.10i] 2024/12/24 10:58:47: loading Shaders
[1.12.10i] 2024/12/24 10:58:47: loading Topics
[1.12.10i] 2024/12/24 10:58:47: loading Loading textures
[1.12.10i] 2024/12/24 10:58:47: loading Checking winter
[1.12.10i] 2024/12/24 10:58:47: loading Preparing background
[1.12.10i] 2024/12/24 10:58:47: loading Finishing
[1.12.10i] 2024/12/24 10:58:47: leave LoadingStage
[1.12.10i] 2024/12/24 10:58:47: drop LoadingStage
[1.12.10i] 2024/12/24 10:58:47: bind MissingScriptPermsStage
[1.12.10i] 2024/12/24 10:58:47: prepare MissingScriptPermsStage
[1.12.10i] 2024/12/24 10:58:47: bind PluginErrorStage
[1.12.10i] 2024/12/24 10:58:47: prepare PluginErrorStage
[1.12.10i] 2024/12/24 10:58:47: bind MissingManifestStage
[1.12.10i] 2024/12/24 10:58:47: prepare MissingManifestStage
[1.12.10i] 2024/12/24 10:58:47: bind WelcomeStage
[1.12.10i] 2024/12/24 10:58:47: prepare WelcomeStage
[1.12.10i] 2024/12/24 10:58:47: enter WelcomeStage
[1.12.10i] 2024/12/24 10:58:47: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:48: drop MissingScriptPermsStage
[1.12.10i] 2024/12/24 10:58:48: drop PluginErrorStage
[1.12.10i] 2024/12/24 10:58:48: drop MissingManifestStage
[1.12.10i] 2024/12/24 10:58:48: leave WelcomeStage
[1.12.10i] 2024/12/24 10:58:48: drop WelcomeStage
[1.12.10i] 2024/12/24 10:58:48: bind RegionStage
[1.12.10i] 2024/12/24 10:58:48: prepare RegionStage
[1.12.10i] 2024/12/24 10:58:48: enter RegionStage
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:48: instance OTM=
[1.12.10i] 2024/12/24 10:58:48: instance OTQ=
[1.12.10i] 2024/12/24 10:58:48: bind LoadWaitingStage
[1.12.10i] 2024/12/24 10:58:48: prepare LoadWaitingStage
[1.12.10i] 2024/12/24 10:58:48: enter LoadWaitingStage
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:48: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:50: leave LoadWaitingStage
[1.12.10i] 2024/12/24 10:58:50: drop LoadWaitingStage
[1.12.10i] 2024/12/24 10:58:50: bind GameStage
[1.12.10i] 2024/12/24 10:58:50: prepare GameStage
[1.12.10i] 2024/12/24 10:58:50: enter GameStage
[1.12.10i] 2024/12/24 10:58:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:50: bind SpecialOfferStage:$feature_landmarks04
[1.12.10i] 2024/12/24 10:58:50: prepare SpecialOfferStage:$feature_landmarks04
[1.12.10i] 2024/12/24 10:58:50: enter SpecialOfferStage:$feature_landmarks04
[1.12.10i] 2024/12/24 10:58:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:58:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:58:53: pause app
[1.12.10i] 2024/12/24 10:59:56: enter app
[1.12.10i] 2024/12/24 10:59:56: resume app
[1.12.10i] 2024/12/24 10:59:56: resume -> enter SpecialOfferStage:
$feature_landmarks04
[1.12.10i] 2024/12/24 10:59:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:59:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 10:59:56: leave SpecialOfferStage:$feature_landmarks04
[1.12.10i] 2024/12/24 10:59:56: drop SpecialOfferStage:$feature_landmarks04
[1.12.10i] 2024/12/24 10:59:56: enter GameStage
[1.12.10i] 2024/12/24 10:59:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 10:59:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:04:54: bind SaveWaitingStage
[1.12.10i] 2024/12/24 11:04:54: prepare SaveWaitingStage
[1.12.10i] 2024/12/24 11:04:54: enter SaveWaitingStage
[1.12.10i] 2024/12/24 11:04:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:04:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:04:57: leave SaveWaitingStage
[1.12.10i] 2024/12/24 11:04:57: drop SaveWaitingStage
[1.12.10i] 2024/12/24 11:04:57: enter GameStage
[1.12.10i] 2024/12/24 11:04:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:04:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:06:18: bind CityInfoStage
[1.12.10i] 2024/12/24 11:06:18: prepare CityInfoStage
[1.12.10i] 2024/12/24 11:06:18: enter CityInfoStage
[1.12.10i] 2024/12/24 11:06:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:06:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:06:20: leave CityInfoStage
[1.12.10i] 2024/12/24 11:06:20: drop CityInfoStage
[1.12.10i] 2024/12/24 11:06:20: enter GameStage
[1.12.10i] 2024/12/24 11:06:20: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:06:20: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:07:17: leave GameStage
[1.12.10i] 2024/12/24 11:07:17: drop GameStage
[1.12.10i] 2024/12/24 11:07:18: bind SaveWaitingStage
[1.12.10i] 2024/12/24 11:07:18: prepare SaveWaitingStage
[1.12.10i] 2024/12/24 11:07:18: enter SaveWaitingStage
[1.12.10i] 2024/12/24 11:07:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:07:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:07:19: leave SaveWaitingStage
[1.12.10i] 2024/12/24 11:07:19: drop SaveWaitingStage
[1.12.10i] 2024/12/24 11:07:19: enter RegionStage
[1.12.10i] 2024/12/24 11:07:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:07:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:07:24: bind LoadWaitingStage
[1.12.10i] 2024/12/24 11:07:24: prepare LoadWaitingStage
[1.12.10i] 2024/12/24 11:07:24: enter LoadWaitingStage
[1.12.10i] 2024/12/24 11:07:24: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:07:24: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:07:26: leave LoadWaitingStage
[1.12.10i] 2024/12/24 11:07:26: drop LoadWaitingStage
[1.12.10i] 2024/12/24 11:07:26: bind GameStage
[1.12.10i] 2024/12/24 11:07:26: prepare GameStage
[1.12.10i] 2024/12/24 11:07:26: enter GameStage
[1.12.10i] 2024/12/24 11:07:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.10i] 2024/12/24 11:07:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.10i] 2024/12/24 11:09:27: pause app
[1.12.13i] 2025/03/08 20:43:53: Startup
[1.12.13i] 2025/03/08 20:43:53: create() cold start
[1.12.13i] 2025/03/08 20:43:53: translation pt_BR
[1.12.13i] 2025/03/08 20:43:53: instance OTQ=
[1.12.13i] 2025/03/08 20:43:53: create() finish
[1.12.13i] 2025/03/08 20:43:53: create() end
[1.12.13i] 2025/03/08 20:43:53: resume app
[1.12.13i] 2025/03/08 20:43:53: refresh
[1.12.13i] 2025/03/08 20:43:53: bind LoadingStage
[1.12.13i] 2025/03/08 20:43:53: prepare LoadingStage
[1.12.13i] 2025/03/08 20:43:53: enter LoadingStage
[1.12.13i] 2025/03/08 20:43:54: loading Warm-up
[1.12.13i] 2025/03/08 20:43:54: refresh
[1.12.13i] 2025/03/08 20:43:54: loading Startup
[1.12.13i] 2025/03/08 20:43:54: Max texture size 4096
[1.12.13i] 2025/03/08 20:43:54: Max heap size is 8796093022207MB
[1.12.13i] 2025/03/08 20:43:54: Engine consumes 13MB
[1.12.13i] 2025/03/08 20:43:54: Screen size is 852x393, ppi: 492.0
[1.12.13i] 2025/03/08 20:43:54: loading Texture
[1.12.13i] 2025/03/08 20:43:54: loading Fonts
[1.12.13i] 2025/03/08 20:43:54: loading Skin
[1.12.13i] 2025/03/08 20:43:54: loading Extract files
[1.12.13i] 2025/03/08 20:43:54: loading Frames
[1.12.13i] 2025/03/08 20:43:54: loading Scripting
[1.12.13i] 2025/03/08 20:43:54: loading Collecting drafts
[1.12.13i] 2025/03/08 20:43:56: loading Prefetching images
[1.12.13i] 2025/03/08 20:43:57: loading Loading drafts
[1.12.13i] 2025/03/08 20:43:57: loading Finishing drafts
[1.12.13i] 2025/03/08 20:43:57: loading Loading music
[1.12.13i] 2025/03/08 20:43:57: loading Shaders
[1.12.13i] 2025/03/08 20:43:57: loading Topics
[1.12.13i] 2025/03/08 20:43:57: loading Loading textures
[1.12.13i] 2025/03/08 20:43:58: loading Checking winter
[1.12.13i] 2025/03/08 20:43:58: loading Preparing background
[1.12.13i] 2025/03/08 20:43:58: loading Finishing
[1.12.13i] 2025/03/08 20:43:58: leave LoadingStage
[1.12.13i] 2025/03/08 20:43:58: drop LoadingStage
[1.12.13i] 2025/03/08 20:43:58: bind MissingScriptPermsStage
[1.12.13i] 2025/03/08 20:43:58: prepare MissingScriptPermsStage
[1.12.13i] 2025/03/08 20:43:58: bind PluginErrorStage
[1.12.13i] 2025/03/08 20:43:58: prepare PluginErrorStage
[1.12.13i] 2025/03/08 20:43:58: bind MissingManifestStage
[1.12.13i] 2025/03/08 20:43:58: prepare MissingManifestStage
[1.12.13i] 2025/03/08 20:43:58: bind WelcomeStage
[1.12.13i] 2025/03/08 20:43:58: prepare WelcomeStage
[1.12.13i] 2025/03/08 20:43:58: enter WelcomeStage
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: drop MissingScriptPermsStage
[1.12.13i] 2025/03/08 20:43:58: drop PluginErrorStage
[1.12.13i] 2025/03/08 20:43:58: drop MissingManifestStage
[1.12.13i] 2025/03/08 20:43:58: leave WelcomeStage
[1.12.13i] 2025/03/08 20:43:58: drop WelcomeStage
[1.12.13i] 2025/03/08 20:43:58: bind RegionStage
[1.12.13i] 2025/03/08 20:43:58: prepare RegionStage
[1.12.13i] 2025/03/08 20:43:58: enter RegionStage
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: instance OTM=
[1.12.13i] 2025/03/08 20:43:58: instance OTQ=
[1.12.13i] 2025/03/08 20:43:58: bind LoadWaitingStage
[1.12.13i] 2025/03/08 20:43:58: prepare LoadWaitingStage
[1.12.13i] 2025/03/08 20:43:58: enter LoadWaitingStage
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: leave LoadWaitingStage
[1.12.13i] 2025/03/08 20:43:58: drop LoadWaitingStage
[1.12.13i] 2025/03/08 20:43:58: bind GameStage
[1.12.13i] 2025/03/08 20:43:58: prepare GameStage
[1.12.13i] 2025/03/08 20:43:58: enter GameStage
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:43:58: bind SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/08 20:43:58: prepare SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/08 20:43:58: enter SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:43:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:01: leave SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/08 20:44:01: drop SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/08 20:44:01: enter GameStage
[1.12.13i] 2025/03/08 20:44:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:07: leave GameStage
[1.12.13i] 2025/03/08 20:44:07: drop GameStage
[1.12.13i] 2025/03/08 20:44:08: bind SaveWaitingStage
[1.12.13i] 2025/03/08 20:44:08: prepare SaveWaitingStage
[1.12.13i] 2025/03/08 20:44:08: enter SaveWaitingStage
[1.12.13i] 2025/03/08 20:44:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:08: leave SaveWaitingStage
[1.12.13i] 2025/03/08 20:44:08: drop SaveWaitingStage
[1.12.13i] 2025/03/08 20:44:08: enter RegionStage
[1.12.13i] 2025/03/08 20:44:08: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:08: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:16: bind LoadWaitingStage
[1.12.13i] 2025/03/08 20:44:16: prepare LoadWaitingStage
[1.12.13i] 2025/03/08 20:44:16: enter LoadWaitingStage
[1.12.13i] 2025/03/08 20:44:16: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:16: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:18: leave LoadWaitingStage
[1.12.13i] 2025/03/08 20:44:18: drop LoadWaitingStage
[1.12.13i] 2025/03/08 20:44:18: bind GameStage
[1.12.13i] 2025/03/08 20:44:18: prepare GameStage
[1.12.13i] 2025/03/08 20:44:18: enter GameStage
[1.12.13i] 2025/03/08 20:44:18: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:18: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:26: bind CityInfoStage
[1.12.13i] 2025/03/08 20:44:26: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:44:26: enter CityInfoStage
[1.12.13i] 2025/03/08 20:44:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:36: refresh
[1.12.13i] 2025/03/08 20:44:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:36: refresh
[1.12.13i] 2025/03/08 20:44:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:37: refresh
[1.12.13i] 2025/03/08 20:44:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:38: refresh
[1.12.13i] 2025/03/08 20:44:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:38: refresh
[1.12.13i] 2025/03/08 20:44:38: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:38: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:42: refresh
[1.12.13i] 2025/03/08 20:44:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:43: refresh
[1.12.13i] 2025/03/08 20:44:43: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:43: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:47: refresh
[1.12.13i] 2025/03/08 20:44:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:49: refresh
[1.12.13i] 2025/03/08 20:44:49: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:49: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:50: refresh
[1.12.13i] 2025/03/08 20:44:50: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:50: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:54: refresh
[1.12.13i] 2025/03/08 20:44:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:44:58: refresh
[1.12.13i] 2025/03/08 20:44:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:44:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:45:06: leave CityInfoStage
[1.12.13i] 2025/03/08 20:45:06: drop CityInfoStage
[1.12.13i] 2025/03/08 20:45:06: enter GameStage
[1.12.13i] 2025/03/08 20:45:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:45:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:47:36: bind CityInfoStage
[1.12.13i] 2025/03/08 20:47:36: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:47:36: enter CityInfoStage
[1.12.13i] 2025/03/08 20:47:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:47:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:47:37: refresh
[1.12.13i] 2025/03/08 20:47:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:47:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:47:44: leave CityInfoStage
[1.12.13i] 2025/03/08 20:47:44: drop CityInfoStage
[1.12.13i] 2025/03/08 20:47:44: enter GameStage
[1.12.13i] 2025/03/08 20:47:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:47:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:50:01: bind SaveWaitingStage
[1.12.13i] 2025/03/08 20:50:01: prepare SaveWaitingStage
[1.12.13i] 2025/03/08 20:50:01: enter SaveWaitingStage
[1.12.13i] 2025/03/08 20:50:01: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:50:01: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:50:03: leave SaveWaitingStage
[1.12.13i] 2025/03/08 20:50:03: drop SaveWaitingStage
[1.12.13i] 2025/03/08 20:50:03: enter GameStage
[1.12.13i] 2025/03/08 20:50:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:50:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:51:25: bind CityInfoStage
[1.12.13i] 2025/03/08 20:51:25: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:51:25: enter CityInfoStage
[1.12.13i] 2025/03/08 20:51:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:51:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:51:27: refresh
[1.12.13i] 2025/03/08 20:51:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:51:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:51:32: leave CityInfoStage
[1.12.13i] 2025/03/08 20:51:32: drop CityInfoStage
[1.12.13i] 2025/03/08 20:51:32: enter GameStage
[1.12.13i] 2025/03/08 20:51:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:51:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:51:37: bind Store
[1.12.13i] 2025/03/08 20:51:37: prepare Store
[1.12.13i] 2025/03/08 20:51:37: enter Store
[1.12.13i] 2025/03/08 20:51:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:51:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:51:44: leave Store
[1.12.13i] 2025/03/08 20:51:44: drop Store
[1.12.13i] 2025/03/08 20:51:44: enter GameStage
[1.12.13i] 2025/03/08 20:51:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:51:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:55:12: bind SaveWaitingStage
[1.12.13i] 2025/03/08 20:55:12: prepare SaveWaitingStage
[1.12.13i] 2025/03/08 20:55:12: enter SaveWaitingStage
[1.12.13i] 2025/03/08 20:55:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:55:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:55:12: leave SaveWaitingStage
[1.12.13i] 2025/03/08 20:55:12: drop SaveWaitingStage
[1.12.13i] 2025/03/08 20:55:12: enter GameStage
[1.12.13i] 2025/03/08 20:55:12: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:55:12: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:55:47: bind CityInfoStage
[1.12.13i] 2025/03/08 20:55:47: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:55:47: enter CityInfoStage
[1.12.13i] 2025/03/08 20:55:47: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:55:47: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:55:53: refresh
[1.12.13i] 2025/03/08 20:55:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:55:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:56:03: leave CityInfoStage
[1.12.13i] 2025/03/08 20:56:03: drop CityInfoStage
[1.12.13i] 2025/03/08 20:56:03: enter GameStage
[1.12.13i] 2025/03/08 20:56:03: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:56:03: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:57:35: pause app
[1.12.13i] 2025/03/08 20:57:36: enter app
[1.12.13i] 2025/03/08 20:57:36: resume app
[1.12.13i] 2025/03/08 20:57:36: resume -> enter GameStage
[1.12.13i] 2025/03/08 20:57:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:57:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:57:40: bind CityInfoStage
[1.12.13i] 2025/03/08 20:57:40: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:57:40: enter CityInfoStage
[1.12.13i] 2025/03/08 20:57:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:57:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:57:41: refresh
[1.12.13i] 2025/03/08 20:57:41: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:57:41: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:57:41: pause app
[1.12.13i] 2025/03/08 20:57:42: enter app
[1.12.13i] 2025/03/08 20:57:42: resume app
[1.12.13i] 2025/03/08 20:57:42: resume -> enter CityInfoStage
[1.12.13i] 2025/03/08 20:57:42: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:57:42: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:57:53: leave CityInfoStage
[1.12.13i] 2025/03/08 20:57:53: drop CityInfoStage
[1.12.13i] 2025/03/08 20:57:53: enter GameStage
[1.12.13i] 2025/03/08 20:57:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:57:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:28: bind CityInfoStage
[1.12.13i] 2025/03/08 20:58:28: prepare CityInfoStage
[1.12.13i] 2025/03/08 20:58:28: enter CityInfoStage
[1.12.13i] 2025/03/08 20:58:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:58:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:28: refresh
[1.12.13i] 2025/03/08 20:58:28: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:58:28: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:32: leave CityInfoStage
[1.12.13i] 2025/03/08 20:58:32: drop CityInfoStage
[1.12.13i] 2025/03/08 20:58:32: enter GameStage
[1.12.13i] 2025/03/08 20:58:32: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:58:32: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:44: bind SaveWaitingStage
[1.12.13i] 2025/03/08 20:58:44: prepare SaveWaitingStage
[1.12.13i] 2025/03/08 20:58:44: enter SaveWaitingStage
[1.12.13i] 2025/03/08 20:58:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:58:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:44: leave SaveWaitingStage
[1.12.13i] 2025/03/08 20:58:44: drop SaveWaitingStage
[1.12.13i] 2025/03/08 20:58:44: enter GameStage
[1.12.13i] 2025/03/08 20:58:44: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/08 20:58:44: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/08 20:58:46: pause app
[1.12.13i] 2025/03/09 08:23:28: Startup
[1.12.13i] 2025/03/09 08:23:28: create() cold start
[1.12.13i] 2025/03/09 08:23:28: translation pt_BR
[1.12.13i] 2025/03/09 08:23:28: instance OTQ=
[1.12.13i] 2025/03/09 08:23:28: create() finish
[1.12.13i] 2025/03/09 08:23:28: create() end
[1.12.13i] 2025/03/09 08:23:28: resume app
[1.12.13i] 2025/03/09 08:23:28: refresh
[1.12.13i] 2025/03/09 08:23:28: bind LoadingStage
[1.12.13i] 2025/03/09 08:23:28: prepare LoadingStage
[1.12.13i] 2025/03/09 08:23:28: enter LoadingStage
[1.12.13i] 2025/03/09 08:23:28: loading Warm-up
[1.12.13i] 2025/03/09 08:23:29: refresh
[1.12.13i] 2025/03/09 08:23:29: loading Startup
[1.12.13i] 2025/03/09 08:23:29: Max texture size 4096
[1.12.13i] 2025/03/09 08:23:29: Max heap size is 8796093022207MB
[1.12.13i] 2025/03/09 08:23:29: Engine consumes 13MB
[1.12.13i] 2025/03/09 08:23:29: Screen size is 852x393, ppi: 492.0
[1.12.13i] 2025/03/09 08:23:29: loading Texture
[1.12.13i] 2025/03/09 08:23:29: loading Fonts
[1.12.13i] 2025/03/09 08:23:29: loading Skin
[1.12.13i] 2025/03/09 08:23:29: loading Extract files
[1.12.13i] 2025/03/09 08:23:29: loading Frames
[1.12.13i] 2025/03/09 08:23:29: loading Scripting
[1.12.13i] 2025/03/09 08:23:29: loading Collecting drafts
[1.12.13i] 2025/03/09 08:23:31: loading Prefetching images
[1.12.13i] 2025/03/09 08:23:31: loading Loading drafts
[1.12.13i] 2025/03/09 08:23:32: loading Finishing drafts
[1.12.13i] 2025/03/09 08:23:32: loading Loading music
[1.12.13i] 2025/03/09 08:23:32: loading Shaders
[1.12.13i] 2025/03/09 08:23:32: loading Topics
[1.12.13i] 2025/03/09 08:23:32: loading Loading textures
[1.12.13i] 2025/03/09 08:23:33: loading Checking winter
[1.12.13i] 2025/03/09 08:23:33: loading Preparing background
[1.12.13i] 2025/03/09 08:23:33: loading Finishing
[1.12.13i] 2025/03/09 08:23:33: leave LoadingStage
[1.12.13i] 2025/03/09 08:23:33: drop LoadingStage
[1.12.13i] 2025/03/09 08:23:33: bind MissingScriptPermsStage
[1.12.13i] 2025/03/09 08:23:33: prepare MissingScriptPermsStage
[1.12.13i] 2025/03/09 08:23:33: bind PluginErrorStage
[1.12.13i] 2025/03/09 08:23:33: prepare PluginErrorStage
[1.12.13i] 2025/03/09 08:23:33: bind MissingManifestStage
[1.12.13i] 2025/03/09 08:23:33: prepare MissingManifestStage
[1.12.13i] 2025/03/09 08:23:33: bind WelcomeStage
[1.12.13i] 2025/03/09 08:23:33: prepare WelcomeStage
[1.12.13i] 2025/03/09 08:23:33: enter WelcomeStage
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: drop MissingScriptPermsStage
[1.12.13i] 2025/03/09 08:23:33: drop PluginErrorStage
[1.12.13i] 2025/03/09 08:23:33: drop MissingManifestStage
[1.12.13i] 2025/03/09 08:23:33: leave WelcomeStage
[1.12.13i] 2025/03/09 08:23:33: drop WelcomeStage
[1.12.13i] 2025/03/09 08:23:33: bind RegionStage
[1.12.13i] 2025/03/09 08:23:33: prepare RegionStage
[1.12.13i] 2025/03/09 08:23:33: enter RegionStage
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: instance OTM=
[1.12.13i] 2025/03/09 08:23:33: instance OTQ=
[1.12.13i] 2025/03/09 08:23:33: bind LoadWaitingStage
[1.12.13i] 2025/03/09 08:23:33: prepare LoadWaitingStage
[1.12.13i] 2025/03/09 08:23:33: enter LoadWaitingStage
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: leave LoadWaitingStage
[1.12.13i] 2025/03/09 08:23:33: drop LoadWaitingStage
[1.12.13i] 2025/03/09 08:23:33: bind GameStage
[1.12.13i] 2025/03/09 08:23:33: prepare GameStage
[1.12.13i] 2025/03/09 08:23:33: enter GameStage
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:33: bind SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/09 08:23:33: prepare SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/09 08:23:33: enter SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:33: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:34: leave SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/09 08:23:34: drop SpecialOfferStage:$feature_landmarks05
[1.12.13i] 2025/03/09 08:23:34: enter GameStage
[1.12.13i] 2025/03/09 08:23:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:57: bind CityInfoStage
[1.12.13i] 2025/03/09 08:23:57: prepare CityInfoStage
[1.12.13i] 2025/03/09 08:23:57: enter CityInfoStage
[1.12.13i] 2025/03/09 08:23:57: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:57: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:58: refresh
[1.12.13i] 2025/03/09 08:23:58: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:58: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:23:59: leave CityInfoStage
[1.12.13i] 2025/03/09 08:23:59: drop CityInfoStage
[1.12.13i] 2025/03/09 08:23:59: enter GameStage
[1.12.13i] 2025/03/09 08:23:59: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:23:59: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:05: instance OTY=
[1.12.13i] 2025/03/09 08:24:05: bind RankStage
[1.12.13i] 2025/03/09 08:24:05: prepare RankStage
[1.12.13i] 2025/03/09 08:24:05: enter RankStage
[1.12.13i] 2025/03/09 08:24:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:07: leave RankStage
[1.12.13i] 2025/03/09 08:24:07: drop RankStage
[1.12.13i] 2025/03/09 08:24:07: enter GameStage
[1.12.13i] 2025/03/09 08:24:07: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:07: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:19: leave GameStage
[1.12.13i] 2025/03/09 08:24:19: drop GameStage
[1.12.13i] 2025/03/09 08:24:19: bind SaveWaitingStage
[1.12.13i] 2025/03/09 08:24:19: prepare SaveWaitingStage
[1.12.13i] 2025/03/09 08:24:19: enter SaveWaitingStage
[1.12.13i] 2025/03/09 08:24:19: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:19: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:21: leave SaveWaitingStage
[1.12.13i] 2025/03/09 08:24:21: drop SaveWaitingStage
[1.12.13i] 2025/03/09 08:24:21: enter RegionStage
[1.12.13i] 2025/03/09 08:24:21: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:21: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:25: bind LoadWaitingStage
[1.12.13i] 2025/03/09 08:24:25: prepare LoadWaitingStage
[1.12.13i] 2025/03/09 08:24:25: enter LoadWaitingStage
[1.12.13i] 2025/03/09 08:24:25: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:25: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:24:27: leave LoadWaitingStage
[1.12.13i] 2025/03/09 08:24:27: drop LoadWaitingStage
[1.12.13i] 2025/03/09 08:24:27: bind GameStage
[1.12.13i] 2025/03/09 08:24:27: prepare GameStage
[1.12.13i] 2025/03/09 08:24:27: enter GameStage
[1.12.13i] 2025/03/09 08:24:27: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:24:27: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:25:31: leave GameStage
[1.12.13i] 2025/03/09 08:25:31: drop GameStage
[1.12.13i] 2025/03/09 08:25:31: bind SaveWaitingStage
[1.12.13i] 2025/03/09 08:25:31: prepare SaveWaitingStage
[1.12.13i] 2025/03/09 08:25:31: enter SaveWaitingStage
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:25:31: leave SaveWaitingStage
[1.12.13i] 2025/03/09 08:25:31: drop SaveWaitingStage
[1.12.13i] 2025/03/09 08:25:31: enter RegionStage
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/09 08:25:31: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/09 08:25:51: pause app
[1.12.13i] 2025/03/20 10:01:10: Startup
[1.12.13i] 2025/03/20 10:01:10: create() cold start
[1.12.13i] 2025/03/20 10:01:10: translation pt_BR
[1.12.13i] 2025/03/20 10:01:10: instance OTY=
[1.12.13i] 2025/03/20 10:01:10: create() finish
[1.12.13i] 2025/03/20 10:01:10: create() end
[1.12.13i] 2025/03/20 10:01:10: resume app
[1.12.13i] 2025/03/20 10:01:10: refresh
[1.12.13i] 2025/03/20 10:01:10: bind LoadingStage
[1.12.13i] 2025/03/20 10:01:10: prepare LoadingStage
[1.12.13i] 2025/03/20 10:01:10: enter LoadingStage
[1.12.13i] 2025/03/20 10:01:10: loading Warm-up
[1.12.13i] 2025/03/20 10:01:10: refresh
[1.12.13i] 2025/03/20 10:01:10: loading Startup
[1.12.13i] 2025/03/20 10:01:10: Max texture size 4096
[1.12.13i] 2025/03/20 10:01:10: Max heap size is 8796093022207MB
[1.12.13i] 2025/03/20 10:01:10: Engine consumes 13MB
[1.12.13i] 2025/03/20 10:01:10: Screen size is 852x393, ppi: 492.0
[1.12.13i] 2025/03/20 10:01:10: loading Texture
[1.12.13i] 2025/03/20 10:01:10: loading Fonts
[1.12.13i] 2025/03/20 10:01:10: loading Skin
[1.12.13i] 2025/03/20 10:01:10: loading Extract files
[1.12.13i] 2025/03/20 10:01:10: loading Frames
[1.12.13i] 2025/03/20 10:01:10: loading Scripting
[1.12.13i] 2025/03/20 10:01:10: loading Collecting drafts
[1.12.13i] 2025/03/20 10:01:13: loading Prefetching images
[1.12.13i] 2025/03/20 10:01:13: loading Loading drafts
[1.12.13i] 2025/03/20 10:01:13: loading Finishing drafts
[1.12.13i] 2025/03/20 10:01:13: loading Loading music
[1.12.13i] 2025/03/20 10:01:13: loading Shaders
[1.12.13i] 2025/03/20 10:01:13: loading Topics
[1.12.13i] 2025/03/20 10:01:13: loading Loading textures
[1.12.13i] 2025/03/20 10:01:14: loading Checking winter
[1.12.13i] 2025/03/20 10:01:14: loading Preparing background
[1.12.13i] 2025/03/20 10:01:14: loading Finishing
[1.12.13i] 2025/03/20 10:01:14: leave LoadingStage
[1.12.13i] 2025/03/20 10:01:14: drop LoadingStage
[1.12.13i] 2025/03/20 10:01:14: bind MissingScriptPermsStage
[1.12.13i] 2025/03/20 10:01:14: prepare MissingScriptPermsStage
[1.12.13i] 2025/03/20 10:01:14: bind PluginErrorStage
[1.12.13i] 2025/03/20 10:01:14: prepare PluginErrorStage
[1.12.13i] 2025/03/20 10:01:14: bind MissingManifestStage
[1.12.13i] 2025/03/20 10:01:14: prepare MissingManifestStage
[1.12.13i] 2025/03/20 10:01:14: bind WelcomeStage
[1.12.13i] 2025/03/20 10:01:14: prepare WelcomeStage
[1.12.13i] 2025/03/20 10:01:14: enter WelcomeStage
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:14: drop MissingScriptPermsStage
[1.12.13i] 2025/03/20 10:01:14: drop PluginErrorStage
[1.12.13i] 2025/03/20 10:01:14: drop MissingManifestStage
[1.12.13i] 2025/03/20 10:01:14: leave WelcomeStage
[1.12.13i] 2025/03/20 10:01:14: drop WelcomeStage
[1.12.13i] 2025/03/20 10:01:14: bind RegionStage
[1.12.13i] 2025/03/20 10:01:14: prepare RegionStage
[1.12.13i] 2025/03/20 10:01:14: enter RegionStage
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:14: instance OTU=
[1.12.13i] 2025/03/20 10:01:14: instance OTY=
[1.12.13i] 2025/03/20 10:01:14: bind LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:14: prepare LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:14: enter LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:14: leave LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:14: drop LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:14: bind GameStage
[1.12.13i] 2025/03/20 10:01:14: prepare GameStage
[1.12.13i] 2025/03/20 10:01:14: enter GameStage
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:14: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:15: bind SpecialOfferStage:$feature_freedombuildings00
[1.12.13i] 2025/03/20 10:01:15: prepare SpecialOfferStage:
$feature_freedombuildings00
[1.12.13i] 2025/03/20 10:01:15: enter SpecialOfferStage:$feature_freedombuildings00
[1.12.13i] 2025/03/20 10:01:15: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:15: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:26: leave SpecialOfferStage:$feature_freedombuildings00
[1.12.13i] 2025/03/20 10:01:26: drop SpecialOfferStage:$feature_freedombuildings00
[1.12.13i] 2025/03/20 10:01:26: enter GameStage
[1.12.13i] 2025/03/20 10:01:26: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:26: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:36: leave GameStage
[1.12.13i] 2025/03/20 10:01:36: drop GameStage
[1.12.13i] 2025/03/20 10:01:36: bind SaveWaitingStage
[1.12.13i] 2025/03/20 10:01:36: prepare SaveWaitingStage
[1.12.13i] 2025/03/20 10:01:36: enter SaveWaitingStage
[1.12.13i] 2025/03/20 10:01:36: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:36: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:37: leave SaveWaitingStage
[1.12.13i] 2025/03/20 10:01:37: drop SaveWaitingStage
[1.12.13i] 2025/03/20 10:01:37: enter RegionStage
[1.12.13i] 2025/03/20 10:01:37: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:37: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:39: bind LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:39: prepare LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:39: enter LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:39: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:39: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:01:40: leave LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:40: drop LoadWaitingStage
[1.12.13i] 2025/03/20 10:01:40: bind GameStage
[1.12.13i] 2025/03/20 10:01:40: prepare GameStage
[1.12.13i] 2025/03/20 10:01:40: enter GameStage
[1.12.13i] 2025/03/20 10:01:40: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:01:40: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:06:01: pause app
[1.12.13i] 2025/03/20 10:06:05: enter app
[1.12.13i] 2025/03/20 10:06:05: resume app
[1.12.13i] 2025/03/20 10:06:05: resume -> enter GameStage
[1.12.13i] 2025/03/20 10:06:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:06:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:06:05: bind Store
[1.12.13i] 2025/03/20 10:06:05: prepare Store
[1.12.13i] 2025/03/20 10:06:05: enter Store
[1.12.13i] 2025/03/20 10:06:05: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:06:05: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:06:10: leave Store
[1.12.13i] 2025/03/20 10:06:10: drop Store
[1.12.13i] 2025/03/20 10:06:10: enter GameStage
[1.12.13i] 2025/03/20 10:06:10: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:06:10: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:06:17: pause app
[1.12.13i] 2025/03/20 10:06:34: enter app
[1.12.13i] 2025/03/20 10:06:34: resume app
[1.12.13i] 2025/03/20 10:06:34: resume -> enter GameStage
[1.12.13i] 2025/03/20 10:06:34: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.13i] 2025/03/20 10:06:34: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.13i] 2025/03/20 10:07:22: pause app
[1.12.23i] 2025/05/18 12:00:14: Startup
[1.12.23i] 2025/05/18 12:00:14: create() cold start
[1.12.23i] 2025/05/18 12:00:14: translation pt_BR
[1.12.23i] 2025/05/18 12:00:14: instance OTY=
[1.12.23i] 2025/05/18 12:00:14: create() finish
[1.12.23i] 2025/05/18 12:00:14: create() end
[1.12.23i] 2025/05/18 12:00:14: resume app
[1.12.23i] 2025/05/18 12:00:14: refresh
[1.12.23i] 2025/05/18 12:00:14: bind LoadingStage
[1.12.23i] 2025/05/18 12:00:14: prepare LoadingStage
[1.12.23i] 2025/05/18 12:00:14: enter LoadingStage
[1.12.23i] 2025/05/18 12:00:14: loading Warm-up
[1.12.23i] 2025/05/18 12:00:14: refresh
[1.12.23i] 2025/05/18 12:00:14: loading Startup
[1.12.23i] 2025/05/18 12:00:14: Max texture size 4096
[1.12.23i] 2025/05/18 12:00:14: Max heap size is 8796093022207MB
[1.12.23i] 2025/05/18 12:00:14: Engine consumes 13MB
[1.12.23i] 2025/05/18 12:00:14: Screen size is 852x393, ppi: 492.0
[1.12.23i] 2025/05/18 12:00:14: loading Texture
[1.12.23i] 2025/05/18 12:00:14: loading Fonts
[1.12.23i] 2025/05/18 12:00:14: loading Skin
[1.12.23i] 2025/05/18 12:00:14: loading Extract files
[1.12.23i] 2025/05/18 12:00:14: loading Frames
[1.12.23i] 2025/05/18 12:00:14: loading Scripting
[1.12.23i] 2025/05/18 12:00:14: loading Collecting drafts
[1.12.23i] 2025/05/18 12:00:17: pause app
[1.12.23i] 2025/05/18 12:00:18: leave LoadingStage
[1.12.23i] 2025/05/18 12:00:18: drop LoadingStage
[1.12.23i] 2025/05/18 12:00:21: Startup
[1.12.23i] 2025/05/18 12:00:21: create() cold start
[1.12.23i] 2025/05/18 12:00:21: translation pt_BR
[1.12.23i] 2025/05/18 12:00:21: instance OTY=
[1.12.23i] 2025/05/18 12:00:21: create() finish
[1.12.23i] 2025/05/18 12:00:21: create() end
[1.12.23i] 2025/05/18 12:00:21: resume app
[1.12.23i] 2025/05/18 12:00:21: refresh
[1.12.23i] 2025/05/18 12:00:21: bind LoadingStage
[1.12.23i] 2025/05/18 12:00:21: prepare LoadingStage
[1.12.23i] 2025/05/18 12:00:21: enter LoadingStage
[1.12.23i] 2025/05/18 12:00:21: loading Warm-up
[1.12.23i] 2025/05/18 12:00:21: refresh
[1.12.23i] 2025/05/18 12:00:21: loading Startup
[1.12.23i] 2025/05/18 12:00:21: Max texture size 4096
[1.12.23i] 2025/05/18 12:00:21: Max heap size is 8796093022207MB
[1.12.23i] 2025/05/18 12:00:21: Engine consumes 13MB
[1.12.23i] 2025/05/18 12:00:21: Screen size is 852x393, ppi: 492.0
[1.12.23i] 2025/05/18 12:00:21: loading Texture
[1.12.23i] 2025/05/18 12:00:21: loading Fonts
[1.12.23i] 2025/05/18 12:00:21: loading Skin
[1.12.23i] 2025/05/18 12:00:21: loading Extract files
[1.12.23i] 2025/05/18 12:00:21: loading Frames
[1.12.23i] 2025/05/18 12:00:21: loading Scripting
[1.12.23i] 2025/05/18 12:00:21: loading Collecting drafts
[1.12.23i] 2025/05/18 12:00:22: pause app
[1.12.23i] 2025/05/18 12:00:24: leave LoadingStage
[1.12.23i] 2025/05/18 12:00:24: drop LoadingStage
[1.12.23i] 2025/05/18 12:00:46: Startup
[1.12.23i] 2025/05/18 12:00:46: create() cold start
[1.12.23i] 2025/05/18 12:00:46: translation pt_BR
[1.12.23i] 2025/05/18 12:00:46: instance OTY=
[1.12.23i] 2025/05/18 12:00:46: create() finish
[1.12.23i] 2025/05/18 12:00:46: create() end
[1.12.23i] 2025/05/18 12:00:46: resume app
[1.12.23i] 2025/05/18 12:00:46: refresh
[1.12.23i] 2025/05/18 12:00:46: bind LoadingStage
[1.12.23i] 2025/05/18 12:00:46: prepare LoadingStage
[1.12.23i] 2025/05/18 12:00:46: enter LoadingStage
[1.12.23i] 2025/05/18 12:00:46: loading Warm-up
[1.12.23i] 2025/05/18 12:00:46: refresh
[1.12.23i] 2025/05/18 12:00:47: loading Startup
[1.12.23i] 2025/05/18 12:00:47: Max texture size 4096
[1.12.23i] 2025/05/18 12:00:47: Max heap size is 8796093022207MB
[1.12.23i] 2025/05/18 12:00:47: Engine consumes 13MB
[1.12.23i] 2025/05/18 12:00:47: Screen size is 852x393, ppi: 492.0
[1.12.23i] 2025/05/18 12:00:47: loading Texture
[1.12.23i] 2025/05/18 12:00:47: loading Fonts
[1.12.23i] 2025/05/18 12:00:47: loading Skin
[1.12.23i] 2025/05/18 12:00:47: loading Extract files
[1.12.23i] 2025/05/18 12:00:47: loading Frames
[1.12.23i] 2025/05/18 12:00:47: loading Scripting
[1.12.23i] 2025/05/18 12:00:47: loading Collecting drafts
[1.12.23i] 2025/05/18 12:00:49: loading Prefetching images
[1.12.23i] 2025/05/18 12:00:49: loading Loading drafts
[1.12.23i] 2025/05/18 12:00:50: loading Finishing drafts
[1.12.23i] 2025/05/18 12:00:50: loading Loading music
[1.12.23i] 2025/05/18 12:00:50: loading Shaders
[1.12.23i] 2025/05/18 12:00:50: loading Topics
[1.12.23i] 2025/05/18 12:00:50: loading Loading textures
[1.12.23i] 2025/05/18 12:00:50: loading Checking winter
[1.12.23i] 2025/05/18 12:00:50: loading Preparing background
[1.12.23i] 2025/05/18 12:00:50: loading Finishing
[1.12.23i] 2025/05/18 12:00:50: leave LoadingStage
[1.12.23i] 2025/05/18 12:00:50: drop LoadingStage
[1.12.23i] 2025/05/18 12:00:51: bind MissingScriptPermsStage
[1.12.23i] 2025/05/18 12:00:51: prepare MissingScriptPermsStage
[1.12.23i] 2025/05/18 12:00:51: bind PluginErrorStage
[1.12.23i] 2025/05/18 12:00:51: prepare PluginErrorStage
[1.12.23i] 2025/05/18 12:00:51: bind MissingManifestStage
[1.12.23i] 2025/05/18 12:00:51: prepare MissingManifestStage
[1.12.23i] 2025/05/18 12:00:51: bind WelcomeStage
[1.12.23i] 2025/05/18 12:00:51: prepare WelcomeStage
[1.12.23i] 2025/05/18 12:00:51: enter WelcomeStage
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect width 519 for res 2556x1179
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:51: drop MissingScriptPermsStage
[1.12.23i] 2025/05/18 12:00:51: drop PluginErrorStage
[1.12.23i] 2025/05/18 12:00:51: drop MissingManifestStage
[1.12.23i] 2025/05/18 12:00:51: leave WelcomeStage
[1.12.23i] 2025/05/18 12:00:51: drop WelcomeStage
[1.12.23i] 2025/05/18 12:00:51: bind RegionStage
[1.12.23i] 2025/05/18 12:00:51: prepare RegionStage
[1.12.23i] 2025/05/18 12:00:51: enter RegionStage
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:51: instance OTU=
[1.12.23i] 2025/05/18 12:00:51: instance OTY=
[1.12.23i] 2025/05/18 12:00:51: bind LoadWaitingStage
[1.12.23i] 2025/05/18 12:00:51: prepare LoadWaitingStage
[1.12.23i] 2025/05/18 12:00:51: enter LoadWaitingStage
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:51: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:53: leave LoadWaitingStage
[1.12.23i] 2025/05/18 12:00:53: drop LoadWaitingStage
[1.12.23i] 2025/05/18 12:00:53: bind GameStage
[1.12.23i] 2025/05/18 12:00:53: prepare GameStage
[1.12.23i] 2025/05/18 12:00:53: enter GameStage
[1.12.23i] 2025/05/18 12:00:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:53: bind SpecialOfferStage:$feature_landmarks03
[1.12.23i] 2025/05/18 12:00:53: prepare SpecialOfferStage:$feature_landmarks03
[1.12.23i] 2025/05/18 12:00:53: enter SpecialOfferStage:$feature_landmarks03
[1.12.23i] 2025/05/18 12:00:53: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:53: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:54: leave SpecialOfferStage:$feature_landmarks03
[1.12.23i] 2025/05/18 12:00:54: drop SpecialOfferStage:$feature_landmarks03
[1.12.23i] 2025/05/18 12:00:54: enter GameStage
[1.12.23i] 2025/05/18 12:00:54: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:54: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:55: leave GameStage
[1.12.23i] 2025/05/18 12:00:55: drop GameStage
[1.12.23i] 2025/05/18 12:00:55: bind SaveWaitingStage
[1.12.23i] 2025/05/18 12:00:55: prepare SaveWaitingStage
[1.12.23i] 2025/05/18 12:00:55: enter SaveWaitingStage
[1.12.23i] 2025/05/18 12:00:55: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:55: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:00:56: leave SaveWaitingStage
[1.12.23i] 2025/05/18 12:00:56: drop SaveWaitingStage
[1.12.23i] 2025/05/18 12:00:56: enter RegionStage
[1.12.23i] 2025/05/18 12:00:56: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:00:56: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:01:04: bind LoadWaitingStage
[1.12.23i] 2025/05/18 12:01:04: prepare LoadWaitingStage
[1.12.23i] 2025/05/18 12:01:04: enter LoadWaitingStage
[1.12.23i] 2025/05/18 12:01:04: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:01:04: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:01:06: leave LoadWaitingStage
[1.12.23i] 2025/05/18 12:01:06: drop LoadWaitingStage
[1.12.23i] 2025/05/18 12:01:06: bind GameStage
[1.12.23i] 2025/05/18 12:01:06: prepare GameStage
[1.12.23i] 2025/05/18 12:01:06: enter GameStage
[1.12.23i] 2025/05/18 12:01:06: ResolutionMgr perfect width 519 for res 2555x1175
with xdpi 492.0 derived from 492.0
[1.12.23i] 2025/05/18 12:01:06: ResolutionMgr perfect index 2 (5) with 5 factors
available
[1.12.23i] 2025/05/18 12:03:20: pause app
[1.12.23i] 2025/05/18 12:12:14: leave GameStage
[1.12.23i] 2025/05/18 12:12:14: drop GameStage
[1.12.23i] 2025/05/18 12:12:14: drop RegionStage

You might also like