The document contains log messages from the startup and operation of a mobile application. It shows the application initializing, loading resources like textures and fonts, encountering an error trying to load a key mapping file, then progressing through various stages including loading, a welcome screen, selecting a region, and the main game stage. It also captures pausing and resuming the application.
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 ratings0% found this document useful (0 votes)
26 views483 pages
Log
The document contains log messages from the startup and operation of a mobile application. It shows the application initializing, loading resources like textures and fonts, encountering an error trying to load a key mapping file, then progressing through various stages including loading, a welcome screen, selecting a region, and the main game stage. It also captures pausing and resuming the application.
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/ 483
[1.11.
31a] 2023/11/12 18:33:23: Startup
[1.11.31a] 2023/11/12 18:33:24: create() cold start [1.11.31a] 2023/11/12 18:33:24: translation es_MX [1.11.31a] 2023/11/12 18:33:25: instance MA== [1.11.31a] 2023/11/12 18:33:25: create() finish [1.11.31a] 2023/11/12 18:33:25: create() end [1.11.31a] 2023/11/12 18:33:25: resume app [1.11.31a] 2023/11/12 18:33:25: refresh [1.11.31a] 2023/11/12 18:33:25: bind LoadingStage [1.11.31a] 2023/11/12 18:33:25: prepare LoadingStage [1.11.31a] 2023/11/12 18:33:25: enter LoadingStage [1.11.31a] 2023/11/12 18:33:26: loading Warm-up [1.11.31a] 2023/11/12 18:33:26: loading Startup [1.11.31a] 2023/11/12 18:33:26: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ key_mapping.json (Absolute) com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ key_mapping.json (Absolute) at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:150) at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:169) at info.flowersoft.theotown.util.Files.readTextFile(Files.java:57) at info.flowersoft.theotown.util.Files.readTextFile(Files.java:73) at info.flowersoft.theotown.input.KeyActionManager.load(KeyActionManager.java:40) at info.flowersoft.theotown.stages.LoadingStage$4.run(LoadingStage.java:181) at info.flowersoft.theotown.stages.LoadingStage.update(LoadingStage.java:1698) at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154) at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:175) at info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati onAdapter.kt:28) at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java: 505) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1592) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1281) Caused by: java.io.FileNotFoundException: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/ key_mapping.json: open failed: ENOENT (No such file or directory) at libcore.io.IoBridge.open(IoBridge.java:496) at java.io.FileInputStream.<init>(FileInputStream.java:159) at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146) ... 12 more Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) at libcore.io.Linux.open(Native Method) at libcore.io.ForwardingOs.open(ForwardingOs.java:167) at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) at libcore.io.ForwardingOs.open(ForwardingOs.java:167) at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8464) at libcore.io.IoBridge.open(IoBridge.java:482) ... 14 more
[1.11.31a] 2023/11/12 18:33:26: Max texture size 8192
[1.11.31a] 2023/11/12 18:33:26: Max heap size is 512MB [1.11.31a] 2023/11/12 18:33:26: Engine consumes 11MB [1.11.31a] 2023/11/12 18:33:26: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/12 18:33:26: loading Texture [1.11.31a] 2023/11/12 18:33:26: loading Fonts [1.11.31a] 2023/11/12 18:33:27: loading Skin [1.11.31a] 2023/11/12 18:33:27: loading Extract files [1.11.31a] 2023/11/12 18:33:27: loading Frames [1.11.31a] 2023/11/12 18:33:27: loading Scripting [1.11.31a] 2023/11/12 18:33:28: loading Collecting drafts [1.11.31a] 2023/11/12 18:33:29: loading Prefetching images [1.11.31a] 2023/11/12 18:33:29: loading Loading drafts [1.11.31a] 2023/11/12 18:33:32: loading Finishing drafts [1.11.31a] 2023/11/12 18:33:33: loading Loading music [1.11.31a] 2023/11/12 18:33:33: loading Shaders [1.11.31a] 2023/11/12 18:33:33: loading Topics [1.11.31a] 2023/11/12 18:33:33: loading Loading textures [1.11.31a] 2023/11/12 18:33:36: loading Checking winter [1.11.31a] 2023/11/12 18:33:36: loading Preparing background [1.11.31a] 2023/11/12 18:33:37: loading Finishing [1.11.31a] 2023/11/12 18:33:37: leave LoadingStage [1.11.31a] 2023/11/12 18:33:37: drop LoadingStage [1.11.31a] 2023/11/12 18:33:37: bind PluginErrorStage [1.11.31a] 2023/11/12 18:33:37: prepare PluginErrorStage [1.11.31a] 2023/11/12 18:33:37: bind WelcomeStage [1.11.31a] 2023/11/12 18:33:37: prepare WelcomeStage [1.11.31a] 2023/11/12 18:33:37: enter WelcomeStage [1.11.31a] 2023/11/12 18:33:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:33:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:33:37: drop PluginErrorStage [1.11.31a] 2023/11/12 18:33:37: leave WelcomeStage [1.11.31a] 2023/11/12 18:33:37: drop WelcomeStage [1.11.31a] 2023/11/12 18:33:37: bind RegionStage [1.11.31a] 2023/11/12 18:33:37: prepare RegionStage [1.11.31a] 2023/11/12 18:33:39: enter RegionStage [1.11.31a] 2023/11/12 18:33:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:33:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:33:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:33:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:33:57: bind LoadWaitingStage [1.11.31a] 2023/11/12 18:33:57: prepare LoadWaitingStage [1.11.31a] 2023/11/12 18:33:57: enter LoadWaitingStage [1.11.31a] 2023/11/12 18:33:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:33:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:33:58: leave LoadWaitingStage [1.11.31a] 2023/11/12 18:33:58: drop LoadWaitingStage [1.11.31a] 2023/11/12 18:33:58: bind GameStage [1.11.31a] 2023/11/12 18:33:58: prepare GameStage [1.11.31a] 2023/11/12 18:33:58: enter GameStage [1.11.31a] 2023/11/12 18:33:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:33:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:36:14: bind CityInfoStage [1.11.31a] 2023/11/12 18:36:14: prepare CityInfoStage [1.11.31a] 2023/11/12 18:36:14: enter CityInfoStage [1.11.31a] 2023/11/12 18:36:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:36:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:36:18: leave CityInfoStage [1.11.31a] 2023/11/12 18:36:18: drop CityInfoStage [1.11.31a] 2023/11/12 18:36:18: enter GameStage [1.11.31a] 2023/11/12 18:36:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:36:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:38:07: pause app [1.11.31a] 2023/11/12 18:38:27: enter app [1.11.31a] 2023/11/12 18:38:27: resume app [1.11.31a] 2023/11/12 18:38:27: resume -> enter GameStage [1.11.31a] 2023/11/12 18:38:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:38:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:38:53: pause app [1.11.31a] 2023/11/12 18:39:09: enter app [1.11.31a] 2023/11/12 18:39:09: resume app [1.11.31a] 2023/11/12 18:39:09: resume -> enter GameStage [1.11.31a] 2023/11/12 18:39:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:39:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:40:35: pause app [1.11.31a] 2023/11/12 18:41:17: enter app [1.11.31a] 2023/11/12 18:41:17: resume app [1.11.31a] 2023/11/12 18:41:17: resume -> enter GameStage [1.11.31a] 2023/11/12 18:41:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:41:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:46:16: bind SaveWaitingStage [1.11.31a] 2023/11/12 18:46:16: prepare SaveWaitingStage [1.11.31a] 2023/11/12 18:46:16: enter SaveWaitingStage [1.11.31a] 2023/11/12 18:46:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:46:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:46:16: leave SaveWaitingStage [1.11.31a] 2023/11/12 18:46:16: drop SaveWaitingStage [1.11.31a] 2023/11/12 18:46:16: enter GameStage [1.11.31a] 2023/11/12 18:46:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:46:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:46:20: pause app [1.11.31a] 2023/11/12 18:46:48: enter app [1.11.31a] 2023/11/12 18:46:48: resume app [1.11.31a] 2023/11/12 18:46:48: resume -> enter GameStage [1.11.31a] 2023/11/12 18:46:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:46:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:47:08: pause app [1.11.31a] 2023/11/12 18:48:31: Startup [1.11.31a] 2023/11/12 18:48:31: create() cold start [1.11.31a] 2023/11/12 18:48:32: translation es_MX [1.11.31a] 2023/11/12 18:48:32: instance MA== [1.11.31a] 2023/11/12 18:48:32: create() finish [1.11.31a] 2023/11/12 18:48:32: create() end [1.11.31a] 2023/11/12 18:48:32: resume app [1.11.31a] 2023/11/12 18:48:32: refresh [1.11.31a] 2023/11/12 18:48:32: bind LoadingStage [1.11.31a] 2023/11/12 18:48:32: prepare LoadingStage [1.11.31a] 2023/11/12 18:48:32: enter LoadingStage [1.11.31a] 2023/11/12 18:48:32: loading Warm-up [1.11.31a] 2023/11/12 18:48:33: loading Startup [1.11.31a] 2023/11/12 18:48:33: Max texture size 8192 [1.11.31a] 2023/11/12 18:48:33: Max heap size is 512MB [1.11.31a] 2023/11/12 18:48:33: Engine consumes 11MB [1.11.31a] 2023/11/12 18:48:33: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/12 18:48:33: loading Texture [1.11.31a] 2023/11/12 18:48:33: loading Fonts [1.11.31a] 2023/11/12 18:48:34: loading Skin [1.11.31a] 2023/11/12 18:48:34: loading Extract files [1.11.31a] 2023/11/12 18:48:34: loading Frames [1.11.31a] 2023/11/12 18:48:34: loading Scripting [1.11.31a] 2023/11/12 18:48:35: loading Collecting drafts [1.11.31a] 2023/11/12 18:48:37: loading Prefetching images [1.11.31a] 2023/11/12 18:48:37: loading Loading drafts [1.11.31a] 2023/11/12 18:48:44: loading Finishing drafts [1.11.31a] 2023/11/12 18:48:46: loading Loading music [1.11.31a] 2023/11/12 18:48:46: loading Shaders [1.11.31a] 2023/11/12 18:48:46: loading Topics [1.11.31a] 2023/11/12 18:48:46: loading Loading textures [1.11.31a] 2023/11/12 18:48:49: loading Checking winter [1.11.31a] 2023/11/12 18:48:49: loading Preparing background [1.11.31a] 2023/11/12 18:48:50: loading Finishing [1.11.31a] 2023/11/12 18:48:50: leave LoadingStage [1.11.31a] 2023/11/12 18:48:50: drop LoadingStage [1.11.31a] 2023/11/12 18:48:50: bind PluginErrorStage [1.11.31a] 2023/11/12 18:48:50: prepare PluginErrorStage [1.11.31a] 2023/11/12 18:48:50: bind WelcomeStage [1.11.31a] 2023/11/12 18:48:50: prepare WelcomeStage [1.11.31a] 2023/11/12 18:48:50: enter WelcomeStage [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:48:50: drop PluginErrorStage [1.11.31a] 2023/11/12 18:48:50: leave WelcomeStage [1.11.31a] 2023/11/12 18:48:50: drop WelcomeStage [1.11.31a] 2023/11/12 18:48:50: bind RegionStage [1.11.31a] 2023/11/12 18:48:50: prepare RegionStage [1.11.31a] 2023/11/12 18:48:50: enter RegionStage [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:48:51: bind LoadWaitingStage [1.11.31a] 2023/11/12 18:48:51: prepare LoadWaitingStage [1.11.31a] 2023/11/12 18:48:51: enter LoadWaitingStage [1.11.31a] 2023/11/12 18:48:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:48:53: leave LoadWaitingStage [1.11.31a] 2023/11/12 18:48:53: drop LoadWaitingStage [1.11.31a] 2023/11/12 18:48:53: bind GameStage [1.11.31a] 2023/11/12 18:48:53: prepare GameStage [1.11.31a] 2023/11/12 18:48:53: enter GameStage [1.11.31a] 2023/11/12 18:48:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:48:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:49:15: bind CityInfoStage [1.11.31a] 2023/11/12 18:49:15: prepare CityInfoStage [1.11.31a] 2023/11/12 18:49:15: enter CityInfoStage [1.11.31a] 2023/11/12 18:49:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:49:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:49:16: leave CityInfoStage [1.11.31a] 2023/11/12 18:49:16: drop CityInfoStage [1.11.31a] 2023/11/12 18:49:16: enter GameStage [1.11.31a] 2023/11/12 18:49:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:49:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:49:48: bind CityInfoStage [1.11.31a] 2023/11/12 18:49:48: prepare CityInfoStage [1.11.31a] 2023/11/12 18:49:48: enter CityInfoStage [1.11.31a] 2023/11/12 18:49:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:49:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:49:49: leave CityInfoStage [1.11.31a] 2023/11/12 18:49:50: drop CityInfoStage [1.11.31a] 2023/11/12 18:49:50: enter GameStage [1.11.31a] 2023/11/12 18:49:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 18:49:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 18:49:51: pause app [1.11.31a] 2023/11/12 20:13:18: Startup [1.11.31a] 2023/11/12 20:13:18: create() cold start [1.11.31a] 2023/11/12 20:13:19: translation es_MX [1.11.31a] 2023/11/12 20:13:19: instance MA== [1.11.31a] 2023/11/12 20:13:19: create() finish [1.11.31a] 2023/11/12 20:13:19: create() end [1.11.31a] 2023/11/12 20:13:19: resume app [1.11.31a] 2023/11/12 20:13:19: refresh [1.11.31a] 2023/11/12 20:13:19: bind LoadingStage [1.11.31a] 2023/11/12 20:13:19: prepare LoadingStage [1.11.31a] 2023/11/12 20:13:19: enter LoadingStage [1.11.31a] 2023/11/12 20:13:20: loading Warm-up [1.11.31a] 2023/11/12 20:13:20: loading Startup [1.11.31a] 2023/11/12 20:13:20: Max texture size 8192 [1.11.31a] 2023/11/12 20:13:20: Max heap size is 512MB [1.11.31a] 2023/11/12 20:13:20: Engine consumes 11MB [1.11.31a] 2023/11/12 20:13:20: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/12 20:13:21: loading Texture [1.11.31a] 2023/11/12 20:13:21: loading Fonts [1.11.31a] 2023/11/12 20:13:21: loading Skin [1.11.31a] 2023/11/12 20:13:22: loading Extract files [1.11.31a] 2023/11/12 20:13:22: loading Frames [1.11.31a] 2023/11/12 20:13:22: loading Scripting [1.11.31a] 2023/11/12 20:13:22: loading Collecting drafts [1.11.31a] 2023/11/12 20:13:25: loading Prefetching images [1.11.31a] 2023/11/12 20:13:25: loading Loading drafts [1.11.31a] 2023/11/12 20:13:28: loading Finishing drafts [1.11.31a] 2023/11/12 20:13:29: loading Loading music [1.11.31a] 2023/11/12 20:13:29: loading Shaders [1.11.31a] 2023/11/12 20:13:29: loading Topics [1.11.31a] 2023/11/12 20:13:29: loading Loading textures [1.11.31a] 2023/11/12 20:13:32: loading Checking winter [1.11.31a] 2023/11/12 20:13:32: loading Preparing background [1.11.31a] 2023/11/12 20:13:32: loading Finishing [1.11.31a] 2023/11/12 20:13:32: leave LoadingStage [1.11.31a] 2023/11/12 20:13:32: drop LoadingStage [1.11.31a] 2023/11/12 20:13:32: bind PluginErrorStage [1.11.31a] 2023/11/12 20:13:32: prepare PluginErrorStage [1.11.31a] 2023/11/12 20:13:32: bind WelcomeStage [1.11.31a] 2023/11/12 20:13:32: prepare WelcomeStage [1.11.31a] 2023/11/12 20:13:32: enter WelcomeStage [1.11.31a] 2023/11/12 20:13:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:33: drop PluginErrorStage [1.11.31a] 2023/11/12 20:13:33: leave WelcomeStage [1.11.31a] 2023/11/12 20:13:33: drop WelcomeStage [1.11.31a] 2023/11/12 20:13:33: bind RegionStage [1.11.31a] 2023/11/12 20:13:33: prepare RegionStage [1.11.31a] 2023/11/12 20:13:33: enter RegionStage [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:34: bind LoadWaitingStage [1.11.31a] 2023/11/12 20:13:34: prepare LoadWaitingStage [1.11.31a] 2023/11/12 20:13:34: enter LoadWaitingStage [1.11.31a] 2023/11/12 20:13:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:35: leave LoadWaitingStage [1.11.31a] 2023/11/12 20:13:35: drop LoadWaitingStage [1.11.31a] 2023/11/12 20:13:35: bind GameStage [1.11.31a] 2023/11/12 20:13:35: prepare GameStage [1.11.31a] 2023/11/12 20:13:36: enter GameStage [1.11.31a] 2023/11/12 20:13:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:13:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:13:43: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.31a] 2023/11/12 20:13:43: Download
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 20 more
[1.11.31a] 2023/11/12 20:13:55: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more [1.11.31a] 2023/11/12 20:13:55: General java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.31a] 2023/11/12 20:15:19: instance Mg==
[1.11.31a] 2023/11/12 20:15:19: bind RankStage [1.11.31a] 2023/11/12 20:15:19: prepare RankStage [1.11.31a] 2023/11/12 20:15:19: enter RankStage [1.11.31a] 2023/11/12 20:15:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:15:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:15:22: leave RankStage [1.11.31a] 2023/11/12 20:15:22: drop RankStage [1.11.31a] 2023/11/12 20:15:22: enter GameStage [1.11.31a] 2023/11/12 20:15:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:15:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:15:25: bind Store [1.11.31a] 2023/11/12 20:15:25: prepare Store [1.11.31a] 2023/11/12 20:15:25: enter Store [1.11.31a] 2023/11/12 20:15:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:15:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:15:27: leave Store [1.11.31a] 2023/11/12 20:15:27: drop Store [1.11.31a] 2023/11/12 20:15:27: enter GameStage [1.11.31a] 2023/11/12 20:15:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:15:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:16:00: leave GameStage [1.11.31a] 2023/11/12 20:16:00: drop GameStage [1.11.31a] 2023/11/12 20:16:00: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:16:00: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:16:00: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:16:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:16:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:16:00: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:16:00: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:16:00: enter RegionStage [1.11.31a] 2023/11/12 20:16:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:16:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:16:09: bind GameStage [1.11.31a] 2023/11/12 20:16:09: prepare GameStage [1.11.31a] 2023/11/12 20:16:09: enter GameStage [1.11.31a] 2023/11/12 20:16:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:16:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:17:25: leave GameStage [1.11.31a] 2023/11/12 20:17:25: drop GameStage [1.11.31a] 2023/11/12 20:17:25: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:17:25: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:17:25: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:17:25: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:17:25: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:17:25: enter RegionStage [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:17:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:17:48: bind LoadWaitingStage [1.11.31a] 2023/11/12 20:17:48: prepare LoadWaitingStage [1.11.31a] 2023/11/12 20:17:48: enter LoadWaitingStage [1.11.31a] 2023/11/12 20:17:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:17:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:17:49: leave LoadWaitingStage [1.11.31a] 2023/11/12 20:17:49: drop LoadWaitingStage [1.11.31a] 2023/11/12 20:17:49: bind GameStage [1.11.31a] 2023/11/12 20:17:49: prepare GameStage [1.11.31a] 2023/11/12 20:17:49: enter GameStage [1.11.31a] 2023/11/12 20:17:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:17:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:19:11: bind CityInfoStage [1.11.31a] 2023/11/12 20:19:11: prepare CityInfoStage [1.11.31a] 2023/11/12 20:19:11: enter CityInfoStage [1.11.31a] 2023/11/12 20:19:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:19:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:19:18: leave CityInfoStage [1.11.31a] 2023/11/12 20:19:18: drop CityInfoStage [1.11.31a] 2023/11/12 20:19:18: enter GameStage [1.11.31a] 2023/11/12 20:19:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:19:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:22:00: bind Store [1.11.31a] 2023/11/12 20:22:00: prepare Store [1.11.31a] 2023/11/12 20:22:00: enter Store [1.11.31a] 2023/11/12 20:22:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:22:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:22:01: leave Store [1.11.31a] 2023/11/12 20:22:01: drop Store [1.11.31a] 2023/11/12 20:22:01: enter GameStage [1.11.31a] 2023/11/12 20:22:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:22:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:22:36: bind SettingsStage [1.11.31a] 2023/11/12 20:22:36: prepare SettingsStage [1.11.31a] 2023/11/12 20:22:36: enter SettingsStage [1.11.31a] 2023/11/12 20:22:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:22:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:22:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:22:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:22:42: leave SettingsStage [1.11.31a] 2023/11/12 20:22:42: drop SettingsStage [1.11.31a] 2023/11/12 20:22:42: enter GameStage [1.11.31a] 2023/11/12 20:22:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:22:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:23:05: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:23:05: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:23:05: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:23:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:23:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:23:05: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:23:05: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:23:05: enter GameStage [1.11.31a] 2023/11/12 20:23:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:23:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:24:51: bind CityInfoStage [1.11.31a] 2023/11/12 20:24:51: prepare CityInfoStage [1.11.31a] 2023/11/12 20:24:51: enter CityInfoStage [1.11.31a] 2023/11/12 20:24:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:24:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:24:53: leave CityInfoStage [1.11.31a] 2023/11/12 20:24:53: drop CityInfoStage [1.11.31a] 2023/11/12 20:24:53: enter GameStage [1.11.31a] 2023/11/12 20:24:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:24:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:25:41: instance NA== [1.11.31a] 2023/11/12 20:25:42: bind RankStage [1.11.31a] 2023/11/12 20:25:42: prepare RankStage [1.11.31a] 2023/11/12 20:25:42: enter RankStage [1.11.31a] 2023/11/12 20:25:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:25:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:25:45: leave RankStage [1.11.31a] 2023/11/12 20:25:45: drop RankStage [1.11.31a] 2023/11/12 20:25:45: enter GameStage [1.11.31a] 2023/11/12 20:25:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:25:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:25:47: bind CityInfoStage [1.11.31a] 2023/11/12 20:25:47: prepare CityInfoStage [1.11.31a] 2023/11/12 20:25:47: enter CityInfoStage [1.11.31a] 2023/11/12 20:25:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:25:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:25:48: leave CityInfoStage [1.11.31a] 2023/11/12 20:25:48: drop CityInfoStage [1.11.31a] 2023/11/12 20:25:48: enter GameStage [1.11.31a] 2023/11/12 20:25:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:25:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:26:01: bind CityInfoStage [1.11.31a] 2023/11/12 20:26:01: prepare CityInfoStage [1.11.31a] 2023/11/12 20:26:01: enter CityInfoStage [1.11.31a] 2023/11/12 20:26:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:26:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:26:04: leave CityInfoStage [1.11.31a] 2023/11/12 20:26:04: drop CityInfoStage [1.11.31a] 2023/11/12 20:26:04: enter GameStage [1.11.31a] 2023/11/12 20:26:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:26:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:26:59: bind CityInfoStage [1.11.31a] 2023/11/12 20:26:59: prepare CityInfoStage [1.11.31a] 2023/11/12 20:26:59: enter CityInfoStage [1.11.31a] 2023/11/12 20:26:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:26:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:27:00: leave CityInfoStage [1.11.31a] 2023/11/12 20:27:00: drop CityInfoStage [1.11.31a] 2023/11/12 20:27:00: enter GameStage [1.11.31a] 2023/11/12 20:27:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:27:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:28:14: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:28:14: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:28:14: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:28:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:28:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:28:14: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:28:14: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:28:14: enter GameStage [1.11.31a] 2023/11/12 20:28:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:28:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:28:47: bind CityInfoStage [1.11.31a] 2023/11/12 20:28:47: prepare CityInfoStage [1.11.31a] 2023/11/12 20:28:47: enter CityInfoStage [1.11.31a] 2023/11/12 20:28:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:28:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:28:48: leave CityInfoStage [1.11.31a] 2023/11/12 20:28:48: drop CityInfoStage [1.11.31a] 2023/11/12 20:28:48: enter GameStage [1.11.31a] 2023/11/12 20:28:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:28:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:31:35: bind CityInfoStage [1.11.31a] 2023/11/12 20:31:35: prepare CityInfoStage [1.11.31a] 2023/11/12 20:31:35: enter CityInfoStage [1.11.31a] 2023/11/12 20:31:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:31:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:31:37: leave CityInfoStage [1.11.31a] 2023/11/12 20:31:37: drop CityInfoStage [1.11.31a] 2023/11/12 20:31:37: enter GameStage [1.11.31a] 2023/11/12 20:31:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:31:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:32:00: bind CityInfoStage [1.11.31a] 2023/11/12 20:32:00: prepare CityInfoStage [1.11.31a] 2023/11/12 20:32:00: enter CityInfoStage [1.11.31a] 2023/11/12 20:32:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:32:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:32:01: leave CityInfoStage [1.11.31a] 2023/11/12 20:32:01: drop CityInfoStage [1.11.31a] 2023/11/12 20:32:01: enter GameStage [1.11.31a] 2023/11/12 20:32:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:32:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:33:23: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:33:23: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:33:23: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:33:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:33:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:33:23: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:33:23: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:33:23: enter GameStage [1.11.31a] 2023/11/12 20:33:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:33:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:35:03: bind CityInfoStage [1.11.31a] 2023/11/12 20:35:03: prepare CityInfoStage [1.11.31a] 2023/11/12 20:35:03: enter CityInfoStage [1.11.31a] 2023/11/12 20:35:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:35:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:35:04: leave CityInfoStage [1.11.31a] 2023/11/12 20:35:04: drop CityInfoStage [1.11.31a] 2023/11/12 20:35:04: enter GameStage [1.11.31a] 2023/11/12 20:35:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:35:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:35:05: bind CityInfoStage [1.11.31a] 2023/11/12 20:35:05: prepare CityInfoStage [1.11.31a] 2023/11/12 20:35:05: enter CityInfoStage [1.11.31a] 2023/11/12 20:35:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:35:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:35:06: leave CityInfoStage [1.11.31a] 2023/11/12 20:35:06: drop CityInfoStage [1.11.31a] 2023/11/12 20:35:06: enter GameStage [1.11.31a] 2023/11/12 20:35:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:35:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:36:31: bind CityInfoStage [1.11.31a] 2023/11/12 20:36:31: prepare CityInfoStage [1.11.31a] 2023/11/12 20:36:31: enter CityInfoStage [1.11.31a] 2023/11/12 20:36:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:36:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:36:37: leave CityInfoStage [1.11.31a] 2023/11/12 20:36:37: drop CityInfoStage [1.11.31a] 2023/11/12 20:36:37: enter GameStage [1.11.31a] 2023/11/12 20:36:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:36:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:37:11: bind CityInfoStage [1.11.31a] 2023/11/12 20:37:11: prepare CityInfoStage [1.11.31a] 2023/11/12 20:37:11: enter CityInfoStage [1.11.31a] 2023/11/12 20:37:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:37:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:37:16: leave CityInfoStage [1.11.31a] 2023/11/12 20:37:16: drop CityInfoStage [1.11.31a] 2023/11/12 20:37:16: enter GameStage [1.11.31a] 2023/11/12 20:37:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:37:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:37:22: bind CityInfoStage [1.11.31a] 2023/11/12 20:37:22: prepare CityInfoStage [1.11.31a] 2023/11/12 20:37:22: enter CityInfoStage [1.11.31a] 2023/11/12 20:37:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:37:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:37:26: leave CityInfoStage [1.11.31a] 2023/11/12 20:37:26: drop CityInfoStage [1.11.31a] 2023/11/12 20:37:26: enter GameStage [1.11.31a] 2023/11/12 20:37:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:37:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:10: bind CityInfoStage [1.11.31a] 2023/11/12 20:38:10: prepare CityInfoStage [1.11.31a] 2023/11/12 20:38:10: enter CityInfoStage [1.11.31a] 2023/11/12 20:38:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:11: leave CityInfoStage [1.11.31a] 2023/11/12 20:38:11: drop CityInfoStage [1.11.31a] 2023/11/12 20:38:11: enter GameStage [1.11.31a] 2023/11/12 20:38:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:14: bind CityInfoStage [1.11.31a] 2023/11/12 20:38:14: prepare CityInfoStage [1.11.31a] 2023/11/12 20:38:14: enter CityInfoStage [1.11.31a] 2023/11/12 20:38:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:23: leave CityInfoStage [1.11.31a] 2023/11/12 20:38:23: drop CityInfoStage [1.11.31a] 2023/11/12 20:38:23: enter GameStage [1.11.31a] 2023/11/12 20:38:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:32: bind CityInfoStage [1.11.31a] 2023/11/12 20:38:32: prepare CityInfoStage [1.11.31a] 2023/11/12 20:38:32: enter CityInfoStage [1.11.31a] 2023/11/12 20:38:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:33: leave CityInfoStage [1.11.31a] 2023/11/12 20:38:33: drop CityInfoStage [1.11.31a] 2023/11/12 20:38:33: enter GameStage [1.11.31a] 2023/11/12 20:38:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:50: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:38:50: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:38:50: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:38:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:38:50: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:38:50: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:38:50: enter GameStage [1.11.31a] 2023/11/12 20:38:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:38:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:39:15: bind CityInfoStage [1.11.31a] 2023/11/12 20:39:15: prepare CityInfoStage [1.11.31a] 2023/11/12 20:39:15: enter CityInfoStage [1.11.31a] 2023/11/12 20:39:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:39:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:39:19: leave CityInfoStage [1.11.31a] 2023/11/12 20:39:19: drop CityInfoStage [1.11.31a] 2023/11/12 20:39:19: enter GameStage [1.11.31a] 2023/11/12 20:39:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:39:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:42:26: instance Ng== [1.11.31a] 2023/11/12 20:42:27: bind RankStage [1.11.31a] 2023/11/12 20:42:27: prepare RankStage [1.11.31a] 2023/11/12 20:42:27: enter RankStage [1.11.31a] 2023/11/12 20:42:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:42:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:42:29: leave RankStage [1.11.31a] 2023/11/12 20:42:29: drop RankStage [1.11.31a] 2023/11/12 20:42:29: enter GameStage [1.11.31a] 2023/11/12 20:42:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:42:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:43:00: bind CityInfoStage [1.11.31a] 2023/11/12 20:43:00: prepare CityInfoStage [1.11.31a] 2023/11/12 20:43:00: enter CityInfoStage [1.11.31a] 2023/11/12 20:43:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:43:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:43:08: leave CityInfoStage [1.11.31a] 2023/11/12 20:43:08: drop CityInfoStage [1.11.31a] 2023/11/12 20:43:08: enter GameStage [1.11.31a] 2023/11/12 20:43:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:43:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:44:01: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:44:01: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:44:01: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:44:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:44:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:44:01: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:44:01: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:44:01: enter GameStage [1.11.31a] 2023/11/12 20:44:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:44:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:44:09: bind CityInfoStage [1.11.31a] 2023/11/12 20:44:09: prepare CityInfoStage [1.11.31a] 2023/11/12 20:44:09: enter CityInfoStage [1.11.31a] 2023/11/12 20:44:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:44:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:44:13: leave CityInfoStage [1.11.31a] 2023/11/12 20:44:13: drop CityInfoStage [1.11.31a] 2023/11/12 20:44:13: enter GameStage [1.11.31a] 2023/11/12 20:44:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:44:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:46:31: bind CityInfoStage [1.11.31a] 2023/11/12 20:46:31: prepare CityInfoStage [1.11.31a] 2023/11/12 20:46:31: enter CityInfoStage [1.11.31a] 2023/11/12 20:46:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:46:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:46:34: leave CityInfoStage [1.11.31a] 2023/11/12 20:46:34: drop CityInfoStage [1.11.31a] 2023/11/12 20:46:34: enter GameStage [1.11.31a] 2023/11/12 20:46:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:46:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:25: bind Store [1.11.31a] 2023/11/12 20:47:25: prepare Store [1.11.31a] 2023/11/12 20:47:25: enter Store [1.11.31a] 2023/11/12 20:47:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:26: leave Store [1.11.31a] 2023/11/12 20:47:26: drop Store [1.11.31a] 2023/11/12 20:47:26: enter GameStage [1.11.31a] 2023/11/12 20:47:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:28: bind CityInfoStage [1.11.31a] 2023/11/12 20:47:28: prepare CityInfoStage [1.11.31a] 2023/11/12 20:47:28: enter CityInfoStage [1.11.31a] 2023/11/12 20:47:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:29: leave CityInfoStage [1.11.31a] 2023/11/12 20:47:29: drop CityInfoStage [1.11.31a] 2023/11/12 20:47:29: enter GameStage [1.11.31a] 2023/11/12 20:47:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:30: bind CityInfoStage [1.11.31a] 2023/11/12 20:47:30: prepare CityInfoStage [1.11.31a] 2023/11/12 20:47:30: enter CityInfoStage [1.11.31a] 2023/11/12 20:47:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:31: leave CityInfoStage [1.11.31a] 2023/11/12 20:47:31: drop CityInfoStage [1.11.31a] 2023/11/12 20:47:31: enter GameStage [1.11.31a] 2023/11/12 20:47:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:32: bind CityInfoStage [1.11.31a] 2023/11/12 20:47:32: prepare CityInfoStage [1.11.31a] 2023/11/12 20:47:32: enter CityInfoStage [1.11.31a] 2023/11/12 20:47:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:47:36: leave CityInfoStage [1.11.31a] 2023/11/12 20:47:36: drop CityInfoStage [1.11.31a] 2023/11/12 20:47:36: enter GameStage [1.11.31a] 2023/11/12 20:47:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:47:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:49:07: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:49:07: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:49:07: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:49:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:49:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:49:07: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:49:07: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:49:07: enter GameStage [1.11.31a] 2023/11/12 20:49:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:49:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:49:42: bind CityInfoStage [1.11.31a] 2023/11/12 20:49:42: prepare CityInfoStage [1.11.31a] 2023/11/12 20:49:42: enter CityInfoStage [1.11.31a] 2023/11/12 20:49:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:49:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:49:45: refresh [1.11.31a] 2023/11/12 20:49:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:49:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:49:46: leave CityInfoStage [1.11.31a] 2023/11/12 20:49:46: drop CityInfoStage [1.11.31a] 2023/11/12 20:49:46: enter GameStage [1.11.31a] 2023/11/12 20:49:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:49:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:51:24: bind CityInfoStage [1.11.31a] 2023/11/12 20:51:24: prepare CityInfoStage [1.11.31a] 2023/11/12 20:51:24: enter CityInfoStage [1.11.31a] 2023/11/12 20:51:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:51:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:51:26: leave CityInfoStage [1.11.31a] 2023/11/12 20:51:26: drop CityInfoStage [1.11.31a] 2023/11/12 20:51:26: enter GameStage [1.11.31a] 2023/11/12 20:51:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:51:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:53:11: bind CityInfoStage [1.11.31a] 2023/11/12 20:53:11: prepare CityInfoStage [1.11.31a] 2023/11/12 20:53:11: enter CityInfoStage [1.11.31a] 2023/11/12 20:53:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:53:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:53:12: leave CityInfoStage [1.11.31a] 2023/11/12 20:53:12: drop CityInfoStage [1.11.31a] 2023/11/12 20:53:12: enter GameStage [1.11.31a] 2023/11/12 20:53:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:53:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:53:14: bind CityInfoStage [1.11.31a] 2023/11/12 20:53:14: prepare CityInfoStage [1.11.31a] 2023/11/12 20:53:14: enter CityInfoStage [1.11.31a] 2023/11/12 20:53:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:53:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:53:16: leave CityInfoStage [1.11.31a] 2023/11/12 20:53:16: drop CityInfoStage [1.11.31a] 2023/11/12 20:53:16: enter GameStage [1.11.31a] 2023/11/12 20:53:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:53:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:54:14: bind CityInfoStage [1.11.31a] 2023/11/12 20:54:14: prepare CityInfoStage [1.11.31a] 2023/11/12 20:54:14: enter CityInfoStage [1.11.31a] 2023/11/12 20:54:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:54:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:54:15: leave CityInfoStage [1.11.31a] 2023/11/12 20:54:15: drop CityInfoStage [1.11.31a] 2023/11/12 20:54:15: enter GameStage [1.11.31a] 2023/11/12 20:54:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:54:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:54:20: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:54:20: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:54:20: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:54:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:54:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:54:20: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:54:20: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:54:20: enter GameStage [1.11.31a] 2023/11/12 20:54:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:54:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:40: bind CityInfoStage [1.11.31a] 2023/11/12 20:58:40: prepare CityInfoStage [1.11.31a] 2023/11/12 20:58:40: enter CityInfoStage [1.11.31a] 2023/11/12 20:58:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:41: leave CityInfoStage [1.11.31a] 2023/11/12 20:58:41: drop CityInfoStage [1.11.31a] 2023/11/12 20:58:41: enter GameStage [1.11.31a] 2023/11/12 20:58:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:49: bind CityInfoStage [1.11.31a] 2023/11/12 20:58:49: prepare CityInfoStage [1.11.31a] 2023/11/12 20:58:49: enter CityInfoStage [1.11.31a] 2023/11/12 20:58:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:51: leave CityInfoStage [1.11.31a] 2023/11/12 20:58:51: drop CityInfoStage [1.11.31a] 2023/11/12 20:58:51: enter GameStage [1.11.31a] 2023/11/12 20:58:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:52: bind CityInfoStage [1.11.31a] 2023/11/12 20:58:52: prepare CityInfoStage [1.11.31a] 2023/11/12 20:58:52: enter CityInfoStage [1.11.31a] 2023/11/12 20:58:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:53: refresh [1.11.31a] 2023/11/12 20:58:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:53: refresh [1.11.31a] 2023/11/12 20:58:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:54: refresh [1.11.31a] 2023/11/12 20:58:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:54: refresh [1.11.31a] 2023/11/12 20:58:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:55: refresh [1.11.31a] 2023/11/12 20:58:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:56: refresh [1.11.31a] 2023/11/12 20:58:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:58:57: leave CityInfoStage [1.11.31a] 2023/11/12 20:58:57: drop CityInfoStage [1.11.31a] 2023/11/12 20:58:57: enter GameStage [1.11.31a] 2023/11/12 20:58:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:58:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:15: bind CityInfoStage [1.11.31a] 2023/11/12 20:59:15: prepare CityInfoStage [1.11.31a] 2023/11/12 20:59:15: enter CityInfoStage [1.11.31a] 2023/11/12 20:59:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:19: leave CityInfoStage [1.11.31a] 2023/11/12 20:59:19: drop CityInfoStage [1.11.31a] 2023/11/12 20:59:19: enter GameStage [1.11.31a] 2023/11/12 20:59:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:35: bind SaveWaitingStage [1.11.31a] 2023/11/12 20:59:35: prepare SaveWaitingStage [1.11.31a] 2023/11/12 20:59:35: enter SaveWaitingStage [1.11.31a] 2023/11/12 20:59:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:35: leave SaveWaitingStage [1.11.31a] 2023/11/12 20:59:35: drop SaveWaitingStage [1.11.31a] 2023/11/12 20:59:35: enter GameStage [1.11.31a] 2023/11/12 20:59:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:36: instance OA== [1.11.31a] 2023/11/12 20:59:36: bind RankStage [1.11.31a] 2023/11/12 20:59:36: prepare RankStage [1.11.31a] 2023/11/12 20:59:36: enter RankStage [1.11.31a] 2023/11/12 20:59:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:38: leave RankStage [1.11.31a] 2023/11/12 20:59:38: drop RankStage [1.11.31a] 2023/11/12 20:59:38: enter GameStage [1.11.31a] 2023/11/12 20:59:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:42: bind CityInfoStage [1.11.31a] 2023/11/12 20:59:42: prepare CityInfoStage [1.11.31a] 2023/11/12 20:59:42: enter CityInfoStage [1.11.31a] 2023/11/12 20:59:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 20:59:46: leave CityInfoStage [1.11.31a] 2023/11/12 20:59:46: drop CityInfoStage [1.11.31a] 2023/11/12 20:59:46: enter GameStage [1.11.31a] 2023/11/12 20:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 20:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:05: bind CityInfoStage [1.11.31a] 2023/11/12 21:02:05: prepare CityInfoStage [1.11.31a] 2023/11/12 21:02:05: enter CityInfoStage [1.11.31a] 2023/11/12 21:02:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:06: leave CityInfoStage [1.11.31a] 2023/11/12 21:02:06: drop CityInfoStage [1.11.31a] 2023/11/12 21:02:06: enter GameStage [1.11.31a] 2023/11/12 21:02:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:11: bind CityInfoStage [1.11.31a] 2023/11/12 21:02:11: prepare CityInfoStage [1.11.31a] 2023/11/12 21:02:11: enter CityInfoStage [1.11.31a] 2023/11/12 21:02:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:16: leave CityInfoStage [1.11.31a] 2023/11/12 21:02:16: drop CityInfoStage [1.11.31a] 2023/11/12 21:02:16: enter GameStage [1.11.31a] 2023/11/12 21:02:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:16: bind CityInfoStage [1.11.31a] 2023/11/12 21:02:16: prepare CityInfoStage [1.11.31a] 2023/11/12 21:02:16: enter CityInfoStage [1.11.31a] 2023/11/12 21:02:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:02:17: leave CityInfoStage [1.11.31a] 2023/11/12 21:02:17: drop CityInfoStage [1.11.31a] 2023/11/12 21:02:17: enter GameStage [1.11.31a] 2023/11/12 21:02:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:02:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:04:43: bind CityInfoStage [1.11.31a] 2023/11/12 21:04:43: prepare CityInfoStage [1.11.31a] 2023/11/12 21:04:43: enter CityInfoStage [1.11.31a] 2023/11/12 21:04:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:04:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:04:45: leave CityInfoStage [1.11.31a] 2023/11/12 21:04:45: drop CityInfoStage [1.11.31a] 2023/11/12 21:04:45: enter GameStage [1.11.31a] 2023/11/12 21:04:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:04:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:04:49: bind SaveWaitingStage [1.11.31a] 2023/11/12 21:04:49: prepare SaveWaitingStage [1.11.31a] 2023/11/12 21:04:49: enter SaveWaitingStage [1.11.31a] 2023/11/12 21:04:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:04:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:04:49: leave SaveWaitingStage [1.11.31a] 2023/11/12 21:04:49: drop SaveWaitingStage [1.11.31a] 2023/11/12 21:04:49: enter GameStage [1.11.31a] 2023/11/12 21:04:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:04:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:05:41: bind CityInfoStage [1.11.31a] 2023/11/12 21:05:41: prepare CityInfoStage [1.11.31a] 2023/11/12 21:05:41: enter CityInfoStage [1.11.31a] 2023/11/12 21:05:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:05:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:05:42: leave CityInfoStage [1.11.31a] 2023/11/12 21:05:42: drop CityInfoStage [1.11.31a] 2023/11/12 21:05:42: enter GameStage [1.11.31a] 2023/11/12 21:05:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:05:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:05:46: bind CityInfoStage [1.11.31a] 2023/11/12 21:05:46: prepare CityInfoStage [1.11.31a] 2023/11/12 21:05:46: enter CityInfoStage [1.11.31a] 2023/11/12 21:05:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:05:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:05:49: leave CityInfoStage [1.11.31a] 2023/11/12 21:05:49: drop CityInfoStage [1.11.31a] 2023/11/12 21:05:49: enter GameStage [1.11.31a] 2023/11/12 21:05:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:05:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:07:37: pause app [1.11.31a] 2023/11/12 21:08:32: enter app [1.11.31a] 2023/11/12 21:08:32: resume app [1.11.31a] 2023/11/12 21:08:32: resume -> enter GameStage [1.11.31a] 2023/11/12 21:08:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:08:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:08:32: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more [1.11.31a] 2023/11/12 21:08:46: bind CityInfoStage [1.11.31a] 2023/11/12 21:08:46: prepare CityInfoStage [1.11.31a] 2023/11/12 21:08:46: enter CityInfoStage [1.11.31a] 2023/11/12 21:08:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:08:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:08:48: leave CityInfoStage [1.11.31a] 2023/11/12 21:08:48: drop CityInfoStage [1.11.31a] 2023/11/12 21:08:48: enter GameStage [1.11.31a] 2023/11/12 21:08:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/12 21:08:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/12 21:09:06: pause app [1.11.31a] 2023/11/13 11:23:11: Startup [1.11.31a] 2023/11/13 11:23:11: create() cold start [1.11.31a] 2023/11/13 11:23:12: translation es_MX [1.11.31a] 2023/11/13 11:23:12: instance OA== [1.11.31a] 2023/11/13 11:23:12: create() finish [1.11.31a] 2023/11/13 11:23:12: create() end [1.11.31a] 2023/11/13 11:23:12: resume app [1.11.31a] 2023/11/13 11:23:12: refresh [1.11.31a] 2023/11/13 11:23:12: bind LoadingStage [1.11.31a] 2023/11/13 11:23:12: prepare LoadingStage [1.11.31a] 2023/11/13 11:23:12: enter LoadingStage [1.11.31a] 2023/11/13 11:23:13: loading Warm-up [1.11.31a] 2023/11/13 11:23:13: loading Startup [1.11.31a] 2023/11/13 11:23:13: Max texture size 8192 [1.11.31a] 2023/11/13 11:23:13: Max heap size is 512MB [1.11.31a] 2023/11/13 11:23:13: Engine consumes 11MB [1.11.31a] 2023/11/13 11:23:13: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/13 11:23:14: loading Texture [1.11.31a] 2023/11/13 11:23:14: loading Fonts [1.11.31a] 2023/11/13 11:23:15: loading Skin [1.11.31a] 2023/11/13 11:23:15: loading Extract files [1.11.31a] 2023/11/13 11:23:15: loading Frames [1.11.31a] 2023/11/13 11:23:15: loading Scripting [1.11.31a] 2023/11/13 11:23:15: loading Collecting drafts [1.11.31a] 2023/11/13 11:23:17: loading Prefetching images [1.11.31a] 2023/11/13 11:23:17: loading Loading drafts [1.11.31a] 2023/11/13 11:23:20: 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:466 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 286) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1688) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.31a] 2023/11/13 22:25:44: loading Loading music [1.11.31a] 2023/11/13 22:25:45: loading Shaders [1.11.31a] 2023/11/13 22:25:45: loading Topics [1.11.31a] 2023/11/13 22:25:45: loading Loading textures [1.11.31a] 2023/11/13 22:25:50: loading Checking winter [1.11.31a] 2023/11/13 22:25:50: loading Preparing background [1.11.31a] 2023/11/13 22:25:51: loading Finishing [1.11.31a] 2023/11/13 22:25:51: leave LoadingStage [1.11.31a] 2023/11/13 22:25:51: drop LoadingStage [1.11.31a] 2023/11/13 22:25:51: bind PluginErrorStage [1.11.31a] 2023/11/13 22:25:51: prepare PluginErrorStage [1.11.31a] 2023/11/13 22:25:51: bind WelcomeStage [1.11.31a] 2023/11/13 22:25:51: prepare WelcomeStage [1.11.31a] 2023/11/13 22:25:51: enter WelcomeStage [1.11.31a] 2023/11/13 22:25:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:25:51: drop PluginErrorStage [1.11.31a] 2023/11/13 22:25:51: leave WelcomeStage [1.11.31a] 2023/11/13 22:25:51: drop WelcomeStage [1.11.31a] 2023/11/13 22:25:51: bind RegionStage [1.11.31a] 2023/11/13 22:25:51: prepare RegionStage [1.11.31a] 2023/11/13 22:25:51: enter RegionStage [1.11.31a] 2023/11/13 22:25:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:25:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:25:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:25:53: instance MTU= [1.11.31a] 2023/11/13 22:25:53: instance MTY= [1.11.31a] 2023/11/13 22:25:53: bind LoadWaitingStage [1.11.31a] 2023/11/13 22:25:53: prepare LoadWaitingStage [1.11.31a] 2023/11/13 22:25:53: enter LoadWaitingStage [1.11.31a] 2023/11/13 22:25:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:25:54: leave LoadWaitingStage [1.11.31a] 2023/11/13 22:25:54: drop LoadWaitingStage [1.11.31a] 2023/11/13 22:25:54: bind GameStage [1.11.31a] 2023/11/13 22:25:54: prepare GameStage [1.11.31a] 2023/11/13 22:25:55: enter GameStage [1.11.31a] 2023/11/13 22:25:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:25:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:28:23: bind CityInfoStage [1.11.31a] 2023/11/13 22:28:23: prepare CityInfoStage [1.11.31a] 2023/11/13 22:28:23: enter CityInfoStage [1.11.31a] 2023/11/13 22:28:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:28:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:28:25: leave CityInfoStage [1.11.31a] 2023/11/13 22:28:25: drop CityInfoStage [1.11.31a] 2023/11/13 22:28:25: enter GameStage [1.11.31a] 2023/11/13 22:28:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:28:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:28:53: bind CityInfoStage [1.11.31a] 2023/11/13 22:28:53: prepare CityInfoStage [1.11.31a] 2023/11/13 22:28:53: enter CityInfoStage [1.11.31a] 2023/11/13 22:28:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:28:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:28:53: leave CityInfoStage [1.11.31a] 2023/11/13 22:28:53: drop CityInfoStage [1.11.31a] 2023/11/13 22:28:53: enter GameStage [1.11.31a] 2023/11/13 22:28:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/13 22:28:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/13 22:30:17: pause app [1.11.31a] 2023/11/14 11:08:54: Startup [1.11.31a] 2023/11/14 11:08:54: create() cold start [1.11.31a] 2023/11/14 11:08:55: translation es_MX [1.11.31a] 2023/11/14 11:08:55: instance MTY= [1.11.31a] 2023/11/14 11:08:55: create() finish [1.11.31a] 2023/11/14 11:08:55: create() end [1.11.31a] 2023/11/14 11:08:55: resume app [1.11.31a] 2023/11/14 11:08:55: refresh [1.11.31a] 2023/11/14 11:08:55: bind LoadingStage [1.11.31a] 2023/11/14 11:08:55: prepare LoadingStage [1.11.31a] 2023/11/14 11:08:55: enter LoadingStage [1.11.31a] 2023/11/14 11:08:55: loading Warm-up [1.11.31a] 2023/11/14 11:08:56: loading Startup [1.11.31a] 2023/11/14 11:08:56: Max texture size 8192 [1.11.31a] 2023/11/14 11:08:56: Max heap size is 512MB [1.11.31a] 2023/11/14 11:08:56: Engine consumes 11MB [1.11.31a] 2023/11/14 11:08:56: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/14 11:08:56: loading Texture [1.11.31a] 2023/11/14 11:08:56: loading Fonts [1.11.31a] 2023/11/14 11:08:57: loading Skin [1.11.31a] 2023/11/14 11:08:57: loading Extract files [1.11.31a] 2023/11/14 11:08:57: loading Frames [1.11.31a] 2023/11/14 11:08:57: loading Scripting [1.11.31a] 2023/11/14 11:08:57: loading Collecting drafts [1.11.31a] 2023/11/14 11:08:58: loading Prefetching images [1.11.31a] 2023/11/14 11:08:58: loading Loading drafts [1.11.31a] 2023/11/14 11:09:02: loading Finishing drafts [1.11.31a] 2023/11/14 11:09:05: loading Loading music [1.11.31a] 2023/11/14 11:09:05: loading Shaders [1.11.31a] 2023/11/14 11:09:05: loading Topics [1.11.31a] 2023/11/14 11:09:05: loading Loading textures [1.11.31a] 2023/11/14 11:09:10: loading Checking winter [1.11.31a] 2023/11/14 11:09:10: loading Preparing background [1.11.31a] 2023/11/14 11:09:10: loading Finishing [1.11.31a] 2023/11/14 11:09:10: leave LoadingStage [1.11.31a] 2023/11/14 11:09:10: drop LoadingStage [1.11.31a] 2023/11/14 11:09:10: bind PluginErrorStage [1.11.31a] 2023/11/14 11:09:10: prepare PluginErrorStage [1.11.31a] 2023/11/14 11:09:10: bind WelcomeStage [1.11.31a] 2023/11/14 11:09:10: prepare WelcomeStage [1.11.31a] 2023/11/14 11:09:10: enter WelcomeStage [1.11.31a] 2023/11/14 11:09:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:10: drop PluginErrorStage [1.11.31a] 2023/11/14 11:09:10: leave WelcomeStage [1.11.31a] 2023/11/14 11:09:10: drop WelcomeStage [1.11.31a] 2023/11/14 11:09:10: bind RegionStage [1.11.31a] 2023/11/14 11:09:10: prepare RegionStage [1.11.31a] 2023/11/14 11:09:11: enter RegionStage [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:11: instance MTU= [1.11.31a] 2023/11/14 11:09:11: instance MTY= [1.11.31a] 2023/11/14 11:09:11: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:09:11: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:09:11: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:12: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:09:12: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:09:12: bind GameStage [1.11.31a] 2023/11/14 11:09:12: prepare GameStage [1.11.31a] 2023/11/14 11:09:12: enter GameStage [1.11.31a] 2023/11/14 11:09:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:12: bind SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/14 11:09:12: prepare SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/14 11:09:12: enter SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/14 11:09:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:09:14: leave SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/14 11:09:14: drop SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/14 11:09:14: enter GameStage [1.11.31a] 2023/11/14 11:09:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:09:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:10:23: bind CityInfoStage [1.11.31a] 2023/11/14 11:10:23: prepare CityInfoStage [1.11.31a] 2023/11/14 11:10:23: enter CityInfoStage [1.11.31a] 2023/11/14 11:10:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:10:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:10:24: leave CityInfoStage [1.11.31a] 2023/11/14 11:10:24: drop CityInfoStage [1.11.31a] 2023/11/14 11:10:24: enter GameStage [1.11.31a] 2023/11/14 11:10:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:10:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:11:00: bind CityInfoStage [1.11.31a] 2023/11/14 11:11:00: prepare CityInfoStage [1.11.31a] 2023/11/14 11:11:00: enter CityInfoStage [1.11.31a] 2023/11/14 11:11:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:11:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:11:01: leave CityInfoStage [1.11.31a] 2023/11/14 11:11:01: drop CityInfoStage [1.11.31a] 2023/11/14 11:11:01: enter GameStage [1.11.31a] 2023/11/14 11:11:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:11:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:11:10: leave GameStage [1.11.31a] 2023/11/14 11:11:10: drop GameStage [1.11.31a] 2023/11/14 11:11:10: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:11:10: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:11:10: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:11:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:11:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:11:10: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:11:10: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:11:10: enter RegionStage [1.11.31a] 2023/11/14 11:11:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:11:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:11:15: bind GameStage [1.11.31a] 2023/11/14 11:11:15: prepare GameStage [1.11.31a] 2023/11/14 11:11:15: enter GameStage [1.11.31a] 2023/11/14 11:11:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:11:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:12:18: pause app [1.11.31a] 2023/11/14 11:13:15: enter app [1.11.31a] 2023/11/14 11:13:15: resume app [1.11.31a] 2023/11/14 11:13:15: resume -> enter GameStage [1.11.31a] 2023/11/14 11:13:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:13:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:13:25: bind CityInfoStage [1.11.31a] 2023/11/14 11:13:25: prepare CityInfoStage [1.11.31a] 2023/11/14 11:13:25: enter CityInfoStage [1.11.31a] 2023/11/14 11:13:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:13:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:13:28: leave CityInfoStage [1.11.31a] 2023/11/14 11:13:28: drop CityInfoStage [1.11.31a] 2023/11/14 11:13:28: enter GameStage [1.11.31a] 2023/11/14 11:13:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:13:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:13:40: pause app [1.11.31a] 2023/11/14 11:14:25: enter app [1.11.31a] 2023/11/14 11:14:25: resume app [1.11.31a] 2023/11/14 11:14:25: resume -> enter GameStage [1.11.31a] 2023/11/14 11:14:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:14:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:14:26: refresh [1.11.31a] 2023/11/14 11:14:26: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:14:26: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.31a] 2023/11/14 11:14:27: refresh [1.11.31a] 2023/11/14 11:14:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:14:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:15:40: bind CityInfoStage [1.11.31a] 2023/11/14 11:15:40: prepare CityInfoStage [1.11.31a] 2023/11/14 11:15:40: enter CityInfoStage [1.11.31a] 2023/11/14 11:15:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:15:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:15:41: leave CityInfoStage [1.11.31a] 2023/11/14 11:15:41: drop CityInfoStage [1.11.31a] 2023/11/14 11:15:41: enter GameStage [1.11.31a] 2023/11/14 11:15:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:15:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:15:59: leave GameStage [1.11.31a] 2023/11/14 11:16:00: drop GameStage [1.11.31a] 2023/11/14 11:16:00: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:16:00: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:16:00: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:00: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:16:00: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:16:00: enter RegionStage [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:16:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:16:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:10: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:17:10: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:17:10: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:17:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:11: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:17:11: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:17:11: bind GameStage [1.11.31a] 2023/11/14 11:17:11: prepare GameStage [1.11.31a] 2023/11/14 11:17:12: enter GameStage [1.11.31a] 2023/11/14 11:17:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:28: leave GameStage [1.11.31a] 2023/11/14 11:17:28: drop GameStage [1.11.31a] 2023/11/14 11:17:28: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:17:28: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:17:28: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:28: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:17:28: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:17:28: enter RegionStage [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:30: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:17:30: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:17:30: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:17:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:17:30: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:17:30: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:17:30: bind GameStage [1.11.31a] 2023/11/14 11:17:30: prepare GameStage [1.11.31a] 2023/11/14 11:17:30: enter GameStage [1.11.31a] 2023/11/14 11:17:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:17:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:19:11: bind CityInfoStage [1.11.31a] 2023/11/14 11:19:11: prepare CityInfoStage [1.11.31a] 2023/11/14 11:19:11: enter CityInfoStage [1.11.31a] 2023/11/14 11:19:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:19:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:19:13: leave CityInfoStage [1.11.31a] 2023/11/14 11:19:13: drop CityInfoStage [1.11.31a] 2023/11/14 11:19:13: enter GameStage [1.11.31a] 2023/11/14 11:19:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:19:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:19:55: bind CityInfoStage [1.11.31a] 2023/11/14 11:19:55: prepare CityInfoStage [1.11.31a] 2023/11/14 11:19:55: enter CityInfoStage [1.11.31a] 2023/11/14 11:19:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:19:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:19:55: leave CityInfoStage [1.11.31a] 2023/11/14 11:19:55: drop CityInfoStage [1.11.31a] 2023/11/14 11:19:55: enter GameStage [1.11.31a] 2023/11/14 11:19:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:19:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:20:04: bind CityInfoStage [1.11.31a] 2023/11/14 11:20:04: prepare CityInfoStage [1.11.31a] 2023/11/14 11:20:04: enter CityInfoStage [1.11.31a] 2023/11/14 11:20:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:20:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:20:05: leave CityInfoStage [1.11.31a] 2023/11/14 11:20:05: drop CityInfoStage [1.11.31a] 2023/11/14 11:20:05: enter GameStage [1.11.31a] 2023/11/14 11:20:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:20:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:27: bind CityInfoStage [1.11.31a] 2023/11/14 11:22:27: prepare CityInfoStage [1.11.31a] 2023/11/14 11:22:27: enter CityInfoStage [1.11.31a] 2023/11/14 11:22:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:27: leave CityInfoStage [1.11.31a] 2023/11/14 11:22:27: drop CityInfoStage [1.11.31a] 2023/11/14 11:22:27: enter GameStage [1.11.31a] 2023/11/14 11:22:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:30: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:22:30: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:22:30: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:22:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:30: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:22:30: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:22:30: enter GameStage [1.11.31a] 2023/11/14 11:22:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:43: bind CityInfoStage [1.11.31a] 2023/11/14 11:22:43: prepare CityInfoStage [1.11.31a] 2023/11/14 11:22:43: enter CityInfoStage [1.11.31a] 2023/11/14 11:22:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:45: leave CityInfoStage [1.11.31a] 2023/11/14 11:22:45: drop CityInfoStage [1.11.31a] 2023/11/14 11:22:45: enter GameStage [1.11.31a] 2023/11/14 11:22:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:47: leave GameStage [1.11.31a] 2023/11/14 11:22:47: drop GameStage [1.11.31a] 2023/11/14 11:22:47: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:22:47: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:22:47: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:47: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:22:47: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:22:47: enter RegionStage [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:49: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:22:49: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:22:49: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:22:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:22:49: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:22:49: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:22:49: bind GameStage [1.11.31a] 2023/11/14 11:22:49: prepare GameStage [1.11.31a] 2023/11/14 11:22:50: enter GameStage [1.11.31a] 2023/11/14 11:22:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:22:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:37: leave GameStage [1.11.31a] 2023/11/14 11:23:37: drop GameStage [1.11.31a] 2023/11/14 11:23:37: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:23:37: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:23:37: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:37: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:23:37: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:23:37: enter RegionStage [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:39: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:23:39: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:23:39: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:23:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:39: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:23:39: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:23:39: bind GameStage [1.11.31a] 2023/11/14 11:23:39: prepare GameStage [1.11.31a] 2023/11/14 11:23:39: enter GameStage [1.11.31a] 2023/11/14 11:23:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:56: leave GameStage [1.11.31a] 2023/11/14 11:23:56: drop GameStage [1.11.31a] 2023/11/14 11:23:56: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:23:56: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:23:56: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:56: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:23:56: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:23:56: enter RegionStage [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:58: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:23:58: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:23:58: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:23:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:23:58: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:23:58: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:23:58: bind GameStage [1.11.31a] 2023/11/14 11:23:58: prepare GameStage [1.11.31a] 2023/11/14 11:23:58: enter GameStage [1.11.31a] 2023/11/14 11:23:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:23:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:02: leave GameStage [1.11.31a] 2023/11/14 11:26:02: drop GameStage [1.11.31a] 2023/11/14 11:26:02: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:26:02: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:26:02: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:26:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:26:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:03: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:26:03: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:26:03: enter RegionStage [1.11.31a] 2023/11/14 11:26:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:26:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:26:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:04: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:26:04: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:26:04: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:26:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:26:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:05: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:26:05: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:26:05: bind GameStage [1.11.31a] 2023/11/14 11:26:05: prepare GameStage [1.11.31a] 2023/11/14 11:26:05: enter GameStage [1.11.31a] 2023/11/14 11:26:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:26:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:26:18: pause app [1.11.31a] 2023/11/14 11:31:07: enter app [1.11.31a] 2023/11/14 11:31:07: resume app [1.11.31a] 2023/11/14 11:31:07: resume -> enter GameStage [1.11.31a] 2023/11/14 11:31:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:21: pause app [1.11.31a] 2023/11/14 11:31:22: enter app [1.11.31a] 2023/11/14 11:31:22: resume app [1.11.31a] 2023/11/14 11:31:22: resume -> enter GameStage [1.11.31a] 2023/11/14 11:31:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:35: leave GameStage [1.11.31a] 2023/11/14 11:31:35: drop GameStage [1.11.31a] 2023/11/14 11:31:35: bind SaveWaitingStage [1.11.31a] 2023/11/14 11:31:35: prepare SaveWaitingStage [1.11.31a] 2023/11/14 11:31:35: enter SaveWaitingStage [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:35: leave SaveWaitingStage [1.11.31a] 2023/11/14 11:31:35: drop SaveWaitingStage [1.11.31a] 2023/11/14 11:31:35: enter RegionStage [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:37: bind LoadWaitingStage [1.11.31a] 2023/11/14 11:31:37: prepare LoadWaitingStage [1.11.31a] 2023/11/14 11:31:37: enter LoadWaitingStage [1.11.31a] 2023/11/14 11:31:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:31:37: leave LoadWaitingStage [1.11.31a] 2023/11/14 11:31:37: drop LoadWaitingStage [1.11.31a] 2023/11/14 11:31:38: bind GameStage [1.11.31a] 2023/11/14 11:31:38: prepare GameStage [1.11.31a] 2023/11/14 11:31:38: enter GameStage [1.11.31a] 2023/11/14 11:31:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 11:31:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 11:33:03: pause app [1.11.31a] 2023/11/14 12:47:36: Startup [1.11.31a] 2023/11/14 12:47:36: create() cold start [1.11.31a] 2023/11/14 12:47:36: translation es_MX [1.11.31a] 2023/11/14 12:47:37: instance MTY= [1.11.31a] 2023/11/14 12:47:37: create() finish [1.11.31a] 2023/11/14 12:47:37: create() end [1.11.31a] 2023/11/14 12:47:37: resume app [1.11.31a] 2023/11/14 12:47:37: refresh [1.11.31a] 2023/11/14 12:47:37: bind LoadingStage [1.11.31a] 2023/11/14 12:47:37: prepare LoadingStage [1.11.31a] 2023/11/14 12:47:37: enter LoadingStage [1.11.31a] 2023/11/14 12:47:37: loading Warm-up [1.11.31a] 2023/11/14 12:47:37: loading Startup [1.11.31a] 2023/11/14 12:47:37: Max texture size 8192 [1.11.31a] 2023/11/14 12:47:37: Max heap size is 512MB [1.11.31a] 2023/11/14 12:47:37: Engine consumes 11MB [1.11.31a] 2023/11/14 12:47:37: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/14 12:47:37: loading Texture [1.11.31a] 2023/11/14 12:47:37: loading Fonts [1.11.31a] 2023/11/14 12:47:38: loading Skin [1.11.31a] 2023/11/14 12:47:38: loading Extract files [1.11.31a] 2023/11/14 12:47:38: loading Frames [1.11.31a] 2023/11/14 12:47:38: loading Scripting [1.11.31a] 2023/11/14 12:47:39: loading Collecting drafts [1.11.31a] 2023/11/14 12:47:41: loading Prefetching images [1.11.31a] 2023/11/14 12:47:41: loading Loading drafts [1.11.31a] 2023/11/14 12:47:45: loading Finishing drafts [1.11.31a] 2023/11/14 12:47:47: loading Loading music [1.11.31a] 2023/11/14 12:47:47: loading Shaders [1.11.31a] 2023/11/14 12:47:47: loading Topics [1.11.31a] 2023/11/14 12:47:47: loading Loading textures [1.11.31a] 2023/11/14 12:47:49: loading Checking winter [1.11.31a] 2023/11/14 12:47:49: loading Preparing background [1.11.31a] 2023/11/14 12:47:50: loading Finishing [1.11.31a] 2023/11/14 12:47:50: leave LoadingStage [1.11.31a] 2023/11/14 12:47:50: drop LoadingStage [1.11.31a] 2023/11/14 12:47:50: bind PluginErrorStage [1.11.31a] 2023/11/14 12:47:50: prepare PluginErrorStage [1.11.31a] 2023/11/14 12:47:50: bind WelcomeStage [1.11.31a] 2023/11/14 12:47:50: prepare WelcomeStage [1.11.31a] 2023/11/14 12:47:50: enter WelcomeStage [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:47:50: drop PluginErrorStage [1.11.31a] 2023/11/14 12:47:50: leave WelcomeStage [1.11.31a] 2023/11/14 12:47:50: drop WelcomeStage [1.11.31a] 2023/11/14 12:47:50: bind RegionStage [1.11.31a] 2023/11/14 12:47:50: prepare RegionStage [1.11.31a] 2023/11/14 12:47:50: enter RegionStage [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:47:50: instance MTU= [1.11.31a] 2023/11/14 12:47:50: instance MTY= [1.11.31a] 2023/11/14 12:47:50: bind LoadWaitingStage [1.11.31a] 2023/11/14 12:47:50: prepare LoadWaitingStage [1.11.31a] 2023/11/14 12:47:50: enter LoadWaitingStage [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:47:50: leave LoadWaitingStage [1.11.31a] 2023/11/14 12:47:50: drop LoadWaitingStage [1.11.31a] 2023/11/14 12:47:50: bind GameStage [1.11.31a] 2023/11/14 12:47:50: prepare GameStage [1.11.31a] 2023/11/14 12:47:51: enter GameStage [1.11.31a] 2023/11/14 12:47:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:47:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:10: leave GameStage [1.11.31a] 2023/11/14 12:48:10: drop GameStage [1.11.31a] 2023/11/14 12:48:10: bind SaveWaitingStage [1.11.31a] 2023/11/14 12:48:10: prepare SaveWaitingStage [1.11.31a] 2023/11/14 12:48:10: enter SaveWaitingStage [1.11.31a] 2023/11/14 12:48:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:10: leave SaveWaitingStage [1.11.31a] 2023/11/14 12:48:10: drop SaveWaitingStage [1.11.31a] 2023/11/14 12:48:10: enter RegionStage [1.11.31a] 2023/11/14 12:48:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:12: bind LoadWaitingStage [1.11.31a] 2023/11/14 12:48:12: prepare LoadWaitingStage [1.11.31a] 2023/11/14 12:48:12: enter LoadWaitingStage [1.11.31a] 2023/11/14 12:48:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:12: leave LoadWaitingStage [1.11.31a] 2023/11/14 12:48:12: drop LoadWaitingStage [1.11.31a] 2023/11/14 12:48:12: bind GameStage [1.11.31a] 2023/11/14 12:48:12: prepare GameStage [1.11.31a] 2023/11/14 12:48:13: enter GameStage [1.11.31a] 2023/11/14 12:48:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:16: bind CityInfoStage [1.11.31a] 2023/11/14 12:48:16: prepare CityInfoStage [1.11.31a] 2023/11/14 12:48:16: enter CityInfoStage [1.11.31a] 2023/11/14 12:48:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:17: leave CityInfoStage [1.11.31a] 2023/11/14 12:48:17: drop CityInfoStage [1.11.31a] 2023/11/14 12:48:17: enter GameStage [1.11.31a] 2023/11/14 12:48:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:48:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:48:49: pause app [1.11.31a] 2023/11/14 12:50:11: enter app [1.11.31a] 2023/11/14 12:50:11: resume app [1.11.31a] 2023/11/14 12:50:11: resume -> enter GameStage [1.11.31a] 2023/11/14 12:50:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:50:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:52:06: pause app [1.11.31a] 2023/11/14 12:52:08: enter app [1.11.31a] 2023/11/14 12:52:08: resume app [1.11.31a] 2023/11/14 12:52:08: resume -> enter GameStage [1.11.31a] 2023/11/14 12:52:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:52:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:52:10: pause app [1.11.31a] 2023/11/14 12:58:36: enter app [1.11.31a] 2023/11/14 12:58:36: resume app [1.11.31a] 2023/11/14 12:58:36: resume -> enter GameStage [1.11.31a] 2023/11/14 12:58:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/14 12:58:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/14 12:58:41: pause app [1.11.31a] 2023/11/15 11:40:09: Startup [1.11.31a] 2023/11/15 11:40:10: create() cold start [1.11.31a] 2023/11/15 11:40:10: translation es_MX [1.11.31a] 2023/11/15 11:40:10: instance MTY= [1.11.31a] 2023/11/15 11:40:10: create() finish [1.11.31a] 2023/11/15 11:40:10: create() end [1.11.31a] 2023/11/15 11:40:10: resume app [1.11.31a] 2023/11/15 11:40:10: refresh [1.11.31a] 2023/11/15 11:40:10: bind LoadingStage [1.11.31a] 2023/11/15 11:40:10: prepare LoadingStage [1.11.31a] 2023/11/15 11:40:10: enter LoadingStage [1.11.31a] 2023/11/15 11:40:11: loading Warm-up [1.11.31a] 2023/11/15 11:40:11: loading Startup [1.11.31a] 2023/11/15 11:40:11: Max texture size 8192 [1.11.31a] 2023/11/15 11:40:11: Max heap size is 512MB [1.11.31a] 2023/11/15 11:40:11: Engine consumes 11MB [1.11.31a] 2023/11/15 11:40:11: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/15 11:40:11: loading Texture [1.11.31a] 2023/11/15 11:40:11: loading Fonts [1.11.31a] 2023/11/15 11:40:12: loading Skin [1.11.31a] 2023/11/15 11:40:12: loading Extract files [1.11.31a] 2023/11/15 11:40:13: loading Frames [1.11.31a] 2023/11/15 11:40:13: loading Scripting [1.11.31a] 2023/11/15 11:40:13: loading Collecting drafts [1.11.31a] 2023/11/15 11:40:14: loading Prefetching images [1.11.31a] 2023/11/15 11:40:14: loading Loading drafts [1.11.31a] 2023/11/15 11:40:18: loading Finishing drafts [1.11.31a] 2023/11/15 11:40:20: loading Loading music [1.11.31a] 2023/11/15 11:40:20: loading Shaders [1.11.31a] 2023/11/15 11:40:21: loading Topics [1.11.31a] 2023/11/15 11:40:21: loading Loading textures [1.11.31a] 2023/11/15 11:40:24: loading Checking winter [1.11.31a] 2023/11/15 11:40:24: loading Preparing background [1.11.31a] 2023/11/15 11:40:24: loading Finishing [1.11.31a] 2023/11/15 11:40:24: leave LoadingStage [1.11.31a] 2023/11/15 11:40:24: drop LoadingStage [1.11.31a] 2023/11/15 11:40:24: bind PluginErrorStage [1.11.31a] 2023/11/15 11:40:24: prepare PluginErrorStage [1.11.31a] 2023/11/15 11:40:24: bind WelcomeStage [1.11.31a] 2023/11/15 11:40:24: prepare WelcomeStage [1.11.31a] 2023/11/15 11:40:24: enter WelcomeStage [1.11.31a] 2023/11/15 11:40:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:25: drop PluginErrorStage [1.11.31a] 2023/11/15 11:40:25: leave WelcomeStage [1.11.31a] 2023/11/15 11:40:25: drop WelcomeStage [1.11.31a] 2023/11/15 11:40:25: bind RegionStage [1.11.31a] 2023/11/15 11:40:25: prepare RegionStage [1.11.31a] 2023/11/15 11:40:25: enter RegionStage [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:25: instance MTU= [1.11.31a] 2023/11/15 11:40:25: instance MTY= [1.11.31a] 2023/11/15 11:40:25: bind LoadWaitingStage [1.11.31a] 2023/11/15 11:40:25: prepare LoadWaitingStage [1.11.31a] 2023/11/15 11:40:25: enter LoadWaitingStage [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:26: leave LoadWaitingStage [1.11.31a] 2023/11/15 11:40:26: drop LoadWaitingStage [1.11.31a] 2023/11/15 11:40:26: bind GameStage [1.11.31a] 2023/11/15 11:40:26: prepare GameStage [1.11.31a] 2023/11/15 11:40:26: enter GameStage [1.11.31a] 2023/11/15 11:40:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:26: bind SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/15 11:40:26: prepare SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/15 11:40:26: enter SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/15 11:40:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:29: leave SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/15 11:40:29: drop SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/15 11:40:29: enter GameStage [1.11.31a] 2023/11/15 11:40:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:51: instance MTg= [1.11.31a] 2023/11/15 11:40:52: bind RankStage [1.11.31a] 2023/11/15 11:40:52: prepare RankStage [1.11.31a] 2023/11/15 11:40:52: enter RankStage [1.11.31a] 2023/11/15 11:40:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:40:59: leave RankStage [1.11.31a] 2023/11/15 11:40:59: drop RankStage [1.11.31a] 2023/11/15 11:40:59: enter GameStage [1.11.31a] 2023/11/15 11:40:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:40:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:41:21: bind CityInfoStage [1.11.31a] 2023/11/15 11:41:21: prepare CityInfoStage [1.11.31a] 2023/11/15 11:41:21: enter CityInfoStage [1.11.31a] 2023/11/15 11:41:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:41:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:41:22: leave CityInfoStage [1.11.31a] 2023/11/15 11:41:22: drop CityInfoStage [1.11.31a] 2023/11/15 11:41:22: enter GameStage [1.11.31a] 2023/11/15 11:41:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:41:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:41:44: pause app [1.11.31a] 2023/11/15 11:41:45: enter app [1.11.31a] 2023/11/15 11:41:45: resume app [1.11.31a] 2023/11/15 11:41:45: pause app [1.11.31a] 2023/11/15 11:42:54: enter app [1.11.31a] 2023/11/15 11:42:54: resume app [1.11.31a] 2023/11/15 11:42:54: resume -> enter GameStage [1.11.31a] 2023/11/15 11:42:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:42:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:43:22: bind CityInfoStage [1.11.31a] 2023/11/15 11:43:22: prepare CityInfoStage [1.11.31a] 2023/11/15 11:43:22: enter CityInfoStage [1.11.31a] 2023/11/15 11:43:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:43:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:43:24: leave CityInfoStage [1.11.31a] 2023/11/15 11:43:24: drop CityInfoStage [1.11.31a] 2023/11/15 11:43:24: enter GameStage [1.11.31a] 2023/11/15 11:43:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:43:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:43:54: bind CityInfoStage [1.11.31a] 2023/11/15 11:43:54: prepare CityInfoStage [1.11.31a] 2023/11/15 11:43:54: enter CityInfoStage [1.11.31a] 2023/11/15 11:43:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:43:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:43:55: leave CityInfoStage [1.11.31a] 2023/11/15 11:43:55: drop CityInfoStage [1.11.31a] 2023/11/15 11:43:55: enter GameStage [1.11.31a] 2023/11/15 11:43:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:43:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:44:08: bind CityInfoStage [1.11.31a] 2023/11/15 11:44:08: prepare CityInfoStage [1.11.31a] 2023/11/15 11:44:08: enter CityInfoStage [1.11.31a] 2023/11/15 11:44:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:44:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:44:09: leave CityInfoStage [1.11.31a] 2023/11/15 11:44:09: drop CityInfoStage [1.11.31a] 2023/11/15 11:44:09: enter GameStage [1.11.31a] 2023/11/15 11:44:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:44:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:45:20: bind CityInfoStage [1.11.31a] 2023/11/15 11:45:20: prepare CityInfoStage [1.11.31a] 2023/11/15 11:45:20: enter CityInfoStage [1.11.31a] 2023/11/15 11:45:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:45:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:45:21: leave CityInfoStage [1.11.31a] 2023/11/15 11:45:21: drop CityInfoStage [1.11.31a] 2023/11/15 11:45:21: enter GameStage [1.11.31a] 2023/11/15 11:45:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:45:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:47:53: bind SaveWaitingStage [1.11.31a] 2023/11/15 11:47:53: prepare SaveWaitingStage [1.11.31a] 2023/11/15 11:47:53: enter SaveWaitingStage [1.11.31a] 2023/11/15 11:47:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:47:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:47:53: leave SaveWaitingStage [1.11.31a] 2023/11/15 11:47:53: drop SaveWaitingStage [1.11.31a] 2023/11/15 11:47:53: enter GameStage [1.11.31a] 2023/11/15 11:47:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:47:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:49:12: bind CityInfoStage [1.11.31a] 2023/11/15 11:49:12: prepare CityInfoStage [1.11.31a] 2023/11/15 11:49:12: enter CityInfoStage [1.11.31a] 2023/11/15 11:49:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:49:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:49:13: leave CityInfoStage [1.11.31a] 2023/11/15 11:49:13: drop CityInfoStage [1.11.31a] 2023/11/15 11:49:13: enter GameStage [1.11.31a] 2023/11/15 11:49:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:49:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:49:51: pause app [1.11.31a] 2023/11/15 11:50:50: enter app [1.11.31a] 2023/11/15 11:50:50: resume app [1.11.31a] 2023/11/15 11:50:50: resume -> enter GameStage [1.11.31a] 2023/11/15 11:50:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:50:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:51:30: bind CityInfoStage [1.11.31a] 2023/11/15 11:51:30: prepare CityInfoStage [1.11.31a] 2023/11/15 11:51:30: enter CityInfoStage [1.11.31a] 2023/11/15 11:51:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:51:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:51:35: leave CityInfoStage [1.11.31a] 2023/11/15 11:51:35: drop CityInfoStage [1.11.31a] 2023/11/15 11:51:35: enter GameStage [1.11.31a] 2023/11/15 11:51:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:51:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:52:39: pause app [1.11.31a] 2023/11/15 11:54:41: enter app [1.11.31a] 2023/11/15 11:54:41: resume app [1.11.31a] 2023/11/15 11:54:41: resume -> enter GameStage [1.11.31a] 2023/11/15 11:54:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:54:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:12: bind CityInfoStage [1.11.31a] 2023/11/15 11:55:12: prepare CityInfoStage [1.11.31a] 2023/11/15 11:55:12: enter CityInfoStage [1.11.31a] 2023/11/15 11:55:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:17: leave CityInfoStage [1.11.31a] 2023/11/15 11:55:17: drop CityInfoStage [1.11.31a] 2023/11/15 11:55:17: enter GameStage [1.11.31a] 2023/11/15 11:55:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:21: leave GameStage [1.11.31a] 2023/11/15 11:55:21: drop GameStage [1.11.31a] 2023/11/15 11:55:21: bind SaveWaitingStage [1.11.31a] 2023/11/15 11:55:21: prepare SaveWaitingStage [1.11.31a] 2023/11/15 11:55:21: enter SaveWaitingStage [1.11.31a] 2023/11/15 11:55:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:22: leave SaveWaitingStage [1.11.31a] 2023/11/15 11:55:22: drop SaveWaitingStage [1.11.31a] 2023/11/15 11:55:22: enter RegionStage [1.11.31a] 2023/11/15 11:55:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:24: bind LoadWaitingStage [1.11.31a] 2023/11/15 11:55:24: prepare LoadWaitingStage [1.11.31a] 2023/11/15 11:55:24: enter LoadWaitingStage [1.11.31a] 2023/11/15 11:55:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:55:24: leave LoadWaitingStage [1.11.31a] 2023/11/15 11:55:24: drop LoadWaitingStage [1.11.31a] 2023/11/15 11:55:24: bind GameStage [1.11.31a] 2023/11/15 11:55:24: prepare GameStage [1.11.31a] 2023/11/15 11:55:24: enter GameStage [1.11.31a] 2023/11/15 11:55:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:55:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:39: leave GameStage [1.11.31a] 2023/11/15 11:56:39: drop GameStage [1.11.31a] 2023/11/15 11:56:39: bind SaveWaitingStage [1.11.31a] 2023/11/15 11:56:39: prepare SaveWaitingStage [1.11.31a] 2023/11/15 11:56:39: enter SaveWaitingStage [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:39: leave SaveWaitingStage [1.11.31a] 2023/11/15 11:56:39: drop SaveWaitingStage [1.11.31a] 2023/11/15 11:56:39: enter RegionStage [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:41: bind LoadWaitingStage [1.11.31a] 2023/11/15 11:56:41: prepare LoadWaitingStage [1.11.31a] 2023/11/15 11:56:41: enter LoadWaitingStage [1.11.31a] 2023/11/15 11:56:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:41: leave LoadWaitingStage [1.11.31a] 2023/11/15 11:56:41: drop LoadWaitingStage [1.11.31a] 2023/11/15 11:56:41: bind GameStage [1.11.31a] 2023/11/15 11:56:41: prepare GameStage [1.11.31a] 2023/11/15 11:56:41: enter GameStage [1.11.31a] 2023/11/15 11:56:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:46: bind CityInfoStage [1.11.31a] 2023/11/15 11:56:46: prepare CityInfoStage [1.11.31a] 2023/11/15 11:56:46: enter CityInfoStage [1.11.31a] 2023/11/15 11:56:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:56:47: leave CityInfoStage [1.11.31a] 2023/11/15 11:56:47: drop CityInfoStage [1.11.31a] 2023/11/15 11:56:47: enter GameStage [1.11.31a] 2023/11/15 11:56:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:56:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:22: leave GameStage [1.11.31a] 2023/11/15 11:57:22: drop GameStage [1.11.31a] 2023/11/15 11:57:22: bind SaveWaitingStage [1.11.31a] 2023/11/15 11:57:22: prepare SaveWaitingStage [1.11.31a] 2023/11/15 11:57:22: enter SaveWaitingStage [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:22: leave SaveWaitingStage [1.11.31a] 2023/11/15 11:57:22: drop SaveWaitingStage [1.11.31a] 2023/11/15 11:57:22: enter RegionStage [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:24: bind LoadWaitingStage [1.11.31a] 2023/11/15 11:57:24: prepare LoadWaitingStage [1.11.31a] 2023/11/15 11:57:24: enter LoadWaitingStage [1.11.31a] 2023/11/15 11:57:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:24: leave LoadWaitingStage [1.11.31a] 2023/11/15 11:57:24: drop LoadWaitingStage [1.11.31a] 2023/11/15 11:57:24: bind GameStage [1.11.31a] 2023/11/15 11:57:24: prepare GameStage [1.11.31a] 2023/11/15 11:57:24: enter GameStage [1.11.31a] 2023/11/15 11:57:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:28: bind CityInfoStage [1.11.31a] 2023/11/15 11:57:28: prepare CityInfoStage [1.11.31a] 2023/11/15 11:57:28: enter CityInfoStage [1.11.31a] 2023/11/15 11:57:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:29: leave CityInfoStage [1.11.31a] 2023/11/15 11:57:29: drop CityInfoStage [1.11.31a] 2023/11/15 11:57:29: enter GameStage [1.11.31a] 2023/11/15 11:57:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:57:34: pause app [1.11.31a] 2023/11/15 11:57:53: enter app [1.11.31a] 2023/11/15 11:57:53: resume app [1.11.31a] 2023/11/15 11:57:53: resume -> enter GameStage [1.11.31a] 2023/11/15 11:57:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:57:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:58:14: pause app [1.11.31a] 2023/11/15 11:58:43: enter app [1.11.31a] 2023/11/15 11:58:43: resume app [1.11.31a] 2023/11/15 11:58:43: resume -> enter GameStage [1.11.31a] 2023/11/15 11:58:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:58:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:58:58: bind CityInfoStage [1.11.31a] 2023/11/15 11:58:58: prepare CityInfoStage [1.11.31a] 2023/11/15 11:58:58: enter CityInfoStage [1.11.31a] 2023/11/15 11:58:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:58:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 11:58:59: leave CityInfoStage [1.11.31a] 2023/11/15 11:58:59: drop CityInfoStage [1.11.31a] 2023/11/15 11:58:59: enter GameStage [1.11.31a] 2023/11/15 11:58:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 11:58:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 12:00:06: pause app [1.11.31a] 2023/11/15 12:38:24: enter app [1.11.31a] 2023/11/15 12:38:24: resume app [1.11.31a] 2023/11/15 12:38:24: resume -> enter GameStage [1.11.31a] 2023/11/15 12:38:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/15 12:38:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/15 12:38:27: pause app [1.11.31a] 2023/11/15 20:49:41: Startup [1.11.31a] 2023/11/15 20:49:41: create() cold start [1.11.31a] 2023/11/15 20:49:42: translation es_MX [1.11.31a] 2023/11/15 20:49:42: instance MTg= [1.11.31a] 2023/11/15 20:49:42: create() finish [1.11.31a] 2023/11/15 20:49:42: create() end [1.11.31a] 2023/11/15 20:49:42: resume app [1.11.31a] 2023/11/15 20:49:42: refresh [1.11.31a] 2023/11/15 20:49:42: bind LoadingStage [1.11.31a] 2023/11/15 20:49:42: prepare LoadingStage [1.11.31a] 2023/11/15 20:49:42: enter LoadingStage [1.11.31a] 2023/11/15 20:49:42: loading Warm-up [1.11.31a] 2023/11/15 20:49:43: loading Startup [1.11.31a] 2023/11/15 20:49:43: Max texture size 8192 [1.11.31a] 2023/11/15 20:49:43: Max heap size is 512MB [1.11.31a] 2023/11/15 20:49:43: Engine consumes 11MB [1.11.31a] 2023/11/15 20:49:43: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/15 20:49:44: loading Texture [1.11.31a] 2023/11/15 20:49:44: loading Fonts [1.11.31a] 2023/11/15 20:49:45: loading Skin [1.11.31a] 2023/11/15 20:49:45: loading Extract files [1.11.31a] 2023/11/15 20:49:45: loading Frames [1.11.31a] 2023/11/15 20:49:45: loading Scripting [1.11.31a] 2023/11/15 20:49:45: loading Collecting drafts [1.11.31a] 2023/11/15 20:49:47: pause app [1.11.31a] 2023/11/16 11:23:28: Startup [1.11.31a] 2023/11/16 11:23:28: create() cold start [1.11.31a] 2023/11/16 11:23:29: translation es_MX [1.11.31a] 2023/11/16 11:23:29: instance MTg= [1.11.31a] 2023/11/16 11:23:29: create() finish [1.11.31a] 2023/11/16 11:23:29: create() end [1.11.31a] 2023/11/16 11:23:29: resume app [1.11.31a] 2023/11/16 11:23:29: refresh [1.11.31a] 2023/11/16 11:23:29: bind LoadingStage [1.11.31a] 2023/11/16 11:23:29: prepare LoadingStage [1.11.31a] 2023/11/16 11:23:29: enter LoadingStage [1.11.31a] 2023/11/16 11:23:30: loading Warm-up [1.11.31a] 2023/11/16 11:24:01: enter app [1.11.31a] 2023/11/16 11:24:01: resume app [1.11.31a] 2023/11/16 11:24:01: resume -> enter LoadingStage [1.11.31a] 2023/11/16 11:24:01: loading Startup [1.11.31a] 2023/11/16 11:24:01: Max texture size 8192 [1.11.31a] 2023/11/16 11:24:01: Max heap size is 512MB [1.11.31a] 2023/11/16 11:24:01: Engine consumes 11MB [1.11.31a] 2023/11/16 11:24:01: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/16 11:24:01: loading Texture [1.11.31a] 2023/11/16 11:24:02: Backend javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x6f8c5c38c8: I/O error during system call, Connection reset by peer javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x6f8c5c38c8: I/O error during system call, Connection reset by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/16 11:24:02: General
javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x6f8c5c38c8: I/O error during system call, Connection reset by peer javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x6f8c5c38c8: I/O error during system call, Connection reset by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/16 11:24:02: loading Fonts
[1.11.31a] 2023/11/16 11:24:02: loading Skin [1.11.31a] 2023/11/16 11:24:02: loading Extract files [1.11.31a] 2023/11/16 11:24:02: loading Frames [1.11.31a] 2023/11/16 11:24:02: loading Scripting [1.11.31a] 2023/11/16 11:24:02: loading Collecting drafts [1.11.31a] 2023/11/16 11:24:03: loading Prefetching images [1.11.31a] 2023/11/16 11:24:03: loading Loading drafts [1.11.31a] 2023/11/16 11:24:04: loading Finishing drafts [1.11.31a] 2023/11/16 11:24:05: loading Loading music [1.11.31a] 2023/11/16 11:24:05: loading Shaders [1.11.31a] 2023/11/16 11:24:05: loading Topics [1.11.31a] 2023/11/16 11:24:05: loading Loading textures [1.11.31a] 2023/11/16 11:24:08: loading Checking winter [1.11.31a] 2023/11/16 11:24:08: loading Preparing background [1.11.31a] 2023/11/16 11:24:08: loading Finishing [1.11.31a] 2023/11/16 11:24:08: leave LoadingStage [1.11.31a] 2023/11/16 11:24:08: drop LoadingStage [1.11.31a] 2023/11/16 11:24:08: bind PluginErrorStage [1.11.31a] 2023/11/16 11:24:08: prepare PluginErrorStage [1.11.31a] 2023/11/16 11:24:08: bind WelcomeStage [1.11.31a] 2023/11/16 11:24:08: prepare WelcomeStage [1.11.31a] 2023/11/16 11:24:08: enter WelcomeStage [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:08: drop PluginErrorStage [1.11.31a] 2023/11/16 11:24:08: leave WelcomeStage [1.11.31a] 2023/11/16 11:24:08: drop WelcomeStage [1.11.31a] 2023/11/16 11:24:08: bind RegionStage [1.11.31a] 2023/11/16 11:24:08: prepare RegionStage [1.11.31a] 2023/11/16 11:24:08: enter RegionStage [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:09: instance MTc= [1.11.31a] 2023/11/16 11:24:09: instance MTg= [1.11.31a] 2023/11/16 11:24:09: bind LoadWaitingStage [1.11.31a] 2023/11/16 11:24:09: prepare LoadWaitingStage [1.11.31a] 2023/11/16 11:24:09: enter LoadWaitingStage [1.11.31a] 2023/11/16 11:24:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:09: leave LoadWaitingStage [1.11.31a] 2023/11/16 11:24:09: drop LoadWaitingStage [1.11.31a] 2023/11/16 11:24:09: bind GameStage [1.11.31a] 2023/11/16 11:24:09: prepare GameStage [1.11.31a] 2023/11/16 11:24:09: enter GameStage [1.11.31a] 2023/11/16 11:24:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:10: bind SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:24:10: prepare SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:24:10: enter SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:24:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:14: leave SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:24:14: drop SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:24:14: enter GameStage [1.11.31a] 2023/11/16 11:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:18: bind CityInfoStage [1.11.31a] 2023/11/16 11:24:18: prepare CityInfoStage [1.11.31a] 2023/11/16 11:24:18: enter CityInfoStage [1.11.31a] 2023/11/16 11:24:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:19: leave CityInfoStage [1.11.31a] 2023/11/16 11:24:19: drop CityInfoStage [1.11.31a] 2023/11/16 11:24:19: enter GameStage [1.11.31a] 2023/11/16 11:24:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:21: bind CityInfoStage [1.11.31a] 2023/11/16 11:24:21: prepare CityInfoStage [1.11.31a] 2023/11/16 11:24:21: enter CityInfoStage [1.11.31a] 2023/11/16 11:24:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:22: leave CityInfoStage [1.11.31a] 2023/11/16 11:24:22: drop CityInfoStage [1.11.31a] 2023/11/16 11:24:22: enter GameStage [1.11.31a] 2023/11/16 11:24:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:27: bind CityInfoStage [1.11.31a] 2023/11/16 11:24:27: prepare CityInfoStage [1.11.31a] 2023/11/16 11:24:27: enter CityInfoStage [1.11.31a] 2023/11/16 11:24:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:28: leave CityInfoStage [1.11.31a] 2023/11/16 11:24:28: drop CityInfoStage [1.11.31a] 2023/11/16 11:24:28: enter GameStage [1.11.31a] 2023/11/16 11:24:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:46: bind CityInfoStage [1.11.31a] 2023/11/16 11:24:46: prepare CityInfoStage [1.11.31a] 2023/11/16 11:24:46: enter CityInfoStage [1.11.31a] 2023/11/16 11:24:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:24:49: leave CityInfoStage [1.11.31a] 2023/11/16 11:24:49: drop CityInfoStage [1.11.31a] 2023/11/16 11:24:49: enter GameStage [1.11.31a] 2023/11/16 11:24:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:24:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:25:12: pause app [1.11.31a] 2023/11/16 11:25:14: enter app [1.11.31a] 2023/11/16 11:25:14: resume app [1.11.31a] 2023/11/16 11:25:14: resume -> enter GameStage [1.11.31a] 2023/11/16 11:25:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:25:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:26:10: instance MjA= [1.11.31a] 2023/11/16 11:26:10: bind RankStage [1.11.31a] 2023/11/16 11:26:10: prepare RankStage [1.11.31a] 2023/11/16 11:26:10: enter RankStage [1.11.31a] 2023/11/16 11:26:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:26:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:26:11: leave RankStage [1.11.31a] 2023/11/16 11:26:11: drop RankStage [1.11.31a] 2023/11/16 11:26:11: enter GameStage [1.11.31a] 2023/11/16 11:26:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:26:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:27:16: bind CityInfoStage [1.11.31a] 2023/11/16 11:27:16: prepare CityInfoStage [1.11.31a] 2023/11/16 11:27:16: enter CityInfoStage [1.11.31a] 2023/11/16 11:27:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:27:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:27:21: leave CityInfoStage [1.11.31a] 2023/11/16 11:27:21: drop CityInfoStage [1.11.31a] 2023/11/16 11:27:21: enter GameStage [1.11.31a] 2023/11/16 11:27:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:27:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:28:19: leave GameStage [1.11.31a] 2023/11/16 11:28:19: drop GameStage [1.11.31a] 2023/11/16 11:28:19: bind SaveWaitingStage [1.11.31a] 2023/11/16 11:28:19: prepare SaveWaitingStage [1.11.31a] 2023/11/16 11:28:19: enter SaveWaitingStage [1.11.31a] 2023/11/16 11:28:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:28:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:28:19: leave SaveWaitingStage [1.11.31a] 2023/11/16 11:28:19: drop SaveWaitingStage [1.11.31a] 2023/11/16 11:28:19: enter RegionStage [1.11.31a] 2023/11/16 11:28:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:28:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:28:21: bind LoadWaitingStage [1.11.31a] 2023/11/16 11:28:21: prepare LoadWaitingStage [1.11.31a] 2023/11/16 11:28:21: enter LoadWaitingStage [1.11.31a] 2023/11/16 11:28:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:28:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:28:21: leave LoadWaitingStage [1.11.31a] 2023/11/16 11:28:21: drop LoadWaitingStage [1.11.31a] 2023/11/16 11:28:21: bind GameStage [1.11.31a] 2023/11/16 11:28:21: prepare GameStage [1.11.31a] 2023/11/16 11:28:21: enter GameStage [1.11.31a] 2023/11/16 11:28:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:28:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:29:42: leave GameStage [1.11.31a] 2023/11/16 11:29:42: drop GameStage [1.11.31a] 2023/11/16 11:29:42: bind SaveWaitingStage [1.11.31a] 2023/11/16 11:29:42: prepare SaveWaitingStage [1.11.31a] 2023/11/16 11:29:42: enter SaveWaitingStage [1.11.31a] 2023/11/16 11:29:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:29:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:29:43: leave SaveWaitingStage [1.11.31a] 2023/11/16 11:29:43: drop SaveWaitingStage [1.11.31a] 2023/11/16 11:29:43: enter RegionStage [1.11.31a] 2023/11/16 11:29:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:29:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:29:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:29:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:29:45: bind LoadWaitingStage [1.11.31a] 2023/11/16 11:29:45: prepare LoadWaitingStage [1.11.31a] 2023/11/16 11:29:45: enter LoadWaitingStage [1.11.31a] 2023/11/16 11:29:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:29:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:29:45: leave LoadWaitingStage [1.11.31a] 2023/11/16 11:29:45: drop LoadWaitingStage [1.11.31a] 2023/11/16 11:29:45: bind GameStage [1.11.31a] 2023/11/16 11:29:45: prepare GameStage [1.11.31a] 2023/11/16 11:29:45: enter GameStage [1.11.31a] 2023/11/16 11:29:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:29:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:30:26: bind SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:30:26: prepare SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:30:26: enter SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:30:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:30:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:30:29: leave SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:30:29: drop SpecialOfferStage:$feature_landmarks01 [1.11.31a] 2023/11/16 11:30:29: enter GameStage [1.11.31a] 2023/11/16 11:30:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:30:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:30:41: bind CityInfoStage [1.11.31a] 2023/11/16 11:30:41: prepare CityInfoStage [1.11.31a] 2023/11/16 11:30:41: enter CityInfoStage [1.11.31a] 2023/11/16 11:30:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:30:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:30:44: leave CityInfoStage [1.11.31a] 2023/11/16 11:30:44: drop CityInfoStage [1.11.31a] 2023/11/16 11:30:44: enter GameStage [1.11.31a] 2023/11/16 11:30:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:30:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:30:49: pause app [1.11.31a] 2023/11/16 11:32:50: enter app [1.11.31a] 2023/11/16 11:32:50: resume app [1.11.31a] 2023/11/16 11:32:50: resume -> enter GameStage [1.11.31a] 2023/11/16 11:32:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:32:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:05: bind CityInfoStage [1.11.31a] 2023/11/16 11:33:05: prepare CityInfoStage [1.11.31a] 2023/11/16 11:33:05: enter CityInfoStage [1.11.31a] 2023/11/16 11:33:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:07: leave CityInfoStage [1.11.31a] 2023/11/16 11:33:07: drop CityInfoStage [1.11.31a] 2023/11/16 11:33:07: enter GameStage [1.11.31a] 2023/11/16 11:33:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:09: leave GameStage [1.11.31a] 2023/11/16 11:33:09: drop GameStage [1.11.31a] 2023/11/16 11:33:09: bind SaveWaitingStage [1.11.31a] 2023/11/16 11:33:09: prepare SaveWaitingStage [1.11.31a] 2023/11/16 11:33:09: enter SaveWaitingStage [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:09: leave SaveWaitingStage [1.11.31a] 2023/11/16 11:33:09: drop SaveWaitingStage [1.11.31a] 2023/11/16 11:33:09: enter RegionStage [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:18: bind LoadWaitingStage [1.11.31a] 2023/11/16 11:33:18: prepare LoadWaitingStage [1.11.31a] 2023/11/16 11:33:18: enter LoadWaitingStage [1.11.31a] 2023/11/16 11:33:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:33:18: leave LoadWaitingStage [1.11.31a] 2023/11/16 11:33:18: drop LoadWaitingStage [1.11.31a] 2023/11/16 11:33:18: bind GameStage [1.11.31a] 2023/11/16 11:33:18: prepare GameStage [1.11.31a] 2023/11/16 11:33:18: enter GameStage [1.11.31a] 2023/11/16 11:33:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:33:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:37:58: pause app [1.11.31a] 2023/11/16 11:38:13: enter app [1.11.31a] 2023/11/16 11:38:13: resume app [1.11.31a] 2023/11/16 11:38:13: resume -> enter GameStage [1.11.31a] 2023/11/16 11:38:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/16 11:38:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/16 11:38:57: pause app [1.11.31a] 2023/11/16 16:19:15: Startup [1.11.31a] 2023/11/16 16:19:15: create() cold start [1.11.31a] 2023/11/16 16:19:15: translation es_MX [1.11.31a] 2023/11/16 16:19:16: instance MjA= [1.11.31a] 2023/11/16 16:19:16: create() finish [1.11.31a] 2023/11/16 16:19:16: create() end [1.11.31a] 2023/11/16 16:19:16: resume app [1.11.31a] 2023/11/16 16:19:16: refresh [1.11.31a] 2023/11/16 16:19:16: bind LoadingStage [1.11.31a] 2023/11/16 16:19:16: prepare LoadingStage [1.11.31a] 2023/11/16 16:19:16: enter LoadingStage [1.11.31a] 2023/11/16 16:19:16: loading Warm-up [1.11.31a] 2023/11/16 16:19:16: loading Startup [1.11.31a] 2023/11/16 16:19:16: Max texture size 8192 [1.11.31a] 2023/11/16 16:19:16: Max heap size is 512MB [1.11.31a] 2023/11/16 16:19:16: Engine consumes 11MB [1.11.31a] 2023/11/16 16:19:16: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/16 16:19:17: loading Texture [1.11.31a] 2023/11/16 16:19:17: loading Fonts [1.11.31a] 2023/11/16 16:19:18: loading Skin [1.11.31a] 2023/11/16 16:19:18: loading Extract files [1.11.31a] 2023/11/16 16:19:18: loading Frames [1.11.31a] 2023/11/16 16:19:18: loading Scripting [1.11.31a] 2023/11/16 16:19:19: loading Collecting drafts [1.11.31a] 2023/11/16 16:19:21: pause app [1.11.31a] 2023/11/16 16:19:27: Backend javax.net.ssl.SSLProtocolException: Read error: ssl=0x6f81d59808: Failure in SSL library, usually a protocol error error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE (external/boringssl/src/ssl/ssl_lib.cc:1024 0x7033277e6b:0x00000000) javax.net.ssl.SSLProtocolException: Read error: ssl=0x6f81d59808: Failure in SSL library, usually a protocol error error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE (external/boringssl/src/ssl/ssl_lib.cc:1024 0x7033277e6b:0x00000000) at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method) at com.android.org.conscrypt.NativeSsl.read(NativeSsl.java:411) at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Conscry ptFileDescriptorSocket.java:549) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/16 16:19:27: General
javax.net.ssl.SSLProtocolException: Read error: ssl=0x6f81d59808: Failure in SSL library, usually a protocol error error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE (external/boringssl/src/ssl/ssl_lib.cc:1024 0x7033277e6b:0x00000000) javax.net.ssl.SSLProtocolException: Read error: ssl=0x6f81d59808: Failure in SSL library, usually a protocol error error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE (external/boringssl/src/ssl/ssl_lib.cc:1024 0x7033277e6b:0x00000000) at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method) at com.android.org.conscrypt.NativeSsl.read(NativeSsl.java:411) at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Conscry ptFileDescriptorSocket.java:549) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/18 12:47:40: Startup
[1.11.31a] 2023/11/18 12:47:40: create() cold start [1.11.31a] 2023/11/18 12:47:41: translation es_MX [1.11.31a] 2023/11/18 12:47:41: instance MjA= [1.11.31a] 2023/11/18 12:47:41: create() finish [1.11.31a] 2023/11/18 12:47:41: create() end [1.11.31a] 2023/11/18 12:47:41: resume app [1.11.31a] 2023/11/18 12:47:41: refresh [1.11.31a] 2023/11/18 12:47:41: bind LoadingStage [1.11.31a] 2023/11/18 12:47:41: prepare LoadingStage [1.11.31a] 2023/11/18 12:47:41: enter LoadingStage [1.11.31a] 2023/11/18 12:47:42: loading Warm-up [1.11.31a] 2023/11/18 12:47:42: loading Startup [1.11.31a] 2023/11/18 12:47:42: Max texture size 8192 [1.11.31a] 2023/11/18 12:47:42: Max heap size is 512MB [1.11.31a] 2023/11/18 12:47:42: Engine consumes 11MB [1.11.31a] 2023/11/18 12:47:42: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/18 12:47:43: loading Texture [1.11.31a] 2023/11/18 12:47:43: loading Fonts [1.11.31a] 2023/11/18 12:47:45: loading Skin [1.11.31a] 2023/11/18 12:47:45: loading Extract files [1.11.31a] 2023/11/18 12:47:45: loading Frames [1.11.31a] 2023/11/18 12:47:45: loading Scripting [1.11.31a] 2023/11/18 12:47:45: loading Collecting drafts [1.11.31a] 2023/11/18 12:47:47: loading Prefetching images [1.11.31a] 2023/11/18 12:47:47: loading Loading drafts [1.11.31a] 2023/11/18 12:47:51: loading Finishing drafts [1.11.31a] 2023/11/18 12:47:52: loading Loading music [1.11.31a] 2023/11/18 12:47:52: loading Shaders [1.11.31a] 2023/11/18 12:47:53: loading Topics [1.11.31a] 2023/11/18 12:47:53: loading Loading textures [1.11.31a] 2023/11/18 12:47:57: loading Checking winter [1.11.31a] 2023/11/18 12:47:57: loading Preparing background [1.11.31a] 2023/11/18 12:47:57: loading Finishing [1.11.31a] 2023/11/18 12:47:57: leave LoadingStage [1.11.31a] 2023/11/18 12:47:57: drop LoadingStage [1.11.31a] 2023/11/18 12:47:57: bind PluginErrorStage [1.11.31a] 2023/11/18 12:47:57: prepare PluginErrorStage [1.11.31a] 2023/11/18 12:47:57: bind WelcomeStage [1.11.31a] 2023/11/18 12:47:57: prepare WelcomeStage [1.11.31a] 2023/11/18 12:47:57: enter WelcomeStage [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:57: drop PluginErrorStage [1.11.31a] 2023/11/18 12:47:57: leave WelcomeStage [1.11.31a] 2023/11/18 12:47:57: drop WelcomeStage [1.11.31a] 2023/11/18 12:47:57: bind RegionStage [1.11.31a] 2023/11/18 12:47:57: prepare RegionStage [1.11.31a] 2023/11/18 12:47:57: enter RegionStage [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:58: instance MTk= [1.11.31a] 2023/11/18 12:47:58: instance MjA= [1.11.31a] 2023/11/18 12:47:58: bind LoadWaitingStage [1.11.31a] 2023/11/18 12:47:58: prepare LoadWaitingStage [1.11.31a] 2023/11/18 12:47:58: enter LoadWaitingStage [1.11.31a] 2023/11/18 12:47:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:58: leave LoadWaitingStage [1.11.31a] 2023/11/18 12:47:58: drop LoadWaitingStage [1.11.31a] 2023/11/18 12:47:58: bind GameStage [1.11.31a] 2023/11/18 12:47:58: prepare GameStage [1.11.31a] 2023/11/18 12:47:58: enter GameStage [1.11.31a] 2023/11/18 12:47:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:47:59: bind SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/18 12:47:59: prepare SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/18 12:47:59: enter SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/18 12:47:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:47:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:48:00: leave SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/18 12:48:00: drop SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/18 12:48:00: enter GameStage [1.11.31a] 2023/11/18 12:48:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:48:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:49:03: bind Store [1.11.31a] 2023/11/18 12:49:03: prepare Store [1.11.31a] 2023/11/18 12:49:03: enter Store [1.11.31a] 2023/11/18 12:49:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:49:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:49:03: leave Store [1.11.31a] 2023/11/18 12:49:03: drop Store [1.11.31a] 2023/11/18 12:49:03: enter GameStage [1.11.31a] 2023/11/18 12:49:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/18 12:49:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/18 12:49:34: pause app [1.11.31a] 2023/11/19 12:39:34: Startup [1.11.31a] 2023/11/19 12:39:34: create() cold start [1.11.31a] 2023/11/19 12:39:35: translation es_MX [1.11.31a] 2023/11/19 12:39:35: instance MjA= [1.11.31a] 2023/11/19 12:39:35: create() finish [1.11.31a] 2023/11/19 12:39:35: create() end [1.11.31a] 2023/11/19 12:39:35: resume app [1.11.31a] 2023/11/19 12:39:35: refresh [1.11.31a] 2023/11/19 12:39:35: bind LoadingStage [1.11.31a] 2023/11/19 12:39:35: prepare LoadingStage [1.11.31a] 2023/11/19 12:39:35: enter LoadingStage [1.11.31a] 2023/11/19 12:39:35: loading Warm-up [1.11.31a] 2023/11/19 12:39:36: loading Startup [1.11.31a] 2023/11/19 12:39:36: Max texture size 8192 [1.11.31a] 2023/11/19 12:39:36: Max heap size is 512MB [1.11.31a] 2023/11/19 12:39:36: Engine consumes 11MB [1.11.31a] 2023/11/19 12:39:36: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/19 12:39:36: loading Texture [1.11.31a] 2023/11/19 12:39:36: loading Fonts [1.11.31a] 2023/11/19 12:39:37: loading Skin [1.11.31a] 2023/11/19 12:39:37: loading Extract files [1.11.31a] 2023/11/19 12:39:37: loading Frames [1.11.31a] 2023/11/19 12:39:37: loading Scripting [1.11.31a] 2023/11/19 12:39:37: loading Collecting drafts [1.11.31a] 2023/11/19 12:39:38: loading Prefetching images [1.11.31a] 2023/11/19 12:39:38: loading Loading drafts [1.11.31a] 2023/11/19 12:39:41: loading Finishing drafts [1.11.31a] 2023/11/19 12:39:42: loading Loading music [1.11.31a] 2023/11/19 12:39:42: loading Shaders [1.11.31a] 2023/11/19 12:39:42: loading Topics [1.11.31a] 2023/11/19 12:39:42: loading Loading textures [1.11.31a] 2023/11/19 12:39:44: loading Checking winter [1.11.31a] 2023/11/19 12:39:44: loading Preparing background [1.11.31a] 2023/11/19 12:39:44: loading Finishing [1.11.31a] 2023/11/19 12:39:44: leave LoadingStage [1.11.31a] 2023/11/19 12:39:44: drop LoadingStage [1.11.31a] 2023/11/19 12:39:44: bind PluginErrorStage [1.11.31a] 2023/11/19 12:39:44: prepare PluginErrorStage [1.11.31a] 2023/11/19 12:39:44: bind WelcomeStage [1.11.31a] 2023/11/19 12:39:44: prepare WelcomeStage [1.11.31a] 2023/11/19 12:39:44: enter WelcomeStage [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:44: drop PluginErrorStage [1.11.31a] 2023/11/19 12:39:44: leave WelcomeStage [1.11.31a] 2023/11/19 12:39:44: drop WelcomeStage [1.11.31a] 2023/11/19 12:39:44: bind RegionStage [1.11.31a] 2023/11/19 12:39:44: prepare RegionStage [1.11.31a] 2023/11/19 12:39:44: enter RegionStage [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:45: instance MTk= [1.11.31a] 2023/11/19 12:39:45: instance MjA= [1.11.31a] 2023/11/19 12:39:45: bind LoadWaitingStage [1.11.31a] 2023/11/19 12:39:45: prepare LoadWaitingStage [1.11.31a] 2023/11/19 12:39:45: enter LoadWaitingStage [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:45: leave LoadWaitingStage [1.11.31a] 2023/11/19 12:39:45: drop LoadWaitingStage [1.11.31a] 2023/11/19 12:39:45: bind GameStage [1.11.31a] 2023/11/19 12:39:45: prepare GameStage [1.11.31a] 2023/11/19 12:39:45: enter GameStage [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:45: bind SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/19 12:39:45: prepare SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/19 12:39:45: enter SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:39:48: leave SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/19 12:39:48: drop SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/19 12:39:48: enter GameStage [1.11.31a] 2023/11/19 12:39:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:39:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:42:16: bind CityInfoStage [1.11.31a] 2023/11/19 12:42:16: prepare CityInfoStage [1.11.31a] 2023/11/19 12:42:16: enter CityInfoStage [1.11.31a] 2023/11/19 12:42:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:42:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:42:17: leave CityInfoStage [1.11.31a] 2023/11/19 12:42:17: drop CityInfoStage [1.11.31a] 2023/11/19 12:42:17: enter GameStage [1.11.31a] 2023/11/19 12:42:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 12:42:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 12:42:22: pause app [1.11.31a] 2023/11/19 13:35:18: Startup [1.11.31a] 2023/11/19 13:35:19: create() cold start [1.11.31a] 2023/11/19 13:35:19: translation es_MX [1.11.31a] 2023/11/19 13:35:19: instance MjA= [1.11.31a] 2023/11/19 13:35:19: create() finish [1.11.31a] 2023/11/19 13:35:19: create() end [1.11.31a] 2023/11/19 13:35:19: resume app [1.11.31a] 2023/11/19 13:35:19: refresh [1.11.31a] 2023/11/19 13:35:19: bind LoadingStage [1.11.31a] 2023/11/19 13:35:19: prepare LoadingStage [1.11.31a] 2023/11/19 13:35:19: enter LoadingStage [1.11.31a] 2023/11/19 13:35:20: loading Warm-up [1.11.31a] 2023/11/19 13:35:20: loading Startup [1.11.31a] 2023/11/19 13:35:20: Max texture size 8192 [1.11.31a] 2023/11/19 13:35:20: Max heap size is 512MB [1.11.31a] 2023/11/19 13:35:20: Engine consumes 11MB [1.11.31a] 2023/11/19 13:35:20: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/19 13:35:20: loading Texture [1.11.31a] 2023/11/19 13:35:20: loading Fonts [1.11.31a] 2023/11/19 13:35:21: loading Skin [1.11.31a] 2023/11/19 13:35:21: loading Extract files [1.11.31a] 2023/11/19 13:35:21: loading Frames [1.11.31a] 2023/11/19 13:35:21: loading Scripting [1.11.31a] 2023/11/19 13:35:21: loading Collecting drafts [1.11.31a] 2023/11/19 13:35:23: loading Prefetching images [1.11.31a] 2023/11/19 13:35:23: loading Loading drafts [1.11.31a] 2023/11/19 13:35:26: loading Finishing drafts [1.11.31a] 2023/11/19 13:35:27: loading Loading music [1.11.31a] 2023/11/19 13:35:27: loading Shaders [1.11.31a] 2023/11/19 13:35:27: loading Topics [1.11.31a] 2023/11/19 13:35:27: loading Loading textures [1.11.31a] 2023/11/19 13:35:29: loading Checking winter [1.11.31a] 2023/11/19 13:35:29: loading Preparing background [1.11.31a] 2023/11/19 13:35:29: loading Finishing [1.11.31a] 2023/11/19 13:35:29: leave LoadingStage [1.11.31a] 2023/11/19 13:35:29: drop LoadingStage [1.11.31a] 2023/11/19 13:35:29: bind PluginErrorStage [1.11.31a] 2023/11/19 13:35:29: prepare PluginErrorStage [1.11.31a] 2023/11/19 13:35:29: bind WelcomeStage [1.11.31a] 2023/11/19 13:35:29: prepare WelcomeStage [1.11.31a] 2023/11/19 13:35:29: enter WelcomeStage [1.11.31a] 2023/11/19 13:35:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:29: drop PluginErrorStage [1.11.31a] 2023/11/19 13:35:29: leave WelcomeStage [1.11.31a] 2023/11/19 13:35:29: drop WelcomeStage [1.11.31a] 2023/11/19 13:35:29: bind RegionStage [1.11.31a] 2023/11/19 13:35:29: prepare RegionStage [1.11.31a] 2023/11/19 13:35:30: enter RegionStage [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:30: instance MTk= [1.11.31a] 2023/11/19 13:35:30: instance MjA= [1.11.31a] 2023/11/19 13:35:30: bind LoadWaitingStage [1.11.31a] 2023/11/19 13:35:30: prepare LoadWaitingStage [1.11.31a] 2023/11/19 13:35:30: enter LoadWaitingStage [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:30: leave LoadWaitingStage [1.11.31a] 2023/11/19 13:35:30: drop LoadWaitingStage [1.11.31a] 2023/11/19 13:35:30: bind GameStage [1.11.31a] 2023/11/19 13:35:30: prepare GameStage [1.11.31a] 2023/11/19 13:35:30: enter GameStage [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:35: leave GameStage [1.11.31a] 2023/11/19 13:35:35: drop GameStage [1.11.31a] 2023/11/19 13:35:35: bind SaveWaitingStage [1.11.31a] 2023/11/19 13:35:35: prepare SaveWaitingStage [1.11.31a] 2023/11/19 13:35:35: enter SaveWaitingStage [1.11.31a] 2023/11/19 13:35:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:35: leave SaveWaitingStage [1.11.31a] 2023/11/19 13:35:35: drop SaveWaitingStage [1.11.31a] 2023/11/19 13:35:35: enter RegionStage [1.11.31a] 2023/11/19 13:35:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:37: bind LoadWaitingStage [1.11.31a] 2023/11/19 13:35:37: prepare LoadWaitingStage [1.11.31a] 2023/11/19 13:35:37: enter LoadWaitingStage [1.11.31a] 2023/11/19 13:35:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:35:37: leave LoadWaitingStage [1.11.31a] 2023/11/19 13:35:37: drop LoadWaitingStage [1.11.31a] 2023/11/19 13:35:37: bind GameStage [1.11.31a] 2023/11/19 13:35:37: prepare GameStage [1.11.31a] 2023/11/19 13:35:37: enter GameStage [1.11.31a] 2023/11/19 13:35:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:35:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:37:05: bind CityInfoStage [1.11.31a] 2023/11/19 13:37:05: prepare CityInfoStage [1.11.31a] 2023/11/19 13:37:05: enter CityInfoStage [1.11.31a] 2023/11/19 13:37:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:37:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:37:06: leave CityInfoStage [1.11.31a] 2023/11/19 13:37:06: drop CityInfoStage [1.11.31a] 2023/11/19 13:37:06: enter GameStage [1.11.31a] 2023/11/19 13:37:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:37:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:40:37: bind SaveWaitingStage [1.11.31a] 2023/11/19 13:40:37: prepare SaveWaitingStage [1.11.31a] 2023/11/19 13:40:37: enter SaveWaitingStage [1.11.31a] 2023/11/19 13:40:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:40:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:40:37: leave SaveWaitingStage [1.11.31a] 2023/11/19 13:40:37: drop SaveWaitingStage [1.11.31a] 2023/11/19 13:40:37: enter GameStage [1.11.31a] 2023/11/19 13:40:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:40:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:42:15: bind CityInfoStage [1.11.31a] 2023/11/19 13:42:15: prepare CityInfoStage [1.11.31a] 2023/11/19 13:42:15: enter CityInfoStage [1.11.31a] 2023/11/19 13:42:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:42:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:42:16: leave CityInfoStage [1.11.31a] 2023/11/19 13:42:16: drop CityInfoStage [1.11.31a] 2023/11/19 13:42:16: enter GameStage [1.11.31a] 2023/11/19 13:42:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:42:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:45:05: pause app [1.11.31a] 2023/11/19 13:45:11: enter app [1.11.31a] 2023/11/19 13:45:11: resume app [1.11.31a] 2023/11/19 13:45:11: resume -> enter GameStage [1.11.31a] 2023/11/19 13:45:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:45:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:21: instance MjI= [1.11.31a] 2023/11/19 13:48:21: bind RankStage [1.11.31a] 2023/11/19 13:48:21: prepare RankStage [1.11.31a] 2023/11/19 13:48:21: enter RankStage [1.11.31a] 2023/11/19 13:48:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:22: leave RankStage [1.11.31a] 2023/11/19 13:48:22: drop RankStage [1.11.31a] 2023/11/19 13:48:22: enter GameStage [1.11.31a] 2023/11/19 13:48:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:23: bind CityInfoStage [1.11.31a] 2023/11/19 13:48:23: prepare CityInfoStage [1.11.31a] 2023/11/19 13:48:23: enter CityInfoStage [1.11.31a] 2023/11/19 13:48:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:24: leave CityInfoStage [1.11.31a] 2023/11/19 13:48:24: drop CityInfoStage [1.11.31a] 2023/11/19 13:48:24: enter GameStage [1.11.31a] 2023/11/19 13:48:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:29: bind CityInfoStage [1.11.31a] 2023/11/19 13:48:29: prepare CityInfoStage [1.11.31a] 2023/11/19 13:48:29: enter CityInfoStage [1.11.31a] 2023/11/19 13:48:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:32: bind RankStage [1.11.31a] 2023/11/19 13:48:32: prepare RankStage [1.11.31a] 2023/11/19 13:48:32: enter RankStage [1.11.31a] 2023/11/19 13:48:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:40: leave RankStage [1.11.31a] 2023/11/19 13:48:40: drop RankStage [1.11.31a] 2023/11/19 13:48:40: drop CityInfoStage [1.11.31a] 2023/11/19 13:48:40: enter GameStage [1.11.31a] 2023/11/19 13:48:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:49: bind CityInfoStage [1.11.31a] 2023/11/19 13:48:49: prepare CityInfoStage [1.11.31a] 2023/11/19 13:48:49: enter CityInfoStage [1.11.31a] 2023/11/19 13:48:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:50: bind RankStage [1.11.31a] 2023/11/19 13:48:50: prepare RankStage [1.11.31a] 2023/11/19 13:48:50: enter RankStage [1.11.31a] 2023/11/19 13:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:52: leave RankStage [1.11.31a] 2023/11/19 13:48:52: drop RankStage [1.11.31a] 2023/11/19 13:48:52: enter CityInfoStage [1.11.31a] 2023/11/19 13:48:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:48:53: leave CityInfoStage [1.11.31a] 2023/11/19 13:48:53: drop CityInfoStage [1.11.31a] 2023/11/19 13:48:53: enter GameStage [1.11.31a] 2023/11/19 13:48:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:48:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:24: bind SaveWaitingStage [1.11.31a] 2023/11/19 13:50:24: prepare SaveWaitingStage [1.11.31a] 2023/11/19 13:50:24: enter SaveWaitingStage [1.11.31a] 2023/11/19 13:50:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:24: leave SaveWaitingStage [1.11.31a] 2023/11/19 13:50:24: drop SaveWaitingStage [1.11.31a] 2023/11/19 13:50:24: enter GameStage [1.11.31a] 2023/11/19 13:50:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:33: leave GameStage [1.11.31a] 2023/11/19 13:50:33: drop GameStage [1.11.31a] 2023/11/19 13:50:33: bind SaveWaitingStage [1.11.31a] 2023/11/19 13:50:33: prepare SaveWaitingStage [1.11.31a] 2023/11/19 13:50:33: enter SaveWaitingStage [1.11.31a] 2023/11/19 13:50:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:34: leave SaveWaitingStage [1.11.31a] 2023/11/19 13:50:34: drop SaveWaitingStage [1.11.31a] 2023/11/19 13:50:34: enter RegionStage [1.11.31a] 2023/11/19 13:50:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:39: bind LoadWaitingStage [1.11.31a] 2023/11/19 13:50:39: prepare LoadWaitingStage [1.11.31a] 2023/11/19 13:50:39: enter LoadWaitingStage [1.11.31a] 2023/11/19 13:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:50:39: leave LoadWaitingStage [1.11.31a] 2023/11/19 13:50:39: drop LoadWaitingStage [1.11.31a] 2023/11/19 13:50:39: bind GameStage [1.11.31a] 2023/11/19 13:50:39: prepare GameStage [1.11.31a] 2023/11/19 13:50:39: enter GameStage [1.11.31a] 2023/11/19 13:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:18: bind CityInfoStage [1.11.31a] 2023/11/19 13:51:18: prepare CityInfoStage [1.11.31a] 2023/11/19 13:51:18: enter CityInfoStage [1.11.31a] 2023/11/19 13:51:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:20: leave CityInfoStage [1.11.31a] 2023/11/19 13:51:20: drop CityInfoStage [1.11.31a] 2023/11/19 13:51:20: enter GameStage [1.11.31a] 2023/11/19 13:51:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:26: leave GameStage [1.11.31a] 2023/11/19 13:51:26: drop GameStage [1.11.31a] 2023/11/19 13:51:26: bind SaveWaitingStage [1.11.31a] 2023/11/19 13:51:26: prepare SaveWaitingStage [1.11.31a] 2023/11/19 13:51:26: enter SaveWaitingStage [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:26: leave SaveWaitingStage [1.11.31a] 2023/11/19 13:51:26: drop SaveWaitingStage [1.11.31a] 2023/11/19 13:51:26: enter RegionStage [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:28: bind LoadWaitingStage [1.11.31a] 2023/11/19 13:51:28: prepare LoadWaitingStage [1.11.31a] 2023/11/19 13:51:28: enter LoadWaitingStage [1.11.31a] 2023/11/19 13:51:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:28: leave LoadWaitingStage [1.11.31a] 2023/11/19 13:51:28: drop LoadWaitingStage [1.11.31a] 2023/11/19 13:51:28: bind GameStage [1.11.31a] 2023/11/19 13:51:28: prepare GameStage [1.11.31a] 2023/11/19 13:51:28: enter GameStage [1.11.31a] 2023/11/19 13:51:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 13:51:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 13:51:37: pause app [1.11.31a] 2023/11/19 22:14:33: Startup [1.11.31a] 2023/11/19 22:14:33: create() cold start [1.11.31a] 2023/11/19 22:14:34: translation es_MX [1.11.31a] 2023/11/19 22:14:34: instance MjI= [1.11.31a] 2023/11/19 22:14:34: create() finish [1.11.31a] 2023/11/19 22:14:34: create() end [1.11.31a] 2023/11/19 22:14:34: resume app [1.11.31a] 2023/11/19 22:14:34: refresh [1.11.31a] 2023/11/19 22:14:34: bind LoadingStage [1.11.31a] 2023/11/19 22:14:34: prepare LoadingStage [1.11.31a] 2023/11/19 22:14:34: enter LoadingStage [1.11.31a] 2023/11/19 22:14:34: loading Warm-up [1.11.31a] 2023/11/19 22:14:34: loading Startup [1.11.31a] 2023/11/19 22:14:35: Max texture size 8192 [1.11.31a] 2023/11/19 22:14:35: Max heap size is 512MB [1.11.31a] 2023/11/19 22:14:35: Engine consumes 11MB [1.11.31a] 2023/11/19 22:14:35: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/19 22:14:35: loading Texture [1.11.31a] 2023/11/19 22:14:35: loading Fonts [1.11.31a] 2023/11/19 22:14:36: loading Skin [1.11.31a] 2023/11/19 22:14:36: loading Extract files [1.11.31a] 2023/11/19 22:14:36: loading Frames [1.11.31a] 2023/11/19 22:14:36: loading Scripting [1.11.31a] 2023/11/19 22:14:36: loading Collecting drafts [1.11.31a] 2023/11/19 22:14:37: loading Prefetching images [1.11.31a] 2023/11/19 22:14:37: loading Loading drafts [1.11.31a] 2023/11/19 22:14:40: loading Finishing drafts [1.11.31a] 2023/11/19 22:14:42: loading Loading music [1.11.31a] 2023/11/19 22:14:42: loading Shaders [1.11.31a] 2023/11/19 22:14:42: loading Topics [1.11.31a] 2023/11/19 22:14:42: loading Loading textures [1.11.31a] 2023/11/19 22:14:46: loading Checking winter [1.11.31a] 2023/11/19 22:14:46: loading Preparing background [1.11.31a] 2023/11/19 22:14:46: loading Finishing [1.11.31a] 2023/11/19 22:14:46: leave LoadingStage [1.11.31a] 2023/11/19 22:14:46: drop LoadingStage [1.11.31a] 2023/11/19 22:14:46: bind PluginErrorStage [1.11.31a] 2023/11/19 22:14:46: prepare PluginErrorStage [1.11.31a] 2023/11/19 22:14:46: bind WelcomeStage [1.11.31a] 2023/11/19 22:14:46: prepare WelcomeStage [1.11.31a] 2023/11/19 22:14:46: enter WelcomeStage [1.11.31a] 2023/11/19 22:14:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 22:14:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 22:14:46: drop PluginErrorStage [1.11.31a] 2023/11/19 22:14:46: leave WelcomeStage [1.11.31a] 2023/11/19 22:14:46: drop WelcomeStage [1.11.31a] 2023/11/19 22:14:46: bind RegionStage [1.11.31a] 2023/11/19 22:14:46: prepare RegionStage [1.11.31a] 2023/11/19 22:14:47: enter RegionStage [1.11.31a] 2023/11/19 22:14:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 22:14:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 22:14:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 22:14:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/19 22:14:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/19 22:14:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:17: Startup [1.11.31a] 2023/11/20 15:30:17: create() cold start [1.11.31a] 2023/11/20 15:30:18: translation es_MX [1.11.31a] 2023/11/20 15:30:18: instance MjI= [1.11.31a] 2023/11/20 15:30:18: create() finish [1.11.31a] 2023/11/20 15:30:18: create() end [1.11.31a] 2023/11/20 15:30:18: resume app [1.11.31a] 2023/11/20 15:30:18: refresh [1.11.31a] 2023/11/20 15:30:18: bind LoadingStage [1.11.31a] 2023/11/20 15:30:18: prepare LoadingStage [1.11.31a] 2023/11/20 15:30:19: enter LoadingStage [1.11.31a] 2023/11/20 15:30:19: loading Warm-up [1.11.31a] 2023/11/20 15:30:19: loading Startup [1.11.31a] 2023/11/20 15:30:19: Max texture size 8192 [1.11.31a] 2023/11/20 15:30:19: Max heap size is 512MB [1.11.31a] 2023/11/20 15:30:19: Engine consumes 11MB [1.11.31a] 2023/11/20 15:30:19: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/20 15:30:19: loading Texture [1.11.31a] 2023/11/20 15:30:19: loading Fonts [1.11.31a] 2023/11/20 15:30:20: loading Skin [1.11.31a] 2023/11/20 15:30:20: loading Extract files [1.11.31a] 2023/11/20 15:30:20: loading Frames [1.11.31a] 2023/11/20 15:30:20: loading Scripting [1.11.31a] 2023/11/20 15:30:20: loading Collecting drafts [1.11.31a] 2023/11/20 15:30:21: loading Prefetching images [1.11.31a] 2023/11/20 15:30:21: loading Loading drafts [1.11.31a] 2023/11/20 15:30:24: loading Finishing drafts [1.11.31a] 2023/11/20 15:30:25: loading Loading music [1.11.31a] 2023/11/20 15:30:25: loading Shaders [1.11.31a] 2023/11/20 15:30:25: loading Topics [1.11.31a] 2023/11/20 15:30:25: loading Loading textures [1.11.31a] 2023/11/20 15:30:27: loading Checking winter [1.11.31a] 2023/11/20 15:30:27: loading Preparing background [1.11.31a] 2023/11/20 15:30:27: loading Finishing [1.11.31a] 2023/11/20 15:30:27: leave LoadingStage [1.11.31a] 2023/11/20 15:30:27: drop LoadingStage [1.11.31a] 2023/11/20 15:30:27: bind PluginErrorStage [1.11.31a] 2023/11/20 15:30:27: prepare PluginErrorStage [1.11.31a] 2023/11/20 15:30:27: bind WelcomeStage [1.11.31a] 2023/11/20 15:30:27: prepare WelcomeStage [1.11.31a] 2023/11/20 15:30:27: enter WelcomeStage [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:27: drop PluginErrorStage [1.11.31a] 2023/11/20 15:30:27: leave WelcomeStage [1.11.31a] 2023/11/20 15:30:27: drop WelcomeStage [1.11.31a] 2023/11/20 15:30:27: bind RegionStage [1.11.31a] 2023/11/20 15:30:27: prepare RegionStage [1.11.31a] 2023/11/20 15:30:27: enter RegionStage [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:28: instance MjE= [1.11.31a] 2023/11/20 15:30:28: instance MjI= [1.11.31a] 2023/11/20 15:30:28: bind LoadWaitingStage [1.11.31a] 2023/11/20 15:30:28: prepare LoadWaitingStage [1.11.31a] 2023/11/20 15:30:28: enter LoadWaitingStage [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:28: leave LoadWaitingStage [1.11.31a] 2023/11/20 15:30:28: drop LoadWaitingStage [1.11.31a] 2023/11/20 15:30:28: bind GameStage [1.11.31a] 2023/11/20 15:30:28: prepare GameStage [1.11.31a] 2023/11/20 15:30:28: enter GameStage [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:28: bind SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/20 15:30:28: prepare SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/20 15:30:28: enter SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:31: leave SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/20 15:30:31: drop SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/20 15:30:31: enter GameStage [1.11.31a] 2023/11/20 15:30:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:43: leave GameStage [1.11.31a] 2023/11/20 15:30:43: drop GameStage [1.11.31a] 2023/11/20 15:30:43: bind SaveWaitingStage [1.11.31a] 2023/11/20 15:30:43: prepare SaveWaitingStage [1.11.31a] 2023/11/20 15:30:43: enter SaveWaitingStage [1.11.31a] 2023/11/20 15:30:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:43: leave SaveWaitingStage [1.11.31a] 2023/11/20 15:30:43: drop SaveWaitingStage [1.11.31a] 2023/11/20 15:30:43: enter RegionStage [1.11.31a] 2023/11/20 15:30:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:45: bind LoadWaitingStage [1.11.31a] 2023/11/20 15:30:45: prepare LoadWaitingStage [1.11.31a] 2023/11/20 15:30:45: enter LoadWaitingStage [1.11.31a] 2023/11/20 15:30:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:30:45: leave LoadWaitingStage [1.11.31a] 2023/11/20 15:30:45: drop LoadWaitingStage [1.11.31a] 2023/11/20 15:30:45: bind GameStage [1.11.31a] 2023/11/20 15:30:45: prepare GameStage [1.11.31a] 2023/11/20 15:30:45: enter GameStage [1.11.31a] 2023/11/20 15:30:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/20 15:30:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/20 15:31:55: pause app [1.11.31a] 2023/11/23 12:47:52: Startup [1.11.31a] 2023/11/23 12:47:53: create() cold start [1.11.31a] 2023/11/23 12:47:53: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.31a] 2023/11/23 12:47:53: translation es_MX
[1.11.31a] 2023/11/23 12:47:54: instance MjI= [1.11.31a] 2023/11/23 12:47:54: create() finish [1.11.31a] 2023/11/23 12:47:54: create() end [1.11.31a] 2023/11/23 12:47:54: resume app [1.11.31a] 2023/11/23 12:47:54: refresh [1.11.31a] 2023/11/23 12:47:54: bind LoadingStage [1.11.31a] 2023/11/23 12:47:54: prepare LoadingStage [1.11.31a] 2023/11/23 12:47:54: enter LoadingStage [1.11.31a] 2023/11/23 12:47:55: loading Warm-up [1.11.31a] 2023/11/23 12:47:55: loading Startup [1.11.31a] 2023/11/23 12:47:55: Max texture size 8192 [1.11.31a] 2023/11/23 12:47:55: Max heap size is 512MB [1.11.31a] 2023/11/23 12:47:55: Engine consumes 11MB [1.11.31a] 2023/11/23 12:47:55: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/23 12:47:56: loading Texture [1.11.31a] 2023/11/23 12:47:56: loading Fonts [1.11.31a] 2023/11/23 12:47:57: loading Skin [1.11.31a] 2023/11/23 12:47:57: loading Extract files [1.11.31a] 2023/11/23 12:47:57: loading Frames [1.11.31a] 2023/11/23 12:47:57: loading Scripting [1.11.31a] 2023/11/23 12:47:57: loading Collecting drafts [1.11.31a] 2023/11/23 12:48:00: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.31a] 2023/11/23 12:48:00: loading Loading drafts [1.11.31a] 2023/11/23 12:48:02: loading Finishing drafts [1.11.31a] 2023/11/23 12:48:02: loading Loading music [1.11.31a] 2023/11/23 12:48:03: loading Shaders [1.11.31a] 2023/11/23 12:48:03: loading Topics [1.11.31a] 2023/11/23 12:48:03: loading Loading textures [1.11.31a] 2023/11/23 12:48:05: loading Checking winter [1.11.31a] 2023/11/23 12:48:05: loading Preparing background [1.11.31a] 2023/11/23 12:48:05: loading Finishing [1.11.31a] 2023/11/23 12:48:05: leave LoadingStage [1.11.31a] 2023/11/23 12:48:05: drop LoadingStage [1.11.31a] 2023/11/23 12:48:05: bind PluginErrorStage [1.11.31a] 2023/11/23 12:48:05: prepare PluginErrorStage [1.11.31a] 2023/11/23 12:48:05: bind WelcomeStage [1.11.31a] 2023/11/23 12:48:05: prepare WelcomeStage [1.11.31a] 2023/11/23 12:48:05: enter WelcomeStage [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:05: drop PluginErrorStage [1.11.31a] 2023/11/23 12:48:05: leave WelcomeStage [1.11.31a] 2023/11/23 12:48:05: drop WelcomeStage [1.11.31a] 2023/11/23 12:48:05: bind RegionStage [1.11.31a] 2023/11/23 12:48:05: prepare RegionStage [1.11.31a] 2023/11/23 12:48:05: enter RegionStage [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:06: instance MjE= [1.11.31a] 2023/11/23 12:48:06: instance MjI= [1.11.31a] 2023/11/23 12:48:06: bind LoadWaitingStage [1.11.31a] 2023/11/23 12:48:06: prepare LoadWaitingStage [1.11.31a] 2023/11/23 12:48:06: enter LoadWaitingStage [1.11.31a] 2023/11/23 12:48:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:06: leave LoadWaitingStage [1.11.31a] 2023/11/23 12:48:06: drop LoadWaitingStage [1.11.31a] 2023/11/23 12:48:06: bind GameStage [1.11.31a] 2023/11/23 12:48:06: prepare GameStage [1.11.31a] 2023/11/23 12:48:06: enter GameStage [1.11.31a] 2023/11/23 12:48:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:07: bind SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/23 12:48:07: prepare SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/23 12:48:07: enter SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/23 12:48:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:08: leave SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/23 12:48:08: drop SpecialOfferStage:$feature_landmarks02 [1.11.31a] 2023/11/23 12:48:08: enter GameStage [1.11.31a] 2023/11/23 12:48:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 12:48:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 12:48:16: Backend java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/23 12:48:16: General
java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.31a] 2023/11/23 12:48:26: Download
javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x7baabbde88: I/O error during system call, Software caused connection abort javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x7baabbde88: I/O error during system call, Software caused connection abort at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.31a] 2023/11/23 12:50:02: pause app
[1.11.31a] 2023/11/23 13:13:34: Startup [1.11.31a] 2023/11/23 13:13:34: create() cold start [1.11.31a] 2023/11/23 13:13:35: translation es_MX [1.11.31a] 2023/11/23 13:13:35: instance MjI= [1.11.31a] 2023/11/23 13:13:35: create() finish [1.11.31a] 2023/11/23 13:13:35: create() end [1.11.31a] 2023/11/23 13:13:35: resume app [1.11.31a] 2023/11/23 13:13:35: refresh [1.11.31a] 2023/11/23 13:13:35: bind LoadingStage [1.11.31a] 2023/11/23 13:13:35: prepare LoadingStage [1.11.31a] 2023/11/23 13:13:36: enter LoadingStage [1.11.31a] 2023/11/23 13:13:36: loading Warm-up [1.11.31a] 2023/11/23 13:13:36: loading Startup [1.11.31a] 2023/11/23 13:13:36: Max texture size 8192 [1.11.31a] 2023/11/23 13:13:36: Max heap size is 512MB [1.11.31a] 2023/11/23 13:13:36: Engine consumes 11MB [1.11.31a] 2023/11/23 13:13:36: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/23 13:13:37: loading Texture [1.11.31a] 2023/11/23 13:13:37: loading Fonts [1.11.31a] 2023/11/23 13:13:38: loading Skin [1.11.31a] 2023/11/23 13:13:38: loading Extract files [1.11.31a] 2023/11/23 13:13:38: loading Frames [1.11.31a] 2023/11/23 13:13:38: loading Scripting [1.11.31a] 2023/11/23 13:13:39: loading Collecting drafts [1.11.31a] 2023/11/23 13:13:41: loading Prefetching images [1.11.31a] 2023/11/23 13:13:41: loading Loading drafts [1.11.31a] 2023/11/23 13:13:44: loading Finishing drafts [1.11.31a] 2023/11/23 13:13:45: loading Loading music [1.11.31a] 2023/11/23 13:13:45: loading Shaders [1.11.31a] 2023/11/23 13:13:46: loading Topics [1.11.31a] 2023/11/23 13:13:46: loading Loading textures [1.11.31a] 2023/11/23 13:13:50: loading Checking winter [1.11.31a] 2023/11/23 13:13:50: loading Preparing background [1.11.31a] 2023/11/23 13:13:50: loading Finishing [1.11.31a] 2023/11/23 13:13:50: leave LoadingStage [1.11.31a] 2023/11/23 13:13:50: drop LoadingStage [1.11.31a] 2023/11/23 13:13:50: bind PluginErrorStage [1.11.31a] 2023/11/23 13:13:50: prepare PluginErrorStage [1.11.31a] 2023/11/23 13:13:50: bind WelcomeStage [1.11.31a] 2023/11/23 13:13:50: prepare WelcomeStage [1.11.31a] 2023/11/23 13:13:50: enter WelcomeStage [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:13:50: drop PluginErrorStage [1.11.31a] 2023/11/23 13:13:50: leave WelcomeStage [1.11.31a] 2023/11/23 13:13:50: drop WelcomeStage [1.11.31a] 2023/11/23 13:13:50: bind RegionStage [1.11.31a] 2023/11/23 13:13:50: prepare RegionStage [1.11.31a] 2023/11/23 13:13:50: enter RegionStage [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:13:51: instance MjE= [1.11.31a] 2023/11/23 13:13:51: instance MjI= [1.11.31a] 2023/11/23 13:13:51: bind LoadWaitingStage [1.11.31a] 2023/11/23 13:13:51: prepare LoadWaitingStage [1.11.31a] 2023/11/23 13:13:51: enter LoadWaitingStage [1.11.31a] 2023/11/23 13:13:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:13:51: leave LoadWaitingStage [1.11.31a] 2023/11/23 13:13:51: drop LoadWaitingStage [1.11.31a] 2023/11/23 13:13:51: bind GameStage [1.11.31a] 2023/11/23 13:13:51: prepare GameStage [1.11.31a] 2023/11/23 13:13:52: enter GameStage [1.11.31a] 2023/11/23 13:13:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:13:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:15:42: bind Store [1.11.31a] 2023/11/23 13:15:42: prepare Store [1.11.31a] 2023/11/23 13:15:42: enter Store [1.11.31a] 2023/11/23 13:15:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:15:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:15:56: leave Store [1.11.31a] 2023/11/23 13:15:56: drop Store [1.11.31a] 2023/11/23 13:15:56: enter GameStage [1.11.31a] 2023/11/23 13:15:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:15:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:17: bind CityInfoStage [1.11.31a] 2023/11/23 13:17:17: prepare CityInfoStage [1.11.31a] 2023/11/23 13:17:17: enter CityInfoStage [1.11.31a] 2023/11/23 13:17:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:19: leave CityInfoStage [1.11.31a] 2023/11/23 13:17:19: drop CityInfoStage [1.11.31a] 2023/11/23 13:17:19: enter GameStage [1.11.31a] 2023/11/23 13:17:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:34: leave GameStage [1.11.31a] 2023/11/23 13:17:34: drop GameStage [1.11.31a] 2023/11/23 13:17:34: bind SaveWaitingStage [1.11.31a] 2023/11/23 13:17:34: prepare SaveWaitingStage [1.11.31a] 2023/11/23 13:17:34: enter SaveWaitingStage [1.11.31a] 2023/11/23 13:17:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:34: leave SaveWaitingStage [1.11.31a] 2023/11/23 13:17:34: drop SaveWaitingStage [1.11.31a] 2023/11/23 13:17:34: enter RegionStage [1.11.31a] 2023/11/23 13:17:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:37: bind LoadWaitingStage [1.11.31a] 2023/11/23 13:17:37: prepare LoadWaitingStage [1.11.31a] 2023/11/23 13:17:37: enter LoadWaitingStage [1.11.31a] 2023/11/23 13:17:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:37: leave LoadWaitingStage [1.11.31a] 2023/11/23 13:17:37: drop LoadWaitingStage [1.11.31a] 2023/11/23 13:17:37: bind GameStage [1.11.31a] 2023/11/23 13:17:37: prepare GameStage [1.11.31a] 2023/11/23 13:17:37: enter GameStage [1.11.31a] 2023/11/23 13:17:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/23 13:17:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/23 13:17:49: pause app [1.11.31a] 2023/11/24 18:41:43: Startup [1.11.31a] 2023/11/24 18:41:43: create() cold start [1.11.31a] 2023/11/24 18:41:44: translation es_MX [1.11.31a] 2023/11/24 18:41:44: instance MjI= [1.11.31a] 2023/11/24 18:41:44: create() finish [1.11.31a] 2023/11/24 18:41:44: create() end [1.11.31a] 2023/11/24 18:41:44: resume app [1.11.31a] 2023/11/24 18:41:44: refresh [1.11.31a] 2023/11/24 18:41:44: bind LoadingStage [1.11.31a] 2023/11/24 18:41:44: prepare LoadingStage [1.11.31a] 2023/11/24 18:41:44: enter LoadingStage [1.11.31a] 2023/11/24 18:41:45: loading Warm-up [1.11.31a] 2023/11/24 18:41:45: loading Startup [1.11.31a] 2023/11/24 18:41:45: Max texture size 8192 [1.11.31a] 2023/11/24 18:41:45: Max heap size is 512MB [1.11.31a] 2023/11/24 18:41:45: Engine consumes 11MB [1.11.31a] 2023/11/24 18:41:45: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/11/24 18:41:46: loading Texture [1.11.31a] 2023/11/24 18:41:46: loading Fonts [1.11.31a] 2023/11/24 18:41:47: loading Skin [1.11.31a] 2023/11/24 18:41:47: loading Extract files [1.11.31a] 2023/11/24 18:41:47: loading Frames [1.11.31a] 2023/11/24 18:41:47: loading Scripting [1.11.31a] 2023/11/24 18:41:47: loading Collecting drafts [1.11.31a] 2023/11/24 18:41:48: loading Prefetching images [1.11.31a] 2023/11/24 18:41:48: loading Loading drafts [1.11.31a] 2023/11/24 18:41:50: loading Finishing drafts [1.11.31a] 2023/11/24 18:41:51: loading Loading music [1.11.31a] 2023/11/24 18:41:51: loading Shaders [1.11.31a] 2023/11/24 18:41:51: loading Topics [1.11.31a] 2023/11/24 18:41:52: loading Loading textures [1.11.31a] 2023/11/24 18:41:55: loading Checking winter [1.11.31a] 2023/11/24 18:41:55: loading Preparing background [1.11.31a] 2023/11/24 18:41:55: loading Finishing [1.11.31a] 2023/11/24 18:41:55: leave LoadingStage [1.11.31a] 2023/11/24 18:41:55: drop LoadingStage [1.11.31a] 2023/11/24 18:41:55: bind PluginErrorStage [1.11.31a] 2023/11/24 18:41:55: prepare PluginErrorStage [1.11.31a] 2023/11/24 18:41:55: bind WelcomeStage [1.11.31a] 2023/11/24 18:41:55: prepare WelcomeStage [1.11.31a] 2023/11/24 18:41:55: enter WelcomeStage [1.11.31a] 2023/11/24 18:41:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:56: drop PluginErrorStage [1.11.31a] 2023/11/24 18:41:56: leave WelcomeStage [1.11.31a] 2023/11/24 18:41:56: drop WelcomeStage [1.11.31a] 2023/11/24 18:41:56: bind RegionStage [1.11.31a] 2023/11/24 18:41:56: prepare RegionStage [1.11.31a] 2023/11/24 18:41:56: enter RegionStage [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:56: instance MjE= [1.11.31a] 2023/11/24 18:41:56: instance MjI= [1.11.31a] 2023/11/24 18:41:56: bind LoadWaitingStage [1.11.31a] 2023/11/24 18:41:56: prepare LoadWaitingStage [1.11.31a] 2023/11/24 18:41:56: enter LoadWaitingStage [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:56: leave LoadWaitingStage [1.11.31a] 2023/11/24 18:41:56: drop LoadWaitingStage [1.11.31a] 2023/11/24 18:41:56: bind GameStage [1.11.31a] 2023/11/24 18:41:56: prepare GameStage [1.11.31a] 2023/11/24 18:41:57: enter GameStage [1.11.31a] 2023/11/24 18:41:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:57: bind SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/11/24 18:41:57: prepare SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/11/24 18:41:57: enter SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/11/24 18:41:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:41:59: leave SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/11/24 18:41:59: drop SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/11/24 18:41:59: enter GameStage [1.11.31a] 2023/11/24 18:41:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:41:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:03: leave GameStage [1.11.31a] 2023/11/24 18:42:03: drop GameStage [1.11.31a] 2023/11/24 18:42:03: bind SaveWaitingStage [1.11.31a] 2023/11/24 18:42:03: prepare SaveWaitingStage [1.11.31a] 2023/11/24 18:42:03: enter SaveWaitingStage [1.11.31a] 2023/11/24 18:42:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:42:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:03: leave SaveWaitingStage [1.11.31a] 2023/11/24 18:42:03: drop SaveWaitingStage [1.11.31a] 2023/11/24 18:42:03: enter RegionStage [1.11.31a] 2023/11/24 18:42:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:42:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:05: bind LoadWaitingStage [1.11.31a] 2023/11/24 18:42:05: prepare LoadWaitingStage [1.11.31a] 2023/11/24 18:42:05: enter LoadWaitingStage [1.11.31a] 2023/11/24 18:42:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:42:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:05: leave LoadWaitingStage [1.11.31a] 2023/11/24 18:42:05: drop LoadWaitingStage [1.11.31a] 2023/11/24 18:42:05: bind GameStage [1.11.31a] 2023/11/24 18:42:05: prepare GameStage [1.11.31a] 2023/11/24 18:42:05: enter GameStage [1.11.31a] 2023/11/24 18:42:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:42:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:10: pause app [1.11.31a] 2023/11/24 18:42:25: enter app [1.11.31a] 2023/11/24 18:42:25: resume app [1.11.31a] 2023/11/24 18:42:25: resume -> enter GameStage [1.11.31a] 2023/11/24 18:42:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/11/24 18:42:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/11/24 18:42:59: pause app [1.11.31a] 2023/12/04 18:52:29: Startup [1.11.31a] 2023/12/04 18:52:29: create() cold start [1.11.31a] 2023/12/04 18:52:30: translation es_MX [1.11.31a] 2023/12/04 18:52:31: instance MjI= [1.11.31a] 2023/12/04 18:52:31: create() finish [1.11.31a] 2023/12/04 18:52:31: create() end [1.11.31a] 2023/12/04 18:52:31: resume app [1.11.31a] 2023/12/04 18:52:31: refresh [1.11.31a] 2023/12/04 18:52:31: bind LoadingStage [1.11.31a] 2023/12/04 18:52:31: prepare LoadingStage [1.11.31a] 2023/12/04 18:52:31: enter LoadingStage [1.11.31a] 2023/12/04 18:52:31: loading Warm-up [1.11.31a] 2023/12/04 18:52:31: loading Startup [1.11.31a] 2023/12/04 18:52:31: Max texture size 8192 [1.11.31a] 2023/12/04 18:52:31: Max heap size is 512MB [1.11.31a] 2023/12/04 18:52:31: Engine consumes 11MB [1.11.31a] 2023/12/04 18:52:31: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/12/04 18:52:32: loading Texture [1.11.31a] 2023/12/04 18:52:32: loading Fonts [1.11.31a] 2023/12/04 18:52:32: loading Skin [1.11.31a] 2023/12/04 18:52:32: loading Extract files [1.11.31a] 2023/12/04 18:52:32: loading Frames [1.11.31a] 2023/12/04 18:52:32: loading Scripting [1.11.31a] 2023/12/04 18:52:32: loading Collecting drafts [1.11.31a] 2023/12/04 18:52:35: loading Prefetching images [1.11.31a] 2023/12/04 18:52:35: loading Loading drafts [1.11.31a] 2023/12/04 18:52:38: loading Finishing drafts [1.11.31a] 2023/12/04 18:52:39: loading Loading music [1.11.31a] 2023/12/04 18:52:39: loading Shaders [1.11.31a] 2023/12/04 18:52:39: loading Topics [1.11.31a] 2023/12/04 18:52:39: loading Loading textures [1.11.31a] 2023/12/04 18:52:41: loading Checking winter [1.11.31a] 2023/12/04 18:52:41: loading Preparing background [1.11.31a] 2023/12/04 18:52:41: loading Finishing [1.11.31a] 2023/12/04 18:52:41: leave LoadingStage [1.11.31a] 2023/12/04 18:52:41: drop LoadingStage [1.11.31a] 2023/12/04 18:52:41: bind PluginErrorStage [1.11.31a] 2023/12/04 18:52:41: prepare PluginErrorStage [1.11.31a] 2023/12/04 18:52:41: bind WelcomeStage [1.11.31a] 2023/12/04 18:52:41: prepare WelcomeStage [1.11.31a] 2023/12/04 18:52:41: enter WelcomeStage [1.11.31a] 2023/12/04 18:52:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:41: drop PluginErrorStage [1.11.31a] 2023/12/04 18:52:41: leave WelcomeStage [1.11.31a] 2023/12/04 18:52:41: drop WelcomeStage [1.11.31a] 2023/12/04 18:52:41: bind RegionStage [1.11.31a] 2023/12/04 18:52:41: prepare RegionStage [1.11.31a] 2023/12/04 18:52:42: enter RegionStage [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:42: instance MjE= [1.11.31a] 2023/12/04 18:52:42: instance MjI= [1.11.31a] 2023/12/04 18:52:42: bind LoadWaitingStage [1.11.31a] 2023/12/04 18:52:42: prepare LoadWaitingStage [1.11.31a] 2023/12/04 18:52:42: enter LoadWaitingStage [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:43: leave LoadWaitingStage [1.11.31a] 2023/12/04 18:52:43: drop LoadWaitingStage [1.11.31a] 2023/12/04 18:52:43: bind GameStage [1.11.31a] 2023/12/04 18:52:43: prepare GameStage [1.11.31a] 2023/12/04 18:52:43: enter GameStage [1.11.31a] 2023/12/04 18:52:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:44: bind SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/12/04 18:52:44: prepare SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/12/04 18:52:44: enter SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/12/04 18:52:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:52:46: leave SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/12/04 18:52:46: drop SpecialOfferStage:$feature_landmarks03 [1.11.31a] 2023/12/04 18:52:46: enter GameStage [1.11.31a] 2023/12/04 18:52:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:52:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:53:15: pause app [1.11.31a] 2023/12/04 18:56:02: enter app [1.11.31a] 2023/12/04 18:56:02: resume app [1.11.31a] 2023/12/04 18:56:02: resume -> enter GameStage [1.11.31a] 2023/12/04 18:56:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:43: instance MjQ= [1.11.31a] 2023/12/04 18:56:43: bind RankStage [1.11.31a] 2023/12/04 18:56:43: prepare RankStage [1.11.31a] 2023/12/04 18:56:43: enter RankStage [1.11.31a] 2023/12/04 18:56:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:45: leave RankStage [1.11.31a] 2023/12/04 18:56:45: drop RankStage [1.11.31a] 2023/12/04 18:56:45: enter GameStage [1.11.31a] 2023/12/04 18:56:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:49: bind CityInfoStage [1.11.31a] 2023/12/04 18:56:49: prepare CityInfoStage [1.11.31a] 2023/12/04 18:56:49: enter CityInfoStage [1.11.31a] 2023/12/04 18:56:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:51: bind RankStage [1.11.31a] 2023/12/04 18:56:51: prepare RankStage [1.11.31a] 2023/12/04 18:56:51: enter RankStage [1.11.31a] 2023/12/04 18:56:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:52: leave RankStage [1.11.31a] 2023/12/04 18:56:52: drop RankStage [1.11.31a] 2023/12/04 18:56:52: drop CityInfoStage [1.11.31a] 2023/12/04 18:56:52: enter GameStage [1.11.31a] 2023/12/04 18:56:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/04 18:56:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/04 18:56:59: pause app [1.11.31a] 2023/12/09 16:24:44: Startup [1.11.31a] 2023/12/09 16:24:44: create() cold start [1.11.31a] 2023/12/09 16:24:44: translation es_MX [1.11.31a] 2023/12/09 16:24:45: instance MjQ= [1.11.31a] 2023/12/09 16:24:45: create() finish [1.11.31a] 2023/12/09 16:24:45: create() end [1.11.31a] 2023/12/09 16:24:45: resume app [1.11.31a] 2023/12/09 16:24:45: refresh [1.11.31a] 2023/12/09 16:24:45: bind LoadingStage [1.11.31a] 2023/12/09 16:24:45: prepare LoadingStage [1.11.31a] 2023/12/09 16:24:45: enter LoadingStage [1.11.31a] 2023/12/09 16:24:45: loading Warm-up [1.11.31a] 2023/12/09 16:24:45: loading Startup [1.11.31a] 2023/12/09 16:24:45: Max texture size 8192 [1.11.31a] 2023/12/09 16:24:45: Max heap size is 512MB [1.11.31a] 2023/12/09 16:24:45: Engine consumes 11MB [1.11.31a] 2023/12/09 16:24:45: Screen size is 2340x1080, ppi: 391.885 [1.11.31a] 2023/12/09 16:24:46: loading Texture [1.11.31a] 2023/12/09 16:24:46: loading Fonts [1.11.31a] 2023/12/09 16:24:47: loading Skin [1.11.31a] 2023/12/09 16:24:47: loading Extract files [1.11.31a] 2023/12/09 16:24:47: loading Frames [1.11.31a] 2023/12/09 16:24:47: loading Scripting [1.11.31a] 2023/12/09 16:24:47: loading Collecting drafts [1.11.31a] 2023/12/09 16:24:48: loading Prefetching images [1.11.31a] 2023/12/09 16:24:48: loading Loading drafts [1.11.31a] 2023/12/09 16:24:50: Time java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.31a] 2023/12/09 16:24:50: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.31a] 2023/12/09 16:24:54: loading Loading music [1.11.31a] 2023/12/09 16:24:54: loading Shaders [1.11.31a] 2023/12/09 16:24:54: loading Topics [1.11.31a] 2023/12/09 16:24:54: loading Loading textures [1.11.31a] 2023/12/09 16:24:57: loading Checking winter [1.11.31a] 2023/12/09 16:24:57: loading Preparing background [1.11.31a] 2023/12/09 16:24:57: loading Finishing [1.11.31a] 2023/12/09 16:24:57: leave LoadingStage [1.11.31a] 2023/12/09 16:24:57: drop LoadingStage [1.11.31a] 2023/12/09 16:24:57: bind PluginErrorStage [1.11.31a] 2023/12/09 16:24:57: prepare PluginErrorStage [1.11.31a] 2023/12/09 16:24:57: bind WelcomeStage [1.11.31a] 2023/12/09 16:24:57: prepare WelcomeStage [1.11.31a] 2023/12/09 16:24:57: enter WelcomeStage [1.11.31a] 2023/12/09 16:24:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:57: drop PluginErrorStage [1.11.31a] 2023/12/09 16:24:57: leave WelcomeStage [1.11.31a] 2023/12/09 16:24:57: drop WelcomeStage [1.11.31a] 2023/12/09 16:24:57: bind RegionStage [1.11.31a] 2023/12/09 16:24:57: prepare RegionStage [1.11.31a] 2023/12/09 16:24:57: enter RegionStage [1.11.31a] 2023/12/09 16:24:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:58: instance MjM= [1.11.31a] 2023/12/09 16:24:58: instance MjQ= [1.11.31a] 2023/12/09 16:24:58: bind LoadWaitingStage [1.11.31a] 2023/12/09 16:24:58: prepare LoadWaitingStage [1.11.31a] 2023/12/09 16:24:58: enter LoadWaitingStage [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:58: leave LoadWaitingStage [1.11.31a] 2023/12/09 16:24:58: drop LoadWaitingStage [1.11.31a] 2023/12/09 16:24:58: bind GameStage [1.11.31a] 2023/12/09 16:24:58: prepare GameStage [1.11.31a] 2023/12/09 16:24:58: enter GameStage [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:24:59: bind SpecialOfferStage:$feature_landmarks04 [1.11.31a] 2023/12/09 16:24:59: prepare SpecialOfferStage:$feature_landmarks04 [1.11.31a] 2023/12/09 16:24:59: enter SpecialOfferStage:$feature_landmarks04 [1.11.31a] 2023/12/09 16:24:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:24:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:01: leave SpecialOfferStage:$feature_landmarks04 [1.11.31a] 2023/12/09 16:25:01: drop SpecialOfferStage:$feature_landmarks04 [1.11.31a] 2023/12/09 16:25:01: enter GameStage [1.11.31a] 2023/12/09 16:25:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:33: leave GameStage [1.11.31a] 2023/12/09 16:25:33: drop GameStage [1.11.31a] 2023/12/09 16:25:33: bind SaveWaitingStage [1.11.31a] 2023/12/09 16:25:33: prepare SaveWaitingStage [1.11.31a] 2023/12/09 16:25:33: enter SaveWaitingStage [1.11.31a] 2023/12/09 16:25:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:33: leave SaveWaitingStage [1.11.31a] 2023/12/09 16:25:33: drop SaveWaitingStage [1.11.31a] 2023/12/09 16:25:33: enter RegionStage [1.11.31a] 2023/12/09 16:25:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:35: bind LoadWaitingStage [1.11.31a] 2023/12/09 16:25:35: prepare LoadWaitingStage [1.11.31a] 2023/12/09 16:25:35: enter LoadWaitingStage [1.11.31a] 2023/12/09 16:25:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:35: leave LoadWaitingStage [1.11.31a] 2023/12/09 16:25:35: drop LoadWaitingStage [1.11.31a] 2023/12/09 16:25:35: bind GameStage [1.11.31a] 2023/12/09 16:25:35: prepare GameStage [1.11.31a] 2023/12/09 16:25:35: enter GameStage [1.11.31a] 2023/12/09 16:25:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:49: leave GameStage [1.11.31a] 2023/12/09 16:25:49: drop GameStage [1.11.31a] 2023/12/09 16:25:49: bind SaveWaitingStage [1.11.31a] 2023/12/09 16:25:49: prepare SaveWaitingStage [1.11.31a] 2023/12/09 16:25:49: enter SaveWaitingStage [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:49: leave SaveWaitingStage [1.11.31a] 2023/12/09 16:25:49: drop SaveWaitingStage [1.11.31a] 2023/12/09 16:25:49: enter RegionStage [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:51: bind LoadWaitingStage [1.11.31a] 2023/12/09 16:25:51: prepare LoadWaitingStage [1.11.31a] 2023/12/09 16:25:51: enter LoadWaitingStage [1.11.31a] 2023/12/09 16:25:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:25:51: leave LoadWaitingStage [1.11.31a] 2023/12/09 16:25:51: drop LoadWaitingStage [1.11.31a] 2023/12/09 16:25:51: bind GameStage [1.11.31a] 2023/12/09 16:25:51: prepare GameStage [1.11.31a] 2023/12/09 16:25:51: enter GameStage [1.11.31a] 2023/12/09 16:25:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:25:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:27:38: bind Store [1.11.31a] 2023/12/09 16:27:38: prepare Store [1.11.31a] 2023/12/09 16:27:38: enter Store [1.11.31a] 2023/12/09 16:27:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:27:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:27:39: leave Store [1.11.31a] 2023/12/09 16:27:39: drop Store [1.11.31a] 2023/12/09 16:27:39: enter GameStage [1.11.31a] 2023/12/09 16:27:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:27:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:29:20: bind CityInfoStage [1.11.31a] 2023/12/09 16:29:20: prepare CityInfoStage [1.11.31a] 2023/12/09 16:29:20: enter CityInfoStage [1.11.31a] 2023/12/09 16:29:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:29:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:29:22: leave CityInfoStage [1.11.31a] 2023/12/09 16:29:22: drop CityInfoStage [1.11.31a] 2023/12/09 16:29:22: enter GameStage [1.11.31a] 2023/12/09 16:29:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:29:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:29:31: bind CityInfoStage [1.11.31a] 2023/12/09 16:29:31: prepare CityInfoStage [1.11.31a] 2023/12/09 16:29:31: enter CityInfoStage [1.11.31a] 2023/12/09 16:29:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:29:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:29:31: leave CityInfoStage [1.11.31a] 2023/12/09 16:29:31: drop CityInfoStage [1.11.31a] 2023/12/09 16:29:31: enter GameStage [1.11.31a] 2023/12/09 16:29:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:29:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:30:02: bind CityInfoStage [1.11.31a] 2023/12/09 16:30:02: prepare CityInfoStage [1.11.31a] 2023/12/09 16:30:02: enter CityInfoStage [1.11.31a] 2023/12/09 16:30:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:30:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:30:02: leave CityInfoStage [1.11.31a] 2023/12/09 16:30:02: drop CityInfoStage [1.11.31a] 2023/12/09 16:30:02: enter GameStage [1.11.31a] 2023/12/09 16:30:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:30:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:30:51: bind SaveWaitingStage [1.11.31a] 2023/12/09 16:30:51: prepare SaveWaitingStage [1.11.31a] 2023/12/09 16:30:51: enter SaveWaitingStage [1.11.31a] 2023/12/09 16:30:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:30:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:30:51: leave SaveWaitingStage [1.11.31a] 2023/12/09 16:30:51: drop SaveWaitingStage [1.11.31a] 2023/12/09 16:30:51: enter GameStage [1.11.31a] 2023/12/09 16:30:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:30:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:31:41: pause app [1.11.31a] 2023/12/09 16:50:01: enter app [1.11.31a] 2023/12/09 16:50:01: resume app [1.11.31a] 2023/12/09 16:50:01: resume -> enter GameStage [1.11.31a] 2023/12/09 16:50:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.31a] 2023/12/09 16:50:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.31a] 2023/12/09 16:50:05: pause app [1.11.35a] 2023/12/26 17:35:55: Startup [1.11.35a] 2023/12/26 17:35:56: create() cold start [1.11.35a] 2023/12/26 17:35:56: translation es_MX [1.11.35a] 2023/12/26 17:35:57: instance MjQ= [1.11.35a] 2023/12/26 17:35:57: create() finish [1.11.35a] 2023/12/26 17:35:57: create() end [1.11.35a] 2023/12/26 17:35:57: resume app [1.11.35a] 2023/12/26 17:35:57: refresh [1.11.35a] 2023/12/26 17:35:57: bind LoadingStage [1.11.35a] 2023/12/26 17:35:57: prepare LoadingStage [1.11.35a] 2023/12/26 17:35:57: enter LoadingStage [1.11.35a] 2023/12/26 17:35:57: loading Warm-up [1.11.35a] 2023/12/26 17:35:57: loading Startup [1.11.35a] 2023/12/26 17:35:58: Max texture size 8192 [1.11.35a] 2023/12/26 17:35:58: Max heap size is 512MB [1.11.35a] 2023/12/26 17:35:58: Engine consumes 11MB [1.11.35a] 2023/12/26 17:35:58: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/26 17:35:58: loading Texture [1.11.35a] 2023/12/26 17:35:58: loading Fonts [1.11.35a] 2023/12/26 17:35:59: loading Skin [1.11.35a] 2023/12/26 17:35:59: loading Extract files [1.11.35a] 2023/12/26 17:35:59: loading Frames [1.11.35a] 2023/12/26 17:35:59: loading Scripting [1.11.35a] 2023/12/26 17:36:00: loading Collecting drafts [1.11.35a] 2023/12/26 17:36:01: loading Prefetching images [1.11.35a] 2023/12/26 17:36:01: loading Loading drafts [1.11.35a] 2023/12/26 17:36:07: loading Finishing drafts [1.11.35a] 2023/12/26 17:36:08: loading Loading music [1.11.35a] 2023/12/26 17:36:09: loading Shaders [1.11.35a] 2023/12/26 17:36:09: loading Topics [1.11.35a] 2023/12/26 17:36:09: loading Loading textures [1.11.35a] 2023/12/26 17:36:11: loading Checking winter [1.11.35a] 2023/12/26 17:36:11: loading Preparing background [1.11.35a] 2023/12/26 17:36:11: loading Finishing [1.11.35a] 2023/12/26 17:36:11: leave LoadingStage [1.11.35a] 2023/12/26 17:36:11: drop LoadingStage [1.11.35a] 2023/12/26 17:36:11: bind PluginErrorStage [1.11.35a] 2023/12/26 17:36:11: prepare PluginErrorStage [1.11.35a] 2023/12/26 17:36:11: bind MissingManifestStage [1.11.35a] 2023/12/26 17:36:11: prepare MissingManifestStage [1.11.35a] 2023/12/26 17:36:11: bind WelcomeStage [1.11.35a] 2023/12/26 17:36:11: prepare WelcomeStage [1.11.35a] 2023/12/26 17:36:11: enter WelcomeStage [1.11.35a] 2023/12/26 17:36:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:11: drop PluginErrorStage [1.11.35a] 2023/12/26 17:36:11: drop MissingManifestStage [1.11.35a] 2023/12/26 17:36:11: leave WelcomeStage [1.11.35a] 2023/12/26 17:36:11: drop WelcomeStage [1.11.35a] 2023/12/26 17:36:11: bind RegionStage [1.11.35a] 2023/12/26 17:36:11: prepare RegionStage [1.11.35a] 2023/12/26 17:36:11: enter RegionStage [1.11.35a] 2023/12/26 17:36:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:12: instance MjM= [1.11.35a] 2023/12/26 17:36:12: instance MjQ= [1.11.35a] 2023/12/26 17:36:12: bind LoadWaitingStage [1.11.35a] 2023/12/26 17:36:12: prepare LoadWaitingStage [1.11.35a] 2023/12/26 17:36:12: enter LoadWaitingStage [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:13: leave LoadWaitingStage [1.11.35a] 2023/12/26 17:36:13: drop LoadWaitingStage [1.11.35a] 2023/12/26 17:36:13: bind GameStage [1.11.35a] 2023/12/26 17:36:13: prepare GameStage [1.11.35a] 2023/12/26 17:36:13: enter GameStage [1.11.35a] 2023/12/26 17:36:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:14: bind SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:36:14: prepare SpecialOfferStage: $feature_freedombuildings00 [1.11.35a] 2023/12/26 17:36:14: enter SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:36:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:36:15: leave SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:36:15: drop SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:36:15: enter GameStage [1.11.35a] 2023/12/26 17:36:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:36:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:38:21: instance MzQ= [1.11.35a] 2023/12/26 17:39:50: bind SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:39:50: prepare SpecialOfferStage: $feature_freedombuildings00 [1.11.35a] 2023/12/26 17:39:50: enter SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:39:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:39:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:39:51: leave SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:39:51: drop SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/26 17:39:51: enter GameStage [1.11.35a] 2023/12/26 17:39:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:39:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:41:04: bind Store [1.11.35a] 2023/12/26 17:41:04: prepare Store [1.11.35a] 2023/12/26 17:41:04: enter Store [1.11.35a] 2023/12/26 17:41:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:41:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:41:08: leave Store [1.11.35a] 2023/12/26 17:41:08: drop Store [1.11.35a] 2023/12/26 17:41:08: enter GameStage [1.11.35a] 2023/12/26 17:41:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:41:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:41:54: bind SaveWaitingStage [1.11.35a] 2023/12/26 17:41:54: prepare SaveWaitingStage [1.11.35a] 2023/12/26 17:41:54: enter SaveWaitingStage [1.11.35a] 2023/12/26 17:41:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:41:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:41:54: leave SaveWaitingStage [1.11.35a] 2023/12/26 17:41:54: drop SaveWaitingStage [1.11.35a] 2023/12/26 17:41:54: enter GameStage [1.11.35a] 2023/12/26 17:41:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:41:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:42:34: pause app [1.11.35a] 2023/12/26 17:42:53: enter app [1.11.35a] 2023/12/26 17:42:53: resume app [1.11.35a] 2023/12/26 17:42:53: resume -> enter GameStage [1.11.35a] 2023/12/26 17:42:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/26 17:42:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/26 17:47:10: pause app [1.11.35a] 2023/12/27 14:09:30: Startup [1.11.35a] 2023/12/27 14:09:31: create() cold start [1.11.35a] 2023/12/27 14:09:31: translation es_MX [1.11.35a] 2023/12/27 14:09:31: instance MzQ= [1.11.35a] 2023/12/27 14:09:32: create() finish [1.11.35a] 2023/12/27 14:09:32: create() end [1.11.35a] 2023/12/27 14:09:32: resume app [1.11.35a] 2023/12/27 14:09:32: refresh [1.11.35a] 2023/12/27 14:09:32: bind LoadingStage [1.11.35a] 2023/12/27 14:09:32: prepare LoadingStage [1.11.35a] 2023/12/27 14:09:32: enter LoadingStage [1.11.35a] 2023/12/27 14:09:32: loading Warm-up [1.11.35a] 2023/12/27 14:09:32: loading Startup [1.11.35a] 2023/12/27 14:09:32: Max texture size 8192 [1.11.35a] 2023/12/27 14:09:32: Max heap size is 512MB [1.11.35a] 2023/12/27 14:09:32: Engine consumes 11MB [1.11.35a] 2023/12/27 14:09:32: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/27 14:09:32: loading Texture [1.11.35a] 2023/12/27 14:09:32: loading Fonts [1.11.35a] 2023/12/27 14:09:33: loading Skin [1.11.35a] 2023/12/27 14:09:33: loading Extract files [1.11.35a] 2023/12/27 14:09:33: loading Frames [1.11.35a] 2023/12/27 14:09:33: loading Scripting [1.11.35a] 2023/12/27 14:09:34: loading Collecting drafts [1.11.35a] 2023/12/27 14:09:35: loading Prefetching images [1.11.35a] 2023/12/27 14:09:35: loading Loading drafts [1.11.35a] 2023/12/27 14:09:37: loading Finishing drafts [1.11.35a] 2023/12/27 14:09:38: loading Loading music [1.11.35a] 2023/12/27 14:09:38: loading Shaders [1.11.35a] 2023/12/27 14:09:38: loading Topics [1.11.35a] 2023/12/27 14:09:38: loading Loading textures [1.11.35a] 2023/12/27 14:09:43: loading Checking winter [1.11.35a] 2023/12/27 14:09:43: loading Preparing background [1.11.35a] 2023/12/27 14:09:44: loading Finishing [1.11.35a] 2023/12/27 14:09:44: leave LoadingStage [1.11.35a] 2023/12/27 14:09:44: drop LoadingStage [1.11.35a] 2023/12/27 14:09:44: bind PluginErrorStage [1.11.35a] 2023/12/27 14:09:44: prepare PluginErrorStage [1.11.35a] 2023/12/27 14:09:44: bind MissingManifestStage [1.11.35a] 2023/12/27 14:09:44: prepare MissingManifestStage [1.11.35a] 2023/12/27 14:09:44: bind WelcomeStage [1.11.35a] 2023/12/27 14:09:44: prepare WelcomeStage [1.11.35a] 2023/12/27 14:09:44: enter WelcomeStage [1.11.35a] 2023/12/27 14:09:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:44: drop PluginErrorStage [1.11.35a] 2023/12/27 14:09:44: drop MissingManifestStage [1.11.35a] 2023/12/27 14:09:44: leave WelcomeStage [1.11.35a] 2023/12/27 14:09:44: drop WelcomeStage [1.11.35a] 2023/12/27 14:09:44: bind RegionStage [1.11.35a] 2023/12/27 14:09:44: prepare RegionStage [1.11.35a] 2023/12/27 14:09:44: enter RegionStage [1.11.35a] 2023/12/27 14:09:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:45: instance MzM= [1.11.35a] 2023/12/27 14:09:45: instance MzQ= [1.11.35a] 2023/12/27 14:09:45: bind LoadWaitingStage [1.11.35a] 2023/12/27 14:09:45: prepare LoadWaitingStage [1.11.35a] 2023/12/27 14:09:45: enter LoadWaitingStage [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:45: leave LoadWaitingStage [1.11.35a] 2023/12/27 14:09:45: drop LoadWaitingStage [1.11.35a] 2023/12/27 14:09:45: bind GameStage [1.11.35a] 2023/12/27 14:09:45: prepare GameStage [1.11.35a] 2023/12/27 14:09:46: enter GameStage [1.11.35a] 2023/12/27 14:09:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:46: bind SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/27 14:09:46: prepare SpecialOfferStage: $feature_freedombuildings00 [1.11.35a] 2023/12/27 14:09:46: enter SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/27 14:09:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:09:48: leave SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/27 14:09:48: drop SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/27 14:09:48: enter GameStage [1.11.35a] 2023/12/27 14:09:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:09:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:13:52: instance MzY= [1.11.35a] 2023/12/27 14:13:52: bind RankStage [1.11.35a] 2023/12/27 14:13:52: prepare RankStage [1.11.35a] 2023/12/27 14:13:52: enter RankStage [1.11.35a] 2023/12/27 14:13:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:13:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:13:56: leave RankStage [1.11.35a] 2023/12/27 14:13:56: drop RankStage [1.11.35a] 2023/12/27 14:13:56: enter GameStage [1.11.35a] 2023/12/27 14:13:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:13:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:15:05: bind SaveWaitingStage [1.11.35a] 2023/12/27 14:15:05: prepare SaveWaitingStage [1.11.35a] 2023/12/27 14:15:05: enter SaveWaitingStage [1.11.35a] 2023/12/27 14:15:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:15:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:15:06: leave SaveWaitingStage [1.11.35a] 2023/12/27 14:15:06: drop SaveWaitingStage [1.11.35a] 2023/12/27 14:15:06: enter GameStage [1.11.35a] 2023/12/27 14:15:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:15:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:15:20: bind Store [1.11.35a] 2023/12/27 14:15:20: prepare Store [1.11.35a] 2023/12/27 14:15:20: enter Store [1.11.35a] 2023/12/27 14:15:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:15:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:15:21: leave Store [1.11.35a] 2023/12/27 14:15:21: drop Store [1.11.35a] 2023/12/27 14:15:21: enter GameStage [1.11.35a] 2023/12/27 14:15:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:15:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:16:20: bind CityInfoStage [1.11.35a] 2023/12/27 14:16:20: prepare CityInfoStage [1.11.35a] 2023/12/27 14:16:20: enter CityInfoStage [1.11.35a] 2023/12/27 14:16:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:16:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:16:22: leave CityInfoStage [1.11.35a] 2023/12/27 14:16:22: drop CityInfoStage [1.11.35a] 2023/12/27 14:16:22: enter GameStage [1.11.35a] 2023/12/27 14:16:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:16:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:18:02: bind CityInfoStage [1.11.35a] 2023/12/27 14:18:02: prepare CityInfoStage [1.11.35a] 2023/12/27 14:18:02: enter CityInfoStage [1.11.35a] 2023/12/27 14:18:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:18:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:18:04: leave CityInfoStage [1.11.35a] 2023/12/27 14:18:04: drop CityInfoStage [1.11.35a] 2023/12/27 14:18:04: enter GameStage [1.11.35a] 2023/12/27 14:18:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/27 14:18:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/27 14:19:00: pause app [1.11.35a] 2023/12/28 11:34:31: Startup [1.11.35a] 2023/12/28 11:34:31: create() cold start [1.11.35a] 2023/12/28 11:34:32: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:34:32: Download
javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x7502c9af88: I/O error during system call, Connection reset by peer javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x7502c9af88: I/O error during system call, Connection reset by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2023/12/28 11:34:32: translation es_MX
[1.11.35a] 2023/12/28 11:34:32: instance MzY= [1.11.35a] 2023/12/28 11:34:33: create() finish [1.11.35a] 2023/12/28 11:34:33: create() end [1.11.35a] 2023/12/28 11:34:33: resume app [1.11.35a] 2023/12/28 11:34:33: refresh [1.11.35a] 2023/12/28 11:34:33: bind LoadingStage [1.11.35a] 2023/12/28 11:34:33: prepare LoadingStage [1.11.35a] 2023/12/28 11:34:33: enter LoadingStage [1.11.35a] 2023/12/28 11:34:33: loading Warm-up [1.11.35a] 2023/12/28 11:34:33: loading Startup [1.11.35a] 2023/12/28 11:34:33: Max texture size 8192 [1.11.35a] 2023/12/28 11:34:33: Max heap size is 512MB [1.11.35a] 2023/12/28 11:34:33: Engine consumes 11MB [1.11.35a] 2023/12/28 11:34:33: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/28 11:34:33: loading Texture [1.11.35a] 2023/12/28 11:34:33: Backend javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74480fc648: I/O error during system call, Connection reset by peer javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74480fc648: I/O error during system call, Connection reset by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2023/12/28 11:34:33: loading Fonts
[1.11.35a] 2023/12/28 11:34:33: General javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74480fc648: I/O error during system call, Connection reset by peer javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74480fc648: I/O error during system call, Connection reset by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2023/12/28 11:34:34: loading Skin
[1.11.35a] 2023/12/28 11:34:34: loading Extract files [1.11.35a] 2023/12/28 11:34:34: loading Frames [1.11.35a] 2023/12/28 11:34:34: loading Scripting [1.11.35a] 2023/12/28 11:34:34: loading Collecting drafts [1.11.35a] 2023/12/28 11:34:35: loading Prefetching images [1.11.35a] 2023/12/28 11:34:35: loading Loading drafts [1.11.35a] 2023/12/28 11:34:37: loading Finishing drafts [1.11.35a] 2023/12/28 11:34:38: loading Loading music [1.11.35a] 2023/12/28 11:34:38: loading Shaders [1.11.35a] 2023/12/28 11:34:39: loading Topics [1.11.35a] 2023/12/28 11:34:39: loading Loading textures [1.11.35a] 2023/12/28 11:34:39: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:39:40: prepare CityInfoStage [1.11.35a] 2023/12/28 11:39:40: enter CityInfoStage [1.11.35a] 2023/12/28 11:39:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:39:41: leave CityInfoStage [1.11.35a] 2023/12/28 11:39:41: drop CityInfoStage [1.11.35a] 2023/12/28 11:39:41: enter GameStage [1.11.35a] 2023/12/28 11:39:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:39:43: bind CityInfoStage [1.11.35a] 2023/12/28 11:39:43: prepare CityInfoStage [1.11.35a] 2023/12/28 11:39:43: enter CityInfoStage [1.11.35a] 2023/12/28 11:39:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:39:44: leave CityInfoStage [1.11.35a] 2023/12/28 11:39:44: drop CityInfoStage [1.11.35a] 2023/12/28 11:39:44: enter GameStage [1.11.35a] 2023/12/28 11:39:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:39:45: leave GameStage [1.11.35a] 2023/12/28 11:39:45: drop GameStage [1.11.35a] 2023/12/28 11:39:45: bind SaveWaitingStage [1.11.35a] 2023/12/28 11:39:45: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:39:45: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:39:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:39:46: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:39:46: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:39:46: enter RegionStage [1.11.35a] 2023/12/28 11:39:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:39:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:10: bind LoadWaitingStage [1.11.35a] 2023/12/28 11:40:10: prepare LoadWaitingStage [1.11.35a] 2023/12/28 11:40:10: enter LoadWaitingStage [1.11.35a] 2023/12/28 11:40:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:11: leave LoadWaitingStage [1.11.35a] 2023/12/28 11:40:11: drop LoadWaitingStage [1.11.35a] 2023/12/28 11:40:11: bind GameStage [1.11.35a] 2023/12/28 11:40:11: prepare GameStage [1.11.35a] 2023/12/28 11:40:12: enter GameStage [1.11.35a] 2023/12/28 11:40:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:19: leave GameStage [1.11.35a] 2023/12/28 11:40:19: drop GameStage [1.11.35a] 2023/12/28 11:40:19: bind SaveWaitingStage [1.11.35a] 2023/12/28 11:40:19: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:40:19: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:19: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:40:19: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:40:19: enter RegionStage [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:21: bind LoadWaitingStage [1.11.35a] 2023/12/28 11:40:21: prepare LoadWaitingStage [1.11.35a] 2023/12/28 11:40:21: enter LoadWaitingStage [1.11.35a] 2023/12/28 11:40:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:21: leave LoadWaitingStage [1.11.35a] 2023/12/28 11:40:21: drop LoadWaitingStage [1.11.35a] 2023/12/28 11:40:21: bind GameStage [1.11.35a] 2023/12/28 11:40:21: prepare GameStage [1.11.35a] 2023/12/28 11:40:21: enter GameStage [1.11.35a] 2023/12/28 11:40:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:48: leave GameStage [1.11.35a] 2023/12/28 11:40:48: drop GameStage [1.11.35a] 2023/12/28 11:40:48: bind SaveWaitingStage [1.11.35a] 2023/12/28 11:40:48: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:40:48: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:40:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:49: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:40:49: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:40:49: enter RegionStage [1.11.35a] 2023/12/28 11:40:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:51: bind LoadWaitingStage [1.11.35a] 2023/12/28 11:40:51: prepare LoadWaitingStage [1.11.35a] 2023/12/28 11:40:51: enter LoadWaitingStage [1.11.35a] 2023/12/28 11:40:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:40:51: leave LoadWaitingStage [1.11.35a] 2023/12/28 11:40:51: drop LoadWaitingStage [1.11.35a] 2023/12/28 11:40:51: bind GameStage [1.11.35a] 2023/12/28 11:40:51: prepare GameStage [1.11.35a] 2023/12/28 11:40:51: enter GameStage [1.11.35a] 2023/12/28 11:40:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:40:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:43:44: leave GameStage [1.11.35a] 2023/12/28 11:43:45: drop GameStage [1.11.35a] 2023/12/28 11:43:45: bind SaveWaitingStage [1.11.35a] 2023/12/28 11:43:45: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:43:45: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:43:45: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:43:45: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:43:45: enter RegionStage [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:43:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:43:46: bind LoadWaitingStage [1.11.35a] 2023/12/28 11:43:46: prepare LoadWaitingStage [1.11.35a] 2023/12/28 11:43:46: enter LoadWaitingStage [1.11.35a] 2023/12/28 11:43:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:43:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:43:47: leave LoadWaitingStage [1.11.35a] 2023/12/28 11:43:47: drop LoadWaitingStage [1.11.35a] 2023/12/28 11:43:47: bind GameStage [1.11.35a] 2023/12/28 11:43:47: prepare GameStage [1.11.35a] 2023/12/28 11:43:47: enter GameStage [1.11.35a] 2023/12/28 11:43:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:43:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:44:17: leave GameStage [1.11.35a] 2023/12/28 11:44:17: drop GameStage [1.11.35a] 2023/12/28 11:44:17: bind SaveWaitingStage [1.11.35a] 2023/12/28 11:44:17: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:44:17: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:44:17: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:44:17: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:44:17: enter RegionStage [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:44:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:44:20: bind LoadWaitingStage [1.11.35a] 2023/12/28 11:44:20: prepare LoadWaitingStage [1.11.35a] 2023/12/28 11:44:20: enter LoadWaitingStage [1.11.35a] 2023/12/28 11:44:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:44:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:44:20: leave LoadWaitingStage [1.11.35a] 2023/12/28 11:44:20: drop LoadWaitingStage [1.11.35a] 2023/12/28 11:44:20: bind GameStage [1.11.35a] 2023/12/28 11:44:20: prepare GameStage [1.11.35a] 2023/12/28 11:44:21: enter GameStage [1.11.35a] 2023/12/28 11:44:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:44:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:45:29: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:45:48: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:46:16: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:46:25: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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) [1.11.35a] 2023/12/28 11:48:01: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:49:19: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:49:19: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:49:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:49:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:49:19: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:49:19: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:49:19: enter GameStage [1.11.35a] 2023/12/28 11:49:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:49:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:49:20: bind RankStage [1.11.35a] 2023/12/28 11:49:20: prepare RankStage [1.11.35a] 2023/12/28 11:49:20: enter RankStage [1.11.35a] 2023/12/28 11:49:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:49:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:49:21: leave RankStage [1.11.35a] 2023/12/28 11:49:21: drop RankStage [1.11.35a] 2023/12/28 11:49:21: enter GameStage [1.11.35a] 2023/12/28 11:49:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:49:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:49:55: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:50:05: pause app
[1.11.35a] 2023/12/28 11:50:28: enter app [1.11.35a] 2023/12/28 11:50:28: resume app [1.11.35a] 2023/12/28 11:50:28: resume -> enter GameStage [1.11.35a] 2023/12/28 11:50:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:50:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:50:28: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:50:34: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:53:39: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:55:01: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:55:26: prepare SaveWaitingStage [1.11.35a] 2023/12/28 11:55:26: enter SaveWaitingStage [1.11.35a] 2023/12/28 11:55:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:55:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:55:26: leave SaveWaitingStage [1.11.35a] 2023/12/28 11:55:26: drop SaveWaitingStage [1.11.35a] 2023/12/28 11:55:26: enter GameStage [1.11.35a] 2023/12/28 11:55:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 11:55:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 11:56:06: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 11:56:56: pause app
[1.11.35a] 2023/12/28 12:09:50: enter app [1.11.35a] 2023/12/28 12:09:50: resume app [1.11.35a] 2023/12/28 12:09:50: resume -> enter GameStage [1.11.35a] 2023/12/28 12:09:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:09:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:09:51: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:10:19: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:10:52: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:11:36: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:11:55: bind RankStage
[1.11.35a] 2023/12/28 12:11:55: prepare RankStage [1.11.35a] 2023/12/28 12:11:55: enter RankStage [1.11.35a] 2023/12/28 12:11:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:11:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:11:57: leave RankStage [1.11.35a] 2023/12/28 12:11:57: drop RankStage [1.11.35a] 2023/12/28 12:11:57: enter GameStage [1.11.35a] 2023/12/28 12:11:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:11:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:12:55: pause app [1.11.35a] 2023/12/28 12:15:10: enter app [1.11.35a] 2023/12/28 12:15:10: resume app [1.11.35a] 2023/12/28 12:15:10: resume -> enter GameStage [1.11.35a] 2023/12/28 12:15:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:15:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:15:11: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:15:18: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:15:35: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:15:36: pause app
[1.11.35a] 2023/12/28 12:15:48: enter app [1.11.35a] 2023/12/28 12:15:48: resume app [1.11.35a] 2023/12/28 12:15:48: resume -> enter GameStage [1.11.35a] 2023/12/28 12:15:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:15:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:15:48: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:15:54: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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) [1.11.35a] 2023/12/28 12:15:55: bind CityInfoStage [1.11.35a] 2023/12/28 12:15:55: prepare CityInfoStage [1.11.35a] 2023/12/28 12:15:55: enter CityInfoStage [1.11.35a] 2023/12/28 12:15:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:15:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:15:56: leave CityInfoStage [1.11.35a] 2023/12/28 12:15:56: drop CityInfoStage [1.11.35a] 2023/12/28 12:15:56: enter GameStage [1.11.35a] 2023/12/28 12:15:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:15:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:16:32: pause app [1.11.35a] 2023/12/28 12:16:55: enter app [1.11.35a] 2023/12/28 12:16:55: resume app [1.11.35a] 2023/12/28 12:16:55: resume -> enter GameStage [1.11.35a] 2023/12/28 12:16:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:16:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:16:55: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:17:01: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:19:26: leave GameStage
[1.11.35a] 2023/12/28 12:19:26: drop GameStage [1.11.35a] 2023/12/28 12:19:26: bind SaveWaitingStage [1.11.35a] 2023/12/28 12:19:26: prepare SaveWaitingStage [1.11.35a] 2023/12/28 12:19:26: enter SaveWaitingStage [1.11.35a] 2023/12/28 12:19:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:27: leave SaveWaitingStage [1.11.35a] 2023/12/28 12:19:27: drop SaveWaitingStage [1.11.35a] 2023/12/28 12:19:27: enter RegionStage [1.11.35a] 2023/12/28 12:19:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:29: bind LoadWaitingStage [1.11.35a] 2023/12/28 12:19:29: prepare LoadWaitingStage [1.11.35a] 2023/12/28 12:19:29: enter LoadWaitingStage [1.11.35a] 2023/12/28 12:19:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:29: leave LoadWaitingStage [1.11.35a] 2023/12/28 12:19:29: drop LoadWaitingStage [1.11.35a] 2023/12/28 12:19:29: bind GameStage [1.11.35a] 2023/12/28 12:19:29: prepare GameStage [1.11.35a] 2023/12/28 12:19:29: enter GameStage [1.11.35a] 2023/12/28 12:19:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:34: leave GameStage [1.11.35a] 2023/12/28 12:19:34: drop GameStage [1.11.35a] 2023/12/28 12:19:34: bind SaveWaitingStage [1.11.35a] 2023/12/28 12:19:34: prepare SaveWaitingStage [1.11.35a] 2023/12/28 12:19:34: enter SaveWaitingStage [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:34: leave SaveWaitingStage [1.11.35a] 2023/12/28 12:19:34: drop SaveWaitingStage [1.11.35a] 2023/12/28 12:19:34: enter RegionStage [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:38: bind LoadWaitingStage [1.11.35a] 2023/12/28 12:19:38: prepare LoadWaitingStage [1.11.35a] 2023/12/28 12:19:38: enter LoadWaitingStage [1.11.35a] 2023/12/28 12:19:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:19:38: leave LoadWaitingStage [1.11.35a] 2023/12/28 12:19:38: drop LoadWaitingStage [1.11.35a] 2023/12/28 12:19:38: bind GameStage [1.11.35a] 2023/12/28 12:19:38: prepare GameStage [1.11.35a] 2023/12/28 12:19:38: enter GameStage [1.11.35a] 2023/12/28 12:19:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:19:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:20:01: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:20:08: Time
java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 12:20:57: leave GameStage
[1.11.35a] 2023/12/28 12:20:57: drop GameStage [1.11.35a] 2023/12/28 12:20:57: bind SaveWaitingStage [1.11.35a] 2023/12/28 12:20:57: prepare SaveWaitingStage [1.11.35a] 2023/12/28 12:20:57: enter SaveWaitingStage [1.11.35a] 2023/12/28 12:20:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:20:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:20:57: leave SaveWaitingStage [1.11.35a] 2023/12/28 12:20:57: drop SaveWaitingStage [1.11.35a] 2023/12/28 12:20:58: enter RegionStage [1.11.35a] 2023/12/28 12:20:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:20:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:20:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:20:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:20:59: bind LoadWaitingStage [1.11.35a] 2023/12/28 12:20:59: prepare LoadWaitingStage [1.11.35a] 2023/12/28 12:20:59: enter LoadWaitingStage [1.11.35a] 2023/12/28 12:20:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:20:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:20:59: leave LoadWaitingStage [1.11.35a] 2023/12/28 12:20:59: drop LoadWaitingStage [1.11.35a] 2023/12/28 12:20:59: bind GameStage [1.11.35a] 2023/12/28 12:20:59: prepare GameStage [1.11.35a] 2023/12/28 12:20:59: enter GameStage [1.11.35a] 2023/12/28 12:20:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:20:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:11: leave GameStage [1.11.35a] 2023/12/28 12:21:11: drop GameStage [1.11.35a] 2023/12/28 12:21:11: bind SaveWaitingStage [1.11.35a] 2023/12/28 12:21:11: prepare SaveWaitingStage [1.11.35a] 2023/12/28 12:21:11: enter SaveWaitingStage [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:11: leave SaveWaitingStage [1.11.35a] 2023/12/28 12:21:11: drop SaveWaitingStage [1.11.35a] 2023/12/28 12:21:11: enter RegionStage [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:21:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:13: bind LoadWaitingStage [1.11.35a] 2023/12/28 12:21:13: prepare LoadWaitingStage [1.11.35a] 2023/12/28 12:21:13: enter LoadWaitingStage [1.11.35a] 2023/12/28 12:21:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:21:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:13: leave LoadWaitingStage [1.11.35a] 2023/12/28 12:21:13: drop LoadWaitingStage [1.11.35a] 2023/12/28 12:21:13: bind GameStage [1.11.35a] 2023/12/28 12:21:13: prepare GameStage [1.11.35a] 2023/12/28 12:21:13: enter GameStage [1.11.35a] 2023/12/28 12:21:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 12:21:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 12:21:54: pause app [1.11.35a] 2023/12/28 13:26:21: Startup [1.11.35a] 2023/12/28 13:26:21: create() cold start [1.11.35a] 2023/12/28 13:26:21: translation es_MX [1.11.35a] 2023/12/28 13:26:22: instance Mzg= [1.11.35a] 2023/12/28 13:26:22: create() finish [1.11.35a] 2023/12/28 13:26:22: create() end [1.11.35a] 2023/12/28 13:26:22: resume app [1.11.35a] 2023/12/28 13:26:22: refresh [1.11.35a] 2023/12/28 13:26:22: bind LoadingStage [1.11.35a] 2023/12/28 13:26:22: prepare LoadingStage [1.11.35a] 2023/12/28 13:26:22: enter LoadingStage [1.11.35a] 2023/12/28 13:26:22: loading Warm-up [1.11.35a] 2023/12/28 13:26:22: loading Startup [1.11.35a] 2023/12/28 13:26:22: Max texture size 8192 [1.11.35a] 2023/12/28 13:26:22: Max heap size is 512MB [1.11.35a] 2023/12/28 13:26:22: Engine consumes 11MB [1.11.35a] 2023/12/28 13:26:22: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/28 13:26:23: loading Texture [1.11.35a] 2023/12/28 13:26:23: loading Fonts [1.11.35a] 2023/12/28 13:26:24: loading Skin [1.11.35a] 2023/12/28 13:26:24: loading Extract files [1.11.35a] 2023/12/28 13:26:24: loading Frames [1.11.35a] 2023/12/28 13:26:24: loading Scripting [1.11.35a] 2023/12/28 13:26:24: loading Collecting drafts [1.11.35a] 2023/12/28 13:26:28: loading Prefetching images [1.11.35a] 2023/12/28 13:26:29: loading Loading drafts [1.11.35a] 2023/12/28 13:26:32: loading Finishing drafts [1.11.35a] 2023/12/28 13:26:35: loading Loading music [1.11.35a] 2023/12/28 13:26:36: loading Shaders [1.11.35a] 2023/12/28 13:26:36: loading Topics [1.11.35a] 2023/12/28 13:26:36: loading Loading textures [1.11.35a] 2023/12/28 13:26:40: loading Checking winter [1.11.35a] 2023/12/28 13:26:40: loading Preparing background [1.11.35a] 2023/12/28 13:26:41: loading Finishing [1.11.35a] 2023/12/28 13:26:41: leave LoadingStage [1.11.35a] 2023/12/28 13:26:41: drop LoadingStage [1.11.35a] 2023/12/28 13:26:41: bind PluginErrorStage [1.11.35a] 2023/12/28 13:26:41: prepare PluginErrorStage [1.11.35a] 2023/12/28 13:26:41: bind MissingManifestStage [1.11.35a] 2023/12/28 13:26:41: prepare MissingManifestStage [1.11.35a] 2023/12/28 13:26:41: bind WelcomeStage [1.11.35a] 2023/12/28 13:26:41: prepare WelcomeStage [1.11.35a] 2023/12/28 13:26:41: enter WelcomeStage [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:26:41: drop PluginErrorStage [1.11.35a] 2023/12/28 13:26:41: drop MissingManifestStage [1.11.35a] 2023/12/28 13:26:41: leave WelcomeStage [1.11.35a] 2023/12/28 13:26:41: drop WelcomeStage [1.11.35a] 2023/12/28 13:26:41: bind RegionStage [1.11.35a] 2023/12/28 13:26:41: prepare RegionStage [1.11.35a] 2023/12/28 13:26:41: enter RegionStage [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:26:41: instance Mzc= [1.11.35a] 2023/12/28 13:26:41: instance Mzg= [1.11.35a] 2023/12/28 13:26:41: bind LoadWaitingStage [1.11.35a] 2023/12/28 13:26:41: prepare LoadWaitingStage [1.11.35a] 2023/12/28 13:26:41: enter LoadWaitingStage [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:26:42: leave LoadWaitingStage [1.11.35a] 2023/12/28 13:26:42: drop LoadWaitingStage [1.11.35a] 2023/12/28 13:26:42: bind GameStage [1.11.35a] 2023/12/28 13:26:42: prepare GameStage [1.11.35a] 2023/12/28 13:26:42: enter GameStage [1.11.35a] 2023/12/28 13:26:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:26:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:31:03: pause app [1.11.35a] 2023/12/28 13:32:26: enter app [1.11.35a] 2023/12/28 13:32:26: resume app [1.11.35a] 2023/12/28 13:32:26: resume -> enter GameStage [1.11.35a] 2023/12/28 13:32:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:32:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:34:45: bind CityInfoStage [1.11.35a] 2023/12/28 13:34:45: prepare CityInfoStage [1.11.35a] 2023/12/28 13:34:45: enter CityInfoStage [1.11.35a] 2023/12/28 13:34:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:34:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:34:47: leave CityInfoStage [1.11.35a] 2023/12/28 13:34:47: drop CityInfoStage [1.11.35a] 2023/12/28 13:34:47: enter GameStage [1.11.35a] 2023/12/28 13:34:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:34:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:34:48: bind CityInfoStage [1.11.35a] 2023/12/28 13:34:48: prepare CityInfoStage [1.11.35a] 2023/12/28 13:34:48: enter CityInfoStage [1.11.35a] 2023/12/28 13:34:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:34:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:34:50: leave CityInfoStage [1.11.35a] 2023/12/28 13:34:50: drop CityInfoStage [1.11.35a] 2023/12/28 13:34:50: enter GameStage [1.11.35a] 2023/12/28 13:34:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:34:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:35:13: pause app [1.11.35a] 2023/12/28 13:36:15: enter app [1.11.35a] 2023/12/28 13:36:15: resume app [1.11.35a] 2023/12/28 13:36:15: resume -> enter GameStage [1.11.35a] 2023/12/28 13:36:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:36:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:41:09: pause app [1.11.35a] 2023/12/28 13:41:33: enter app [1.11.35a] 2023/12/28 13:41:33: resume app [1.11.35a] 2023/12/28 13:41:33: resume -> enter GameStage [1.11.35a] 2023/12/28 13:41:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:41:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:44:02: instance NDA= [1.11.35a] 2023/12/28 13:44:02: bind RankStage [1.11.35a] 2023/12/28 13:44:02: prepare RankStage [1.11.35a] 2023/12/28 13:44:02: enter RankStage [1.11.35a] 2023/12/28 13:44:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:44:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:44:18: leave RankStage [1.11.35a] 2023/12/28 13:44:18: drop RankStage [1.11.35a] 2023/12/28 13:44:18: enter GameStage [1.11.35a] 2023/12/28 13:44:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:44:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:44:41: bind CityInfoStage [1.11.35a] 2023/12/28 13:44:41: prepare CityInfoStage [1.11.35a] 2023/12/28 13:44:41: enter CityInfoStage [1.11.35a] 2023/12/28 13:44:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:44:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:44:42: leave CityInfoStage [1.11.35a] 2023/12/28 13:44:42: drop CityInfoStage [1.11.35a] 2023/12/28 13:44:42: enter GameStage [1.11.35a] 2023/12/28 13:44:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:44:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:44:56: pause app [1.11.35a] 2023/12/28 13:46:22: enter app [1.11.35a] 2023/12/28 13:46:22: resume app [1.11.35a] 2023/12/28 13:46:22: resume -> enter GameStage [1.11.35a] 2023/12/28 13:46:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:46:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:46:37: bind CityInfoStage [1.11.35a] 2023/12/28 13:46:37: prepare CityInfoStage [1.11.35a] 2023/12/28 13:46:37: enter CityInfoStage [1.11.35a] 2023/12/28 13:46:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:46:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:46:38: leave CityInfoStage [1.11.35a] 2023/12/28 13:46:38: drop CityInfoStage [1.11.35a] 2023/12/28 13:46:38: enter GameStage [1.11.35a] 2023/12/28 13:46:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:46:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:46:52: pause app [1.11.35a] 2023/12/28 13:46:53: enter app [1.11.35a] 2023/12/28 13:46:53: resume app [1.11.35a] 2023/12/28 13:46:53: resume -> enter GameStage [1.11.35a] 2023/12/28 13:46:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:46:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:46:54: pause app [1.11.35a] 2023/12/28 13:54:38: enter app [1.11.35a] 2023/12/28 13:54:38: resume app [1.11.35a] 2023/12/28 13:54:38: resume -> enter GameStage [1.11.35a] 2023/12/28 13:54:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:54:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:55:54: bind CityInfoStage [1.11.35a] 2023/12/28 13:55:54: prepare CityInfoStage [1.11.35a] 2023/12/28 13:55:54: enter CityInfoStage [1.11.35a] 2023/12/28 13:55:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:55:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:55:54: leave CityInfoStage [1.11.35a] 2023/12/28 13:55:54: drop CityInfoStage [1.11.35a] 2023/12/28 13:55:54: enter GameStage [1.11.35a] 2023/12/28 13:55:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 13:55:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 13:58:41: pause app [1.11.35a] 2023/12/28 14:00:18: enter app [1.11.35a] 2023/12/28 14:00:18: resume app [1.11.35a] 2023/12/28 14:00:18: resume -> enter GameStage [1.11.35a] 2023/12/28 14:00:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:00:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:04:05: bind CityInfoStage [1.11.35a] 2023/12/28 14:04:05: prepare CityInfoStage [1.11.35a] 2023/12/28 14:04:05: enter CityInfoStage [1.11.35a] 2023/12/28 14:04:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:04:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:04:06: leave CityInfoStage [1.11.35a] 2023/12/28 14:04:06: drop CityInfoStage [1.11.35a] 2023/12/28 14:04:06: enter GameStage [1.11.35a] 2023/12/28 14:04:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:04:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:05:17: bind SaveWaitingStage [1.11.35a] 2023/12/28 14:05:17: prepare SaveWaitingStage [1.11.35a] 2023/12/28 14:05:17: enter SaveWaitingStage [1.11.35a] 2023/12/28 14:05:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:05:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:05:17: leave SaveWaitingStage [1.11.35a] 2023/12/28 14:05:17: drop SaveWaitingStage [1.11.35a] 2023/12/28 14:05:17: enter GameStage [1.11.35a] 2023/12/28 14:05:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:05:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:05:41: instance NDI= [1.11.35a] 2023/12/28 14:05:42: bind RankStage [1.11.35a] 2023/12/28 14:05:42: prepare RankStage [1.11.35a] 2023/12/28 14:05:42: enter RankStage [1.11.35a] 2023/12/28 14:05:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:05:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:05:43: leave RankStage [1.11.35a] 2023/12/28 14:05:43: drop RankStage [1.11.35a] 2023/12/28 14:05:43: enter GameStage [1.11.35a] 2023/12/28 14:05:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:05:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:08:22: bind CityInfoStage [1.11.35a] 2023/12/28 14:08:22: prepare CityInfoStage [1.11.35a] 2023/12/28 14:08:22: enter CityInfoStage [1.11.35a] 2023/12/28 14:08:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:08:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:08:23: leave CityInfoStage [1.11.35a] 2023/12/28 14:08:23: drop CityInfoStage [1.11.35a] 2023/12/28 14:08:23: enter GameStage [1.11.35a] 2023/12/28 14:08:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:08:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:10:17: bind SaveWaitingStage [1.11.35a] 2023/12/28 14:10:17: prepare SaveWaitingStage [1.11.35a] 2023/12/28 14:10:17: enter SaveWaitingStage [1.11.35a] 2023/12/28 14:10:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:10:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:10:17: leave SaveWaitingStage [1.11.35a] 2023/12/28 14:10:17: drop SaveWaitingStage [1.11.35a] 2023/12/28 14:10:17: enter GameStage [1.11.35a] 2023/12/28 14:10:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:10:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:12:23: bind CityInfoStage [1.11.35a] 2023/12/28 14:12:23: prepare CityInfoStage [1.11.35a] 2023/12/28 14:12:23: enter CityInfoStage [1.11.35a] 2023/12/28 14:12:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:12:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:12:31: leave CityInfoStage [1.11.35a] 2023/12/28 14:12:31: drop CityInfoStage [1.11.35a] 2023/12/28 14:12:31: enter GameStage [1.11.35a] 2023/12/28 14:12:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:12:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:15:01: instance NDQ= [1.11.35a] 2023/12/28 14:15:01: bind RankStage [1.11.35a] 2023/12/28 14:15:01: prepare RankStage [1.11.35a] 2023/12/28 14:15:01: enter RankStage [1.11.35a] 2023/12/28 14:15:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:15:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:15:02: leave RankStage [1.11.35a] 2023/12/28 14:15:02: drop RankStage [1.11.35a] 2023/12/28 14:15:02: enter GameStage [1.11.35a] 2023/12/28 14:15:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:15:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:15:26: bind SaveWaitingStage [1.11.35a] 2023/12/28 14:15:26: prepare SaveWaitingStage [1.11.35a] 2023/12/28 14:15:26: enter SaveWaitingStage [1.11.35a] 2023/12/28 14:15:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:15:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:15:26: leave SaveWaitingStage [1.11.35a] 2023/12/28 14:15:26: drop SaveWaitingStage [1.11.35a] 2023/12/28 14:15:26: enter GameStage [1.11.35a] 2023/12/28 14:15:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:15:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:18:25: bind CityInfoStage [1.11.35a] 2023/12/28 14:18:25: prepare CityInfoStage [1.11.35a] 2023/12/28 14:18:25: enter CityInfoStage [1.11.35a] 2023/12/28 14:18:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:18:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:18:26: leave CityInfoStage [1.11.35a] 2023/12/28 14:18:26: drop CityInfoStage [1.11.35a] 2023/12/28 14:18:26: enter GameStage [1.11.35a] 2023/12/28 14:18:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:18:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:09: bind CityInfoStage [1.11.35a] 2023/12/28 14:20:09: prepare CityInfoStage [1.11.35a] 2023/12/28 14:20:09: enter CityInfoStage [1.11.35a] 2023/12/28 14:20:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:10: leave CityInfoStage [1.11.35a] 2023/12/28 14:20:10: drop CityInfoStage [1.11.35a] 2023/12/28 14:20:10: enter GameStage [1.11.35a] 2023/12/28 14:20:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:15: bind CityInfoStage [1.11.35a] 2023/12/28 14:20:15: prepare CityInfoStage [1.11.35a] 2023/12/28 14:20:15: enter CityInfoStage [1.11.35a] 2023/12/28 14:20:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:15: leave CityInfoStage [1.11.35a] 2023/12/28 14:20:15: drop CityInfoStage [1.11.35a] 2023/12/28 14:20:15: enter GameStage [1.11.35a] 2023/12/28 14:20:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:26: bind SaveWaitingStage [1.11.35a] 2023/12/28 14:20:26: prepare SaveWaitingStage [1.11.35a] 2023/12/28 14:20:26: enter SaveWaitingStage [1.11.35a] 2023/12/28 14:20:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:20:26: leave SaveWaitingStage [1.11.35a] 2023/12/28 14:20:26: drop SaveWaitingStage [1.11.35a] 2023/12/28 14:20:26: enter GameStage [1.11.35a] 2023/12/28 14:20:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:20:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:22:23: pause app [1.11.35a] 2023/12/28 14:27:30: enter app [1.11.35a] 2023/12/28 14:27:30: resume app [1.11.35a] 2023/12/28 14:27:30: resume -> enter GameStage [1.11.35a] 2023/12/28 14:27:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:27:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:27:31: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 14:27:57: pause app
[1.11.35a] 2023/12/28 14:30:02: enter app [1.11.35a] 2023/12/28 14:30:02: resume app [1.11.35a] 2023/12/28 14:30:02: resume -> enter GameStage [1.11.35a] 2023/12/28 14:30:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:30:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:30:03: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 14:35:00: prepare SaveWaitingStage [1.11.35a] 2023/12/28 14:35:00: enter SaveWaitingStage [1.11.35a] 2023/12/28 14:35:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:35:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:35:01: leave SaveWaitingStage [1.11.35a] 2023/12/28 14:35:01: drop SaveWaitingStage [1.11.35a] 2023/12/28 14:35:01: enter GameStage [1.11.35a] 2023/12/28 14:35:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:35:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:36:33: pause app [1.11.35a] 2023/12/28 14:39:39: enter app [1.11.35a] 2023/12/28 14:39:39: resume app [1.11.35a] 2023/12/28 14:39:39: resume -> enter GameStage [1.11.35a] 2023/12/28 14:39:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 14:39:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 14:39:40: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/28 14:39:43: pause app
[1.11.35a] 2023/12/28 16:29:06: Startup [1.11.35a] 2023/12/28 16:29:07: create() cold start [1.11.35a] 2023/12/28 16:29:07: translation es_MX [1.11.35a] 2023/12/28 16:29:07: instance NDQ= [1.11.35a] 2023/12/28 16:29:07: create() finish [1.11.35a] 2023/12/28 16:29:07: create() end [1.11.35a] 2023/12/28 16:29:07: resume app [1.11.35a] 2023/12/28 16:29:07: refresh [1.11.35a] 2023/12/28 16:29:07: bind LoadingStage [1.11.35a] 2023/12/28 16:29:07: prepare LoadingStage [1.11.35a] 2023/12/28 16:29:07: enter LoadingStage [1.11.35a] 2023/12/28 16:29:08: loading Warm-up [1.11.35a] 2023/12/28 16:29:08: loading Startup [1.11.35a] 2023/12/28 16:29:08: Max texture size 8192 [1.11.35a] 2023/12/28 16:29:08: Max heap size is 512MB [1.11.35a] 2023/12/28 16:29:08: Engine consumes 11MB [1.11.35a] 2023/12/28 16:29:08: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/28 16:29:08: loading Texture [1.11.35a] 2023/12/28 16:29:08: loading Fonts [1.11.35a] 2023/12/28 16:29:09: loading Skin [1.11.35a] 2023/12/28 16:29:09: loading Extract files [1.11.35a] 2023/12/28 16:29:09: loading Frames [1.11.35a] 2023/12/28 16:29:09: loading Scripting [1.11.35a] 2023/12/28 16:29:09: loading Collecting drafts [1.11.35a] 2023/12/28 16:29:11: loading Prefetching images [1.11.35a] 2023/12/28 16:29:11: loading Loading drafts [1.11.35a] 2023/12/28 16:29:15: loading Finishing drafts [1.11.35a] 2023/12/28 16:29:17: loading Loading music [1.11.35a] 2023/12/28 16:29:17: loading Shaders [1.11.35a] 2023/12/28 16:29:17: loading Topics [1.11.35a] 2023/12/28 16:29:17: loading Loading textures [1.11.35a] 2023/12/28 16:29:20: loading Checking winter [1.11.35a] 2023/12/28 16:29:20: loading Preparing background [1.11.35a] 2023/12/28 16:29:20: loading Finishing [1.11.35a] 2023/12/28 16:29:20: leave LoadingStage [1.11.35a] 2023/12/28 16:29:20: drop LoadingStage [1.11.35a] 2023/12/28 16:29:20: bind PluginErrorStage [1.11.35a] 2023/12/28 16:29:20: prepare PluginErrorStage [1.11.35a] 2023/12/28 16:29:20: bind MissingManifestStage [1.11.35a] 2023/12/28 16:29:20: prepare MissingManifestStage [1.11.35a] 2023/12/28 16:29:20: bind WelcomeStage [1.11.35a] 2023/12/28 16:29:20: prepare WelcomeStage [1.11.35a] 2023/12/28 16:29:20: enter WelcomeStage [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:20: drop PluginErrorStage [1.11.35a] 2023/12/28 16:29:20: drop MissingManifestStage [1.11.35a] 2023/12/28 16:29:20: leave WelcomeStage [1.11.35a] 2023/12/28 16:29:20: drop WelcomeStage [1.11.35a] 2023/12/28 16:29:20: bind RegionStage [1.11.35a] 2023/12/28 16:29:20: prepare RegionStage [1.11.35a] 2023/12/28 16:29:20: enter RegionStage [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:21: instance NDM= [1.11.35a] 2023/12/28 16:29:21: instance NDQ= [1.11.35a] 2023/12/28 16:29:21: bind LoadWaitingStage [1.11.35a] 2023/12/28 16:29:21: prepare LoadWaitingStage [1.11.35a] 2023/12/28 16:29:21: enter LoadWaitingStage [1.11.35a] 2023/12/28 16:29:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:21: leave LoadWaitingStage [1.11.35a] 2023/12/28 16:29:21: drop LoadWaitingStage [1.11.35a] 2023/12/28 16:29:21: bind GameStage [1.11.35a] 2023/12/28 16:29:21: prepare GameStage [1.11.35a] 2023/12/28 16:29:21: enter GameStage [1.11.35a] 2023/12/28 16:29:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:25: instance NDY= [1.11.35a] 2023/12/28 16:29:25: bind RankStage [1.11.35a] 2023/12/28 16:29:25: prepare RankStage [1.11.35a] 2023/12/28 16:29:25: enter RankStage [1.11.35a] 2023/12/28 16:29:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:29:43: leave RankStage [1.11.35a] 2023/12/28 16:29:43: drop RankStage [1.11.35a] 2023/12/28 16:29:43: enter GameStage [1.11.35a] 2023/12/28 16:29:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:29:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:30:56: bind CityInfoStage [1.11.35a] 2023/12/28 16:30:56: prepare CityInfoStage [1.11.35a] 2023/12/28 16:30:56: enter CityInfoStage [1.11.35a] 2023/12/28 16:30:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:30:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:30:57: leave CityInfoStage [1.11.35a] 2023/12/28 16:30:57: drop CityInfoStage [1.11.35a] 2023/12/28 16:30:57: enter GameStage [1.11.35a] 2023/12/28 16:30:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:30:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:34:49: bind SaveWaitingStage [1.11.35a] 2023/12/28 16:34:49: prepare SaveWaitingStage [1.11.35a] 2023/12/28 16:34:49: enter SaveWaitingStage [1.11.35a] 2023/12/28 16:34:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:34:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:34:50: leave SaveWaitingStage [1.11.35a] 2023/12/28 16:34:50: drop SaveWaitingStage [1.11.35a] 2023/12/28 16:34:50: enter GameStage [1.11.35a] 2023/12/28 16:34:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:34:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:35:35: bind CityInfoStage [1.11.35a] 2023/12/28 16:35:35: prepare CityInfoStage [1.11.35a] 2023/12/28 16:35:35: enter CityInfoStage [1.11.35a] 2023/12/28 16:35:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:35:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:35:37: leave CityInfoStage [1.11.35a] 2023/12/28 16:35:37: drop CityInfoStage [1.11.35a] 2023/12/28 16:35:37: enter GameStage [1.11.35a] 2023/12/28 16:35:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:35:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:35:39: bind CityInfoStage [1.11.35a] 2023/12/28 16:35:39: prepare CityInfoStage [1.11.35a] 2023/12/28 16:35:39: enter CityInfoStage [1.11.35a] 2023/12/28 16:35:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:35:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:35:42: leave CityInfoStage [1.11.35a] 2023/12/28 16:35:42: drop CityInfoStage [1.11.35a] 2023/12/28 16:35:42: enter GameStage [1.11.35a] 2023/12/28 16:35:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:35:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:37:03: pause app [1.11.35a] 2023/12/28 16:37:26: enter app [1.11.35a] 2023/12/28 16:37:26: resume app [1.11.35a] 2023/12/28 16:37:26: resume -> enter GameStage [1.11.35a] 2023/12/28 16:37:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:37:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:40:12: pause app [1.11.35a] 2023/12/28 16:40:42: enter app [1.11.35a] 2023/12/28 16:40:42: resume app [1.11.35a] 2023/12/28 16:40:42: resume -> enter GameStage [1.11.35a] 2023/12/28 16:40:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:40:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:41:06: bind CityInfoStage [1.11.35a] 2023/12/28 16:41:06: prepare CityInfoStage [1.11.35a] 2023/12/28 16:41:06: enter CityInfoStage [1.11.35a] 2023/12/28 16:41:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:41:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:41:12: leave CityInfoStage [1.11.35a] 2023/12/28 16:41:12: drop CityInfoStage [1.11.35a] 2023/12/28 16:41:12: enter GameStage [1.11.35a] 2023/12/28 16:41:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:41:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:43:13: instance NDg= [1.11.35a] 2023/12/28 16:43:14: bind RankStage [1.11.35a] 2023/12/28 16:43:14: prepare RankStage [1.11.35a] 2023/12/28 16:43:14: enter RankStage [1.11.35a] 2023/12/28 16:43:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:43:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:43:16: leave RankStage [1.11.35a] 2023/12/28 16:43:16: drop RankStage [1.11.35a] 2023/12/28 16:43:16: enter GameStage [1.11.35a] 2023/12/28 16:43:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:43:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:45:42: bind CityInfoStage [1.11.35a] 2023/12/28 16:45:42: prepare CityInfoStage [1.11.35a] 2023/12/28 16:45:42: enter CityInfoStage [1.11.35a] 2023/12/28 16:45:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:45:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:45:43: leave CityInfoStage [1.11.35a] 2023/12/28 16:45:43: drop CityInfoStage [1.11.35a] 2023/12/28 16:45:43: enter GameStage [1.11.35a] 2023/12/28 16:45:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:45:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:45:47: bind SaveWaitingStage [1.11.35a] 2023/12/28 16:45:47: prepare SaveWaitingStage [1.11.35a] 2023/12/28 16:45:47: enter SaveWaitingStage [1.11.35a] 2023/12/28 16:45:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:45:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:45:47: leave SaveWaitingStage [1.11.35a] 2023/12/28 16:45:47: drop SaveWaitingStage [1.11.35a] 2023/12/28 16:45:47: enter GameStage [1.11.35a] 2023/12/28 16:45:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:45:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:49:00: bind FeaturesStage [1.11.35a] 2023/12/28 16:49:00: prepare FeaturesStage [1.11.35a] 2023/12/28 16:49:00: enter FeaturesStage [1.11.35a] 2023/12/28 16:49:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:49:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:49:05: leave FeaturesStage [1.11.35a] 2023/12/28 16:49:05: drop FeaturesStage [1.11.35a] 2023/12/28 16:49:05: enter GameStage [1.11.35a] 2023/12/28 16:49:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:49:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:49:50: bind CityInfoStage [1.11.35a] 2023/12/28 16:49:50: prepare CityInfoStage [1.11.35a] 2023/12/28 16:49:50: enter CityInfoStage [1.11.35a] 2023/12/28 16:49:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:49:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:49:51: leave CityInfoStage [1.11.35a] 2023/12/28 16:49:51: drop CityInfoStage [1.11.35a] 2023/12/28 16:49:51: enter GameStage [1.11.35a] 2023/12/28 16:49:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:49:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:50:53: bind SaveWaitingStage [1.11.35a] 2023/12/28 16:50:53: prepare SaveWaitingStage [1.11.35a] 2023/12/28 16:50:53: enter SaveWaitingStage [1.11.35a] 2023/12/28 16:50:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:50:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:50:54: leave SaveWaitingStage [1.11.35a] 2023/12/28 16:50:54: drop SaveWaitingStage [1.11.35a] 2023/12/28 16:50:54: enter GameStage [1.11.35a] 2023/12/28 16:50:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:50:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:53:45: instance NTA= [1.11.35a] 2023/12/28 16:53:45: bind RankStage [1.11.35a] 2023/12/28 16:53:45: prepare RankStage [1.11.35a] 2023/12/28 16:53:45: enter RankStage [1.11.35a] 2023/12/28 16:53:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:53:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:53:54: leave RankStage [1.11.35a] 2023/12/28 16:53:54: drop RankStage [1.11.35a] 2023/12/28 16:53:54: enter GameStage [1.11.35a] 2023/12/28 16:53:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:53:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:54:27: bind CityInfoStage [1.11.35a] 2023/12/28 16:54:27: prepare CityInfoStage [1.11.35a] 2023/12/28 16:54:27: enter CityInfoStage [1.11.35a] 2023/12/28 16:54:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:54:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:54:28: leave CityInfoStage [1.11.35a] 2023/12/28 16:54:28: drop CityInfoStage [1.11.35a] 2023/12/28 16:54:28: enter GameStage [1.11.35a] 2023/12/28 16:54:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:54:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:56:23: bind CityInfoStage [1.11.35a] 2023/12/28 16:56:23: prepare CityInfoStage [1.11.35a] 2023/12/28 16:56:23: enter CityInfoStage [1.11.35a] 2023/12/28 16:56:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:56:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:56:24: leave CityInfoStage [1.11.35a] 2023/12/28 16:56:24: drop CityInfoStage [1.11.35a] 2023/12/28 16:56:24: enter GameStage [1.11.35a] 2023/12/28 16:56:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:56:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:56:25: bind SaveWaitingStage [1.11.35a] 2023/12/28 16:56:25: prepare SaveWaitingStage [1.11.35a] 2023/12/28 16:56:25: enter SaveWaitingStage [1.11.35a] 2023/12/28 16:56:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:56:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:56:26: leave SaveWaitingStage [1.11.35a] 2023/12/28 16:56:26: drop SaveWaitingStage [1.11.35a] 2023/12/28 16:56:26: enter GameStage [1.11.35a] 2023/12/28 16:56:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:56:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:57:19: bind CityInfoStage [1.11.35a] 2023/12/28 16:57:19: prepare CityInfoStage [1.11.35a] 2023/12/28 16:57:19: enter CityInfoStage [1.11.35a] 2023/12/28 16:57:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:57:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:57:20: leave CityInfoStage [1.11.35a] 2023/12/28 16:57:20: drop CityInfoStage [1.11.35a] 2023/12/28 16:57:20: enter GameStage [1.11.35a] 2023/12/28 16:57:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/28 16:57:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/28 16:58:28: pause app [1.11.35a] 2023/12/30 13:39:51: Startup [1.11.35a] 2023/12/30 13:39:51: create() cold start [1.11.35a] 2023/12/30 13:39:52: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 13:39:52: translation es_MX
[1.11.35a] 2023/12/30 13:39:52: instance NTA= [1.11.35a] 2023/12/30 13:39:52: create() finish [1.11.35a] 2023/12/30 13:39:52: create() end [1.11.35a] 2023/12/30 13:39:52: resume app [1.11.35a] 2023/12/30 13:39:52: refresh [1.11.35a] 2023/12/30 13:39:52: bind LoadingStage [1.11.35a] 2023/12/30 13:39:52: prepare LoadingStage [1.11.35a] 2023/12/30 13:39:52: enter LoadingStage [1.11.35a] 2023/12/30 13:39:52: loading Warm-up [1.11.35a] 2023/12/30 13:39:53: loading Startup [1.11.35a] 2023/12/30 13:39:53: Max texture size 8192 [1.11.35a] 2023/12/30 13:39:53: Max heap size is 512MB [1.11.35a] 2023/12/30 13:39:53: Engine consumes 11MB [1.11.35a] 2023/12/30 13:39:53: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/30 13:39:53: loading Texture [1.11.35a] 2023/12/30 13:39:53: loading Fonts [1.11.35a] 2023/12/30 13:39:54: loading Skin [1.11.35a] 2023/12/30 13:39:54: loading Extract files [1.11.35a] 2023/12/30 13:39:54: loading Frames [1.11.35a] 2023/12/30 13:39:54: loading Scripting [1.11.35a] 2023/12/30 13:39:54: loading Collecting drafts [1.11.35a] 2023/12/30 13:39:57: loading Prefetching images [1.11.35a] 2023/12/30 13:39:58: loading Loading drafts [1.11.35a] 2023/12/30 13:39:59: loading Finishing drafts [1.11.35a] 2023/12/30 13:40:00: loading Loading music [1.11.35a] 2023/12/30 13:40:00: loading Shaders [1.11.35a] 2023/12/30 13:40:00: loading Topics [1.11.35a] 2023/12/30 13:40:00: loading Loading textures [1.11.35a] 2023/12/30 13:40:02: loading Checking winter [1.11.35a] 2023/12/30 13:40:03: loading Preparing background [1.11.35a] 2023/12/30 13:40:03: loading Finishing [1.11.35a] 2023/12/30 13:40:03: leave LoadingStage [1.11.35a] 2023/12/30 13:40:03: drop LoadingStage [1.11.35a] 2023/12/30 13:40:03: bind PluginErrorStage [1.11.35a] 2023/12/30 13:40:03: prepare PluginErrorStage [1.11.35a] 2023/12/30 13:40:03: bind MissingManifestStage [1.11.35a] 2023/12/30 13:40:03: prepare MissingManifestStage [1.11.35a] 2023/12/30 13:40:03: bind WelcomeStage [1.11.35a] 2023/12/30 13:40:03: prepare WelcomeStage [1.11.35a] 2023/12/30 13:40:03: enter WelcomeStage [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:03: drop PluginErrorStage [1.11.35a] 2023/12/30 13:40:03: drop MissingManifestStage [1.11.35a] 2023/12/30 13:40:03: leave WelcomeStage [1.11.35a] 2023/12/30 13:40:03: drop WelcomeStage [1.11.35a] 2023/12/30 13:40:03: bind RegionStage [1.11.35a] 2023/12/30 13:40:03: prepare RegionStage [1.11.35a] 2023/12/30 13:40:03: enter RegionStage [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:04: instance NDk= [1.11.35a] 2023/12/30 13:40:04: instance NTA= [1.11.35a] 2023/12/30 13:40:04: bind LoadWaitingStage [1.11.35a] 2023/12/30 13:40:04: prepare LoadWaitingStage [1.11.35a] 2023/12/30 13:40:04: enter LoadWaitingStage [1.11.35a] 2023/12/30 13:40:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:04: leave LoadWaitingStage [1.11.35a] 2023/12/30 13:40:04: drop LoadWaitingStage [1.11.35a] 2023/12/30 13:40:04: bind GameStage [1.11.35a] 2023/12/30 13:40:04: prepare GameStage [1.11.35a] 2023/12/30 13:40:04: enter GameStage [1.11.35a] 2023/12/30 13:40:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:05: bind SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/30 13:40:05: prepare SpecialOfferStage: $feature_freedombuildings00 [1.11.35a] 2023/12/30 13:40:05: enter SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/30 13:40:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:11: leave SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/30 13:40:11: drop SpecialOfferStage:$feature_freedombuildings00 [1.11.35a] 2023/12/30 13:40:11: enter GameStage [1.11.35a] 2023/12/30 13:40:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:40:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:40:13: Backend java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2023/12/30 13:40:13: General
java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2023/12/30 13:40:41: Download
javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74f83e70c8: I/O error during system call, Software caused connection abort javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x74f83e70c8: I/O error during system call, Software caused connection abort at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2023/12/30 13:44:28: prepare CityInfoStage [1.11.35a] 2023/12/30 13:44:28: enter CityInfoStage [1.11.35a] 2023/12/30 13:44:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:44:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:44:29: leave CityInfoStage [1.11.35a] 2023/12/30 13:44:29: drop CityInfoStage [1.11.35a] 2023/12/30 13:44:29: enter GameStage [1.11.35a] 2023/12/30 13:44:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:44:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:44:48: pause app [1.11.35a] 2023/12/30 13:47:27: enter app [1.11.35a] 2023/12/30 13:47:27: resume app [1.11.35a] 2023/12/30 13:47:27: resume -> enter GameStage [1.11.35a] 2023/12/30 13:47:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:47:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:47:27: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 13:50:10: instance NTI=
[1.11.35a] 2023/12/30 13:50:11: bind RankStage [1.11.35a] 2023/12/30 13:50:11: prepare RankStage [1.11.35a] 2023/12/30 13:50:11: enter RankStage [1.11.35a] 2023/12/30 13:50:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:50:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:50:26: leave RankStage [1.11.35a] 2023/12/30 13:50:26: drop RankStage [1.11.35a] 2023/12/30 13:50:26: enter GameStage [1.11.35a] 2023/12/30 13:50:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:50:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:05: bind CityInfoStage [1.11.35a] 2023/12/30 13:52:05: prepare CityInfoStage [1.11.35a] 2023/12/30 13:52:05: enter CityInfoStage [1.11.35a] 2023/12/30 13:52:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:06: leave CityInfoStage [1.11.35a] 2023/12/30 13:52:06: drop CityInfoStage [1.11.35a] 2023/12/30 13:52:06: enter GameStage [1.11.35a] 2023/12/30 13:52:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:14: bind CityInfoStage [1.11.35a] 2023/12/30 13:52:14: prepare CityInfoStage [1.11.35a] 2023/12/30 13:52:14: enter CityInfoStage [1.11.35a] 2023/12/30 13:52:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:15: leave CityInfoStage [1.11.35a] 2023/12/30 13:52:15: drop CityInfoStage [1.11.35a] 2023/12/30 13:52:15: enter GameStage [1.11.35a] 2023/12/30 13:52:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:46: bind SaveWaitingStage [1.11.35a] 2023/12/30 13:52:46: prepare SaveWaitingStage [1.11.35a] 2023/12/30 13:52:46: enter SaveWaitingStage [1.11.35a] 2023/12/30 13:52:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:46: leave SaveWaitingStage [1.11.35a] 2023/12/30 13:52:46: drop SaveWaitingStage [1.11.35a] 2023/12/30 13:52:46: enter GameStage [1.11.35a] 2023/12/30 13:52:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:51: leave GameStage [1.11.35a] 2023/12/30 13:52:51: drop GameStage [1.11.35a] 2023/12/30 13:52:51: bind SaveWaitingStage [1.11.35a] 2023/12/30 13:52:51: prepare SaveWaitingStage [1.11.35a] 2023/12/30 13:52:51: enter SaveWaitingStage [1.11.35a] 2023/12/30 13:52:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:51: leave SaveWaitingStage [1.11.35a] 2023/12/30 13:52:51: drop SaveWaitingStage [1.11.35a] 2023/12/30 13:52:51: enter RegionStage [1.11.35a] 2023/12/30 13:52:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:52:58: bind GameStage [1.11.35a] 2023/12/30 13:52:58: prepare GameStage [1.11.35a] 2023/12/30 13:52:58: enter GameStage [1.11.35a] 2023/12/30 13:52:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:52:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:55:10: bind CityInfoStage [1.11.35a] 2023/12/30 13:55:10: prepare CityInfoStage [1.11.35a] 2023/12/30 13:55:10: enter CityInfoStage [1.11.35a] 2023/12/30 13:55:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:55:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:55:11: leave CityInfoStage [1.11.35a] 2023/12/30 13:55:11: drop CityInfoStage [1.11.35a] 2023/12/30 13:55:11: enter GameStage [1.11.35a] 2023/12/30 13:55:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:55:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:56:23: pause app [1.11.35a] 2023/12/30 13:56:27: enter app [1.11.35a] 2023/12/30 13:56:27: resume app [1.11.35a] 2023/12/30 13:56:27: resume -> enter GameStage [1.11.35a] 2023/12/30 13:56:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 13:56:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 13:56:28: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 14:14:34: prepare CityInfoStage [1.11.35a] 2023/12/30 14:14:34: enter CityInfoStage [1.11.35a] 2023/12/30 14:14:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:14:35: leave CityInfoStage [1.11.35a] 2023/12/30 14:14:35: drop CityInfoStage [1.11.35a] 2023/12/30 14:14:35: enter GameStage [1.11.35a] 2023/12/30 14:14:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:14:49: bind CityInfoStage [1.11.35a] 2023/12/30 14:14:49: prepare CityInfoStage [1.11.35a] 2023/12/30 14:14:49: enter CityInfoStage [1.11.35a] 2023/12/30 14:14:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:14:52: leave CityInfoStage [1.11.35a] 2023/12/30 14:14:52: drop CityInfoStage [1.11.35a] 2023/12/30 14:14:52: enter GameStage [1.11.35a] 2023/12/30 14:14:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:14:55: bind CityInfoStage [1.11.35a] 2023/12/30 14:14:55: prepare CityInfoStage [1.11.35a] 2023/12/30 14:14:55: enter CityInfoStage [1.11.35a] 2023/12/30 14:14:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:14:55: leave CityInfoStage [1.11.35a] 2023/12/30 14:14:55: drop CityInfoStage [1.11.35a] 2023/12/30 14:14:55: enter GameStage [1.11.35a] 2023/12/30 14:14:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:14:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:16:14: bind Store [1.11.35a] 2023/12/30 14:16:14: prepare Store [1.11.35a] 2023/12/30 14:16:14: enter Store [1.11.35a] 2023/12/30 14:16:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:16:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:16:15: leave Store [1.11.35a] 2023/12/30 14:16:15: drop Store [1.11.35a] 2023/12/30 14:16:15: enter GameStage [1.11.35a] 2023/12/30 14:16:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:16:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:19:09: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:19:09: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:19:09: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:19:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:19:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:19:10: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:19:10: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:19:10: enter GameStage [1.11.35a] 2023/12/30 14:19:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:19:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:20:39: instance NTg= [1.11.35a] 2023/12/30 14:20:39: bind RankStage [1.11.35a] 2023/12/30 14:20:39: prepare RankStage [1.11.35a] 2023/12/30 14:20:39: enter RankStage [1.11.35a] 2023/12/30 14:20:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:20:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:20:53: leave RankStage [1.11.35a] 2023/12/30 14:20:53: drop RankStage [1.11.35a] 2023/12/30 14:20:53: enter GameStage [1.11.35a] 2023/12/30 14:20:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:20:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:21:24: bind CityInfoStage [1.11.35a] 2023/12/30 14:21:24: prepare CityInfoStage [1.11.35a] 2023/12/30 14:21:24: enter CityInfoStage [1.11.35a] 2023/12/30 14:21:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:21:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:21:26: leave CityInfoStage [1.11.35a] 2023/12/30 14:21:26: drop CityInfoStage [1.11.35a] 2023/12/30 14:21:26: enter GameStage [1.11.35a] 2023/12/30 14:21:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:21:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:21:32: bind CityInfoStage [1.11.35a] 2023/12/30 14:21:32: prepare CityInfoStage [1.11.35a] 2023/12/30 14:21:32: enter CityInfoStage [1.11.35a] 2023/12/30 14:21:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:21:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:21:34: leave CityInfoStage [1.11.35a] 2023/12/30 14:21:34: drop CityInfoStage [1.11.35a] 2023/12/30 14:21:34: enter GameStage [1.11.35a] 2023/12/30 14:21:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:21:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:22:26: bind CityInfoStage [1.11.35a] 2023/12/30 14:22:26: prepare CityInfoStage [1.11.35a] 2023/12/30 14:22:26: enter CityInfoStage [1.11.35a] 2023/12/30 14:22:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:22:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:22:31: leave CityInfoStage [1.11.35a] 2023/12/30 14:22:31: drop CityInfoStage [1.11.35a] 2023/12/30 14:22:31: enter GameStage [1.11.35a] 2023/12/30 14:22:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:22:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:36: bind CityInfoStage [1.11.35a] 2023/12/30 14:24:36: prepare CityInfoStage [1.11.35a] 2023/12/30 14:24:36: enter CityInfoStage [1.11.35a] 2023/12/30 14:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:37: leave CityInfoStage [1.11.35a] 2023/12/30 14:24:37: drop CityInfoStage [1.11.35a] 2023/12/30 14:24:37: enter GameStage [1.11.35a] 2023/12/30 14:24:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:44: bind CityInfoStage [1.11.35a] 2023/12/30 14:24:44: prepare CityInfoStage [1.11.35a] 2023/12/30 14:24:44: enter CityInfoStage [1.11.35a] 2023/12/30 14:24:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:47: leave CityInfoStage [1.11.35a] 2023/12/30 14:24:47: drop CityInfoStage [1.11.35a] 2023/12/30 14:24:47: enter GameStage [1.11.35a] 2023/12/30 14:24:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:58: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:24:58: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:24:58: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:24:58: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:24:58: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:24:58: enter GameStage [1.11.35a] 2023/12/30 14:24:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:24:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:25:39: bind CityInfoStage [1.11.35a] 2023/12/30 14:25:39: prepare CityInfoStage [1.11.35a] 2023/12/30 14:25:39: enter CityInfoStage [1.11.35a] 2023/12/30 14:25:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:25:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:25:41: leave CityInfoStage [1.11.35a] 2023/12/30 14:25:41: drop CityInfoStage [1.11.35a] 2023/12/30 14:25:41: enter GameStage [1.11.35a] 2023/12/30 14:25:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:25:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:26:32: bind CityInfoStage [1.11.35a] 2023/12/30 14:26:32: prepare CityInfoStage [1.11.35a] 2023/12/30 14:26:32: enter CityInfoStage [1.11.35a] 2023/12/30 14:26:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:26:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:26:39: leave CityInfoStage [1.11.35a] 2023/12/30 14:26:39: drop CityInfoStage [1.11.35a] 2023/12/30 14:26:39: enter GameStage [1.11.35a] 2023/12/30 14:26:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:26:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:29:05: bind CityInfoStage [1.11.35a] 2023/12/30 14:29:05: prepare CityInfoStage [1.11.35a] 2023/12/30 14:29:05: enter CityInfoStage [1.11.35a] 2023/12/30 14:29:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:29:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:29:06: leave CityInfoStage [1.11.35a] 2023/12/30 14:29:06: drop CityInfoStage [1.11.35a] 2023/12/30 14:29:06: enter GameStage [1.11.35a] 2023/12/30 14:29:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:29:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:29:49: instance NjA= [1.11.35a] 2023/12/30 14:29:49: bind RankStage [1.11.35a] 2023/12/30 14:29:49: prepare RankStage [1.11.35a] 2023/12/30 14:29:49: enter RankStage [1.11.35a] 2023/12/30 14:29:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:29:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:29:52: leave RankStage [1.11.35a] 2023/12/30 14:29:52: drop RankStage [1.11.35a] 2023/12/30 14:29:52: enter GameStage [1.11.35a] 2023/12/30 14:29:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:29:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:30:22: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:30:22: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:30:22: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:30:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:30:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:30:23: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:30:23: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:30:23: enter GameStage [1.11.35a] 2023/12/30 14:30:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:30:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:31:09: bind CityInfoStage [1.11.35a] 2023/12/30 14:31:09: prepare CityInfoStage [1.11.35a] 2023/12/30 14:31:09: enter CityInfoStage [1.11.35a] 2023/12/30 14:31:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:31:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:31:09: leave CityInfoStage [1.11.35a] 2023/12/30 14:31:09: drop CityInfoStage [1.11.35a] 2023/12/30 14:31:09: enter GameStage [1.11.35a] 2023/12/30 14:31:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:31:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:32:54: bind CityInfoStage [1.11.35a] 2023/12/30 14:32:54: prepare CityInfoStage [1.11.35a] 2023/12/30 14:32:54: enter CityInfoStage [1.11.35a] 2023/12/30 14:32:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:32:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:32:55: leave CityInfoStage [1.11.35a] 2023/12/30 14:32:55: drop CityInfoStage [1.11.35a] 2023/12/30 14:32:55: enter GameStage [1.11.35a] 2023/12/30 14:32:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:32:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:33:46: instance NjI= [1.11.35a] 2023/12/30 14:35:41: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:35:41: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:35:41: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:35:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:35:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:35:41: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:35:41: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:35:41: enter GameStage [1.11.35a] 2023/12/30 14:35:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:35:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:36:09: instance NjQ= [1.11.35a] 2023/12/30 14:38:53: instance NjY= [1.11.35a] 2023/12/30 14:38:53: bind RankStage [1.11.35a] 2023/12/30 14:38:53: prepare RankStage [1.11.35a] 2023/12/30 14:38:53: enter RankStage [1.11.35a] 2023/12/30 14:38:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:38:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:38:56: leave RankStage [1.11.35a] 2023/12/30 14:38:56: drop RankStage [1.11.35a] 2023/12/30 14:38:56: enter GameStage [1.11.35a] 2023/12/30 14:38:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:38:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:39:22: pause app [1.11.35a] 2023/12/30 14:39:32: enter app [1.11.35a] 2023/12/30 14:39:32: resume app [1.11.35a] 2023/12/30 14:39:32: resume -> enter GameStage [1.11.35a] 2023/12/30 14:39:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:39:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:39:32: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 14:41:28: instance Njg=
[1.11.35a] 2023/12/30 14:42:14: bind CityInfoStage [1.11.35a] 2023/12/30 14:42:14: prepare CityInfoStage [1.11.35a] 2023/12/30 14:42:14: enter CityInfoStage [1.11.35a] 2023/12/30 14:42:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:42:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:42:15: leave CityInfoStage [1.11.35a] 2023/12/30 14:42:15: drop CityInfoStage [1.11.35a] 2023/12/30 14:42:15: enter GameStage [1.11.35a] 2023/12/30 14:42:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:42:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:42:50: bind CityInfoStage [1.11.35a] 2023/12/30 14:42:50: prepare CityInfoStage [1.11.35a] 2023/12/30 14:42:50: enter CityInfoStage [1.11.35a] 2023/12/30 14:42:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:42:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:42:55: leave CityInfoStage [1.11.35a] 2023/12/30 14:42:55: drop CityInfoStage [1.11.35a] 2023/12/30 14:42:55: enter GameStage [1.11.35a] 2023/12/30 14:42:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:42:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:43:07: bind CityInfoStage [1.11.35a] 2023/12/30 14:43:07: prepare CityInfoStage [1.11.35a] 2023/12/30 14:43:07: enter CityInfoStage [1.11.35a] 2023/12/30 14:43:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:43:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:43:16: leave CityInfoStage [1.11.35a] 2023/12/30 14:43:16: drop CityInfoStage [1.11.35a] 2023/12/30 14:43:16: enter GameStage [1.11.35a] 2023/12/30 14:43:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:43:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:43:39: bind CityInfoStage [1.11.35a] 2023/12/30 14:43:39: prepare CityInfoStage [1.11.35a] 2023/12/30 14:43:39: enter CityInfoStage [1.11.35a] 2023/12/30 14:43:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:43:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:43:40: leave CityInfoStage [1.11.35a] 2023/12/30 14:43:40: drop CityInfoStage [1.11.35a] 2023/12/30 14:43:40: enter GameStage [1.11.35a] 2023/12/30 14:43:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:43:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:44:22: instance NzA= [1.11.35a] 2023/12/30 14:44:43: bind CityInfoStage [1.11.35a] 2023/12/30 14:44:43: prepare CityInfoStage [1.11.35a] 2023/12/30 14:44:43: enter CityInfoStage [1.11.35a] 2023/12/30 14:44:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:44:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:44:44: leave CityInfoStage [1.11.35a] 2023/12/30 14:44:44: drop CityInfoStage [1.11.35a] 2023/12/30 14:44:44: enter GameStage [1.11.35a] 2023/12/30 14:44:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:44:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:44:54: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:44:54: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:44:54: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:44:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:44:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:44:54: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:44:54: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:44:54: enter GameStage [1.11.35a] 2023/12/30 14:44:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:44:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:47:02: instance NzI= [1.11.35a] 2023/12/30 14:48:37: pause app [1.11.35a] 2023/12/30 14:52:27: enter app [1.11.35a] 2023/12/30 14:52:27: resume app [1.11.35a] 2023/12/30 14:52:27: resume -> enter GameStage [1.11.35a] 2023/12/30 14:52:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:52:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:52:27: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 14:52:59: pause app
[1.11.35a] 2023/12/30 14:53:29: enter app [1.11.35a] 2023/12/30 14:53:29: resume app [1.11.35a] 2023/12/30 14:53:29: resume -> enter GameStage [1.11.35a] 2023/12/30 14:53:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:53:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:53:29: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 14:53:38: instance NzQ=
[1.11.35a] 2023/12/30 14:54:00: instance NzY= [1.11.35a] 2023/12/30 14:54:00: bind RankStage [1.11.35a] 2023/12/30 14:54:00: prepare RankStage [1.11.35a] 2023/12/30 14:54:00: enter RankStage [1.11.35a] 2023/12/30 14:54:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:54:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:54:04: leave RankStage [1.11.35a] 2023/12/30 14:54:04: drop RankStage [1.11.35a] 2023/12/30 14:54:04: enter GameStage [1.11.35a] 2023/12/30 14:54:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:54:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:54:43: bind CityInfoStage [1.11.35a] 2023/12/30 14:54:43: prepare CityInfoStage [1.11.35a] 2023/12/30 14:54:43: enter CityInfoStage [1.11.35a] 2023/12/30 14:54:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:54:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:54:52: leave CityInfoStage [1.11.35a] 2023/12/30 14:54:52: drop CityInfoStage [1.11.35a] 2023/12/30 14:54:52: enter GameStage [1.11.35a] 2023/12/30 14:54:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:54:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:55:27: instance Nzg= [1.11.35a] 2023/12/30 14:58:50: bind SaveWaitingStage [1.11.35a] 2023/12/30 14:58:50: prepare SaveWaitingStage [1.11.35a] 2023/12/30 14:58:50: enter SaveWaitingStage [1.11.35a] 2023/12/30 14:58:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:58:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:58:51: leave SaveWaitingStage [1.11.35a] 2023/12/30 14:58:51: drop SaveWaitingStage [1.11.35a] 2023/12/30 14:58:51: enter GameStage [1.11.35a] 2023/12/30 14:58:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 14:58:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 14:59:56: pause app [1.11.35a] 2023/12/30 15:36:17: enter app [1.11.35a] 2023/12/30 15:36:17: resume app [1.11.35a] 2023/12/30 15:36:17: resume -> enter GameStage [1.11.35a] 2023/12/30 15:36:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 15:36:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 15:36:19: pause app [1.11.35a] 2023/12/30 15:39:42: Time java.net.SocketException: Software caused connection abort java.net.SocketException: Software caused connection abort at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:119) at java.net.SocketInputStream.read(SocketInputStream.java:176) at java.net.SocketInputStream.read(SocketInputStream.java:144) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 15:47:21: enter app
[1.11.35a] 2023/12/30 15:47:21: resume app [1.11.35a] 2023/12/30 15:47:21: resume -> enter GameStage [1.11.35a] 2023/12/30 15:47:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 15:47:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 15:47:22: refresh [1.11.35a] 2023/12/30 15:47:22: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 15:47:22: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2023/12/30 15:47:23: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2023/12/30 15:47:24: refresh
[1.11.35a] 2023/12/30 15:47:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 15:47:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 15:47:27: pause app [1.11.35a] 2023/12/30 16:11:19: Startup [1.11.35a] 2023/12/30 16:11:19: create() cold start [1.11.35a] 2023/12/30 16:11:20: translation es_MX [1.11.35a] 2023/12/30 16:11:20: instance Nzg= [1.11.35a] 2023/12/30 16:11:20: create() finish [1.11.35a] 2023/12/30 16:11:20: create() end [1.11.35a] 2023/12/30 16:11:20: resume app [1.11.35a] 2023/12/30 16:11:20: refresh [1.11.35a] 2023/12/30 16:11:20: bind LoadingStage [1.11.35a] 2023/12/30 16:11:20: prepare LoadingStage [1.11.35a] 2023/12/30 16:11:20: enter LoadingStage [1.11.35a] 2023/12/30 16:11:20: loading Warm-up [1.11.35a] 2023/12/30 16:11:20: loading Startup [1.11.35a] 2023/12/30 16:11:20: Max texture size 8192 [1.11.35a] 2023/12/30 16:11:20: Max heap size is 512MB [1.11.35a] 2023/12/30 16:11:20: Engine consumes 11MB [1.11.35a] 2023/12/30 16:11:20: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/30 16:11:21: loading Texture [1.11.35a] 2023/12/30 16:11:21: loading Fonts [1.11.35a] 2023/12/30 16:11:22: loading Skin [1.11.35a] 2023/12/30 16:11:22: loading Extract files [1.11.35a] 2023/12/30 16:11:22: loading Frames [1.11.35a] 2023/12/30 16:11:22: loading Scripting [1.11.35a] 2023/12/30 16:11:22: loading Collecting drafts [1.11.35a] 2023/12/30 16:11:26: loading Prefetching images [1.11.35a] 2023/12/30 16:11:26: loading Loading drafts [1.11.35a] 2023/12/30 16:11:28: loading Finishing drafts [1.11.35a] 2023/12/30 16:11:29: loading Loading music [1.11.35a] 2023/12/30 16:11:29: loading Shaders [1.11.35a] 2023/12/30 16:11:29: loading Topics [1.11.35a] 2023/12/30 16:11:29: loading Loading textures [1.11.35a] 2023/12/30 16:11:32: loading Checking winter [1.11.35a] 2023/12/30 16:11:32: loading Preparing background [1.11.35a] 2023/12/30 16:11:32: loading Finishing [1.11.35a] 2023/12/30 16:11:32: leave LoadingStage [1.11.35a] 2023/12/30 16:11:32: drop LoadingStage [1.11.35a] 2023/12/30 16:11:32: bind PluginErrorStage [1.11.35a] 2023/12/30 16:11:32: prepare PluginErrorStage [1.11.35a] 2023/12/30 16:11:32: bind MissingManifestStage [1.11.35a] 2023/12/30 16:11:32: prepare MissingManifestStage [1.11.35a] 2023/12/30 16:11:32: bind WelcomeStage [1.11.35a] 2023/12/30 16:11:32: prepare WelcomeStage [1.11.35a] 2023/12/30 16:11:32: enter WelcomeStage [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:32: drop PluginErrorStage [1.11.35a] 2023/12/30 16:11:32: drop MissingManifestStage [1.11.35a] 2023/12/30 16:11:32: leave WelcomeStage [1.11.35a] 2023/12/30 16:11:32: drop WelcomeStage [1.11.35a] 2023/12/30 16:11:32: bind RegionStage [1.11.35a] 2023/12/30 16:11:32: prepare RegionStage [1.11.35a] 2023/12/30 16:11:32: enter RegionStage [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:33: instance Nzc= [1.11.35a] 2023/12/30 16:11:33: instance Nzg= [1.11.35a] 2023/12/30 16:11:33: bind LoadWaitingStage [1.11.35a] 2023/12/30 16:11:33: prepare LoadWaitingStage [1.11.35a] 2023/12/30 16:11:33: enter LoadWaitingStage [1.11.35a] 2023/12/30 16:11:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:33: leave LoadWaitingStage [1.11.35a] 2023/12/30 16:11:33: drop LoadWaitingStage [1.11.35a] 2023/12/30 16:11:33: bind GameStage [1.11.35a] 2023/12/30 16:11:33: prepare GameStage [1.11.35a] 2023/12/30 16:11:33: enter GameStage [1.11.35a] 2023/12/30 16:11:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:11:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:11:52: instance ODA= [1.11.35a] 2023/12/30 16:13:11: pause app [1.11.35a] 2023/12/30 16:13:12: enter app [1.11.35a] 2023/12/30 16:13:12: resume app [1.11.35a] 2023/12/30 16:13:13: resume -> enter GameStage [1.11.35a] 2023/12/30 16:13:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:13:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:13:14: pause app [1.11.35a] 2023/12/30 16:13:22: enter app [1.11.35a] 2023/12/30 16:13:22: resume app [1.11.35a] 2023/12/30 16:13:22: resume -> enter GameStage [1.11.35a] 2023/12/30 16:13:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:13:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:14:49: instance ODI= [1.11.35a] 2023/12/30 16:14:49: bind RankStage [1.11.35a] 2023/12/30 16:14:49: prepare RankStage [1.11.35a] 2023/12/30 16:14:49: enter RankStage [1.11.35a] 2023/12/30 16:14:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:14:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:14:51: leave RankStage [1.11.35a] 2023/12/30 16:14:51: drop RankStage [1.11.35a] 2023/12/30 16:14:51: enter GameStage [1.11.35a] 2023/12/30 16:14:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:14:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:18:19: bind SaveWaitingStage [1.11.35a] 2023/12/30 16:18:19: prepare SaveWaitingStage [1.11.35a] 2023/12/30 16:18:19: enter SaveWaitingStage [1.11.35a] 2023/12/30 16:18:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:18:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:18:19: leave SaveWaitingStage [1.11.35a] 2023/12/30 16:18:19: drop SaveWaitingStage [1.11.35a] 2023/12/30 16:18:19: enter GameStage [1.11.35a] 2023/12/30 16:18:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:18:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:20:16: bind CityInfoStage [1.11.35a] 2023/12/30 16:20:16: prepare CityInfoStage [1.11.35a] 2023/12/30 16:20:16: enter CityInfoStage [1.11.35a] 2023/12/30 16:20:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:20:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:20:17: leave CityInfoStage [1.11.35a] 2023/12/30 16:20:17: drop CityInfoStage [1.11.35a] 2023/12/30 16:20:17: enter GameStage [1.11.35a] 2023/12/30 16:20:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:20:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:12: bind CityInfoStage [1.11.35a] 2023/12/30 16:22:12: prepare CityInfoStage [1.11.35a] 2023/12/30 16:22:12: enter CityInfoStage [1.11.35a] 2023/12/30 16:22:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:14: leave CityInfoStage [1.11.35a] 2023/12/30 16:22:14: drop CityInfoStage [1.11.35a] 2023/12/30 16:22:14: enter GameStage [1.11.35a] 2023/12/30 16:22:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:14: bind CityInfoStage [1.11.35a] 2023/12/30 16:22:14: prepare CityInfoStage [1.11.35a] 2023/12/30 16:22:14: enter CityInfoStage [1.11.35a] 2023/12/30 16:22:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:15: leave CityInfoStage [1.11.35a] 2023/12/30 16:22:15: drop CityInfoStage [1.11.35a] 2023/12/30 16:22:15: enter GameStage [1.11.35a] 2023/12/30 16:22:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:17: bind CityInfoStage [1.11.35a] 2023/12/30 16:22:17: prepare CityInfoStage [1.11.35a] 2023/12/30 16:22:17: enter CityInfoStage [1.11.35a] 2023/12/30 16:22:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:22:22: leave CityInfoStage [1.11.35a] 2023/12/30 16:22:22: drop CityInfoStage [1.11.35a] 2023/12/30 16:22:22: enter GameStage [1.11.35a] 2023/12/30 16:22:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:22:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:23:27: bind SaveWaitingStage [1.11.35a] 2023/12/30 16:23:27: prepare SaveWaitingStage [1.11.35a] 2023/12/30 16:23:27: enter SaveWaitingStage [1.11.35a] 2023/12/30 16:23:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:23:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:23:27: leave SaveWaitingStage [1.11.35a] 2023/12/30 16:23:27: drop SaveWaitingStage [1.11.35a] 2023/12/30 16:23:27: enter GameStage [1.11.35a] 2023/12/30 16:23:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:23:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:23:46: bind CityInfoStage [1.11.35a] 2023/12/30 16:23:46: prepare CityInfoStage [1.11.35a] 2023/12/30 16:23:46: enter CityInfoStage [1.11.35a] 2023/12/30 16:23:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:23:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:23:48: leave CityInfoStage [1.11.35a] 2023/12/30 16:23:48: drop CityInfoStage [1.11.35a] 2023/12/30 16:23:48: enter GameStage [1.11.35a] 2023/12/30 16:23:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:23:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:24:10: bind CityInfoStage [1.11.35a] 2023/12/30 16:24:10: prepare CityInfoStage [1.11.35a] 2023/12/30 16:24:10: enter CityInfoStage [1.11.35a] 2023/12/30 16:24:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:24:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:24:11: leave CityInfoStage [1.11.35a] 2023/12/30 16:24:11: drop CityInfoStage [1.11.35a] 2023/12/30 16:24:11: enter GameStage [1.11.35a] 2023/12/30 16:24:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:24:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:24:13: pause app [1.11.35a] 2023/12/30 16:31:22: enter app [1.11.35a] 2023/12/30 16:31:22: resume app [1.11.35a] 2023/12/30 16:31:22: resume -> enter GameStage [1.11.35a] 2023/12/30 16:31:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 16:31:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 16:31:25: pause app [1.11.35a] 2023/12/30 20:03:07: Startup [1.11.35a] 2023/12/30 20:03:08: create() cold start [1.11.35a] 2023/12/30 20:03:08: translation es_MX [1.11.35a] 2023/12/30 20:03:08: instance ODI= [1.11.35a] 2023/12/30 20:03:08: create() finish [1.11.35a] 2023/12/30 20:03:08: create() end [1.11.35a] 2023/12/30 20:03:08: resume app [1.11.35a] 2023/12/30 20:03:08: refresh [1.11.35a] 2023/12/30 20:03:08: bind LoadingStage [1.11.35a] 2023/12/30 20:03:08: prepare LoadingStage [1.11.35a] 2023/12/30 20:03:08: enter LoadingStage [1.11.35a] 2023/12/30 20:03:08: loading Warm-up [1.11.35a] 2023/12/30 20:03:08: loading Startup [1.11.35a] 2023/12/30 20:03:09: Max texture size 8192 [1.11.35a] 2023/12/30 20:03:09: Max heap size is 512MB [1.11.35a] 2023/12/30 20:03:09: Engine consumes 11MB [1.11.35a] 2023/12/30 20:03:09: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/30 20:03:09: loading Texture [1.11.35a] 2023/12/30 20:03:09: loading Fonts [1.11.35a] 2023/12/30 20:03:10: loading Skin [1.11.35a] 2023/12/30 20:03:10: loading Extract files [1.11.35a] 2023/12/30 20:03:10: loading Frames [1.11.35a] 2023/12/30 20:03:10: loading Scripting [1.11.35a] 2023/12/30 20:03:10: loading Collecting drafts [1.11.35a] 2023/12/30 20:03:11: loading Prefetching images [1.11.35a] 2023/12/30 20:03:12: loading Loading drafts [1.11.35a] 2023/12/30 20:03:14: loading Finishing drafts [1.11.35a] 2023/12/30 20:03:15: loading Loading music [1.11.35a] 2023/12/30 20:03:15: loading Shaders [1.11.35a] 2023/12/30 20:03:15: loading Topics [1.11.35a] 2023/12/30 20:03:15: loading Loading textures [1.11.35a] 2023/12/30 20:03:18: loading Checking winter [1.11.35a] 2023/12/30 20:03:18: loading Preparing background [1.11.35a] 2023/12/30 20:03:18: loading Finishing [1.11.35a] 2023/12/30 20:03:18: leave LoadingStage [1.11.35a] 2023/12/30 20:03:18: drop LoadingStage [1.11.35a] 2023/12/30 20:03:18: bind PluginErrorStage [1.11.35a] 2023/12/30 20:03:18: prepare PluginErrorStage [1.11.35a] 2023/12/30 20:03:18: bind MissingManifestStage [1.11.35a] 2023/12/30 20:03:18: prepare MissingManifestStage [1.11.35a] 2023/12/30 20:03:18: bind WelcomeStage [1.11.35a] 2023/12/30 20:03:18: prepare WelcomeStage [1.11.35a] 2023/12/30 20:03:18: enter WelcomeStage [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:03:18: drop PluginErrorStage [1.11.35a] 2023/12/30 20:03:18: drop MissingManifestStage [1.11.35a] 2023/12/30 20:03:18: leave WelcomeStage [1.11.35a] 2023/12/30 20:03:18: drop WelcomeStage [1.11.35a] 2023/12/30 20:03:18: bind RegionStage [1.11.35a] 2023/12/30 20:03:18: prepare RegionStage [1.11.35a] 2023/12/30 20:03:18: enter RegionStage [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:03:19: instance ODE= [1.11.35a] 2023/12/30 20:03:19: instance ODI= [1.11.35a] 2023/12/30 20:03:19: bind LoadWaitingStage [1.11.35a] 2023/12/30 20:03:19: prepare LoadWaitingStage [1.11.35a] 2023/12/30 20:03:19: enter LoadWaitingStage [1.11.35a] 2023/12/30 20:03:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:03:19: leave LoadWaitingStage [1.11.35a] 2023/12/30 20:03:19: drop LoadWaitingStage [1.11.35a] 2023/12/30 20:03:19: bind GameStage [1.11.35a] 2023/12/30 20:03:19: prepare GameStage [1.11.35a] 2023/12/30 20:03:19: enter GameStage [1.11.35a] 2023/12/30 20:03:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:03:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:04:39: instance ODQ= [1.11.35a] 2023/12/30 20:04:39: bind RankStage [1.11.35a] 2023/12/30 20:04:39: prepare RankStage [1.11.35a] 2023/12/30 20:04:39: enter RankStage [1.11.35a] 2023/12/30 20:04:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:04:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:04:43: leave RankStage [1.11.35a] 2023/12/30 20:04:43: drop RankStage [1.11.35a] 2023/12/30 20:04:43: enter GameStage [1.11.35a] 2023/12/30 20:04:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:04:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:04:45: bind CityInfoStage [1.11.35a] 2023/12/30 20:04:45: prepare CityInfoStage [1.11.35a] 2023/12/30 20:04:45: enter CityInfoStage [1.11.35a] 2023/12/30 20:04:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:04:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:04:53: leave CityInfoStage [1.11.35a] 2023/12/30 20:04:53: drop CityInfoStage [1.11.35a] 2023/12/30 20:04:53: enter GameStage [1.11.35a] 2023/12/30 20:04:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:04:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:07:48: bind CityInfoStage [1.11.35a] 2023/12/30 20:07:48: prepare CityInfoStage [1.11.35a] 2023/12/30 20:07:48: enter CityInfoStage [1.11.35a] 2023/12/30 20:07:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:07:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:07:55: refresh [1.11.35a] 2023/12/30 20:07:55: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:07:55: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2023/12/30 20:07:56: pause app [1.11.35a] 2023/12/30 20:08:25: enter app [1.11.35a] 2023/12/30 20:08:25: resume app [1.11.35a] 2023/12/30 20:08:25: resume -> enter CityInfoStage [1.11.35a] 2023/12/30 20:08:25: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:08:25: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2023/12/30 20:08:25: refresh [1.11.35a] 2023/12/30 20:08:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:08:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:08:26: leave CityInfoStage [1.11.35a] 2023/12/30 20:08:26: drop CityInfoStage [1.11.35a] 2023/12/30 20:08:26: enter GameStage [1.11.35a] 2023/12/30 20:08:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:08:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:08:38: pause app [1.11.35a] 2023/12/30 20:09:03: enter app [1.11.35a] 2023/12/30 20:09:03: resume app [1.11.35a] 2023/12/30 20:09:03: resume -> enter GameStage [1.11.35a] 2023/12/30 20:09:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:09:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:09:08: leave GameStage [1.11.35a] 2023/12/30 20:09:08: drop GameStage [1.11.35a] 2023/12/30 20:09:08: bind SaveWaitingStage [1.11.35a] 2023/12/30 20:09:08: prepare SaveWaitingStage [1.11.35a] 2023/12/30 20:09:08: enter SaveWaitingStage [1.11.35a] 2023/12/30 20:09:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:09:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:09:08: leave SaveWaitingStage [1.11.35a] 2023/12/30 20:09:08: drop SaveWaitingStage [1.11.35a] 2023/12/30 20:09:08: enter RegionStage [1.11.35a] 2023/12/30 20:09:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/30 20:09:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/30 20:09:16: pause app [1.11.35a] 2023/12/31 13:24:03: Startup [1.11.35a] 2023/12/31 13:24:04: create() cold start [1.11.35a] 2023/12/31 13:24:04: translation es_MX [1.11.35a] 2023/12/31 13:24:04: instance ODQ= [1.11.35a] 2023/12/31 13:24:04: create() finish [1.11.35a] 2023/12/31 13:24:04: create() end [1.11.35a] 2023/12/31 13:24:04: resume app [1.11.35a] 2023/12/31 13:24:04: refresh [1.11.35a] 2023/12/31 13:24:04: bind LoadingStage [1.11.35a] 2023/12/31 13:24:04: prepare LoadingStage [1.11.35a] 2023/12/31 13:24:04: enter LoadingStage [1.11.35a] 2023/12/31 13:24:05: loading Warm-up [1.11.35a] 2023/12/31 13:24:05: loading Startup [1.11.35a] 2023/12/31 13:24:05: Max texture size 8192 [1.11.35a] 2023/12/31 13:24:05: Max heap size is 512MB [1.11.35a] 2023/12/31 13:24:05: Engine consumes 11MB [1.11.35a] 2023/12/31 13:24:05: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/31 13:24:05: loading Texture [1.11.35a] 2023/12/31 13:24:06: loading Fonts [1.11.35a] 2023/12/31 13:24:06: loading Skin [1.11.35a] 2023/12/31 13:24:06: loading Extract files [1.11.35a] 2023/12/31 13:24:06: loading Frames [1.11.35a] 2023/12/31 13:24:06: loading Scripting [1.11.35a] 2023/12/31 13:24:07: loading Collecting drafts [1.11.35a] 2023/12/31 13:24:08: loading Prefetching images [1.11.35a] 2023/12/31 13:24:08: loading Loading drafts [1.11.35a] 2023/12/31 13:24:10: loading Finishing drafts [1.11.35a] 2023/12/31 13:24:11: loading Loading music [1.11.35a] 2023/12/31 13:24:11: loading Shaders [1.11.35a] 2023/12/31 13:24:12: loading Topics [1.11.35a] 2023/12/31 13:24:12: loading Loading textures [1.11.35a] 2023/12/31 13:24:14: loading Checking winter [1.11.35a] 2023/12/31 13:24:14: loading Preparing background [1.11.35a] 2023/12/31 13:24:14: loading Finishing [1.11.35a] 2023/12/31 13:24:14: leave LoadingStage [1.11.35a] 2023/12/31 13:24:14: drop LoadingStage [1.11.35a] 2023/12/31 13:24:14: bind PluginErrorStage [1.11.35a] 2023/12/31 13:24:14: prepare PluginErrorStage [1.11.35a] 2023/12/31 13:24:14: bind MissingManifestStage [1.11.35a] 2023/12/31 13:24:14: prepare MissingManifestStage [1.11.35a] 2023/12/31 13:24:14: bind WelcomeStage [1.11.35a] 2023/12/31 13:24:14: prepare WelcomeStage [1.11.35a] 2023/12/31 13:24:14: enter WelcomeStage [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:14: drop PluginErrorStage [1.11.35a] 2023/12/31 13:24:14: drop MissingManifestStage [1.11.35a] 2023/12/31 13:24:14: leave WelcomeStage [1.11.35a] 2023/12/31 13:24:14: drop WelcomeStage [1.11.35a] 2023/12/31 13:24:14: bind RegionStage [1.11.35a] 2023/12/31 13:24:14: prepare RegionStage [1.11.35a] 2023/12/31 13:24:14: enter RegionStage [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:15: instance ODM= [1.11.35a] 2023/12/31 13:24:15: instance ODQ= [1.11.35a] 2023/12/31 13:24:15: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:24:15: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:24:15: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:24:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:15: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:24:15: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:24:15: bind GameStage [1.11.35a] 2023/12/31 13:24:15: prepare GameStage [1.11.35a] 2023/12/31 13:24:15: enter GameStage [1.11.35a] 2023/12/31 13:24:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:16: bind SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2023/12/31 13:24:16: prepare SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2023/12/31 13:24:16: enter SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2023/12/31 13:24:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:17: leave SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2023/12/31 13:24:17: drop SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2023/12/31 13:24:17: enter GameStage [1.11.35a] 2023/12/31 13:24:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:22: leave GameStage [1.11.35a] 2023/12/31 13:24:22: drop GameStage [1.11.35a] 2023/12/31 13:24:22: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:24:22: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:24:22: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:24:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:23: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:24:23: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:24:23: enter RegionStage [1.11.35a] 2023/12/31 13:24:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:27: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:24:27: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:24:27: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:24:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:27: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:24:27: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:24:27: bind GameStage [1.11.35a] 2023/12/31 13:24:27: prepare GameStage [1.11.35a] 2023/12/31 13:24:27: enter GameStage [1.11.35a] 2023/12/31 13:24:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:34: leave GameStage [1.11.35a] 2023/12/31 13:24:34: drop GameStage [1.11.35a] 2023/12/31 13:24:34: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:24:34: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:24:34: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:34: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:24:34: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:24:34: enter RegionStage [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:24:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:25:01: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:25:01: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:25:01: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:25:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:25:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:25:02: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:25:02: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:25:02: bind GameStage [1.11.35a] 2023/12/31 13:25:02: prepare GameStage [1.11.35a] 2023/12/31 13:25:02: enter GameStage [1.11.35a] 2023/12/31 13:25:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:25:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:27:43: leave GameStage [1.11.35a] 2023/12/31 13:27:43: drop GameStage [1.11.35a] 2023/12/31 13:27:43: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:27:43: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:27:43: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:27:43: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:27:43: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:27:43: enter RegionStage [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:27:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:27:45: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:27:45: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:27:45: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:27:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:27:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:27:45: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:27:45: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:27:45: bind GameStage [1.11.35a] 2023/12/31 13:27:45: prepare GameStage [1.11.35a] 2023/12/31 13:27:45: enter GameStage [1.11.35a] 2023/12/31 13:27:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:27:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:11: leave GameStage [1.11.35a] 2023/12/31 13:28:12: drop GameStage [1.11.35a] 2023/12/31 13:28:12: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:28:12: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:28:12: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:12: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:28:12: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:28:12: enter RegionStage [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:13: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:28:13: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:28:13: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:28:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:14: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:28:14: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:28:14: bind GameStage [1.11.35a] 2023/12/31 13:28:14: prepare GameStage [1.11.35a] 2023/12/31 13:28:14: enter GameStage [1.11.35a] 2023/12/31 13:28:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:27: leave GameStage [1.11.35a] 2023/12/31 13:28:27: drop GameStage [1.11.35a] 2023/12/31 13:28:27: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:28:27: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:28:27: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:27: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:28:27: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:28:27: enter RegionStage [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:29: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:28:29: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:28:29: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:28:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:30: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:28:30: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:28:30: bind GameStage [1.11.35a] 2023/12/31 13:28:30: prepare GameStage [1.11.35a] 2023/12/31 13:28:30: enter GameStage [1.11.35a] 2023/12/31 13:28:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:38: leave GameStage [1.11.35a] 2023/12/31 13:28:39: drop GameStage [1.11.35a] 2023/12/31 13:28:39: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:28:39: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:28:39: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:39: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:28:39: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:28:39: enter RegionStage [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:40: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:28:40: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:28:40: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:28:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:28:41: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:28:41: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:28:41: bind GameStage [1.11.35a] 2023/12/31 13:28:41: prepare GameStage [1.11.35a] 2023/12/31 13:28:41: enter GameStage [1.11.35a] 2023/12/31 13:28:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:28:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:33:13: instance ODY= [1.11.35a] 2023/12/31 13:33:13: bind RankStage [1.11.35a] 2023/12/31 13:33:13: prepare RankStage [1.11.35a] 2023/12/31 13:33:13: enter RankStage [1.11.35a] 2023/12/31 13:33:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:33:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:33:29: leave RankStage [1.11.35a] 2023/12/31 13:33:29: drop RankStage [1.11.35a] 2023/12/31 13:33:29: enter GameStage [1.11.35a] 2023/12/31 13:33:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:33:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:33:54: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:33:54: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:33:54: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:33:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:33:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:33:55: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:33:55: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:33:55: enter GameStage [1.11.35a] 2023/12/31 13:33:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:33:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:35:38: leave GameStage [1.11.35a] 2023/12/31 13:35:38: drop GameStage [1.11.35a] 2023/12/31 13:35:38: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:35:38: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:35:38: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:35:38: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:35:38: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:35:38: enter RegionStage [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:35:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:35:44: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:35:44: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:35:44: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:35:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:35:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:35:44: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:35:44: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:35:44: bind GameStage [1.11.35a] 2023/12/31 13:35:44: prepare GameStage [1.11.35a] 2023/12/31 13:35:44: enter GameStage [1.11.35a] 2023/12/31 13:35:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:35:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:00: leave GameStage [1.11.35a] 2023/12/31 13:36:00: drop GameStage [1.11.35a] 2023/12/31 13:36:00: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:36:00: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:36:00: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:00: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:36:00: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:36:00: enter RegionStage [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:02: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:36:02: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:36:02: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:36:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:02: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:36:02: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:36:02: bind GameStage [1.11.35a] 2023/12/31 13:36:02: prepare GameStage [1.11.35a] 2023/12/31 13:36:02: enter GameStage [1.11.35a] 2023/12/31 13:36:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:05: leave GameStage [1.11.35a] 2023/12/31 13:36:05: drop GameStage [1.11.35a] 2023/12/31 13:36:05: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:36:05: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:36:05: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:05: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:36:05: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:36:05: enter RegionStage [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:07: bind LoadWaitingStage [1.11.35a] 2023/12/31 13:36:07: prepare LoadWaitingStage [1.11.35a] 2023/12/31 13:36:07: enter LoadWaitingStage [1.11.35a] 2023/12/31 13:36:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:36:07: leave LoadWaitingStage [1.11.35a] 2023/12/31 13:36:07: drop LoadWaitingStage [1.11.35a] 2023/12/31 13:36:07: bind GameStage [1.11.35a] 2023/12/31 13:36:07: prepare GameStage [1.11.35a] 2023/12/31 13:36:07: enter GameStage [1.11.35a] 2023/12/31 13:36:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:36:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:41:06: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:41:06: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:41:06: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:41:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:41:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:41:06: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:41:06: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:41:06: enter GameStage [1.11.35a] 2023/12/31 13:41:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:41:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:41:40: bind CityInfoStage [1.11.35a] 2023/12/31 13:41:40: prepare CityInfoStage [1.11.35a] 2023/12/31 13:41:40: enter CityInfoStage [1.11.35a] 2023/12/31 13:41:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:41:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:41:43: leave CityInfoStage [1.11.35a] 2023/12/31 13:41:43: drop CityInfoStage [1.11.35a] 2023/12/31 13:41:43: enter GameStage [1.11.35a] 2023/12/31 13:41:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:41:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:42:32: bind CityInfoStage [1.11.35a] 2023/12/31 13:42:32: prepare CityInfoStage [1.11.35a] 2023/12/31 13:42:32: enter CityInfoStage [1.11.35a] 2023/12/31 13:42:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:42:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:42:33: leave CityInfoStage [1.11.35a] 2023/12/31 13:42:33: drop CityInfoStage [1.11.35a] 2023/12/31 13:42:33: enter GameStage [1.11.35a] 2023/12/31 13:42:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:42:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:44:25: bind CityInfoStage [1.11.35a] 2023/12/31 13:44:25: prepare CityInfoStage [1.11.35a] 2023/12/31 13:44:25: enter CityInfoStage [1.11.35a] 2023/12/31 13:44:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:44:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:44:25: leave CityInfoStage [1.11.35a] 2023/12/31 13:44:25: drop CityInfoStage [1.11.35a] 2023/12/31 13:44:25: enter GameStage [1.11.35a] 2023/12/31 13:44:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:44:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:00: bind CityInfoStage [1.11.35a] 2023/12/31 13:45:00: prepare CityInfoStage [1.11.35a] 2023/12/31 13:45:00: enter CityInfoStage [1.11.35a] 2023/12/31 13:45:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:01: leave CityInfoStage [1.11.35a] 2023/12/31 13:45:01: drop CityInfoStage [1.11.35a] 2023/12/31 13:45:01: enter GameStage [1.11.35a] 2023/12/31 13:45:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:29: bind CityInfoStage [1.11.35a] 2023/12/31 13:45:29: prepare CityInfoStage [1.11.35a] 2023/12/31 13:45:29: enter CityInfoStage [1.11.35a] 2023/12/31 13:45:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:30: leave CityInfoStage [1.11.35a] 2023/12/31 13:45:30: drop CityInfoStage [1.11.35a] 2023/12/31 13:45:30: enter GameStage [1.11.35a] 2023/12/31 13:45:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:45: bind CityInfoStage [1.11.35a] 2023/12/31 13:45:45: prepare CityInfoStage [1.11.35a] 2023/12/31 13:45:45: enter CityInfoStage [1.11.35a] 2023/12/31 13:45:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:45:46: leave CityInfoStage [1.11.35a] 2023/12/31 13:45:46: drop CityInfoStage [1.11.35a] 2023/12/31 13:45:46: enter GameStage [1.11.35a] 2023/12/31 13:45:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:45:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:46:10: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:46:10: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:46:10: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:46:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:46:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:46:10: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:46:10: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:46:10: enter GameStage [1.11.35a] 2023/12/31 13:46:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:46:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:48:48: bind CityInfoStage [1.11.35a] 2023/12/31 13:48:48: prepare CityInfoStage [1.11.35a] 2023/12/31 13:48:48: enter CityInfoStage [1.11.35a] 2023/12/31 13:48:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:48:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:48:49: leave CityInfoStage [1.11.35a] 2023/12/31 13:48:49: drop CityInfoStage [1.11.35a] 2023/12/31 13:48:49: enter GameStage [1.11.35a] 2023/12/31 13:48:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:48:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:51:10: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:51:10: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:51:10: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:51:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:51:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:51:10: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:51:10: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:51:10: enter GameStage [1.11.35a] 2023/12/31 13:51:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:51:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:53:38: bind CityInfoStage [1.11.35a] 2023/12/31 13:53:38: prepare CityInfoStage [1.11.35a] 2023/12/31 13:53:38: enter CityInfoStage [1.11.35a] 2023/12/31 13:53:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:53:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:53:39: leave CityInfoStage [1.11.35a] 2023/12/31 13:53:39: drop CityInfoStage [1.11.35a] 2023/12/31 13:53:39: enter GameStage [1.11.35a] 2023/12/31 13:53:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:53:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:56:10: bind SaveWaitingStage [1.11.35a] 2023/12/31 13:56:10: prepare SaveWaitingStage [1.11.35a] 2023/12/31 13:56:10: enter SaveWaitingStage [1.11.35a] 2023/12/31 13:56:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:56:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:56:10: leave SaveWaitingStage [1.11.35a] 2023/12/31 13:56:10: drop SaveWaitingStage [1.11.35a] 2023/12/31 13:56:10: enter GameStage [1.11.35a] 2023/12/31 13:56:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:56:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:56:55: instance ODg= [1.11.35a] 2023/12/31 13:56:56: bind RankStage [1.11.35a] 2023/12/31 13:56:56: prepare RankStage [1.11.35a] 2023/12/31 13:56:56: enter RankStage [1.11.35a] 2023/12/31 13:56:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:56:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:57:00: leave RankStage [1.11.35a] 2023/12/31 13:57:00: drop RankStage [1.11.35a] 2023/12/31 13:57:00: enter GameStage [1.11.35a] 2023/12/31 13:57:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:57:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:58:23: bind CityInfoStage [1.11.35a] 2023/12/31 13:58:23: prepare CityInfoStage [1.11.35a] 2023/12/31 13:58:23: enter CityInfoStage [1.11.35a] 2023/12/31 13:58:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:58:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:58:23: leave CityInfoStage [1.11.35a] 2023/12/31 13:58:23: drop CityInfoStage [1.11.35a] 2023/12/31 13:58:23: enter GameStage [1.11.35a] 2023/12/31 13:58:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:58:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:59:21: instance OTg= [1.11.35a] 2023/12/31 13:59:25: bind FullPageOfferStage [1.11.35a] 2023/12/31 13:59:25: prepare FullPageOfferStage [1.11.35a] 2023/12/31 13:59:25: enter FullPageOfferStage [1.11.35a] 2023/12/31 13:59:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:59:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:59:33: leave FullPageOfferStage [1.11.35a] 2023/12/31 13:59:33: drop FullPageOfferStage [1.11.35a] 2023/12/31 13:59:33: enter GameStage [1.11.35a] 2023/12/31 13:59:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:59:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:59:40: bind IronSrc [1.11.35a] 2023/12/31 13:59:40: prepare IronSrc [1.11.35a] 2023/12/31 13:59:40: enter IronSrc [1.11.35a] 2023/12/31 13:59:40: leave IronSrc [1.11.35a] 2023/12/31 13:59:40: drop IronSrc [1.11.35a] 2023/12/31 13:59:40: enter GameStage [1.11.35a] 2023/12/31 13:59:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 13:59:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 13:59:40: pause app [1.11.35a] 2023/12/31 14:00:28: enter app [1.11.35a] 2023/12/31 14:00:28: resume app [1.11.35a] 2023/12/31 14:00:28: resume -> enter GameStage [1.11.35a] 2023/12/31 14:00:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:00:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:01:03: bind CityInfoStage [1.11.35a] 2023/12/31 14:01:03: prepare CityInfoStage [1.11.35a] 2023/12/31 14:01:03: enter CityInfoStage [1.11.35a] 2023/12/31 14:01:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:01:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:01:04: leave CityInfoStage [1.11.35a] 2023/12/31 14:01:04: drop CityInfoStage [1.11.35a] 2023/12/31 14:01:04: enter GameStage [1.11.35a] 2023/12/31 14:01:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:01:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:02:09: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:02:09: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:02:09: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:02:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:02:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:02:10: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:02:10: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:02:10: enter GameStage [1.11.35a] 2023/12/31 14:02:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:02:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:02:27: bind CityInfoStage [1.11.35a] 2023/12/31 14:02:27: prepare CityInfoStage [1.11.35a] 2023/12/31 14:02:27: enter CityInfoStage [1.11.35a] 2023/12/31 14:02:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:02:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:02:27: leave CityInfoStage [1.11.35a] 2023/12/31 14:02:27: drop CityInfoStage [1.11.35a] 2023/12/31 14:02:27: enter GameStage [1.11.35a] 2023/12/31 14:02:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:02:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:04:09: bind CityInfoStage [1.11.35a] 2023/12/31 14:04:09: prepare CityInfoStage [1.11.35a] 2023/12/31 14:04:09: enter CityInfoStage [1.11.35a] 2023/12/31 14:04:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:04:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:04:09: leave CityInfoStage [1.11.35a] 2023/12/31 14:04:09: drop CityInfoStage [1.11.35a] 2023/12/31 14:04:09: enter GameStage [1.11.35a] 2023/12/31 14:04:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:04:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:01: instance MTAw [1.11.35a] 2023/12/31 14:07:01: bind RankStage [1.11.35a] 2023/12/31 14:07:01: prepare RankStage [1.11.35a] 2023/12/31 14:07:01: enter RankStage [1.11.35a] 2023/12/31 14:07:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:04: leave RankStage [1.11.35a] 2023/12/31 14:07:04: drop RankStage [1.11.35a] 2023/12/31 14:07:04: enter GameStage [1.11.35a] 2023/12/31 14:07:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:08: bind CityInfoStage [1.11.35a] 2023/12/31 14:07:08: prepare CityInfoStage [1.11.35a] 2023/12/31 14:07:08: enter CityInfoStage [1.11.35a] 2023/12/31 14:07:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:09: bind RankStage [1.11.35a] 2023/12/31 14:07:09: prepare RankStage [1.11.35a] 2023/12/31 14:07:09: enter RankStage [1.11.35a] 2023/12/31 14:07:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:12: leave RankStage [1.11.35a] 2023/12/31 14:07:12: drop RankStage [1.11.35a] 2023/12/31 14:07:12: enter CityInfoStage [1.11.35a] 2023/12/31 14:07:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:13: bind RankStage [1.11.35a] 2023/12/31 14:07:13: prepare RankStage [1.11.35a] 2023/12/31 14:07:13: enter RankStage [1.11.35a] 2023/12/31 14:07:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:16: leave RankStage [1.11.35a] 2023/12/31 14:07:16: drop RankStage [1.11.35a] 2023/12/31 14:07:16: enter CityInfoStage [1.11.35a] 2023/12/31 14:07:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:17: leave CityInfoStage [1.11.35a] 2023/12/31 14:07:17: drop CityInfoStage [1.11.35a] 2023/12/31 14:07:17: enter GameStage [1.11.35a] 2023/12/31 14:07:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:18: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:07:18: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:07:18: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:07:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:07:18: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:07:18: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:07:18: enter GameStage [1.11.35a] 2023/12/31 14:07:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:07:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:12:05: bind CityInfoStage [1.11.35a] 2023/12/31 14:12:05: prepare CityInfoStage [1.11.35a] 2023/12/31 14:12:05: enter CityInfoStage [1.11.35a] 2023/12/31 14:12:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:12:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:12:07: leave CityInfoStage [1.11.35a] 2023/12/31 14:12:07: drop CityInfoStage [1.11.35a] 2023/12/31 14:12:07: enter GameStage [1.11.35a] 2023/12/31 14:12:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:12:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:12:18: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:12:18: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:12:18: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:12:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:12:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:12:18: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:12:18: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:12:18: enter GameStage [1.11.35a] 2023/12/31 14:12:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:12:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:13:29: instance MTAy [1.11.35a] 2023/12/31 14:13:29: bind RankStage [1.11.35a] 2023/12/31 14:13:29: prepare RankStage [1.11.35a] 2023/12/31 14:13:29: enter RankStage [1.11.35a] 2023/12/31 14:13:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:13:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:13:39: leave RankStage [1.11.35a] 2023/12/31 14:13:39: drop RankStage [1.11.35a] 2023/12/31 14:13:39: enter GameStage [1.11.35a] 2023/12/31 14:13:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:13:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:17:26: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:17:26: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:17:26: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:17:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:17:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:17:26: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:17:26: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:17:26: enter GameStage [1.11.35a] 2023/12/31 14:17:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:17:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:18:47: pause app [1.11.35a] 2023/12/31 14:26:34: enter app [1.11.35a] 2023/12/31 14:26:34: resume app [1.11.35a] 2023/12/31 14:26:34: resume -> enter GameStage [1.11.35a] 2023/12/31 14:26:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:26:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:26:36: pause app [1.11.35a] 2023/12/31 14:26:37: enter app [1.11.35a] 2023/12/31 14:26:37: resume app [1.11.35a] 2023/12/31 14:26:37: resume -> enter GameStage [1.11.35a] 2023/12/31 14:26:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:26:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:26:37: pause app [1.11.35a] 2023/12/31 14:26:38: enter app [1.11.35a] 2023/12/31 14:26:38: resume app [1.11.35a] 2023/12/31 14:26:38: resume -> enter GameStage [1.11.35a] 2023/12/31 14:26:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:26:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:26:44: bind CityInfoStage [1.11.35a] 2023/12/31 14:26:44: prepare CityInfoStage [1.11.35a] 2023/12/31 14:26:44: enter CityInfoStage [1.11.35a] 2023/12/31 14:26:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:26:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:26:45: leave CityInfoStage [1.11.35a] 2023/12/31 14:26:45: drop CityInfoStage [1.11.35a] 2023/12/31 14:26:45: enter GameStage [1.11.35a] 2023/12/31 14:26:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:26:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:28:56: bind CityInfoStage [1.11.35a] 2023/12/31 14:28:56: prepare CityInfoStage [1.11.35a] 2023/12/31 14:28:56: enter CityInfoStage [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:28:56: refresh [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:28:56: leave CityInfoStage [1.11.35a] 2023/12/31 14:28:56: drop CityInfoStage [1.11.35a] 2023/12/31 14:28:56: enter GameStage [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:28:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:29:05: bind CityInfoStage [1.11.35a] 2023/12/31 14:29:05: prepare CityInfoStage [1.11.35a] 2023/12/31 14:29:05: enter CityInfoStage [1.11.35a] 2023/12/31 14:29:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:29:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:29:05: refresh [1.11.35a] 2023/12/31 14:29:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:29:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:29:06: leave CityInfoStage [1.11.35a] 2023/12/31 14:29:06: drop CityInfoStage [1.11.35a] 2023/12/31 14:29:06: enter GameStage [1.11.35a] 2023/12/31 14:29:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:29:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:29:40: bind CityInfoStage [1.11.35a] 2023/12/31 14:29:40: prepare CityInfoStage [1.11.35a] 2023/12/31 14:29:40: enter CityInfoStage [1.11.35a] 2023/12/31 14:29:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:29:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:29:41: leave CityInfoStage [1.11.35a] 2023/12/31 14:29:41: drop CityInfoStage [1.11.35a] 2023/12/31 14:29:41: enter GameStage [1.11.35a] 2023/12/31 14:29:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:29:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:30:39: instance MTA0 [1.11.35a] 2023/12/31 14:30:39: bind RankStage [1.11.35a] 2023/12/31 14:30:39: prepare RankStage [1.11.35a] 2023/12/31 14:30:39: enter RankStage [1.11.35a] 2023/12/31 14:30:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:30:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:30:43: leave RankStage [1.11.35a] 2023/12/31 14:30:43: drop RankStage [1.11.35a] 2023/12/31 14:30:43: enter GameStage [1.11.35a] 2023/12/31 14:30:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:30:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:31:36: pause app [1.11.35a] 2023/12/31 14:35:59: enter app [1.11.35a] 2023/12/31 14:35:59: resume app [1.11.35a] 2023/12/31 14:35:59: resume -> enter GameStage [1.11.35a] 2023/12/31 14:35:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:35:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:36:08: pause app [1.11.35a] 2023/12/31 14:36:49: enter app [1.11.35a] 2023/12/31 14:36:49: resume app [1.11.35a] 2023/12/31 14:36:49: resume -> enter GameStage [1.11.35a] 2023/12/31 14:36:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:36:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:38:34: bind CityInfoStage [1.11.35a] 2023/12/31 14:38:34: prepare CityInfoStage [1.11.35a] 2023/12/31 14:38:34: enter CityInfoStage [1.11.35a] 2023/12/31 14:38:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:38:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:38:35: leave CityInfoStage [1.11.35a] 2023/12/31 14:38:35: drop CityInfoStage [1.11.35a] 2023/12/31 14:38:35: enter GameStage [1.11.35a] 2023/12/31 14:38:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:38:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:41:47: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:41:47: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:41:47: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:41:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:41:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:41:47: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:41:47: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:41:47: enter GameStage [1.11.35a] 2023/12/31 14:41:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:41:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:42:51: bind CityInfoStage [1.11.35a] 2023/12/31 14:42:51: prepare CityInfoStage [1.11.35a] 2023/12/31 14:42:51: enter CityInfoStage [1.11.35a] 2023/12/31 14:42:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:42:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:42:52: leave CityInfoStage [1.11.35a] 2023/12/31 14:42:52: drop CityInfoStage [1.11.35a] 2023/12/31 14:42:52: enter GameStage [1.11.35a] 2023/12/31 14:42:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:42:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:43:35: bind CityInfoStage [1.11.35a] 2023/12/31 14:43:35: prepare CityInfoStage [1.11.35a] 2023/12/31 14:43:35: enter CityInfoStage [1.11.35a] 2023/12/31 14:43:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:43:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:43:36: leave CityInfoStage [1.11.35a] 2023/12/31 14:43:36: drop CityInfoStage [1.11.35a] 2023/12/31 14:43:36: enter GameStage [1.11.35a] 2023/12/31 14:43:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:43:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:45:13: bind CityInfoStage [1.11.35a] 2023/12/31 14:45:13: prepare CityInfoStage [1.11.35a] 2023/12/31 14:45:13: enter CityInfoStage [1.11.35a] 2023/12/31 14:45:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:45:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:45:13: leave CityInfoStage [1.11.35a] 2023/12/31 14:45:13: drop CityInfoStage [1.11.35a] 2023/12/31 14:45:13: enter GameStage [1.11.35a] 2023/12/31 14:45:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:45:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:45:51: instance MTA2 [1.11.35a] 2023/12/31 14:45:51: bind RankStage [1.11.35a] 2023/12/31 14:45:51: prepare RankStage [1.11.35a] 2023/12/31 14:45:51: enter RankStage [1.11.35a] 2023/12/31 14:45:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:45:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:46:04: leave RankStage [1.11.35a] 2023/12/31 14:46:04: drop RankStage [1.11.35a] 2023/12/31 14:46:04: enter GameStage [1.11.35a] 2023/12/31 14:46:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:46:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:04: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:47:04: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:47:04: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:47:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:04: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:47:04: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:47:04: enter GameStage [1.11.35a] 2023/12/31 14:47:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:50: bind CityInfoStage [1.11.35a] 2023/12/31 14:47:50: prepare CityInfoStage [1.11.35a] 2023/12/31 14:47:50: enter CityInfoStage [1.11.35a] 2023/12/31 14:47:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:51: leave CityInfoStage [1.11.35a] 2023/12/31 14:47:51: drop CityInfoStage [1.11.35a] 2023/12/31 14:47:51: enter GameStage [1.11.35a] 2023/12/31 14:47:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:53: bind CityInfoStage [1.11.35a] 2023/12/31 14:47:53: prepare CityInfoStage [1.11.35a] 2023/12/31 14:47:53: enter CityInfoStage [1.11.35a] 2023/12/31 14:47:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:47:54: leave CityInfoStage [1.11.35a] 2023/12/31 14:47:54: drop CityInfoStage [1.11.35a] 2023/12/31 14:47:54: enter GameStage [1.11.35a] 2023/12/31 14:47:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:47:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:52:05: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:52:05: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:52:05: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:52:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:52:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:52:05: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:52:05: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:52:05: enter GameStage [1.11.35a] 2023/12/31 14:52:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:52:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:54:10: bind CityInfoStage [1.11.35a] 2023/12/31 14:54:10: prepare CityInfoStage [1.11.35a] 2023/12/31 14:54:10: enter CityInfoStage [1.11.35a] 2023/12/31 14:54:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:54:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:54:15: leave CityInfoStage [1.11.35a] 2023/12/31 14:54:15: drop CityInfoStage [1.11.35a] 2023/12/31 14:54:15: enter GameStage [1.11.35a] 2023/12/31 14:54:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:54:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:55:00: bind CityInfoStage [1.11.35a] 2023/12/31 14:55:00: prepare CityInfoStage [1.11.35a] 2023/12/31 14:55:00: enter CityInfoStage [1.11.35a] 2023/12/31 14:55:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:55:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:55:00: leave CityInfoStage [1.11.35a] 2023/12/31 14:55:00: drop CityInfoStage [1.11.35a] 2023/12/31 14:55:00: enter GameStage [1.11.35a] 2023/12/31 14:55:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:55:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:57:13: bind SaveWaitingStage [1.11.35a] 2023/12/31 14:57:13: prepare SaveWaitingStage [1.11.35a] 2023/12/31 14:57:13: enter SaveWaitingStage [1.11.35a] 2023/12/31 14:57:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:57:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:57:13: leave SaveWaitingStage [1.11.35a] 2023/12/31 14:57:13: drop SaveWaitingStage [1.11.35a] 2023/12/31 14:57:13: enter GameStage [1.11.35a] 2023/12/31 14:57:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:57:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:58:49: instance MTA4 [1.11.35a] 2023/12/31 14:58:49: bind RankStage [1.11.35a] 2023/12/31 14:58:49: prepare RankStage [1.11.35a] 2023/12/31 14:58:49: enter RankStage [1.11.35a] 2023/12/31 14:58:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:58:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:58:51: leave RankStage [1.11.35a] 2023/12/31 14:58:51: drop RankStage [1.11.35a] 2023/12/31 14:58:51: enter GameStage [1.11.35a] 2023/12/31 14:58:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:58:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:59:28: bind CityInfoStage [1.11.35a] 2023/12/31 14:59:28: prepare CityInfoStage [1.11.35a] 2023/12/31 14:59:28: enter CityInfoStage [1.11.35a] 2023/12/31 14:59:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:59:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 14:59:31: leave CityInfoStage [1.11.35a] 2023/12/31 14:59:31: drop CityInfoStage [1.11.35a] 2023/12/31 14:59:31: enter GameStage [1.11.35a] 2023/12/31 14:59:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 14:59:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:01:39: instance MTEw [1.11.35a] 2023/12/31 15:01:51: bind CityInfoStage [1.11.35a] 2023/12/31 15:01:51: prepare CityInfoStage [1.11.35a] 2023/12/31 15:01:51: enter CityInfoStage [1.11.35a] 2023/12/31 15:01:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:01:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:01:51: leave CityInfoStage [1.11.35a] 2023/12/31 15:01:51: drop CityInfoStage [1.11.35a] 2023/12/31 15:01:51: enter GameStage [1.11.35a] 2023/12/31 15:01:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:01:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:02:19: bind SaveWaitingStage [1.11.35a] 2023/12/31 15:02:19: prepare SaveWaitingStage [1.11.35a] 2023/12/31 15:02:19: enter SaveWaitingStage [1.11.35a] 2023/12/31 15:02:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:02:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:02:19: leave SaveWaitingStage [1.11.35a] 2023/12/31 15:02:19: drop SaveWaitingStage [1.11.35a] 2023/12/31 15:02:19: enter GameStage [1.11.35a] 2023/12/31 15:02:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:02:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:03:05: bind CityInfoStage [1.11.35a] 2023/12/31 15:03:05: prepare CityInfoStage [1.11.35a] 2023/12/31 15:03:05: enter CityInfoStage [1.11.35a] 2023/12/31 15:03:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:03:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:03:05: leave CityInfoStage [1.11.35a] 2023/12/31 15:03:05: drop CityInfoStage [1.11.35a] 2023/12/31 15:03:05: enter GameStage [1.11.35a] 2023/12/31 15:03:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:03:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:05:19: instance MTEy [1.11.35a] 2023/12/31 15:05:29: bind CityInfoStage [1.11.35a] 2023/12/31 15:05:29: prepare CityInfoStage [1.11.35a] 2023/12/31 15:05:29: enter CityInfoStage [1.11.35a] 2023/12/31 15:05:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:05:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:05:34: leave CityInfoStage [1.11.35a] 2023/12/31 15:05:34: drop CityInfoStage [1.11.35a] 2023/12/31 15:05:34: enter GameStage [1.11.35a] 2023/12/31 15:05:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:05:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:07:24: bind SaveWaitingStage [1.11.35a] 2023/12/31 15:07:24: prepare SaveWaitingStage [1.11.35a] 2023/12/31 15:07:24: enter SaveWaitingStage [1.11.35a] 2023/12/31 15:07:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:07:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:07:24: leave SaveWaitingStage [1.11.35a] 2023/12/31 15:07:24: drop SaveWaitingStage [1.11.35a] 2023/12/31 15:07:24: enter GameStage [1.11.35a] 2023/12/31 15:07:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:07:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:08:44: pause app [1.11.35a] 2023/12/31 15:08:56: enter app [1.11.35a] 2023/12/31 15:08:56: resume app [1.11.35a] 2023/12/31 15:08:56: resume -> enter GameStage [1.11.35a] 2023/12/31 15:08:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:08:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:09:42: instance MTE0 [1.11.35a] 2023/12/31 15:09:48: instance MTE2 [1.11.35a] 2023/12/31 15:09:48: bind RankStage [1.11.35a] 2023/12/31 15:09:48: prepare RankStage [1.11.35a] 2023/12/31 15:09:48: enter RankStage [1.11.35a] 2023/12/31 15:09:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:09:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:09:53: leave RankStage [1.11.35a] 2023/12/31 15:09:53: drop RankStage [1.11.35a] 2023/12/31 15:09:53: enter GameStage [1.11.35a] 2023/12/31 15:09:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:09:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:10:55: bind Store [1.11.35a] 2023/12/31 15:10:55: prepare Store [1.11.35a] 2023/12/31 15:10:55: enter Store [1.11.35a] 2023/12/31 15:10:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:10:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:10:57: leave Store [1.11.35a] 2023/12/31 15:10:57: drop Store [1.11.35a] 2023/12/31 15:10:57: enter GameStage [1.11.35a] 2023/12/31 15:10:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:10:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:11:00: bind CityInfoStage [1.11.35a] 2023/12/31 15:11:00: prepare CityInfoStage [1.11.35a] 2023/12/31 15:11:00: enter CityInfoStage [1.11.35a] 2023/12/31 15:11:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:11:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:11:01: bind RankStage [1.11.35a] 2023/12/31 15:11:01: prepare RankStage [1.11.35a] 2023/12/31 15:11:01: enter RankStage [1.11.35a] 2023/12/31 15:11:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:11:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:11:03: leave RankStage [1.11.35a] 2023/12/31 15:11:03: drop RankStage [1.11.35a] 2023/12/31 15:11:03: drop CityInfoStage [1.11.35a] 2023/12/31 15:11:03: enter GameStage [1.11.35a] 2023/12/31 15:11:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:11:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:14:00: bind SaveWaitingStage [1.11.35a] 2023/12/31 15:14:00: prepare SaveWaitingStage [1.11.35a] 2023/12/31 15:14:00: enter SaveWaitingStage [1.11.35a] 2023/12/31 15:14:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:14:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:14:00: leave SaveWaitingStage [1.11.35a] 2023/12/31 15:14:00: drop SaveWaitingStage [1.11.35a] 2023/12/31 15:14:00: enter GameStage [1.11.35a] 2023/12/31 15:14:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:14:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:16:10: instance MTE4 [1.11.35a] 2023/12/31 15:17:30: instance MTIw [1.11.35a] 2023/12/31 15:18:07: pause app [1.11.35a] 2023/12/31 15:26:08: enter app [1.11.35a] 2023/12/31 15:26:08: resume app [1.11.35a] 2023/12/31 15:26:08: resume -> enter GameStage [1.11.35a] 2023/12/31 15:26:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 15:26:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 15:26:12: pause app [1.11.35a] 2023/12/31 16:24:27: Startup [1.11.35a] 2023/12/31 16:24:27: create() cold start [1.11.35a] 2023/12/31 16:24:27: translation es_MX [1.11.35a] 2023/12/31 16:24:27: instance MTIw [1.11.35a] 2023/12/31 16:24:28: create() finish [1.11.35a] 2023/12/31 16:24:28: create() end [1.11.35a] 2023/12/31 16:24:28: resume app [1.11.35a] 2023/12/31 16:24:28: refresh [1.11.35a] 2023/12/31 16:24:28: bind LoadingStage [1.11.35a] 2023/12/31 16:24:28: prepare LoadingStage [1.11.35a] 2023/12/31 16:24:28: enter LoadingStage [1.11.35a] 2023/12/31 16:24:28: loading Warm-up [1.11.35a] 2023/12/31 16:24:28: loading Startup [1.11.35a] 2023/12/31 16:24:28: Max texture size 8192 [1.11.35a] 2023/12/31 16:24:28: Max heap size is 512MB [1.11.35a] 2023/12/31 16:24:28: Engine consumes 11MB [1.11.35a] 2023/12/31 16:24:28: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2023/12/31 16:24:28: loading Texture [1.11.35a] 2023/12/31 16:24:28: loading Fonts [1.11.35a] 2023/12/31 16:24:29: loading Skin [1.11.35a] 2023/12/31 16:24:29: loading Extract files [1.11.35a] 2023/12/31 16:24:29: loading Frames [1.11.35a] 2023/12/31 16:24:29: loading Scripting [1.11.35a] 2023/12/31 16:24:29: loading Collecting drafts [1.11.35a] 2023/12/31 16:24:32: loading Prefetching images [1.11.35a] 2023/12/31 16:24:32: loading Loading drafts [1.11.35a] 2023/12/31 16:24:33: loading Finishing drafts [1.11.35a] 2023/12/31 16:24:34: loading Loading music [1.11.35a] 2023/12/31 16:24:34: loading Shaders [1.11.35a] 2023/12/31 16:24:34: loading Topics [1.11.35a] 2023/12/31 16:24:34: loading Loading textures [1.11.35a] 2023/12/31 16:24:36: loading Checking winter [1.11.35a] 2023/12/31 16:24:36: loading Preparing background [1.11.35a] 2023/12/31 16:24:36: loading Finishing [1.11.35a] 2023/12/31 16:24:36: leave LoadingStage [1.11.35a] 2023/12/31 16:24:36: drop LoadingStage [1.11.35a] 2023/12/31 16:24:36: bind PluginErrorStage [1.11.35a] 2023/12/31 16:24:36: prepare PluginErrorStage [1.11.35a] 2023/12/31 16:24:36: bind MissingManifestStage [1.11.35a] 2023/12/31 16:24:36: prepare MissingManifestStage [1.11.35a] 2023/12/31 16:24:36: bind WelcomeStage [1.11.35a] 2023/12/31 16:24:36: prepare WelcomeStage [1.11.35a] 2023/12/31 16:24:36: enter WelcomeStage [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:36: drop PluginErrorStage [1.11.35a] 2023/12/31 16:24:36: drop MissingManifestStage [1.11.35a] 2023/12/31 16:24:36: leave WelcomeStage [1.11.35a] 2023/12/31 16:24:36: drop WelcomeStage [1.11.35a] 2023/12/31 16:24:36: bind RegionStage [1.11.35a] 2023/12/31 16:24:36: prepare RegionStage [1.11.35a] 2023/12/31 16:24:36: enter RegionStage [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:37: instance MTE5 [1.11.35a] 2023/12/31 16:24:37: instance MTIw [1.11.35a] 2023/12/31 16:24:37: bind LoadWaitingStage [1.11.35a] 2023/12/31 16:24:37: prepare LoadWaitingStage [1.11.35a] 2023/12/31 16:24:37: enter LoadWaitingStage [1.11.35a] 2023/12/31 16:24:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:37: leave LoadWaitingStage [1.11.35a] 2023/12/31 16:24:37: drop LoadWaitingStage [1.11.35a] 2023/12/31 16:24:37: bind GameStage [1.11.35a] 2023/12/31 16:24:37: prepare GameStage [1.11.35a] 2023/12/31 16:24:37: enter GameStage [1.11.35a] 2023/12/31 16:24:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:24:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:24:51: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2023/12/31 16:24:51: Download
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 20 more
[1.11.35a] 2023/12/31 16:25:03: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2023/12/31 16:25:03: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2023/12/31 16:25:03: General
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2023/12/31 16:25:44: instance MTIy
[1.11.35a] 2023/12/31 16:26:53: instance MTI0 [1.11.35a] 2023/12/31 16:26:54: bind RankStage [1.11.35a] 2023/12/31 16:26:54: prepare RankStage [1.11.35a] 2023/12/31 16:26:54: enter RankStage [1.11.35a] 2023/12/31 16:26:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:26:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:26:57: leave RankStage [1.11.35a] 2023/12/31 16:26:57: drop RankStage [1.11.35a] 2023/12/31 16:26:57: enter GameStage [1.11.35a] 2023/12/31 16:26:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:26:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:27:42: instance MTI2 [1.11.35a] 2023/12/31 16:30:10: bind SaveWaitingStage [1.11.35a] 2023/12/31 16:30:10: prepare SaveWaitingStage [1.11.35a] 2023/12/31 16:30:10: enter SaveWaitingStage [1.11.35a] 2023/12/31 16:30:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:30:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:30:10: leave SaveWaitingStage [1.11.35a] 2023/12/31 16:30:10: drop SaveWaitingStage [1.11.35a] 2023/12/31 16:30:10: enter GameStage [1.11.35a] 2023/12/31 16:30:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:30:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:30:33: bind CityInfoStage [1.11.35a] 2023/12/31 16:30:33: prepare CityInfoStage [1.11.35a] 2023/12/31 16:30:33: enter CityInfoStage [1.11.35a] 2023/12/31 16:30:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:30:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:30:34: leave CityInfoStage [1.11.35a] 2023/12/31 16:30:34: drop CityInfoStage [1.11.35a] 2023/12/31 16:30:34: enter GameStage [1.11.35a] 2023/12/31 16:30:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:30:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:31:10: pause app [1.11.35a] 2023/12/31 16:52:08: enter app [1.11.35a] 2023/12/31 16:52:08: resume app [1.11.35a] 2023/12/31 16:52:08: resume -> enter GameStage [1.11.35a] 2023/12/31 16:52:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:52:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:52:32: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2023/12/31 16:53:28: instance MTI4
[1.11.35a] 2023/12/31 16:54:47: bind CityInfoStage [1.11.35a] 2023/12/31 16:54:47: prepare CityInfoStage [1.11.35a] 2023/12/31 16:54:47: enter CityInfoStage [1.11.35a] 2023/12/31 16:54:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:54:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:54:48: leave CityInfoStage [1.11.35a] 2023/12/31 16:54:48: drop CityInfoStage [1.11.35a] 2023/12/31 16:54:48: enter GameStage [1.11.35a] 2023/12/31 16:54:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 16:54:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 16:56:04: pause app [1.11.35a] 2023/12/31 17:02:24: enter app [1.11.35a] 2023/12/31 17:02:24: resume app [1.11.35a] 2023/12/31 17:02:24: resume -> enter GameStage [1.11.35a] 2023/12/31 17:02:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2023/12/31 17:02:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2023/12/31 17:02:48: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more [1.11.35a] 2023/12/31 17:03:12: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 12:36:41: loading Loading music [1.11.35a] 2024/01/01 12:36:41: loading Shaders [1.11.35a] 2024/01/01 12:36:41: loading Topics [1.11.35a] 2024/01/01 12:36:41: loading Loading textures [1.11.35a] 2024/01/01 12:36:43: loading Checking winter [1.11.35a] 2024/01/01 12:36:43: loading Preparing background [1.11.35a] 2024/01/01 12:36:43: loading Finishing [1.11.35a] 2024/01/01 12:36:43: leave LoadingStage [1.11.35a] 2024/01/01 12:36:43: drop LoadingStage [1.11.35a] 2024/01/01 12:36:43: bind PluginErrorStage [1.11.35a] 2024/01/01 12:36:43: prepare PluginErrorStage [1.11.35a] 2024/01/01 12:36:43: bind MissingManifestStage [1.11.35a] 2024/01/01 12:36:43: prepare MissingManifestStage [1.11.35a] 2024/01/01 12:36:43: bind WelcomeStage [1.11.35a] 2024/01/01 12:36:43: prepare WelcomeStage [1.11.35a] 2024/01/01 12:36:43: enter WelcomeStage [1.11.35a] 2024/01/01 12:36:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:43: drop PluginErrorStage [1.11.35a] 2024/01/01 12:36:43: drop MissingManifestStage [1.11.35a] 2024/01/01 12:36:43: leave WelcomeStage [1.11.35a] 2024/01/01 12:36:43: drop WelcomeStage [1.11.35a] 2024/01/01 12:36:43: bind RegionStage [1.11.35a] 2024/01/01 12:36:43: prepare RegionStage [1.11.35a] 2024/01/01 12:36:44: enter RegionStage [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:44: instance MTM1 [1.11.35a] 2024/01/01 12:36:44: instance MTM2 [1.11.35a] 2024/01/01 12:36:44: bind LoadWaitingStage [1.11.35a] 2024/01/01 12:36:44: prepare LoadWaitingStage [1.11.35a] 2024/01/01 12:36:44: enter LoadWaitingStage [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:45: leave LoadWaitingStage [1.11.35a] 2024/01/01 12:36:45: drop LoadWaitingStage [1.11.35a] 2024/01/01 12:36:45: bind GameStage [1.11.35a] 2024/01/01 12:36:45: prepare GameStage [1.11.35a] 2024/01/01 12:36:45: enter GameStage [1.11.35a] 2024/01/01 12:36:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:45: bind SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 12:36:45: prepare SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 12:36:45: enter SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 12:36:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:46: leave SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 12:36:46: drop SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 12:36:46: enter GameStage [1.11.35a] 2024/01/01 12:36:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:53: bind IronSrc [1.11.35a] 2024/01/01 12:36:53: prepare IronSrc [1.11.35a] 2024/01/01 12:36:53: enter IronSrc [1.11.35a] 2024/01/01 12:36:53: leave IronSrc [1.11.35a] 2024/01/01 12:36:53: drop IronSrc [1.11.35a] 2024/01/01 12:36:53: enter GameStage [1.11.35a] 2024/01/01 12:36:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:36:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:36:54: pause app [1.11.35a] 2024/01/01 12:38:24: enter app [1.11.35a] 2024/01/01 12:38:24: resume app [1.11.35a] 2024/01/01 12:38:24: resume -> enter GameStage [1.11.35a] 2024/01/01 12:38:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:38:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:39:10: pause app [1.11.35a] 2024/01/01 12:39:51: enter app [1.11.35a] 2024/01/01 12:39:51: resume app [1.11.35a] 2024/01/01 12:39:51: resume -> enter GameStage [1.11.35a] 2024/01/01 12:39:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:39:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:40:36: bind CityInfoStage [1.11.35a] 2024/01/01 12:40:36: prepare CityInfoStage [1.11.35a] 2024/01/01 12:40:36: enter CityInfoStage [1.11.35a] 2024/01/01 12:40:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:40:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:40:37: leave CityInfoStage [1.11.35a] 2024/01/01 12:40:37: drop CityInfoStage [1.11.35a] 2024/01/01 12:40:38: enter GameStage [1.11.35a] 2024/01/01 12:40:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:40:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:40:39: bind CityInfoStage [1.11.35a] 2024/01/01 12:40:39: prepare CityInfoStage [1.11.35a] 2024/01/01 12:40:39: enter CityInfoStage [1.11.35a] 2024/01/01 12:40:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:40:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:40:40: leave CityInfoStage [1.11.35a] 2024/01/01 12:40:40: drop CityInfoStage [1.11.35a] 2024/01/01 12:40:40: enter GameStage [1.11.35a] 2024/01/01 12:40:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:40:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:41:22: instance MTM4 [1.11.35a] 2024/01/01 12:41:23: instance MTQw [1.11.35a] 2024/01/01 12:41:52: bind CityInfoStage [1.11.35a] 2024/01/01 12:41:52: prepare CityInfoStage [1.11.35a] 2024/01/01 12:41:52: enter CityInfoStage [1.11.35a] 2024/01/01 12:41:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:41:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:41:52: refresh [1.11.35a] 2024/01/01 12:41:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:41:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:41:53: leave CityInfoStage [1.11.35a] 2024/01/01 12:41:53: drop CityInfoStage [1.11.35a] 2024/01/01 12:41:53: enter GameStage [1.11.35a] 2024/01/01 12:41:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:41:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:45:06: bind SaveWaitingStage [1.11.35a] 2024/01/01 12:45:06: prepare SaveWaitingStage [1.11.35a] 2024/01/01 12:45:06: enter SaveWaitingStage [1.11.35a] 2024/01/01 12:45:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:45:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:45:07: leave SaveWaitingStage [1.11.35a] 2024/01/01 12:45:07: drop SaveWaitingStage [1.11.35a] 2024/01/01 12:45:07: enter GameStage [1.11.35a] 2024/01/01 12:45:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:45:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:45:23: instance MTQy [1.11.35a] 2024/01/01 12:45:24: bind RankStage [1.11.35a] 2024/01/01 12:45:24: prepare RankStage [1.11.35a] 2024/01/01 12:45:24: enter RankStage [1.11.35a] 2024/01/01 12:45:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:45:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:45:25: leave RankStage [1.11.35a] 2024/01/01 12:45:25: drop RankStage [1.11.35a] 2024/01/01 12:45:25: enter GameStage [1.11.35a] 2024/01/01 12:45:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:45:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:48:20: bind CityInfoStage [1.11.35a] 2024/01/01 12:48:20: prepare CityInfoStage [1.11.35a] 2024/01/01 12:48:20: enter CityInfoStage [1.11.35a] 2024/01/01 12:48:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:48:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:48:21: leave CityInfoStage [1.11.35a] 2024/01/01 12:48:21: drop CityInfoStage [1.11.35a] 2024/01/01 12:48:21: enter GameStage [1.11.35a] 2024/01/01 12:48:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:48:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:48:50: bind CityInfoStage [1.11.35a] 2024/01/01 12:48:50: prepare CityInfoStage [1.11.35a] 2024/01/01 12:48:50: enter CityInfoStage [1.11.35a] 2024/01/01 12:48:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:48:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:48:53: leave CityInfoStage [1.11.35a] 2024/01/01 12:48:53: drop CityInfoStage [1.11.35a] 2024/01/01 12:48:53: enter GameStage [1.11.35a] 2024/01/01 12:48:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:48:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:48:59: bind CityInfoStage [1.11.35a] 2024/01/01 12:48:59: prepare CityInfoStage [1.11.35a] 2024/01/01 12:48:59: enter CityInfoStage [1.11.35a] 2024/01/01 12:48:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:48:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:49:04: leave CityInfoStage [1.11.35a] 2024/01/01 12:49:04: drop CityInfoStage [1.11.35a] 2024/01/01 12:49:04: enter GameStage [1.11.35a] 2024/01/01 12:49:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:49:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:50:14: bind SaveWaitingStage [1.11.35a] 2024/01/01 12:50:14: prepare SaveWaitingStage [1.11.35a] 2024/01/01 12:50:14: enter SaveWaitingStage [1.11.35a] 2024/01/01 12:50:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:50:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:50:15: leave SaveWaitingStage [1.11.35a] 2024/01/01 12:50:15: drop SaveWaitingStage [1.11.35a] 2024/01/01 12:50:15: enter GameStage [1.11.35a] 2024/01/01 12:50:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:50:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:24: bind CityInfoStage [1.11.35a] 2024/01/01 12:51:24: prepare CityInfoStage [1.11.35a] 2024/01/01 12:51:24: enter CityInfoStage [1.11.35a] 2024/01/01 12:51:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:26: leave CityInfoStage [1.11.35a] 2024/01/01 12:51:26: drop CityInfoStage [1.11.35a] 2024/01/01 12:51:26: enter GameStage [1.11.35a] 2024/01/01 12:51:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:38: instance MTQ0 [1.11.35a] 2024/01/01 12:51:38: bind RankStage [1.11.35a] 2024/01/01 12:51:38: prepare RankStage [1.11.35a] 2024/01/01 12:51:38: enter RankStage [1.11.35a] 2024/01/01 12:51:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:40: leave RankStage [1.11.35a] 2024/01/01 12:51:40: drop RankStage [1.11.35a] 2024/01/01 12:51:40: enter GameStage [1.11.35a] 2024/01/01 12:51:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:42: bind CityInfoStage [1.11.35a] 2024/01/01 12:51:42: prepare CityInfoStage [1.11.35a] 2024/01/01 12:51:42: enter CityInfoStage [1.11.35a] 2024/01/01 12:51:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:51:43: leave CityInfoStage [1.11.35a] 2024/01/01 12:51:43: drop CityInfoStage [1.11.35a] 2024/01/01 12:51:43: enter GameStage [1.11.35a] 2024/01/01 12:51:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:51:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:53:10: bind CityInfoStage [1.11.35a] 2024/01/01 12:53:10: prepare CityInfoStage [1.11.35a] 2024/01/01 12:53:10: enter CityInfoStage [1.11.35a] 2024/01/01 12:53:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:53:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:53:11: leave CityInfoStage [1.11.35a] 2024/01/01 12:53:11: drop CityInfoStage [1.11.35a] 2024/01/01 12:53:11: enter GameStage [1.11.35a] 2024/01/01 12:53:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:53:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:55:36: bind SaveWaitingStage [1.11.35a] 2024/01/01 12:55:36: prepare SaveWaitingStage [1.11.35a] 2024/01/01 12:55:36: enter SaveWaitingStage [1.11.35a] 2024/01/01 12:55:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:55:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:55:36: leave SaveWaitingStage [1.11.35a] 2024/01/01 12:55:36: drop SaveWaitingStage [1.11.35a] 2024/01/01 12:55:36: enter GameStage [1.11.35a] 2024/01/01 12:55:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:55:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:55:58: bind CityInfoStage [1.11.35a] 2024/01/01 12:55:58: prepare CityInfoStage [1.11.35a] 2024/01/01 12:55:58: enter CityInfoStage [1.11.35a] 2024/01/01 12:55:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:55:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:55:59: leave CityInfoStage [1.11.35a] 2024/01/01 12:55:59: drop CityInfoStage [1.11.35a] 2024/01/01 12:55:59: enter GameStage [1.11.35a] 2024/01/01 12:55:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:55:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:59:36: instance MTQ2 [1.11.35a] 2024/01/01 12:59:36: bind RankStage [1.11.35a] 2024/01/01 12:59:36: prepare RankStage [1.11.35a] 2024/01/01 12:59:36: enter RankStage [1.11.35a] 2024/01/01 12:59:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:59:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 12:59:41: leave RankStage [1.11.35a] 2024/01/01 12:59:41: drop RankStage [1.11.35a] 2024/01/01 12:59:41: enter GameStage [1.11.35a] 2024/01/01 12:59:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 12:59:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:00:25: pause app [1.11.35a] 2024/01/01 13:01:46: enter app [1.11.35a] 2024/01/01 13:01:46: resume app [1.11.35a] 2024/01/01 13:01:46: resume -> enter GameStage [1.11.35a] 2024/01/01 13:01:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:01:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:03:55: pause app [1.11.35a] 2024/01/01 13:04:50: enter app [1.11.35a] 2024/01/01 13:04:50: resume app [1.11.35a] 2024/01/01 13:04:50: resume -> enter GameStage [1.11.35a] 2024/01/01 13:04:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:04:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:05:40: pause app [1.11.35a] 2024/01/01 13:08:25: enter app [1.11.35a] 2024/01/01 13:08:25: resume app [1.11.35a] 2024/01/01 13:08:25: resume -> enter GameStage [1.11.35a] 2024/01/01 13:08:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:08:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:08:28: pause app [1.11.35a] 2024/01/01 13:08:36: enter app [1.11.35a] 2024/01/01 13:08:36: resume app [1.11.35a] 2024/01/01 13:08:36: resume -> enter GameStage [1.11.35a] 2024/01/01 13:08:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:08:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:09:18: pause app [1.11.35a] 2024/01/01 13:40:20: enter app [1.11.35a] 2024/01/01 13:40:20: resume app [1.11.35a] 2024/01/01 13:40:20: resume -> enter GameStage [1.11.35a] 2024/01/01 13:40:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:40:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:40:45: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 13:40:49: instance MTQ4
[1.11.35a] 2024/01/01 13:40:49: bind RankStage [1.11.35a] 2024/01/01 13:40:49: prepare RankStage [1.11.35a] 2024/01/01 13:40:49: enter RankStage [1.11.35a] 2024/01/01 13:40:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:40:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:40:58: leave RankStage [1.11.35a] 2024/01/01 13:40:58: drop RankStage [1.11.35a] 2024/01/01 13:40:58: enter GameStage [1.11.35a] 2024/01/01 13:40:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:40:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:24: bind CityInfoStage [1.11.35a] 2024/01/01 13:41:24: prepare CityInfoStage [1.11.35a] 2024/01/01 13:41:24: enter CityInfoStage [1.11.35a] 2024/01/01 13:41:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:25: leave CityInfoStage [1.11.35a] 2024/01/01 13:41:25: drop CityInfoStage [1.11.35a] 2024/01/01 13:41:25: enter GameStage [1.11.35a] 2024/01/01 13:41:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:32: bind CityInfoStage [1.11.35a] 2024/01/01 13:41:32: prepare CityInfoStage [1.11.35a] 2024/01/01 13:41:32: enter CityInfoStage [1.11.35a] 2024/01/01 13:41:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:33: leave CityInfoStage [1.11.35a] 2024/01/01 13:41:33: drop CityInfoStage [1.11.35a] 2024/01/01 13:41:33: enter GameStage [1.11.35a] 2024/01/01 13:41:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:38: bind CityInfoStage [1.11.35a] 2024/01/01 13:41:38: prepare CityInfoStage [1.11.35a] 2024/01/01 13:41:38: enter CityInfoStage [1.11.35a] 2024/01/01 13:41:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:41:40: leave CityInfoStage [1.11.35a] 2024/01/01 13:41:40: drop CityInfoStage [1.11.35a] 2024/01/01 13:41:40: enter GameStage [1.11.35a] 2024/01/01 13:41:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:41:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:43:56: pause app [1.11.35a] 2024/01/01 13:44:07: enter app [1.11.35a] 2024/01/01 13:44:07: resume app [1.11.35a] 2024/01/01 13:44:07: resume -> enter GameStage [1.11.35a] 2024/01/01 13:44:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:44:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:44:12: bind CityInfoStage [1.11.35a] 2024/01/01 13:44:12: prepare CityInfoStage [1.11.35a] 2024/01/01 13:44:12: enter CityInfoStage [1.11.35a] 2024/01/01 13:44:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:44:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:44:16: leave CityInfoStage [1.11.35a] 2024/01/01 13:44:16: drop CityInfoStage [1.11.35a] 2024/01/01 13:44:16: enter GameStage [1.11.35a] 2024/01/01 13:44:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:44:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:44:31: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 13:47:50: pause app
[1.11.35a] 2024/01/01 13:48:25: enter app [1.11.35a] 2024/01/01 13:48:25: resume app [1.11.35a] 2024/01/01 13:48:25: resume -> enter GameStage [1.11.35a] 2024/01/01 13:48:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:48:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:48:49: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 13:49:59: instance MTUw
[1.11.35a] 2024/01/01 13:49:59: bind RankStage [1.11.35a] 2024/01/01 13:49:59: prepare RankStage [1.11.35a] 2024/01/01 13:49:59: enter RankStage [1.11.35a] 2024/01/01 13:49:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:49:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:50:00: leave RankStage [1.11.35a] 2024/01/01 13:50:00: drop RankStage [1.11.35a] 2024/01/01 13:50:00: enter GameStage [1.11.35a] 2024/01/01 13:50:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:50:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:50:03: pause app [1.11.35a] 2024/01/01 13:50:25: enter app [1.11.35a] 2024/01/01 13:50:25: resume app [1.11.35a] 2024/01/01 13:50:25: resume -> enter GameStage [1.11.35a] 2024/01/01 13:50:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:50:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:50:30: pause app [1.11.35a] 2024/01/01 13:51:04: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 13:51:05: enter app
[1.11.35a] 2024/01/01 13:51:05: resume app [1.11.35a] 2024/01/01 13:51:05: resume -> enter GameStage [1.11.35a] 2024/01/01 13:51:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:51:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:51:05: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/01 13:51:06: prepare CityInfoStage [1.11.35a] 2024/01/01 13:51:06: enter CityInfoStage [1.11.35a] 2024/01/01 13:51:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:51:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:51:07: pause app [1.11.35a] 2024/01/01 13:52:25: enter app [1.11.35a] 2024/01/01 13:52:25: resume app [1.11.35a] 2024/01/01 13:52:25: resume -> enter CityInfoStage [1.11.35a] 2024/01/01 13:52:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:52:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:52:27: leave CityInfoStage [1.11.35a] 2024/01/01 13:52:27: drop CityInfoStage [1.11.35a] 2024/01/01 13:52:27: enter GameStage [1.11.35a] 2024/01/01 13:52:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:52:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:52:34: pause app [1.11.35a] 2024/01/01 13:52:49: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 13:57:25: enter app
[1.11.35a] 2024/01/01 13:57:25: resume app [1.11.35a] 2024/01/01 13:57:25: resume -> enter GameStage [1.11.35a] 2024/01/01 13:57:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 13:57:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 13:57:49: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 14:02:05: instance MTUy
[1.11.35a] 2024/01/01 14:02:06: instance MTU0 [1.11.35a] 2024/01/01 14:02:23: bind SaveWaitingStage [1.11.35a] 2024/01/01 14:02:23: prepare SaveWaitingStage [1.11.35a] 2024/01/01 14:02:23: enter SaveWaitingStage [1.11.35a] 2024/01/01 14:02:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:02:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:02:23: leave SaveWaitingStage [1.11.35a] 2024/01/01 14:02:23: drop SaveWaitingStage [1.11.35a] 2024/01/01 14:02:23: enter GameStage [1.11.35a] 2024/01/01 14:02:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:02:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:03:20: bind CityInfoStage [1.11.35a] 2024/01/01 14:03:20: prepare CityInfoStage [1.11.35a] 2024/01/01 14:03:20: enter CityInfoStage [1.11.35a] 2024/01/01 14:03:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:03:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:03:20: refresh [1.11.35a] 2024/01/01 14:03:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:03:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:03:21: leave CityInfoStage [1.11.35a] 2024/01/01 14:03:21: drop CityInfoStage [1.11.35a] 2024/01/01 14:03:21: enter GameStage [1.11.35a] 2024/01/01 14:03:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:03:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:03:51: instance MTU2 [1.11.35a] 2024/01/01 14:03:51: bind RankStage [1.11.35a] 2024/01/01 14:03:51: prepare RankStage [1.11.35a] 2024/01/01 14:03:51: enter RankStage [1.11.35a] 2024/01/01 14:03:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:03:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:03:53: leave RankStage [1.11.35a] 2024/01/01 14:03:53: drop RankStage [1.11.35a] 2024/01/01 14:03:53: enter GameStage [1.11.35a] 2024/01/01 14:03:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:03:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:05:49: bind CityInfoStage [1.11.35a] 2024/01/01 14:05:49: prepare CityInfoStage [1.11.35a] 2024/01/01 14:05:49: enter CityInfoStage [1.11.35a] 2024/01/01 14:05:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:05:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:05:50: refresh [1.11.35a] 2024/01/01 14:05:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:05:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:05:50: leave CityInfoStage [1.11.35a] 2024/01/01 14:05:50: drop CityInfoStage [1.11.35a] 2024/01/01 14:05:50: enter GameStage [1.11.35a] 2024/01/01 14:05:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:05:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:06:54: pause app [1.11.35a] 2024/01/01 14:14:56: enter app [1.11.35a] 2024/01/01 14:14:56: resume app [1.11.35a] 2024/01/01 14:14:56: resume -> enter GameStage [1.11.35a] 2024/01/01 14:14:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:14:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:15:21: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 14:17:43: pause app
[1.11.35a] 2024/01/01 14:17:50: enter app [1.11.35a] 2024/01/01 14:17:50: resume app [1.11.35a] 2024/01/01 14:17:50: resume -> enter GameStage [1.11.35a] 2024/01/01 14:17:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:17:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:18:10: instance MTU4 [1.11.35a] 2024/01/01 14:18:10: bind RankStage [1.11.35a] 2024/01/01 14:18:10: prepare RankStage [1.11.35a] 2024/01/01 14:18:10: enter RankStage [1.11.35a] 2024/01/01 14:18:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:18:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:18:11: leave RankStage [1.11.35a] 2024/01/01 14:18:11: drop RankStage [1.11.35a] 2024/01/01 14:18:11: enter GameStage [1.11.35a] 2024/01/01 14:18:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:18:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:18:13: bind CityInfoStage [1.11.35a] 2024/01/01 14:18:13: prepare CityInfoStage [1.11.35a] 2024/01/01 14:18:13: enter CityInfoStage [1.11.35a] 2024/01/01 14:18:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:18:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:18:14: leave CityInfoStage [1.11.35a] 2024/01/01 14:18:14: drop CityInfoStage [1.11.35a] 2024/01/01 14:18:14: enter GameStage [1.11.35a] 2024/01/01 14:18:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:18:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:18:14: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 14:19:04: pause app
[1.11.35a] 2024/01/01 14:40:35: enter app [1.11.35a] 2024/01/01 14:40:35: resume app [1.11.35a] 2024/01/01 14:40:35: resume -> enter GameStage [1.11.35a] 2024/01/01 14:40:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:40:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:40:59: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 14:42:58: pause app
[1.11.35a] 2024/01/01 14:44:17: enter app [1.11.35a] 2024/01/01 14:44:17: resume app [1.11.35a] 2024/01/01 14:44:17: resume -> enter GameStage [1.11.35a] 2024/01/01 14:44:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:44:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:44:41: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 14:45:24: prepare CityInfoStage [1.11.35a] 2024/01/01 14:45:24: enter CityInfoStage [1.11.35a] 2024/01/01 14:45:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:45:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:45:26: leave CityInfoStage [1.11.35a] 2024/01/01 14:45:26: drop CityInfoStage [1.11.35a] 2024/01/01 14:45:26: enter GameStage [1.11.35a] 2024/01/01 14:45:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:45:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:45:28: pause app [1.11.35a] 2024/01/01 14:45:36: enter app [1.11.35a] 2024/01/01 14:45:36: resume app [1.11.35a] 2024/01/01 14:45:36: resume -> enter GameStage [1.11.35a] 2024/01/01 14:45:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:45:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:45:40: pause app [1.11.35a] 2024/01/01 14:46:04: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more [1.11.35a] 2024/01/01 14:46:55: enter app [1.11.35a] 2024/01/01 14:46:55: resume app [1.11.35a] 2024/01/01 14:46:55: resume -> enter GameStage [1.11.35a] 2024/01/01 14:46:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:46:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:47:19: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more [1.11.35a] 2024/01/01 14:48:09: bind CityInfoStage [1.11.35a] 2024/01/01 14:48:09: prepare CityInfoStage [1.11.35a] 2024/01/01 14:48:09: enter CityInfoStage [1.11.35a] 2024/01/01 14:48:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:48:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:48:09: refresh [1.11.35a] 2024/01/01 14:48:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:48:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:48:10: leave CityInfoStage [1.11.35a] 2024/01/01 14:48:10: drop CityInfoStage [1.11.35a] 2024/01/01 14:48:10: enter GameStage [1.11.35a] 2024/01/01 14:48:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:48:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:48:48: bind CityInfoStage [1.11.35a] 2024/01/01 14:48:48: prepare CityInfoStage [1.11.35a] 2024/01/01 14:48:48: enter CityInfoStage [1.11.35a] 2024/01/01 14:48:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:48:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:48:49: leave CityInfoStage [1.11.35a] 2024/01/01 14:48:49: drop CityInfoStage [1.11.35a] 2024/01/01 14:48:49: enter GameStage [1.11.35a] 2024/01/01 14:48:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:48:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:49:53: instance MTYw [1.11.35a] 2024/01/01 14:49:54: bind RankStage [1.11.35a] 2024/01/01 14:49:54: prepare RankStage [1.11.35a] 2024/01/01 14:49:54: enter RankStage [1.11.35a] 2024/01/01 14:49:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:49:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:49:54: leave RankStage [1.11.35a] 2024/01/01 14:49:54: drop RankStage [1.11.35a] 2024/01/01 14:49:54: enter GameStage [1.11.35a] 2024/01/01 14:49:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:49:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:51:53: bind SaveWaitingStage [1.11.35a] 2024/01/01 14:51:53: prepare SaveWaitingStage [1.11.35a] 2024/01/01 14:51:53: enter SaveWaitingStage [1.11.35a] 2024/01/01 14:51:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:51:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:51:54: leave SaveWaitingStage [1.11.35a] 2024/01/01 14:51:54: drop SaveWaitingStage [1.11.35a] 2024/01/01 14:51:54: enter GameStage [1.11.35a] 2024/01/01 14:51:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:51:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:55:42: instance MTYy [1.11.35a] 2024/01/01 14:55:43: instance MTY0 [1.11.35a] 2024/01/01 14:55:46: instance MTY2 [1.11.35a] 2024/01/01 14:56:44: instance MTY4 [1.11.35a] 2024/01/01 14:56:44: bind RankStage [1.11.35a] 2024/01/01 14:56:44: prepare RankStage [1.11.35a] 2024/01/01 14:56:44: enter RankStage [1.11.35a] 2024/01/01 14:56:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:56:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:56:45: leave RankStage [1.11.35a] 2024/01/01 14:56:45: drop RankStage [1.11.35a] 2024/01/01 14:56:45: enter GameStage [1.11.35a] 2024/01/01 14:56:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:56:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:56:53: bind SaveWaitingStage [1.11.35a] 2024/01/01 14:56:53: prepare SaveWaitingStage [1.11.35a] 2024/01/01 14:56:53: enter SaveWaitingStage [1.11.35a] 2024/01/01 14:56:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:56:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:56:54: leave SaveWaitingStage [1.11.35a] 2024/01/01 14:56:54: drop SaveWaitingStage [1.11.35a] 2024/01/01 14:56:54: enter GameStage [1.11.35a] 2024/01/01 14:56:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 14:56:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 14:59:00: pause app [1.11.35a] 2024/01/01 15:01:01: enter app [1.11.35a] 2024/01/01 15:01:01: resume app [1.11.35a] 2024/01/01 15:01:01: resume -> enter GameStage [1.11.35a] 2024/01/01 15:01:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:01:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:01:26: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:02:11: prepare CityInfoStage [1.11.35a] 2024/01/01 15:02:11: enter CityInfoStage [1.11.35a] 2024/01/01 15:02:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:02:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:02:14: leave CityInfoStage [1.11.35a] 2024/01/01 15:02:14: drop CityInfoStage [1.11.35a] 2024/01/01 15:02:14: enter GameStage [1.11.35a] 2024/01/01 15:02:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:02:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:02:45: pause app [1.11.35a] 2024/01/01 15:05:10: enter app [1.11.35a] 2024/01/01 15:05:10: resume app [1.11.35a] 2024/01/01 15:05:10: resume -> enter GameStage [1.11.35a] 2024/01/01 15:05:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:05:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:05:35: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:08:13: instance MTcw
[1.11.35a] 2024/01/01 15:08:13: bind RankStage [1.11.35a] 2024/01/01 15:08:13: prepare RankStage [1.11.35a] 2024/01/01 15:08:13: enter RankStage [1.11.35a] 2024/01/01 15:08:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:08:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:08:21: leave RankStage [1.11.35a] 2024/01/01 15:08:21: drop RankStage [1.11.35a] 2024/01/01 15:08:21: enter GameStage [1.11.35a] 2024/01/01 15:08:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:08:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:10:15: bind SaveWaitingStage [1.11.35a] 2024/01/01 15:10:15: prepare SaveWaitingStage [1.11.35a] 2024/01/01 15:10:15: enter SaveWaitingStage [1.11.35a] 2024/01/01 15:10:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:10:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:10:16: leave SaveWaitingStage [1.11.35a] 2024/01/01 15:10:16: drop SaveWaitingStage [1.11.35a] 2024/01/01 15:10:16: enter GameStage [1.11.35a] 2024/01/01 15:10:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:10:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:10:23: bind FeaturesStage [1.11.35a] 2024/01/01 15:10:23: prepare FeaturesStage [1.11.35a] 2024/01/01 15:10:23: enter FeaturesStage [1.11.35a] 2024/01/01 15:10:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:10:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:10:24: leave FeaturesStage [1.11.35a] 2024/01/01 15:10:24: drop FeaturesStage [1.11.35a] 2024/01/01 15:10:24: enter GameStage [1.11.35a] 2024/01/01 15:10:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:10:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:11:32: bind CityInfoStage [1.11.35a] 2024/01/01 15:11:32: prepare CityInfoStage [1.11.35a] 2024/01/01 15:11:32: enter CityInfoStage [1.11.35a] 2024/01/01 15:11:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:11:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:11:35: leave CityInfoStage [1.11.35a] 2024/01/01 15:11:35: drop CityInfoStage [1.11.35a] 2024/01/01 15:11:35: enter GameStage [1.11.35a] 2024/01/01 15:11:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:11:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:11:54: bind CityInfoStage [1.11.35a] 2024/01/01 15:11:54: prepare CityInfoStage [1.11.35a] 2024/01/01 15:11:54: enter CityInfoStage [1.11.35a] 2024/01/01 15:11:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:11:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:11:54: leave CityInfoStage [1.11.35a] 2024/01/01 15:11:54: drop CityInfoStage [1.11.35a] 2024/01/01 15:11:54: enter GameStage [1.11.35a] 2024/01/01 15:11:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:11:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:15:17: bind SaveWaitingStage [1.11.35a] 2024/01/01 15:15:17: prepare SaveWaitingStage [1.11.35a] 2024/01/01 15:15:17: enter SaveWaitingStage [1.11.35a] 2024/01/01 15:15:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:15:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:15:18: leave SaveWaitingStage [1.11.35a] 2024/01/01 15:15:18: drop SaveWaitingStage [1.11.35a] 2024/01/01 15:15:18: enter GameStage [1.11.35a] 2024/01/01 15:15:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:15:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:16:28: instance MTcy [1.11.35a] 2024/01/01 15:16:28: bind RankStage [1.11.35a] 2024/01/01 15:16:28: prepare RankStage [1.11.35a] 2024/01/01 15:16:28: enter RankStage [1.11.35a] 2024/01/01 15:16:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:16:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:16:29: leave RankStage [1.11.35a] 2024/01/01 15:16:29: drop RankStage [1.11.35a] 2024/01/01 15:16:29: enter GameStage [1.11.35a] 2024/01/01 15:16:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:16:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:17:36: bind CityInfoStage [1.11.35a] 2024/01/01 15:17:36: prepare CityInfoStage [1.11.35a] 2024/01/01 15:17:36: enter CityInfoStage [1.11.35a] 2024/01/01 15:17:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:17:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:17:37: leave CityInfoStage [1.11.35a] 2024/01/01 15:17:37: drop CityInfoStage [1.11.35a] 2024/01/01 15:17:37: enter GameStage [1.11.35a] 2024/01/01 15:17:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:17:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:20:17: bind SaveWaitingStage [1.11.35a] 2024/01/01 15:20:17: prepare SaveWaitingStage [1.11.35a] 2024/01/01 15:20:17: enter SaveWaitingStage [1.11.35a] 2024/01/01 15:20:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:20:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:20:18: leave SaveWaitingStage [1.11.35a] 2024/01/01 15:20:18: drop SaveWaitingStage [1.11.35a] 2024/01/01 15:20:18: enter GameStage [1.11.35a] 2024/01/01 15:20:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:20:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:20:26: pause app [1.11.35a] 2024/01/01 15:21:11: enter app [1.11.35a] 2024/01/01 15:21:11: resume app [1.11.35a] 2024/01/01 15:21:11: resume -> enter GameStage [1.11.35a] 2024/01/01 15:21:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:21:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:21:36: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:21:37: pause app
[1.11.35a] 2024/01/01 15:22:05: enter app [1.11.35a] 2024/01/01 15:22:05: resume app [1.11.35a] 2024/01/01 15:22:05: resume -> enter GameStage [1.11.35a] 2024/01/01 15:22:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:22:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:22:30: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:24:09: pause app
[1.11.35a] 2024/01/01 15:24:20: enter app [1.11.35a] 2024/01/01 15:24:20: resume app [1.11.35a] 2024/01/01 15:24:20: resume -> enter GameStage [1.11.35a] 2024/01/01 15:24:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:24:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:24:44: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:25:09: instance MTc0
[1.11.35a] 2024/01/01 15:25:09: bind RankStage [1.11.35a] 2024/01/01 15:25:09: prepare RankStage [1.11.35a] 2024/01/01 15:25:09: enter RankStage [1.11.35a] 2024/01/01 15:25:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:25:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:25:10: leave RankStage [1.11.35a] 2024/01/01 15:25:10: drop RankStage [1.11.35a] 2024/01/01 15:25:10: enter GameStage [1.11.35a] 2024/01/01 15:25:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:25:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:26:33: bind CityInfoStage [1.11.35a] 2024/01/01 15:26:33: prepare CityInfoStage [1.11.35a] 2024/01/01 15:26:33: enter CityInfoStage [1.11.35a] 2024/01/01 15:26:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:26:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:26:33: refresh [1.11.35a] 2024/01/01 15:26:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:26:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:26:34: leave CityInfoStage [1.11.35a] 2024/01/01 15:26:34: drop CityInfoStage [1.11.35a] 2024/01/01 15:26:34: enter GameStage [1.11.35a] 2024/01/01 15:26:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:26:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:29:00: pause app [1.11.35a] 2024/01/01 15:30:09: enter app [1.11.35a] 2024/01/01 15:30:09: resume app [1.11.35a] 2024/01/01 15:30:09: resume -> enter GameStage [1.11.35a] 2024/01/01 15:30:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:30:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:30:33: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:33:56: prepare CityInfoStage [1.11.35a] 2024/01/01 15:33:56: enter CityInfoStage [1.11.35a] 2024/01/01 15:33:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:33:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:33:57: leave CityInfoStage [1.11.35a] 2024/01/01 15:33:57: drop CityInfoStage [1.11.35a] 2024/01/01 15:33:57: enter GameStage [1.11.35a] 2024/01/01 15:33:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:33:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:34:59: instance MTc2 [1.11.35a] 2024/01/01 15:34:59: bind RankStage [1.11.35a] 2024/01/01 15:34:59: prepare RankStage [1.11.35a] 2024/01/01 15:34:59: enter RankStage [1.11.35a] 2024/01/01 15:34:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:34:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:34:59: java.util.UnknownFormatConversionException: Conversion = 'm' java.util.UnknownFormatConversionException: Conversion = 'm' at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2782) at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2812) at java.util.Formatter$FormatSpecifierParser.<init>(Formatter.java:2625) at java.util.Formatter.parse(Formatter.java:2558) at java.util.Formatter.format(Formatter.java:2505) at java.util.Formatter.format(Formatter.java:2459) at java.lang.String.format(String.java:2870) at info.flowersoft.theotown.util.StringFormatter.format(StringFormatter.java:17) at info.flowersoft.theotown.util.DraftLocalizer.localizeOrNull(DraftLocalizer.java:138 ) at info.flowersoft.theotown.util.DraftLocalizer.getText(DraftLocalizer.java:83) at info.flowersoft.theotown.ui.selectable.SelectableDraft.getText(SelectableDraft.java :121) at info.flowersoft.theotown.ui.selectable.DefaultSelectable.build(DefaultSelectable.ja va:120) at info.flowersoft.theotown.ui.selectable.SelectableDraft.build(SelectableDraft.java:2 68) at info.flowersoft.theotown.ui.selectable.SelectableBuildingDraft.build(SelectableBuil dingDraft.java:63) at info.flowersoft.theotown.ui.Selector.buildPanel(Selector.java:171) at info.flowersoft.theotown.ui.Selector.<init>(Selector.java:77) at info.flowersoft.theotown.stages.RankStage.enter(RankStage.java:252) at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:138) at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:179) at info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati onAdapter.kt:28) at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java: 505) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1592) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1281)
[1.11.35a] 2024/01/01 15:35:03:
java.util.UnknownFormatConversionException: Conversion = 'm' java.util.UnknownFormatConversionException: Conversion = 'm' at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2782) at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2812) at java.util.Formatter$FormatSpecifierParser.<init>(Formatter.java:2625) at java.util.Formatter.parse(Formatter.java:2558) at java.util.Formatter.format(Formatter.java:2505) at java.util.Formatter.format(Formatter.java:2459) at java.lang.String.format(String.java:2870) at info.flowersoft.theotown.util.StringFormatter.format(StringFormatter.java:17) at info.flowersoft.theotown.util.DraftLocalizer.localizeOrNull(DraftLocalizer.java:138 ) at info.flowersoft.theotown.util.DraftLocalizer.getText(DraftLocalizer.java:83) at info.flowersoft.theotown.ui.selectable.SelectableDraft.getText(SelectableDraft.java :121) at info.flowersoft.theotown.ui.selectable.DefaultSelectable.build(DefaultSelectable.ja va:120) at info.flowersoft.theotown.ui.selectable.SelectableDraft.build(SelectableDraft.java:2 68) at info.flowersoft.theotown.ui.selectable.SelectableBuildingDraft.build(SelectableBuil dingDraft.java:63) at info.flowersoft.theotown.ui.Selector.buildPanel(Selector.java:171) at info.flowersoft.theotown.ui.Selector.access$200(Selector.java:23) at info.flowersoft.theotown.ui.Selector$SelectableItem.onClick(Selector.java:277) at info.flowersoft.theotown.ui.Selector$SelectableItemWrapper.onClick(Selector.java:22 6) at io.blueflower.stapel2d.gui.ListBox.onClick(ListBox.java:280) at io.blueflower.stapel2d.gui.Gadget.performOnClick(Gadget.java:512) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:11 9) at io.blueflower.stapel2d.gui.ListBox.updateTouchInput(ListBox.java:202) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:12 6) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:12 6) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:12 6) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:12 6) at io.blueflower.stapel2d.gui.Gadget.updateTouchInput(Gadget.java:475) at io.blueflower.stapel2d.gui.SensitiveGadget.updateTouchInput(SensitiveGadget.java:12 6) at io.blueflower.stapel2d.gui.Gadget.updateTouchInput(Gadget.java:475) at info.flowersoft.theotown.stages.BaseStage.update(BaseStage.java:264) at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154) at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:179) at info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati onAdapter.kt:28) at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java: 505) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1592) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1281)
[1.11.35a] 2024/01/01 15:35:04: leave RankStage
[1.11.35a] 2024/01/01 15:35:04: drop RankStage [1.11.35a] 2024/01/01 15:35:04: enter GameStage [1.11.35a] 2024/01/01 15:35:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:35:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:35:10: bind SaveWaitingStage [1.11.35a] 2024/01/01 15:35:10: prepare SaveWaitingStage [1.11.35a] 2024/01/01 15:35:10: enter SaveWaitingStage [1.11.35a] 2024/01/01 15:35:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:35:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:35:11: leave SaveWaitingStage [1.11.35a] 2024/01/01 15:35:11: drop SaveWaitingStage [1.11.35a] 2024/01/01 15:35:11: enter GameStage [1.11.35a] 2024/01/01 15:35:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:35:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:36:03: bind CityInfoStage [1.11.35a] 2024/01/01 15:36:03: prepare CityInfoStage [1.11.35a] 2024/01/01 15:36:03: enter CityInfoStage [1.11.35a] 2024/01/01 15:36:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:36:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:36:03: leave CityInfoStage [1.11.35a] 2024/01/01 15:36:03: drop CityInfoStage [1.11.35a] 2024/01/01 15:36:03: enter GameStage [1.11.35a] 2024/01/01 15:36:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:36:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:36:05: bind CityInfoStage [1.11.35a] 2024/01/01 15:36:05: prepare CityInfoStage [1.11.35a] 2024/01/01 15:36:05: enter CityInfoStage [1.11.35a] 2024/01/01 15:36:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:36:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:36:07: leave CityInfoStage [1.11.35a] 2024/01/01 15:36:07: drop CityInfoStage [1.11.35a] 2024/01/01 15:36:07: enter GameStage [1.11.35a] 2024/01/01 15:36:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:36:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:38:25: bind CityInfoStage [1.11.35a] 2024/01/01 15:38:25: prepare CityInfoStage [1.11.35a] 2024/01/01 15:38:25: enter CityInfoStage [1.11.35a] 2024/01/01 15:38:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:38:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:38:25: leave CityInfoStage [1.11.35a] 2024/01/01 15:38:25: drop CityInfoStage [1.11.35a] 2024/01/01 15:38:25: enter GameStage [1.11.35a] 2024/01/01 15:38:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:38:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:39:15: pause app [1.11.35a] 2024/01/01 15:39:21: enter app [1.11.35a] 2024/01/01 15:39:21: resume app [1.11.35a] 2024/01/01 15:39:21: resume -> enter GameStage [1.11.35a] 2024/01/01 15:39:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:39:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:39:45: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:40:39: prepare CityInfoStage [1.11.35a] 2024/01/01 15:40:39: enter CityInfoStage [1.11.35a] 2024/01/01 15:40:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:40:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:40:40: leave CityInfoStage [1.11.35a] 2024/01/01 15:40:40: drop CityInfoStage [1.11.35a] 2024/01/01 15:40:40: enter GameStage [1.11.35a] 2024/01/01 15:40:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:40:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:41:08: pause app [1.11.35a] 2024/01/01 15:41:31: enter app [1.11.35a] 2024/01/01 15:41:31: resume app [1.11.35a] 2024/01/01 15:41:31: resume -> enter GameStage [1.11.35a] 2024/01/01 15:41:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:41:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:41:55: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:42:52: prepare CityInfoStage [1.11.35a] 2024/01/01 15:42:52: enter CityInfoStage [1.11.35a] 2024/01/01 15:42:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:42:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:42:52: leave CityInfoStage [1.11.35a] 2024/01/01 15:42:52: drop CityInfoStage [1.11.35a] 2024/01/01 15:42:52: enter GameStage [1.11.35a] 2024/01/01 15:42:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:42:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:44:08: instance MTc4 [1.11.35a] 2024/01/01 15:44:08: bind RankStage [1.11.35a] 2024/01/01 15:44:08: prepare RankStage [1.11.35a] 2024/01/01 15:44:08: enter RankStage [1.11.35a] 2024/01/01 15:44:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:44:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:44:11: leave RankStage [1.11.35a] 2024/01/01 15:44:11: drop RankStage [1.11.35a] 2024/01/01 15:44:11: enter GameStage [1.11.35a] 2024/01/01 15:44:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:44:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:45:05: bind CityInfoStage [1.11.35a] 2024/01/01 15:45:05: prepare CityInfoStage [1.11.35a] 2024/01/01 15:45:05: enter CityInfoStage [1.11.35a] 2024/01/01 15:45:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:45:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:45:14: leave CityInfoStage [1.11.35a] 2024/01/01 15:45:14: drop CityInfoStage [1.11.35a] 2024/01/01 15:45:14: enter GameStage [1.11.35a] 2024/01/01 15:45:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:45:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:45:28: bind CityInfoStage [1.11.35a] 2024/01/01 15:45:28: prepare CityInfoStage [1.11.35a] 2024/01/01 15:45:28: enter CityInfoStage [1.11.35a] 2024/01/01 15:45:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:45:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:45:30: leave CityInfoStage [1.11.35a] 2024/01/01 15:45:30: drop CityInfoStage [1.11.35a] 2024/01/01 15:45:30: enter GameStage [1.11.35a] 2024/01/01 15:45:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:45:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:46:02: bind CityInfoStage [1.11.35a] 2024/01/01 15:46:02: prepare CityInfoStage [1.11.35a] 2024/01/01 15:46:02: enter CityInfoStage [1.11.35a] 2024/01/01 15:46:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:46:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:46:03: leave CityInfoStage [1.11.35a] 2024/01/01 15:46:03: drop CityInfoStage [1.11.35a] 2024/01/01 15:46:03: enter GameStage [1.11.35a] 2024/01/01 15:46:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:46:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:46:26: pause app [1.11.35a] 2024/01/01 15:49:13: enter app [1.11.35a] 2024/01/01 15:49:13: resume app [1.11.35a] 2024/01/01 15:49:13: resume -> enter GameStage [1.11.35a] 2024/01/01 15:49:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:49:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:49:37: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:51:49: pause app
[1.11.35a] 2024/01/01 15:51:58: enter app [1.11.35a] 2024/01/01 15:51:58: resume app [1.11.35a] 2024/01/01 15:51:58: resume -> enter GameStage [1.11.35a] 2024/01/01 15:51:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:51:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:52:22: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 15:52:27: pause app
[1.11.35a] 2024/01/01 15:57:59: enter app [1.11.35a] 2024/01/01 15:57:59: resume app [1.11.35a] 2024/01/01 15:57:59: resume -> enter GameStage [1.11.35a] 2024/01/01 15:57:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 15:57:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 15:58:23: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 16:05:07: loading Loading music [1.11.35a] 2024/01/01 16:05:07: loading Shaders [1.11.35a] 2024/01/01 16:05:07: loading Topics [1.11.35a] 2024/01/01 16:05:07: loading Loading textures [1.11.35a] 2024/01/01 16:05:09: loading Checking winter [1.11.35a] 2024/01/01 16:05:09: loading Preparing background [1.11.35a] 2024/01/01 16:05:09: loading Finishing [1.11.35a] 2024/01/01 16:05:09: leave LoadingStage [1.11.35a] 2024/01/01 16:05:09: drop LoadingStage [1.11.35a] 2024/01/01 16:05:09: bind PluginErrorStage [1.11.35a] 2024/01/01 16:05:09: prepare PluginErrorStage [1.11.35a] 2024/01/01 16:05:09: bind MissingManifestStage [1.11.35a] 2024/01/01 16:05:09: prepare MissingManifestStage [1.11.35a] 2024/01/01 16:05:09: bind WelcomeStage [1.11.35a] 2024/01/01 16:05:09: prepare WelcomeStage [1.11.35a] 2024/01/01 16:05:09: enter WelcomeStage [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:09: drop PluginErrorStage [1.11.35a] 2024/01/01 16:05:09: drop MissingManifestStage [1.11.35a] 2024/01/01 16:05:09: leave WelcomeStage [1.11.35a] 2024/01/01 16:05:09: drop WelcomeStage [1.11.35a] 2024/01/01 16:05:09: bind RegionStage [1.11.35a] 2024/01/01 16:05:09: prepare RegionStage [1.11.35a] 2024/01/01 16:05:09: enter RegionStage [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:10: instance MTc3 [1.11.35a] 2024/01/01 16:05:10: instance MTc4 [1.11.35a] 2024/01/01 16:05:10: bind LoadWaitingStage [1.11.35a] 2024/01/01 16:05:10: prepare LoadWaitingStage [1.11.35a] 2024/01/01 16:05:10: enter LoadWaitingStage [1.11.35a] 2024/01/01 16:05:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:10: leave LoadWaitingStage [1.11.35a] 2024/01/01 16:05:10: drop LoadWaitingStage [1.11.35a] 2024/01/01 16:05:10: bind GameStage [1.11.35a] 2024/01/01 16:05:10: prepare GameStage [1.11.35a] 2024/01/01 16:05:10: enter GameStage [1.11.35a] 2024/01/01 16:05:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:05:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:05:25: Download javax.net.ssl.SSLHandshakeException: Connection closed by peer javax.net.ssl.SSLHandshakeException: Connection closed by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/01 16:05:31: Backend
java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/01 16:05:31: General
java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/01 16:05:37: Time
java.net.SocketException: Connection reset java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:215) at java.net.SocketInputStream.read(SocketInputStream.java:144) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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) [1.11.35a] 2024/01/01 16:07:30: refresh [1.11.35a] 2024/01/01 16:07:31: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:07:31: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/01 16:07:32: pause app [1.11.35a] 2024/01/01 16:07:53: enter app [1.11.35a] 2024/01/01 16:07:53: resume app [1.11.35a] 2024/01/01 16:07:53: resume -> enter GameStage [1.11.35a] 2024/01/01 16:07:53: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:07:53: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/01 16:07:53: refresh [1.11.35a] 2024/01/01 16:07:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:07:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:08:13: instance MTgw [1.11.35a] 2024/01/01 16:08:13: bind RankStage [1.11.35a] 2024/01/01 16:08:13: prepare RankStage [1.11.35a] 2024/01/01 16:08:13: enter RankStage [1.11.35a] 2024/01/01 16:08:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:08:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:08:14: leave RankStage [1.11.35a] 2024/01/01 16:08:14: drop RankStage [1.11.35a] 2024/01/01 16:08:14: enter GameStage [1.11.35a] 2024/01/01 16:08:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:08:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:10:38: pause app [1.11.35a] 2024/01/01 16:11:07: enter app [1.11.35a] 2024/01/01 16:11:07: resume app [1.11.35a] 2024/01/01 16:11:07: resume -> enter GameStage [1.11.35a] 2024/01/01 16:11:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:11:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:11:22: bind CityInfoStage [1.11.35a] 2024/01/01 16:11:22: prepare CityInfoStage [1.11.35a] 2024/01/01 16:11:22: enter CityInfoStage [1.11.35a] 2024/01/01 16:11:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:11:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:11:24: leave CityInfoStage [1.11.35a] 2024/01/01 16:11:24: drop CityInfoStage [1.11.35a] 2024/01/01 16:11:24: enter GameStage [1.11.35a] 2024/01/01 16:11:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:11:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:16:08: bind SaveWaitingStage [1.11.35a] 2024/01/01 16:16:08: prepare SaveWaitingStage [1.11.35a] 2024/01/01 16:16:08: enter SaveWaitingStage [1.11.35a] 2024/01/01 16:16:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:16:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:16:08: leave SaveWaitingStage [1.11.35a] 2024/01/01 16:16:08: drop SaveWaitingStage [1.11.35a] 2024/01/01 16:16:08: enter GameStage [1.11.35a] 2024/01/01 16:16:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:16:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:16:44: instance MTgy [1.11.35a] 2024/01/01 16:16:44: bind RankStage [1.11.35a] 2024/01/01 16:16:44: prepare RankStage [1.11.35a] 2024/01/01 16:16:44: enter RankStage [1.11.35a] 2024/01/01 16:16:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:16:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:16:45: leave RankStage [1.11.35a] 2024/01/01 16:16:45: drop RankStage [1.11.35a] 2024/01/01 16:16:45: enter GameStage [1.11.35a] 2024/01/01 16:16:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:16:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:17:40: pause app [1.11.35a] 2024/01/01 16:26:55: enter app [1.11.35a] 2024/01/01 16:26:55: resume app [1.11.35a] 2024/01/01 16:26:55: resume -> enter GameStage [1.11.35a] 2024/01/01 16:26:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:26:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:27:18: bind CityInfoStage [1.11.35a] 2024/01/01 16:27:18: prepare CityInfoStage [1.11.35a] 2024/01/01 16:27:18: enter CityInfoStage [1.11.35a] 2024/01/01 16:27:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:27:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:27:19: leave CityInfoStage [1.11.35a] 2024/01/01 16:27:19: drop CityInfoStage [1.11.35a] 2024/01/01 16:27:19: enter GameStage [1.11.35a] 2024/01/01 16:27:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:27:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:31:53: bind SaveWaitingStage [1.11.35a] 2024/01/01 16:31:53: prepare SaveWaitingStage [1.11.35a] 2024/01/01 16:31:53: enter SaveWaitingStage [1.11.35a] 2024/01/01 16:31:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:31:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:31:54: leave SaveWaitingStage [1.11.35a] 2024/01/01 16:31:54: drop SaveWaitingStage [1.11.35a] 2024/01/01 16:31:54: enter GameStage [1.11.35a] 2024/01/01 16:31:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:31:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:33:00: bind CityInfoStage [1.11.35a] 2024/01/01 16:33:00: prepare CityInfoStage [1.11.35a] 2024/01/01 16:33:00: enter CityInfoStage [1.11.35a] 2024/01/01 16:33:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:33:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:33:00: leave CityInfoStage [1.11.35a] 2024/01/01 16:33:00: drop CityInfoStage [1.11.35a] 2024/01/01 16:33:00: enter GameStage [1.11.35a] 2024/01/01 16:33:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:33:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:33:21: bind CityInfoStage [1.11.35a] 2024/01/01 16:33:21: prepare CityInfoStage [1.11.35a] 2024/01/01 16:33:21: enter CityInfoStage [1.11.35a] 2024/01/01 16:33:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:33:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:33:23: leave CityInfoStage [1.11.35a] 2024/01/01 16:33:23: drop CityInfoStage [1.11.35a] 2024/01/01 16:33:23: enter GameStage [1.11.35a] 2024/01/01 16:33:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:33:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:35:18: instance MTg0 [1.11.35a] 2024/01/01 16:35:19: bind RankStage [1.11.35a] 2024/01/01 16:35:19: prepare RankStage [1.11.35a] 2024/01/01 16:35:19: enter RankStage [1.11.35a] 2024/01/01 16:35:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:35:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:35:20: leave RankStage [1.11.35a] 2024/01/01 16:35:20: drop RankStage [1.11.35a] 2024/01/01 16:35:20: enter GameStage [1.11.35a] 2024/01/01 16:35:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:35:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:35:38: pause app [1.11.35a] 2024/01/01 16:36:31: enter app [1.11.35a] 2024/01/01 16:36:31: resume app [1.11.35a] 2024/01/01 16:36:31: resume -> enter GameStage [1.11.35a] 2024/01/01 16:36:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:36:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:37:55: bind CityInfoStage [1.11.35a] 2024/01/01 16:37:55: prepare CityInfoStage [1.11.35a] 2024/01/01 16:37:55: enter CityInfoStage [1.11.35a] 2024/01/01 16:37:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:37:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:37:56: leave CityInfoStage [1.11.35a] 2024/01/01 16:37:56: drop CityInfoStage [1.11.35a] 2024/01/01 16:37:56: enter GameStage [1.11.35a] 2024/01/01 16:37:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:37:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:38:27: pause app [1.11.35a] 2024/01/01 16:39:54: enter app [1.11.35a] 2024/01/01 16:39:54: resume app [1.11.35a] 2024/01/01 16:39:54: resume -> enter GameStage [1.11.35a] 2024/01/01 16:39:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:39:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:41:42: bind CityInfoStage [1.11.35a] 2024/01/01 16:41:42: prepare CityInfoStage [1.11.35a] 2024/01/01 16:41:42: enter CityInfoStage [1.11.35a] 2024/01/01 16:41:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:41:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:41:43: leave CityInfoStage [1.11.35a] 2024/01/01 16:41:43: drop CityInfoStage [1.11.35a] 2024/01/01 16:41:43: enter GameStage [1.11.35a] 2024/01/01 16:41:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:41:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:42:05: bind CityInfoStage [1.11.35a] 2024/01/01 16:42:05: prepare CityInfoStage [1.11.35a] 2024/01/01 16:42:05: enter CityInfoStage [1.11.35a] 2024/01/01 16:42:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:42:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:42:06: leave CityInfoStage [1.11.35a] 2024/01/01 16:42:06: drop CityInfoStage [1.11.35a] 2024/01/01 16:42:06: enter GameStage [1.11.35a] 2024/01/01 16:42:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:42:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:42:15: bind CityInfoStage [1.11.35a] 2024/01/01 16:42:15: prepare CityInfoStage [1.11.35a] 2024/01/01 16:42:15: enter CityInfoStage [1.11.35a] 2024/01/01 16:42:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:42:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:42:15: leave CityInfoStage [1.11.35a] 2024/01/01 16:42:15: drop CityInfoStage [1.11.35a] 2024/01/01 16:42:15: enter GameStage [1.11.35a] 2024/01/01 16:42:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:42:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:43:14: pause app [1.11.35a] 2024/01/01 16:43:15: enter app [1.11.35a] 2024/01/01 16:43:15: resume app [1.11.35a] 2024/01/01 16:43:15: resume -> enter GameStage [1.11.35a] 2024/01/01 16:43:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:43:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:45:06: pause app [1.11.35a] 2024/01/01 16:45:38: enter app [1.11.35a] 2024/01/01 16:45:38: resume app [1.11.35a] 2024/01/01 16:45:38: resume -> enter GameStage [1.11.35a] 2024/01/01 16:45:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:45:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:45:52: pause app [1.11.35a] 2024/01/01 16:49:05: Startup [1.11.35a] 2024/01/01 16:49:05: create() cold start [1.11.35a] 2024/01/01 16:49:05: translation es_MX [1.11.35a] 2024/01/01 16:49:06: instance MTg0 [1.11.35a] 2024/01/01 16:49:06: create() finish [1.11.35a] 2024/01/01 16:49:06: create() end [1.11.35a] 2024/01/01 16:49:06: resume app [1.11.35a] 2024/01/01 16:49:06: refresh [1.11.35a] 2024/01/01 16:49:06: bind LoadingStage [1.11.35a] 2024/01/01 16:49:06: prepare LoadingStage [1.11.35a] 2024/01/01 16:49:06: enter LoadingStage [1.11.35a] 2024/01/01 16:49:06: loading Warm-up [1.11.35a] 2024/01/01 16:49:06: loading Startup [1.11.35a] 2024/01/01 16:49:06: Max texture size 8192 [1.11.35a] 2024/01/01 16:49:06: Max heap size is 512MB [1.11.35a] 2024/01/01 16:49:06: Engine consumes 11MB [1.11.35a] 2024/01/01 16:49:06: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/01 16:49:06: loading Texture [1.11.35a] 2024/01/01 16:49:06: loading Fonts [1.11.35a] 2024/01/01 16:49:07: loading Skin [1.11.35a] 2024/01/01 16:49:07: loading Extract files [1.11.35a] 2024/01/01 16:49:07: loading Frames [1.11.35a] 2024/01/01 16:49:07: loading Scripting [1.11.35a] 2024/01/01 16:49:07: loading Collecting drafts [1.11.35a] 2024/01/01 16:49:10: loading Prefetching images [1.11.35a] 2024/01/01 16:49:10: loading Loading drafts [1.11.35a] 2024/01/01 16:49:11: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/01 16:49:12: loading Loading music [1.11.35a] 2024/01/01 16:49:12: loading Shaders [1.11.35a] 2024/01/01 16:49:12: loading Topics [1.11.35a] 2024/01/01 16:49:12: loading Loading textures [1.11.35a] 2024/01/01 16:49:14: loading Checking winter [1.11.35a] 2024/01/01 16:49:14: loading Preparing background [1.11.35a] 2024/01/01 16:49:14: loading Finishing [1.11.35a] 2024/01/01 16:49:14: leave LoadingStage [1.11.35a] 2024/01/01 16:49:14: drop LoadingStage [1.11.35a] 2024/01/01 16:49:14: bind PluginErrorStage [1.11.35a] 2024/01/01 16:49:14: prepare PluginErrorStage [1.11.35a] 2024/01/01 16:49:14: bind MissingManifestStage [1.11.35a] 2024/01/01 16:49:14: prepare MissingManifestStage [1.11.35a] 2024/01/01 16:49:14: bind WelcomeStage [1.11.35a] 2024/01/01 16:49:14: prepare WelcomeStage [1.11.35a] 2024/01/01 16:49:14: enter WelcomeStage [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:14: drop PluginErrorStage [1.11.35a] 2024/01/01 16:49:14: drop MissingManifestStage [1.11.35a] 2024/01/01 16:49:14: leave WelcomeStage [1.11.35a] 2024/01/01 16:49:14: drop WelcomeStage [1.11.35a] 2024/01/01 16:49:14: bind RegionStage [1.11.35a] 2024/01/01 16:49:14: prepare RegionStage [1.11.35a] 2024/01/01 16:49:14: enter RegionStage [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:15: instance MTgz [1.11.35a] 2024/01/01 16:49:15: instance MTg0 [1.11.35a] 2024/01/01 16:49:15: bind LoadWaitingStage [1.11.35a] 2024/01/01 16:49:15: prepare LoadWaitingStage [1.11.35a] 2024/01/01 16:49:15: enter LoadWaitingStage [1.11.35a] 2024/01/01 16:49:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:15: leave LoadWaitingStage [1.11.35a] 2024/01/01 16:49:15: drop LoadWaitingStage [1.11.35a] 2024/01/01 16:49:15: bind GameStage [1.11.35a] 2024/01/01 16:49:15: prepare GameStage [1.11.35a] 2024/01/01 16:49:16: enter GameStage [1.11.35a] 2024/01/01 16:49:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:49:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:49:21: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 16:49:21: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/01 16:49:26: Backend
java.net.SocketTimeoutException: failed to connect to api.theotown.com/85.214.27.201 (port 443) from /10.88.170.125 (port 37676) after 20000ms java.net.SocketTimeoutException: failed to connect to api.theotown.com/85.214.27.201 (port 443) from /10.88.170.125 (port 37676) after 20000ms at libcore.io.IoBridge.connectErrno(IoBridge.java:191) at libcore.io.IoBridge.connect(IoBridge.java:135) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436) at java.net.Socket.connect(Socket.java:621) at com.android.okhttp.internal.Platform.connectSocket(Platform.java:182) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:145 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/01 16:49:26: General
java.net.SocketTimeoutException: failed to connect to api.theotown.com/85.214.27.201 (port 443) from /10.88.170.125 (port 37676) after 20000ms java.net.SocketTimeoutException: failed to connect to api.theotown.com/85.214.27.201 (port 443) from /10.88.170.125 (port 37676) after 20000ms at libcore.io.IoBridge.connectErrno(IoBridge.java:191) at libcore.io.IoBridge.connect(IoBridge.java:135) at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:142) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:390) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:230) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:212) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:436) at java.net.Socket.connect(Socket.java:621) at com.android.okhttp.internal.Platform.connectSocket(Platform.java:182) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:145 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/01 16:49:31: Download
java.net.ConnectException: Failed to connect to api.theotown.com/85.214.27.201:443 java.net.ConnectException: Failed to connect to api.theotown.com/85.214.27.201:443 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/01 16:50:07: instance MTg2
[1.11.35a] 2024/01/01 16:50:07: bind RankStage [1.11.35a] 2024/01/01 16:50:07: prepare RankStage [1.11.35a] 2024/01/01 16:50:07: enter RankStage [1.11.35a] 2024/01/01 16:50:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:50:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:50:16: leave RankStage [1.11.35a] 2024/01/01 16:50:16: drop RankStage [1.11.35a] 2024/01/01 16:50:16: enter GameStage [1.11.35a] 2024/01/01 16:50:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:50:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:54:29: bind SaveWaitingStage [1.11.35a] 2024/01/01 16:54:29: prepare SaveWaitingStage [1.11.35a] 2024/01/01 16:54:29: enter SaveWaitingStage [1.11.35a] 2024/01/01 16:54:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:54:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:54:29: leave SaveWaitingStage [1.11.35a] 2024/01/01 16:54:29: drop SaveWaitingStage [1.11.35a] 2024/01/01 16:54:29: enter GameStage [1.11.35a] 2024/01/01 16:54:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:54:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:55:32: pause app [1.11.35a] 2024/01/01 16:58:04: enter app [1.11.35a] 2024/01/01 16:58:04: resume app [1.11.35a] 2024/01/01 16:58:04: resume -> enter GameStage [1.11.35a] 2024/01/01 16:58:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:58:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:58:06: bind SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 16:58:06: prepare SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 16:58:06: enter SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/01 16:58:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/01 16:58:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/01 16:58:08: pause app [1.11.35a] 2024/01/01 21:09:16: Startup [1.11.35a] 2024/01/01 21:09:16: create() cold start [1.11.35a] 2024/01/01 21:09:17: translation es_MX [1.11.35a] 2024/01/01 21:09:18: instance MTg2 [1.11.35a] 2024/01/01 21:09:18: create() finish [1.11.35a] 2024/01/01 21:09:18: create() end [1.11.35a] 2024/01/01 21:09:18: resume app [1.11.35a] 2024/01/01 21:09:18: refresh [1.11.35a] 2024/01/01 21:09:18: bind LoadingStage [1.11.35a] 2024/01/01 21:09:18: prepare LoadingStage [1.11.35a] 2024/01/01 21:09:18: enter LoadingStage [1.11.35a] 2024/01/01 21:09:18: loading Warm-up [1.11.35a] 2024/01/01 21:09:19: loading Startup [1.11.35a] 2024/01/01 21:09:19: Max texture size 8192 [1.11.35a] 2024/01/01 21:09:19: Max heap size is 512MB [1.11.35a] 2024/01/01 21:09:19: Engine consumes 11MB [1.11.35a] 2024/01/01 21:09:19: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/01 21:09:19: loading Texture [1.11.35a] 2024/01/01 21:09:19: loading Fonts [1.11.35a] 2024/01/01 21:09:20: loading Skin [1.11.35a] 2024/01/01 21:09:20: loading Extract files [1.11.35a] 2024/01/01 21:09:20: loading Frames [1.11.35a] 2024/01/01 21:09:20: loading Scripting [1.11.35a] 2024/01/01 21:09:20: loading Collecting drafts [1.11.35a] 2024/01/01 21:09:20: loading Prefetching images [1.11.35a] 2024/01/01 21:09:21: loading Loading drafts [1.11.35a] 2024/01/01 21:09:22: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/02 14:13:26: loading Loading music [1.11.35a] 2024/01/02 14:13:26: loading Shaders [1.11.35a] 2024/01/02 14:13:26: loading Topics [1.11.35a] 2024/01/02 14:13:26: loading Loading textures [1.11.35a] 2024/01/02 14:13:29: loading Checking winter [1.11.35a] 2024/01/02 14:13:29: loading Preparing background [1.11.35a] 2024/01/02 14:13:29: loading Finishing [1.11.35a] 2024/01/02 14:13:29: leave LoadingStage [1.11.35a] 2024/01/02 14:13:29: drop LoadingStage [1.11.35a] 2024/01/02 14:13:29: bind PluginErrorStage [1.11.35a] 2024/01/02 14:13:29: prepare PluginErrorStage [1.11.35a] 2024/01/02 14:13:29: bind MissingManifestStage [1.11.35a] 2024/01/02 14:13:29: prepare MissingManifestStage [1.11.35a] 2024/01/02 14:13:29: bind WelcomeStage [1.11.35a] 2024/01/02 14:13:29: prepare WelcomeStage [1.11.35a] 2024/01/02 14:13:29: enter WelcomeStage [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:13:30: drop PluginErrorStage [1.11.35a] 2024/01/02 14:13:30: drop MissingManifestStage [1.11.35a] 2024/01/02 14:13:30: leave WelcomeStage [1.11.35a] 2024/01/02 14:13:30: drop WelcomeStage [1.11.35a] 2024/01/02 14:13:30: bind RegionStage [1.11.35a] 2024/01/02 14:13:30: prepare RegionStage [1.11.35a] 2024/01/02 14:13:30: enter RegionStage [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:13:31: instance MjIx [1.11.35a] 2024/01/02 14:13:31: instance MjIy [1.11.35a] 2024/01/02 14:13:31: bind LoadWaitingStage [1.11.35a] 2024/01/02 14:13:31: prepare LoadWaitingStage [1.11.35a] 2024/01/02 14:13:31: enter LoadWaitingStage [1.11.35a] 2024/01/02 14:13:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:13:31: leave LoadWaitingStage [1.11.35a] 2024/01/02 14:13:31: drop LoadWaitingStage [1.11.35a] 2024/01/02 14:13:31: bind GameStage [1.11.35a] 2024/01/02 14:13:31: prepare GameStage [1.11.35a] 2024/01/02 14:13:32: enter GameStage [1.11.35a] 2024/01/02 14:13:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:13:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:15:31: leave GameStage [1.11.35a] 2024/01/02 14:15:31: drop GameStage [1.11.35a] 2024/01/02 14:15:31: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:15:31: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:15:31: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:15:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:15:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:15:32: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:15:32: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:15:32: enter RegionStage [1.11.35a] 2024/01/02 14:15:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:15:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:15:58: bind LoadWaitingStage [1.11.35a] 2024/01/02 14:15:58: prepare LoadWaitingStage [1.11.35a] 2024/01/02 14:15:58: enter LoadWaitingStage [1.11.35a] 2024/01/02 14:15:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:15:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:16:00: leave LoadWaitingStage [1.11.35a] 2024/01/02 14:16:00: drop LoadWaitingStage [1.11.35a] 2024/01/02 14:16:00: bind GameStage [1.11.35a] 2024/01/02 14:16:00: prepare GameStage [1.11.35a] 2024/01/02 14:16:01: enter GameStage [1.11.35a] 2024/01/02 14:16:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:16:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:16:09: leave GameStage [1.11.35a] 2024/01/02 14:16:09: drop GameStage [1.11.35a] 2024/01/02 14:16:09: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:16:09: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:16:09: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:16:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:16:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:16:10: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:16:10: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:16:10: enter RegionStage [1.11.35a] 2024/01/02 14:16:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:16:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:16:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:16:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:16:17: bind GameStage [1.11.35a] 2024/01/02 14:16:17: prepare GameStage [1.11.35a] 2024/01/02 14:16:17: enter GameStage [1.11.35a] 2024/01/02 14:16:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:16:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:18:19: pause app [1.11.35a] 2024/01/02 14:19:04: enter app [1.11.35a] 2024/01/02 14:19:04: resume app [1.11.35a] 2024/01/02 14:19:04: resume -> enter GameStage [1.11.35a] 2024/01/02 14:19:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:19:06: leave GameStage [1.11.35a] 2024/01/02 14:19:06: drop GameStage [1.11.35a] 2024/01/02 14:19:06: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:19:06: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:19:06: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:19:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:19:07: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:19:07: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:19:07: enter RegionStage [1.11.35a] 2024/01/02 14:19:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:19:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:19:15: bind LoadWaitingStage [1.11.35a] 2024/01/02 14:19:15: prepare LoadWaitingStage [1.11.35a] 2024/01/02 14:19:15: enter LoadWaitingStage [1.11.35a] 2024/01/02 14:19:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:19:17: leave LoadWaitingStage [1.11.35a] 2024/01/02 14:19:17: drop LoadWaitingStage [1.11.35a] 2024/01/02 14:19:17: bind GameStage [1.11.35a] 2024/01/02 14:19:17: prepare GameStage [1.11.35a] 2024/01/02 14:19:18: enter GameStage [1.11.35a] 2024/01/02 14:19:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:19:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:24:16: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:24:16: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:24:16: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:24:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:24:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:24:17: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:24:17: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:24:17: enter GameStage [1.11.35a] 2024/01/02 14:24:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:24:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:27:35: bind CityInfoStage [1.11.35a] 2024/01/02 14:27:35: prepare CityInfoStage [1.11.35a] 2024/01/02 14:27:35: enter CityInfoStage [1.11.35a] 2024/01/02 14:27:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:27:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:27:36: leave CityInfoStage [1.11.35a] 2024/01/02 14:27:36: drop CityInfoStage [1.11.35a] 2024/01/02 14:27:36: enter GameStage [1.11.35a] 2024/01/02 14:27:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:27:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:28:40: pause app [1.11.35a] 2024/01/02 14:28:47: enter app [1.11.35a] 2024/01/02 14:28:47: resume app [1.11.35a] 2024/01/02 14:28:47: resume -> enter GameStage [1.11.35a] 2024/01/02 14:28:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:28:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:28:54: pause app [1.11.35a] 2024/01/02 14:29:00: enter app [1.11.35a] 2024/01/02 14:29:00: resume app [1.11.35a] 2024/01/02 14:29:00: resume -> enter GameStage [1.11.35a] 2024/01/02 14:29:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:29:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:29:21: instance MjI0 [1.11.35a] 2024/01/02 14:29:22: bind RankStage [1.11.35a] 2024/01/02 14:29:22: prepare RankStage [1.11.35a] 2024/01/02 14:29:22: enter RankStage [1.11.35a] 2024/01/02 14:29:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:29:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:29:25: leave RankStage [1.11.35a] 2024/01/02 14:29:25: drop RankStage [1.11.35a] 2024/01/02 14:29:25: enter GameStage [1.11.35a] 2024/01/02 14:29:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:29:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:29:59: instance MjA0 [1.11.35a] 2024/01/02 14:31:27: bind CityInfoStage [1.11.35a] 2024/01/02 14:31:27: prepare CityInfoStage [1.11.35a] 2024/01/02 14:31:27: enter CityInfoStage [1.11.35a] 2024/01/02 14:31:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:31:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:31:28: leave CityInfoStage [1.11.35a] 2024/01/02 14:31:28: drop CityInfoStage [1.11.35a] 2024/01/02 14:31:28: enter GameStage [1.11.35a] 2024/01/02 14:31:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:31:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:31:47: bind CityInfoStage [1.11.35a] 2024/01/02 14:31:47: prepare CityInfoStage [1.11.35a] 2024/01/02 14:31:47: enter CityInfoStage [1.11.35a] 2024/01/02 14:31:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:31:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:31:48: leave CityInfoStage [1.11.35a] 2024/01/02 14:31:48: drop CityInfoStage [1.11.35a] 2024/01/02 14:31:48: enter GameStage [1.11.35a] 2024/01/02 14:31:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:31:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:01: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:34:01: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:34:01: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:34:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:02: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:34:02: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:34:02: enter GameStage [1.11.35a] 2024/01/02 14:34:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:24: bind CityInfoStage [1.11.35a] 2024/01/02 14:34:24: prepare CityInfoStage [1.11.35a] 2024/01/02 14:34:24: enter CityInfoStage [1.11.35a] 2024/01/02 14:34:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:25: leave CityInfoStage [1.11.35a] 2024/01/02 14:34:25: drop CityInfoStage [1.11.35a] 2024/01/02 14:34:25: enter GameStage [1.11.35a] 2024/01/02 14:34:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:57: instance MjA2 [1.11.35a] 2024/01/02 14:34:57: bind RankStage [1.11.35a] 2024/01/02 14:34:57: prepare RankStage [1.11.35a] 2024/01/02 14:34:57: enter RankStage [1.11.35a] 2024/01/02 14:34:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:34:59: leave RankStage [1.11.35a] 2024/01/02 14:34:59: drop RankStage [1.11.35a] 2024/01/02 14:34:59: enter GameStage [1.11.35a] 2024/01/02 14:34:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:34:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:36:36: bind CityInfoStage [1.11.35a] 2024/01/02 14:36:36: prepare CityInfoStage [1.11.35a] 2024/01/02 14:36:36: enter CityInfoStage [1.11.35a] 2024/01/02 14:36:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:36:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:36:36: leave CityInfoStage [1.11.35a] 2024/01/02 14:36:36: drop CityInfoStage [1.11.35a] 2024/01/02 14:36:36: enter GameStage [1.11.35a] 2024/01/02 14:36:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:36:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:39:01: bind SaveWaitingStage [1.11.35a] 2024/01/02 14:39:01: prepare SaveWaitingStage [1.11.35a] 2024/01/02 14:39:01: enter SaveWaitingStage [1.11.35a] 2024/01/02 14:39:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:39:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:39:02: leave SaveWaitingStage [1.11.35a] 2024/01/02 14:39:02: drop SaveWaitingStage [1.11.35a] 2024/01/02 14:39:02: enter GameStage [1.11.35a] 2024/01/02 14:39:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:39:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:41:10: bind IronSrc [1.11.35a] 2024/01/02 14:41:10: prepare IronSrc [1.11.35a] 2024/01/02 14:41:10: enter IronSrc [1.11.35a] 2024/01/02 14:41:10: leave IronSrc [1.11.35a] 2024/01/02 14:41:10: drop IronSrc [1.11.35a] 2024/01/02 14:41:10: enter GameStage [1.11.35a] 2024/01/02 14:41:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:41:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:41:10: pause app [1.11.35a] 2024/01/02 14:41:54: enter app [1.11.35a] 2024/01/02 14:41:54: resume app [1.11.35a] 2024/01/02 14:41:54: resume -> enter GameStage [1.11.35a] 2024/01/02 14:41:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:41:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:42:13: instance MjA4 [1.11.35a] 2024/01/02 14:42:13: bind RankStage [1.11.35a] 2024/01/02 14:42:13: prepare RankStage [1.11.35a] 2024/01/02 14:42:13: enter RankStage [1.11.35a] 2024/01/02 14:42:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:42:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:42:22: leave RankStage [1.11.35a] 2024/01/02 14:42:22: drop RankStage [1.11.35a] 2024/01/02 14:42:22: enter GameStage [1.11.35a] 2024/01/02 14:42:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 14:42:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 14:43:14: pause app [1.11.35a] 2024/01/02 15:10:58: enter app [1.11.35a] 2024/01/02 15:10:58: resume app [1.11.35a] 2024/01/02 15:10:58: resume -> enter GameStage [1.11.35a] 2024/01/02 15:10:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:10:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:11:03: pause app [1.11.35a] 2024/01/02 15:24:03: Startup [1.11.35a] 2024/01/02 15:24:04: create() cold start [1.11.35a] 2024/01/02 15:24:04: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:24:04: Download
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 20 more
[1.11.35a] 2024/01/02 15:24:04: translation es_MX
[1.11.35a] 2024/01/02 15:24:04: instance MjA4 [1.11.35a] 2024/01/02 15:24:05: create() finish [1.11.35a] 2024/01/02 15:24:05: create() end [1.11.35a] 2024/01/02 15:24:05: resume app [1.11.35a] 2024/01/02 15:24:05: refresh [1.11.35a] 2024/01/02 15:24:05: bind LoadingStage [1.11.35a] 2024/01/02 15:24:05: prepare LoadingStage [1.11.35a] 2024/01/02 15:24:05: enter LoadingStage [1.11.35a] 2024/01/02 15:24:05: loading Warm-up [1.11.35a] 2024/01/02 15:24:05: loading Startup [1.11.35a] 2024/01/02 15:24:06: Max texture size 8192 [1.11.35a] 2024/01/02 15:24:06: Max heap size is 512MB [1.11.35a] 2024/01/02 15:24:06: Engine consumes 11MB [1.11.35a] 2024/01/02 15:24:06: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/02 15:24:06: loading Texture [1.11.35a] 2024/01/02 15:24:06: loading Fonts [1.11.35a] 2024/01/02 15:24:06: loading Skin [1.11.35a] 2024/01/02 15:24:06: loading Extract files [1.11.35a] 2024/01/02 15:24:06: loading Frames [1.11.35a] 2024/01/02 15:24:06: loading Scripting [1.11.35a] 2024/01/02 15:24:06: loading Collecting drafts [1.11.35a] 2024/01/02 15:24:09: loading Prefetching images [1.11.35a] 2024/01/02 15:24:09: loading Loading drafts [1.11.35a] 2024/01/02 15:24:10: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/02 15:24:11: loading Loading music [1.11.35a] 2024/01/02 15:24:11: loading Shaders [1.11.35a] 2024/01/02 15:24:11: loading Topics [1.11.35a] 2024/01/02 15:24:11: loading Loading textures [1.11.35a] 2024/01/02 15:24:13: loading Checking winter [1.11.35a] 2024/01/02 15:24:14: loading Preparing background [1.11.35a] 2024/01/02 15:24:14: loading Finishing [1.11.35a] 2024/01/02 15:24:14: leave LoadingStage [1.11.35a] 2024/01/02 15:24:14: drop LoadingStage [1.11.35a] 2024/01/02 15:24:14: bind PluginErrorStage [1.11.35a] 2024/01/02 15:24:14: prepare PluginErrorStage [1.11.35a] 2024/01/02 15:24:14: bind MissingManifestStage [1.11.35a] 2024/01/02 15:24:14: prepare MissingManifestStage [1.11.35a] 2024/01/02 15:24:14: bind WelcomeStage [1.11.35a] 2024/01/02 15:24:14: prepare WelcomeStage [1.11.35a] 2024/01/02 15:24:14: enter WelcomeStage [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:14: drop PluginErrorStage [1.11.35a] 2024/01/02 15:24:14: drop MissingManifestStage [1.11.35a] 2024/01/02 15:24:14: leave WelcomeStage [1.11.35a] 2024/01/02 15:24:14: drop WelcomeStage [1.11.35a] 2024/01/02 15:24:14: bind RegionStage [1.11.35a] 2024/01/02 15:24:14: prepare RegionStage [1.11.35a] 2024/01/02 15:24:14: enter RegionStage [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:15: instance MjA3 [1.11.35a] 2024/01/02 15:24:15: instance MjA4 [1.11.35a] 2024/01/02 15:24:15: bind LoadWaitingStage [1.11.35a] 2024/01/02 15:24:15: prepare LoadWaitingStage [1.11.35a] 2024/01/02 15:24:15: enter LoadWaitingStage [1.11.35a] 2024/01/02 15:24:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:15: leave LoadWaitingStage [1.11.35a] 2024/01/02 15:24:15: drop LoadWaitingStage [1.11.35a] 2024/01/02 15:24:15: bind GameStage [1.11.35a] 2024/01/02 15:24:15: prepare GameStage [1.11.35a] 2024/01/02 15:24:15: enter GameStage [1.11.35a] 2024/01/02 15:24:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:19: bind CityInfoStage [1.11.35a] 2024/01/02 15:24:19: prepare CityInfoStage [1.11.35a] 2024/01/02 15:24:19: enter CityInfoStage [1.11.35a] 2024/01/02 15:24:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:20: leave CityInfoStage [1.11.35a] 2024/01/02 15:24:20: drop CityInfoStage [1.11.35a] 2024/01/02 15:24:20: enter GameStage [1.11.35a] 2024/01/02 15:24:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:24:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:24:37: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:24:41: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:24:41: General
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:25:27: prepare CityInfoStage [1.11.35a] 2024/01/02 15:25:27: enter CityInfoStage [1.11.35a] 2024/01/02 15:25:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:25:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:25:27: refresh [1.11.35a] 2024/01/02 15:25:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:25:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:25:28: leave CityInfoStage [1.11.35a] 2024/01/02 15:25:28: drop CityInfoStage [1.11.35a] 2024/01/02 15:25:28: enter GameStage [1.11.35a] 2024/01/02 15:25:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:25:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:27:45: instance MjEw [1.11.35a] 2024/01/02 15:27:45: bind RankStage [1.11.35a] 2024/01/02 15:27:45: prepare RankStage [1.11.35a] 2024/01/02 15:27:45: enter RankStage [1.11.35a] 2024/01/02 15:27:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:27:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:27:46: leave RankStage [1.11.35a] 2024/01/02 15:27:46: drop RankStage [1.11.35a] 2024/01/02 15:27:46: enter GameStage [1.11.35a] 2024/01/02 15:27:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:27:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:27:47: pause app [1.11.35a] 2024/01/02 15:29:33: enter app [1.11.35a] 2024/01/02 15:29:33: resume app [1.11.35a] 2024/01/02 15:29:33: resume -> enter GameStage [1.11.35a] 2024/01/02 15:29:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:29:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:29:44: pause app [1.11.35a] 2024/01/02 15:30:16: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:30:19: enter app
[1.11.35a] 2024/01/02 15:30:19: resume app [1.11.35a] 2024/01/02 15:30:19: resume -> enter GameStage [1.11.35a] 2024/01/02 15:30:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:30:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:30:44: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:32:39: prepare CityInfoStage [1.11.35a] 2024/01/02 15:32:39: enter CityInfoStage [1.11.35a] 2024/01/02 15:32:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:32:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:32:39: leave CityInfoStage [1.11.35a] 2024/01/02 15:32:39: drop CityInfoStage [1.11.35a] 2024/01/02 15:32:39: enter GameStage [1.11.35a] 2024/01/02 15:32:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:32:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:33:41: instance MjEy [1.11.35a] 2024/01/02 15:35:18: bind SaveWaitingStage [1.11.35a] 2024/01/02 15:35:18: prepare SaveWaitingStage [1.11.35a] 2024/01/02 15:35:18: enter SaveWaitingStage [1.11.35a] 2024/01/02 15:35:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:35:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:35:19: leave SaveWaitingStage [1.11.35a] 2024/01/02 15:35:19: drop SaveWaitingStage [1.11.35a] 2024/01/02 15:35:19: enter GameStage [1.11.35a] 2024/01/02 15:35:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:35:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:35:28: bind CityInfoStage [1.11.35a] 2024/01/02 15:35:28: prepare CityInfoStage [1.11.35a] 2024/01/02 15:35:28: enter CityInfoStage [1.11.35a] 2024/01/02 15:35:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:35:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:35:28: leave CityInfoStage [1.11.35a] 2024/01/02 15:35:28: drop CityInfoStage [1.11.35a] 2024/01/02 15:35:28: enter GameStage [1.11.35a] 2024/01/02 15:35:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:35:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:36:02: bind CityInfoStage [1.11.35a] 2024/01/02 15:36:02: prepare CityInfoStage [1.11.35a] 2024/01/02 15:36:02: enter CityInfoStage [1.11.35a] 2024/01/02 15:36:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:36:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:36:02: leave CityInfoStage [1.11.35a] 2024/01/02 15:36:02: drop CityInfoStage [1.11.35a] 2024/01/02 15:36:02: enter GameStage [1.11.35a] 2024/01/02 15:36:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:36:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:36:10: instance MjE0 [1.11.35a] 2024/01/02 15:36:10: bind RankStage [1.11.35a] 2024/01/02 15:36:10: prepare RankStage [1.11.35a] 2024/01/02 15:36:10: enter RankStage [1.11.35a] 2024/01/02 15:36:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:36:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:36:13: leave RankStage [1.11.35a] 2024/01/02 15:36:13: drop RankStage [1.11.35a] 2024/01/02 15:36:13: enter GameStage [1.11.35a] 2024/01/02 15:36:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:36:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:38:20: pause app [1.11.35a] 2024/01/02 15:40:02: enter app [1.11.35a] 2024/01/02 15:40:02: resume app [1.11.35a] 2024/01/02 15:40:02: resume -> enter GameStage [1.11.35a] 2024/01/02 15:40:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 15:40:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 15:40:02: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 15:40:16: instance MjE2
[1.11.35a] 2024/01/02 15:40:20: pause app [1.11.35a] 2024/01/02 16:06:56: enter app [1.11.35a] 2024/01/02 16:06:56: resume app [1.11.35a] 2024/01/02 16:06:56: resume -> enter GameStage [1.11.35a] 2024/01/02 16:06:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:06:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:06:57: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:07:03: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:07:15: pause app
[1.11.35a] 2024/01/02 16:07:19: enter app [1.11.35a] 2024/01/02 16:07:19: resume app [1.11.35a] 2024/01/02 16:07:19: resume -> enter GameStage [1.11.35a] 2024/01/02 16:07:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:07:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:07:20: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:07:34: pause app
[1.11.35a] 2024/01/02 16:08:20: enter app [1.11.35a] 2024/01/02 16:08:20: resume app [1.11.35a] 2024/01/02 16:08:20: resume -> enter GameStage [1.11.35a] 2024/01/02 16:08:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:08:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:08:21: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:09:14: pause app
[1.11.35a] 2024/01/02 16:23:45: Startup [1.11.35a] 2024/01/02 16:23:45: create() cold start [1.11.35a] 2024/01/02 16:23:45: Download java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 20 more
[1.11.35a] 2024/01/02 16:23:45: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:23:46: translation es_MX
[1.11.35a] 2024/01/02 16:23:46: instance MjE2 [1.11.35a] 2024/01/02 16:23:46: create() finish [1.11.35a] 2024/01/02 16:23:46: create() end [1.11.35a] 2024/01/02 16:23:46: resume app [1.11.35a] 2024/01/02 16:23:46: refresh [1.11.35a] 2024/01/02 16:23:46: bind LoadingStage [1.11.35a] 2024/01/02 16:23:46: prepare LoadingStage [1.11.35a] 2024/01/02 16:23:46: enter LoadingStage [1.11.35a] 2024/01/02 16:23:46: loading Warm-up [1.11.35a] 2024/01/02 16:23:46: loading Startup [1.11.35a] 2024/01/02 16:23:47: Max texture size 8192 [1.11.35a] 2024/01/02 16:23:47: Max heap size is 512MB [1.11.35a] 2024/01/02 16:23:47: Backend java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/02 16:23:47: General java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/02 16:23:47: Screen size is 2340x1080, ppi: 391.885
[1.11.35a] 2024/01/02 16:23:47: loading Texture [1.11.35a] 2024/01/02 16:23:47: loading Fonts [1.11.35a] 2024/01/02 16:23:48: loading Skin [1.11.35a] 2024/01/02 16:23:48: loading Extract files [1.11.35a] 2024/01/02 16:23:48: loading Frames [1.11.35a] 2024/01/02 16:23:48: loading Scripting [1.11.35a] 2024/01/02 16:23:48: loading Collecting drafts [1.11.35a] 2024/01/02 16:23:49: loading Prefetching images [1.11.35a] 2024/01/02 16:23:49: loading Loading drafts [1.11.35a] 2024/01/02 16:23:50: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/02 16:23:51: loading Loading music [1.11.35a] 2024/01/02 16:23:51: loading Shaders [1.11.35a] 2024/01/02 16:23:51: loading Topics [1.11.35a] 2024/01/02 16:23:51: loading Loading textures [1.11.35a] 2024/01/02 16:23:52: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:23:53: loading Preparing background [1.11.35a] 2024/01/02 16:23:53: loading Finishing [1.11.35a] 2024/01/02 16:23:53: leave LoadingStage [1.11.35a] 2024/01/02 16:23:53: drop LoadingStage [1.11.35a] 2024/01/02 16:23:53: bind PluginErrorStage [1.11.35a] 2024/01/02 16:23:53: prepare PluginErrorStage [1.11.35a] 2024/01/02 16:23:53: bind MissingManifestStage [1.11.35a] 2024/01/02 16:23:53: prepare MissingManifestStage [1.11.35a] 2024/01/02 16:23:53: bind WelcomeStage [1.11.35a] 2024/01/02 16:23:53: prepare WelcomeStage [1.11.35a] 2024/01/02 16:23:53: enter WelcomeStage [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:53: drop PluginErrorStage [1.11.35a] 2024/01/02 16:23:53: drop MissingManifestStage [1.11.35a] 2024/01/02 16:23:53: leave WelcomeStage [1.11.35a] 2024/01/02 16:23:53: drop WelcomeStage [1.11.35a] 2024/01/02 16:23:53: bind RegionStage [1.11.35a] 2024/01/02 16:23:53: prepare RegionStage [1.11.35a] 2024/01/02 16:23:53: enter RegionStage [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:54: instance MjE1 [1.11.35a] 2024/01/02 16:23:54: instance MjE2 [1.11.35a] 2024/01/02 16:23:54: bind LoadWaitingStage [1.11.35a] 2024/01/02 16:23:54: prepare LoadWaitingStage [1.11.35a] 2024/01/02 16:23:54: enter LoadWaitingStage [1.11.35a] 2024/01/02 16:23:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:54: leave LoadWaitingStage [1.11.35a] 2024/01/02 16:23:54: drop LoadWaitingStage [1.11.35a] 2024/01/02 16:23:54: bind GameStage [1.11.35a] 2024/01/02 16:23:54: prepare GameStage [1.11.35a] 2024/01/02 16:23:54: enter GameStage [1.11.35a] 2024/01/02 16:23:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:55: bind SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/02 16:23:55: prepare SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/02 16:23:55: enter SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/02 16:23:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:23:56: leave SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/02 16:23:56: drop SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/02 16:23:56: enter GameStage [1.11.35a] 2024/01/02 16:23:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:23:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:04: leave GameStage [1.11.35a] 2024/01/02 16:24:04: drop GameStage [1.11.35a] 2024/01/02 16:24:04: bind SaveWaitingStage [1.11.35a] 2024/01/02 16:24:04: prepare SaveWaitingStage [1.11.35a] 2024/01/02 16:24:04: enter SaveWaitingStage [1.11.35a] 2024/01/02 16:24:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:05: leave SaveWaitingStage [1.11.35a] 2024/01/02 16:24:05: drop SaveWaitingStage [1.11.35a] 2024/01/02 16:24:05: enter RegionStage [1.11.35a] 2024/01/02 16:24:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:12: Backend java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnec tionImpl.java:262) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(Delega tingHttpsURLConnection.java:219) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConn ectionImpl.java:30) at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :173) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :202) at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:307) at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:278) at info.flowersoft.theotown.backend.Backend.access$900(Backend.java:28) at info.flowersoft.theotown.backend.Backend$2.run(Backend.java:113) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 23 more
[1.11.35a] 2024/01/02 16:24:12: prepare OnlineRegionProviderStage [1.11.35a] 2024/01/02 16:24:12: enter OnlineRegionProviderStage [1.11.35a] 2024/01/02 16:24:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:13: leave OnlineRegionProviderStage [1.11.35a] 2024/01/02 16:24:13: drop OnlineRegionProviderStage [1.11.35a] 2024/01/02 16:24:13: enter RegionStage [1.11.35a] 2024/01/02 16:24:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:36: bind LoadWaitingStage [1.11.35a] 2024/01/02 16:24:36: prepare LoadWaitingStage [1.11.35a] 2024/01/02 16:24:36: enter LoadWaitingStage [1.11.35a] 2024/01/02 16:24:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:24:37: leave LoadWaitingStage [1.11.35a] 2024/01/02 16:24:37: drop LoadWaitingStage [1.11.35a] 2024/01/02 16:24:37: bind GameStage [1.11.35a] 2024/01/02 16:24:37: prepare GameStage [1.11.35a] 2024/01/02 16:24:37: enter GameStage [1.11.35a] 2024/01/02 16:24:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:24:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:25:41: pause app [1.11.35a] 2024/01/02 16:28:10: enter app [1.11.35a] 2024/01/02 16:28:10: resume app [1.11.35a] 2024/01/02 16:28:10: resume -> enter GameStage [1.11.35a] 2024/01/02 16:28:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 16:28:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 16:28:35: Time java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 16:28:45: pause app
[1.11.35a] 2024/01/02 17:10:17: Startup [1.11.35a] 2024/01/02 17:10:18: create() cold start [1.11.35a] 2024/01/02 17:10:18: translation es_MX [1.11.35a] 2024/01/02 17:10:18: instance MjE2 [1.11.35a] 2024/01/02 17:10:18: create() finish [1.11.35a] 2024/01/02 17:10:18: create() end [1.11.35a] 2024/01/02 17:10:18: resume app [1.11.35a] 2024/01/02 17:10:18: refresh [1.11.35a] 2024/01/02 17:10:18: bind LoadingStage [1.11.35a] 2024/01/02 17:10:18: prepare LoadingStage [1.11.35a] 2024/01/02 17:10:18: enter LoadingStage [1.11.35a] 2024/01/02 17:10:18: loading Warm-up [1.11.35a] 2024/01/02 17:10:18: loading Startup [1.11.35a] 2024/01/02 17:10:19: Max texture size 8192 [1.11.35a] 2024/01/02 17:10:19: Max heap size is 512MB [1.11.35a] 2024/01/02 17:10:19: Engine consumes 11MB [1.11.35a] 2024/01/02 17:10:19: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/02 17:10:19: loading Texture [1.11.35a] 2024/01/02 17:10:19: loading Fonts [1.11.35a] 2024/01/02 17:10:20: loading Skin [1.11.35a] 2024/01/02 17:10:20: loading Extract files [1.11.35a] 2024/01/02 17:10:20: loading Frames [1.11.35a] 2024/01/02 17:10:20: loading Scripting [1.11.35a] 2024/01/02 17:10:20: loading Collecting drafts [1.11.35a] 2024/01/02 17:10:23: loading Prefetching images [1.11.35a] 2024/01/02 17:10:23: loading Loading drafts [1.11.35a] 2024/01/02 17:10:24: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/02 17:10:24: loading Loading music [1.11.35a] 2024/01/02 17:10:24: loading Shaders [1.11.35a] 2024/01/02 17:10:24: loading Topics [1.11.35a] 2024/01/02 17:10:24: loading Loading textures [1.11.35a] 2024/01/02 17:10:26: loading Checking winter [1.11.35a] 2024/01/02 17:10:26: loading Preparing background [1.11.35a] 2024/01/02 17:10:26: loading Finishing [1.11.35a] 2024/01/02 17:10:26: leave LoadingStage [1.11.35a] 2024/01/02 17:10:26: drop LoadingStage [1.11.35a] 2024/01/02 17:10:26: bind PluginErrorStage [1.11.35a] 2024/01/02 17:10:26: prepare PluginErrorStage [1.11.35a] 2024/01/02 17:10:26: bind MissingManifestStage [1.11.35a] 2024/01/02 17:10:26: prepare MissingManifestStage [1.11.35a] 2024/01/02 17:10:26: bind WelcomeStage [1.11.35a] 2024/01/02 17:10:26: prepare WelcomeStage [1.11.35a] 2024/01/02 17:10:26: enter WelcomeStage [1.11.35a] 2024/01/02 17:10:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:26: drop PluginErrorStage [1.11.35a] 2024/01/02 17:10:26: drop MissingManifestStage [1.11.35a] 2024/01/02 17:10:26: leave WelcomeStage [1.11.35a] 2024/01/02 17:10:26: drop WelcomeStage [1.11.35a] 2024/01/02 17:10:26: bind RegionStage [1.11.35a] 2024/01/02 17:10:26: prepare RegionStage [1.11.35a] 2024/01/02 17:10:27: enter RegionStage [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:27: instance MjE1 [1.11.35a] 2024/01/02 17:10:27: instance MjE2 [1.11.35a] 2024/01/02 17:10:27: bind LoadWaitingStage [1.11.35a] 2024/01/02 17:10:27: prepare LoadWaitingStage [1.11.35a] 2024/01/02 17:10:27: enter LoadWaitingStage [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:28: leave LoadWaitingStage [1.11.35a] 2024/01/02 17:10:28: drop LoadWaitingStage [1.11.35a] 2024/01/02 17:10:28: bind GameStage [1.11.35a] 2024/01/02 17:10:28: prepare GameStage [1.11.35a] 2024/01/02 17:10:28: enter GameStage [1.11.35a] 2024/01/02 17:10:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 17:10:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 17:10:42: Download java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 20 more
[1.11.35a] 2024/01/02 17:10:42: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 17:11:03: Backend
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 17:11:03: General
java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "api.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 17:11:06: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at com.android.okhttp.Dns$1.lookup(Dns.java:41) at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele ctor.java:178) at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144) at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:176) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 18 more
[1.11.35a] 2024/01/02 22:50:36: loading Loading music [1.11.35a] 2024/01/02 22:50:36: loading Shaders [1.11.35a] 2024/01/02 22:50:36: loading Topics [1.11.35a] 2024/01/02 22:50:36: loading Loading textures [1.11.35a] 2024/01/02 22:50:38: loading Checking winter [1.11.35a] 2024/01/02 22:50:38: loading Preparing background [1.11.35a] 2024/01/02 22:50:38: loading Finishing [1.11.35a] 2024/01/02 22:50:38: leave LoadingStage [1.11.35a] 2024/01/02 22:50:38: drop LoadingStage [1.11.35a] 2024/01/02 22:50:38: bind PluginErrorStage [1.11.35a] 2024/01/02 22:50:38: prepare PluginErrorStage [1.11.35a] 2024/01/02 22:50:38: bind MissingManifestStage [1.11.35a] 2024/01/02 22:50:38: prepare MissingManifestStage [1.11.35a] 2024/01/02 22:50:38: bind WelcomeStage [1.11.35a] 2024/01/02 22:50:38: prepare WelcomeStage [1.11.35a] 2024/01/02 22:50:38: enter WelcomeStage [1.11.35a] 2024/01/02 22:50:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:50:38: drop PluginErrorStage [1.11.35a] 2024/01/02 22:50:38: drop MissingManifestStage [1.11.35a] 2024/01/02 22:50:38: leave WelcomeStage [1.11.35a] 2024/01/02 22:50:38: drop WelcomeStage [1.11.35a] 2024/01/02 22:50:38: bind RegionStage [1.11.35a] 2024/01/02 22:50:38: prepare RegionStage [1.11.35a] 2024/01/02 22:50:39: enter RegionStage [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:50:39: instance MjIz [1.11.35a] 2024/01/02 22:50:39: instance MjI0 [1.11.35a] 2024/01/02 22:50:39: bind LoadWaitingStage [1.11.35a] 2024/01/02 22:50:39: prepare LoadWaitingStage [1.11.35a] 2024/01/02 22:50:39: enter LoadWaitingStage [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:50:40: leave LoadWaitingStage [1.11.35a] 2024/01/02 22:50:40: drop LoadWaitingStage [1.11.35a] 2024/01/02 22:50:40: bind GameStage [1.11.35a] 2024/01/02 22:50:40: prepare GameStage [1.11.35a] 2024/01/02 22:50:40: enter GameStage [1.11.35a] 2024/01/02 22:50:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/02 22:50:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/02 22:51:32: pause app [1.11.35a] 2024/01/03 14:32:50: Startup [1.11.35a] 2024/01/03 14:32:50: create() cold start [1.11.35a] 2024/01/03 14:32:50: translation es_MX [1.11.35a] 2024/01/03 14:32:51: instance MjI0 [1.11.35a] 2024/01/03 14:32:51: create() finish [1.11.35a] 2024/01/03 14:32:51: create() end [1.11.35a] 2024/01/03 14:32:51: resume app [1.11.35a] 2024/01/03 14:32:51: refresh [1.11.35a] 2024/01/03 14:32:51: bind LoadingStage [1.11.35a] 2024/01/03 14:32:51: prepare LoadingStage [1.11.35a] 2024/01/03 14:32:51: enter LoadingStage [1.11.35a] 2024/01/03 14:32:51: loading Warm-up [1.11.35a] 2024/01/03 14:32:51: loading Startup [1.11.35a] 2024/01/03 14:32:52: Max texture size 8192 [1.11.35a] 2024/01/03 14:32:52: Max heap size is 512MB [1.11.35a] 2024/01/03 14:32:52: Engine consumes 11MB [1.11.35a] 2024/01/03 14:32:52: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/03 14:32:52: loading Texture [1.11.35a] 2024/01/03 14:32:52: loading Fonts [1.11.35a] 2024/01/03 14:32:53: loading Skin [1.11.35a] 2024/01/03 14:32:53: loading Extract files [1.11.35a] 2024/01/03 14:32:53: loading Frames [1.11.35a] 2024/01/03 14:32:53: loading Scripting [1.11.35a] 2024/01/03 14:32:54: loading Collecting drafts [1.11.35a] 2024/01/03 14:32:57: loading Prefetching images [1.11.35a] 2024/01/03 14:32:57: loading Loading drafts [1.11.35a] 2024/01/03 14:32:59: loading Finishing drafts [1.11.35a] 2024/01/03 14:33:02: loading Loading music [1.11.35a] 2024/01/03 14:33:02: loading Shaders [1.11.35a] 2024/01/03 14:33:02: loading Topics [1.11.35a] 2024/01/03 14:33:02: loading Loading textures [1.11.35a] 2024/01/03 14:33:06: loading Checking winter [1.11.35a] 2024/01/03 14:33:06: loading Preparing background [1.11.35a] 2024/01/03 14:33:06: loading Finishing [1.11.35a] 2024/01/03 14:33:06: leave LoadingStage [1.11.35a] 2024/01/03 14:33:06: drop LoadingStage [1.11.35a] 2024/01/03 14:33:06: bind PluginErrorStage [1.11.35a] 2024/01/03 14:33:06: prepare PluginErrorStage [1.11.35a] 2024/01/03 14:33:06: bind MissingManifestStage [1.11.35a] 2024/01/03 14:33:06: prepare MissingManifestStage [1.11.35a] 2024/01/03 14:33:06: bind WelcomeStage [1.11.35a] 2024/01/03 14:33:06: prepare WelcomeStage [1.11.35a] 2024/01/03 14:33:06: enter WelcomeStage [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:06: drop PluginErrorStage [1.11.35a] 2024/01/03 14:33:06: drop MissingManifestStage [1.11.35a] 2024/01/03 14:33:06: leave WelcomeStage [1.11.35a] 2024/01/03 14:33:06: drop WelcomeStage [1.11.35a] 2024/01/03 14:33:06: bind RegionStage [1.11.35a] 2024/01/03 14:33:06: prepare RegionStage [1.11.35a] 2024/01/03 14:33:06: enter RegionStage [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:06: instance MjIz [1.11.35a] 2024/01/03 14:33:06: instance MjI0 [1.11.35a] 2024/01/03 14:33:06: bind LoadWaitingStage [1.11.35a] 2024/01/03 14:33:06: prepare LoadWaitingStage [1.11.35a] 2024/01/03 14:33:06: enter LoadWaitingStage [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:07: leave LoadWaitingStage [1.11.35a] 2024/01/03 14:33:07: drop LoadWaitingStage [1.11.35a] 2024/01/03 14:33:07: bind GameStage [1.11.35a] 2024/01/03 14:33:07: prepare GameStage [1.11.35a] 2024/01/03 14:33:07: enter GameStage [1.11.35a] 2024/01/03 14:33:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:08: bind SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/03 14:33:08: prepare SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/03 14:33:08: enter SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/03 14:33:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:09: leave SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/03 14:33:09: drop SpecialOfferStage:$feature_landmarks01 [1.11.35a] 2024/01/03 14:33:09: enter GameStage [1.11.35a] 2024/01/03 14:33:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:12: bind IronSrc [1.11.35a] 2024/01/03 14:33:12: prepare IronSrc [1.11.35a] 2024/01/03 14:33:12: enter IronSrc [1.11.35a] 2024/01/03 14:33:12: leave IronSrc [1.11.35a] 2024/01/03 14:33:12: drop IronSrc [1.11.35a] 2024/01/03 14:33:12: enter GameStage [1.11.35a] 2024/01/03 14:33:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:33:12: pause app [1.11.35a] 2024/01/03 14:33:53: enter app [1.11.35a] 2024/01/03 14:33:53: resume app [1.11.35a] 2024/01/03 14:33:53: resume -> enter GameStage [1.11.35a] 2024/01/03 14:33:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:33:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:36:00: pause app [1.11.35a] 2024/01/03 14:37:42: enter app [1.11.35a] 2024/01/03 14:37:42: resume app [1.11.35a] 2024/01/03 14:37:42: resume -> enter GameStage [1.11.35a] 2024/01/03 14:37:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:37:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:39:09: pause app [1.11.35a] 2024/01/03 14:39:58: enter app [1.11.35a] 2024/01/03 14:39:58: resume app [1.11.35a] 2024/01/03 14:39:58: resume -> enter GameStage [1.11.35a] 2024/01/03 14:39:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:39:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:40:55: bind CityInfoStage [1.11.35a] 2024/01/03 14:40:55: prepare CityInfoStage [1.11.35a] 2024/01/03 14:40:55: enter CityInfoStage [1.11.35a] 2024/01/03 14:40:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:40:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:40:56: leave CityInfoStage [1.11.35a] 2024/01/03 14:40:56: drop CityInfoStage [1.11.35a] 2024/01/03 14:40:56: enter GameStage [1.11.35a] 2024/01/03 14:40:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:40:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:44:56: bind SaveWaitingStage [1.11.35a] 2024/01/03 14:44:56: prepare SaveWaitingStage [1.11.35a] 2024/01/03 14:44:56: enter SaveWaitingStage [1.11.35a] 2024/01/03 14:44:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:44:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:44:57: leave SaveWaitingStage [1.11.35a] 2024/01/03 14:44:57: drop SaveWaitingStage [1.11.35a] 2024/01/03 14:44:57: enter GameStage [1.11.35a] 2024/01/03 14:44:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:44:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:45:28: pause app [1.11.35a] 2024/01/03 14:47:13: enter app [1.11.35a] 2024/01/03 14:47:13: resume app [1.11.35a] 2024/01/03 14:47:13: resume -> enter GameStage [1.11.35a] 2024/01/03 14:47:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:47:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:48:30: instance MjI2 [1.11.35a] 2024/01/03 14:48:30: bind RankStage [1.11.35a] 2024/01/03 14:48:30: prepare RankStage [1.11.35a] 2024/01/03 14:48:30: enter RankStage [1.11.35a] 2024/01/03 14:48:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:48:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:48:40: leave RankStage [1.11.35a] 2024/01/03 14:48:40: drop RankStage [1.11.35a] 2024/01/03 14:48:40: enter GameStage [1.11.35a] 2024/01/03 14:48:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:48:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:51:41: bind CityInfoStage [1.11.35a] 2024/01/03 14:51:41: prepare CityInfoStage [1.11.35a] 2024/01/03 14:51:41: enter CityInfoStage [1.11.35a] 2024/01/03 14:51:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:51:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:51:41: leave CityInfoStage [1.11.35a] 2024/01/03 14:51:41: drop CityInfoStage [1.11.35a] 2024/01/03 14:51:41: enter GameStage [1.11.35a] 2024/01/03 14:51:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:51:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:52:23: bind SaveWaitingStage [1.11.35a] 2024/01/03 14:52:23: prepare SaveWaitingStage [1.11.35a] 2024/01/03 14:52:23: enter SaveWaitingStage [1.11.35a] 2024/01/03 14:52:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:52:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:52:24: leave SaveWaitingStage [1.11.35a] 2024/01/03 14:52:24: drop SaveWaitingStage [1.11.35a] 2024/01/03 14:52:24: enter GameStage [1.11.35a] 2024/01/03 14:52:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:52:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:55:09: bind CityInfoStage [1.11.35a] 2024/01/03 14:55:09: prepare CityInfoStage [1.11.35a] 2024/01/03 14:55:09: enter CityInfoStage [1.11.35a] 2024/01/03 14:55:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:55:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:55:09: refresh [1.11.35a] 2024/01/03 14:55:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:55:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:55:10: leave CityInfoStage [1.11.35a] 2024/01/03 14:55:10: drop CityInfoStage [1.11.35a] 2024/01/03 14:55:10: enter GameStage [1.11.35a] 2024/01/03 14:55:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:55:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:55:53: bind CityInfoStage [1.11.35a] 2024/01/03 14:55:53: prepare CityInfoStage [1.11.35a] 2024/01/03 14:55:53: enter CityInfoStage [1.11.35a] 2024/01/03 14:55:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:55:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:55:54: leave CityInfoStage [1.11.35a] 2024/01/03 14:55:54: drop CityInfoStage [1.11.35a] 2024/01/03 14:55:54: enter GameStage [1.11.35a] 2024/01/03 14:55:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 14:55:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 14:56:53: instance MjI4 [1.11.35a] 2024/01/03 14:56:56: instance MjMw [1.11.35a] 2024/01/03 14:57:21: pause app [1.11.35a] 2024/01/03 15:02:09: enter app [1.11.35a] 2024/01/03 15:02:09: resume app [1.11.35a] 2024/01/03 15:02:09: resume -> enter GameStage [1.11.35a] 2024/01/03 15:02:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:02:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:04:00: instance MjMy [1.11.35a] 2024/01/03 15:04:00: bind RankStage [1.11.35a] 2024/01/03 15:04:00: prepare RankStage [1.11.35a] 2024/01/03 15:04:00: enter RankStage [1.11.35a] 2024/01/03 15:04:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:04:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:04:03: leave RankStage [1.11.35a] 2024/01/03 15:04:03: drop RankStage [1.11.35a] 2024/01/03 15:04:03: enter GameStage [1.11.35a] 2024/01/03 15:04:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:04:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:05:09: bind CityInfoStage [1.11.35a] 2024/01/03 15:05:09: prepare CityInfoStage [1.11.35a] 2024/01/03 15:05:09: enter CityInfoStage [1.11.35a] 2024/01/03 15:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:05:11: leave CityInfoStage [1.11.35a] 2024/01/03 15:05:11: drop CityInfoStage [1.11.35a] 2024/01/03 15:05:11: enter GameStage [1.11.35a] 2024/01/03 15:05:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:05:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:05:53: instance MjM0 [1.11.35a] 2024/01/03 15:05:56: instance MjM2 [1.11.35a] 2024/01/03 15:06:15: bind CityInfoStage [1.11.35a] 2024/01/03 15:06:15: prepare CityInfoStage [1.11.35a] 2024/01/03 15:06:15: enter CityInfoStage [1.11.35a] 2024/01/03 15:06:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:06:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:06:16: leave CityInfoStage [1.11.35a] 2024/01/03 15:06:16: drop CityInfoStage [1.11.35a] 2024/01/03 15:06:16: enter GameStage [1.11.35a] 2024/01/03 15:06:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:06:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:07:24: bind SaveWaitingStage [1.11.35a] 2024/01/03 15:07:24: prepare SaveWaitingStage [1.11.35a] 2024/01/03 15:07:24: enter SaveWaitingStage [1.11.35a] 2024/01/03 15:07:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:07:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:07:25: leave SaveWaitingStage [1.11.35a] 2024/01/03 15:07:25: drop SaveWaitingStage [1.11.35a] 2024/01/03 15:07:25: enter GameStage [1.11.35a] 2024/01/03 15:07:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:07:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:07:44: pause app [1.11.35a] 2024/01/03 15:08:14: enter app [1.11.35a] 2024/01/03 15:08:14: resume app [1.11.35a] 2024/01/03 15:08:14: resume -> enter GameStage [1.11.35a] 2024/01/03 15:08:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:08:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:08:35: pause app [1.11.35a] 2024/01/03 15:18:23: enter app [1.11.35a] 2024/01/03 15:18:23: resume app [1.11.35a] 2024/01/03 15:18:23: resume -> enter GameStage [1.11.35a] 2024/01/03 15:18:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:18:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:07: bind Store [1.11.35a] 2024/01/03 15:20:07: prepare Store [1.11.35a] 2024/01/03 15:20:07: enter Store [1.11.35a] 2024/01/03 15:20:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:08: leave Store [1.11.35a] 2024/01/03 15:20:08: drop Store [1.11.35a] 2024/01/03 15:20:08: enter GameStage [1.11.35a] 2024/01/03 15:20:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:10: bind CityInfoStage [1.11.35a] 2024/01/03 15:20:10: prepare CityInfoStage [1.11.35a] 2024/01/03 15:20:10: enter CityInfoStage [1.11.35a] 2024/01/03 15:20:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:12: leave CityInfoStage [1.11.35a] 2024/01/03 15:20:12: drop CityInfoStage [1.11.35a] 2024/01/03 15:20:12: enter GameStage [1.11.35a] 2024/01/03 15:20:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:30: bind CityInfoStage [1.11.35a] 2024/01/03 15:20:30: prepare CityInfoStage [1.11.35a] 2024/01/03 15:20:30: enter CityInfoStage [1.11.35a] 2024/01/03 15:20:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:20:31: leave CityInfoStage [1.11.35a] 2024/01/03 15:20:31: drop CityInfoStage [1.11.35a] 2024/01/03 15:20:31: enter GameStage [1.11.35a] 2024/01/03 15:20:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:20:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:23:25: bind SaveWaitingStage [1.11.35a] 2024/01/03 15:23:25: prepare SaveWaitingStage [1.11.35a] 2024/01/03 15:23:25: enter SaveWaitingStage [1.11.35a] 2024/01/03 15:23:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:23:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:23:25: leave SaveWaitingStage [1.11.35a] 2024/01/03 15:23:25: drop SaveWaitingStage [1.11.35a] 2024/01/03 15:23:25: enter GameStage [1.11.35a] 2024/01/03 15:23:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:23:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:23:51: pause app [1.11.35a] 2024/01/03 15:23:51: enter app [1.11.35a] 2024/01/03 15:23:51: resume app [1.11.35a] 2024/01/03 15:23:51: resume -> enter GameStage [1.11.35a] 2024/01/03 15:23:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:23:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:23:53: pause app [1.11.35a] 2024/01/03 15:24:20: enter app [1.11.35a] 2024/01/03 15:24:20: resume app [1.11.35a] 2024/01/03 15:24:20: resume -> enter GameStage [1.11.35a] 2024/01/03 15:24:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:24:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:24:25: bind CityInfoStage [1.11.35a] 2024/01/03 15:24:25: prepare CityInfoStage [1.11.35a] 2024/01/03 15:24:25: enter CityInfoStage [1.11.35a] 2024/01/03 15:24:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:24:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:24:26: leave CityInfoStage [1.11.35a] 2024/01/03 15:24:26: drop CityInfoStage [1.11.35a] 2024/01/03 15:24:26: enter GameStage [1.11.35a] 2024/01/03 15:24:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:24:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:26:26: pause app [1.11.35a] 2024/01/03 15:29:44: enter app [1.11.35a] 2024/01/03 15:29:44: resume app [1.11.35a] 2024/01/03 15:29:44: resume -> enter GameStage [1.11.35a] 2024/01/03 15:29:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:29:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:29:48: instance MjM4 [1.11.35a] 2024/01/03 15:29:48: bind RankStage [1.11.35a] 2024/01/03 15:29:48: prepare RankStage [1.11.35a] 2024/01/03 15:29:48: enter RankStage [1.11.35a] 2024/01/03 15:29:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:29:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:29:53: leave RankStage [1.11.35a] 2024/01/03 15:29:53: drop RankStage [1.11.35a] 2024/01/03 15:29:53: enter GameStage [1.11.35a] 2024/01/03 15:29:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:29:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:30:09: bind CityInfoStage [1.11.35a] 2024/01/03 15:30:09: prepare CityInfoStage [1.11.35a] 2024/01/03 15:30:09: enter CityInfoStage [1.11.35a] 2024/01/03 15:30:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:30:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:30:09: bind RankStage [1.11.35a] 2024/01/03 15:30:09: prepare RankStage [1.11.35a] 2024/01/03 15:30:09: enter RankStage [1.11.35a] 2024/01/03 15:30:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:30:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:30:12: leave RankStage [1.11.35a] 2024/01/03 15:30:12: drop RankStage [1.11.35a] 2024/01/03 15:30:12: drop CityInfoStage [1.11.35a] 2024/01/03 15:30:12: enter GameStage [1.11.35a] 2024/01/03 15:30:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:30:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:30:23: pause app [1.11.35a] 2024/01/03 15:32:47: enter app [1.11.35a] 2024/01/03 15:32:47: resume app [1.11.35a] 2024/01/03 15:32:47: resume -> enter GameStage [1.11.35a] 2024/01/03 15:32:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:32:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:35:39: pause app [1.11.35a] 2024/01/03 15:38:53: enter app [1.11.35a] 2024/01/03 15:38:53: resume app [1.11.35a] 2024/01/03 15:38:53: resume -> enter GameStage [1.11.35a] 2024/01/03 15:38:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:38:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:41:56: pause app [1.11.35a] 2024/01/03 15:48:02: enter app [1.11.35a] 2024/01/03 15:48:02: resume app [1.11.35a] 2024/01/03 15:48:02: resume -> enter GameStage [1.11.35a] 2024/01/03 15:48:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:48:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:49:10: pause app [1.11.35a] 2024/01/03 15:50:08: enter app [1.11.35a] 2024/01/03 15:50:08: resume app [1.11.35a] 2024/01/03 15:50:08: resume -> enter GameStage [1.11.35a] 2024/01/03 15:50:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:50:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:51:14: pause app [1.11.35a] 2024/01/03 15:55:31: enter app [1.11.35a] 2024/01/03 15:55:31: resume app [1.11.35a] 2024/01/03 15:55:31: resume -> enter GameStage [1.11.35a] 2024/01/03 15:55:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:55:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:57:15: bind CityInfoStage [1.11.35a] 2024/01/03 15:57:15: prepare CityInfoStage [1.11.35a] 2024/01/03 15:57:15: enter CityInfoStage [1.11.35a] 2024/01/03 15:57:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:57:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:57:16: leave CityInfoStage [1.11.35a] 2024/01/03 15:57:16: drop CityInfoStage [1.11.35a] 2024/01/03 15:57:16: enter GameStage [1.11.35a] 2024/01/03 15:57:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:57:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:58:12: bind CityInfoStage [1.11.35a] 2024/01/03 15:58:12: prepare CityInfoStage [1.11.35a] 2024/01/03 15:58:12: enter CityInfoStage [1.11.35a] 2024/01/03 15:58:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:58:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:58:13: leave CityInfoStage [1.11.35a] 2024/01/03 15:58:13: drop CityInfoStage [1.11.35a] 2024/01/03 15:58:13: enter GameStage [1.11.35a] 2024/01/03 15:58:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:58:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:58:23: instance MjQw [1.11.35a] 2024/01/03 15:58:24: bind RankStage [1.11.35a] 2024/01/03 15:58:24: prepare RankStage [1.11.35a] 2024/01/03 15:58:24: enter RankStage [1.11.35a] 2024/01/03 15:58:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:58:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:58:30: leave RankStage [1.11.35a] 2024/01/03 15:58:30: drop RankStage [1.11.35a] 2024/01/03 15:58:30: enter GameStage [1.11.35a] 2024/01/03 15:58:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:58:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 15:59:08: pause app [1.11.35a] 2024/01/03 15:59:14: enter app [1.11.35a] 2024/01/03 15:59:14: resume app [1.11.35a] 2024/01/03 15:59:14: resume -> enter GameStage [1.11.35a] 2024/01/03 15:59:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 15:59:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:01:18: bind CityInfoStage [1.11.35a] 2024/01/03 16:01:18: prepare CityInfoStage [1.11.35a] 2024/01/03 16:01:18: enter CityInfoStage [1.11.35a] 2024/01/03 16:01:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:01:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:01:19: leave CityInfoStage [1.11.35a] 2024/01/03 16:01:19: drop CityInfoStage [1.11.35a] 2024/01/03 16:01:19: enter GameStage [1.11.35a] 2024/01/03 16:01:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:01:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:01:33: pause app [1.11.35a] 2024/01/03 16:05:55: enter app [1.11.35a] 2024/01/03 16:05:55: resume app [1.11.35a] 2024/01/03 16:05:55: resume -> enter GameStage [1.11.35a] 2024/01/03 16:05:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:05:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:05:59: pause app [1.11.35a] 2024/01/03 16:06:30: enter app [1.11.35a] 2024/01/03 16:06:30: resume app [1.11.35a] 2024/01/03 16:06:30: resume -> enter GameStage [1.11.35a] 2024/01/03 16:06:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:06:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:06:35: bind CityInfoStage [1.11.35a] 2024/01/03 16:06:35: prepare CityInfoStage [1.11.35a] 2024/01/03 16:06:35: enter CityInfoStage [1.11.35a] 2024/01/03 16:06:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:06:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:06:39: leave CityInfoStage [1.11.35a] 2024/01/03 16:06:39: drop CityInfoStage [1.11.35a] 2024/01/03 16:06:39: enter GameStage [1.11.35a] 2024/01/03 16:06:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:06:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:06:41: bind CityInfoStage [1.11.35a] 2024/01/03 16:06:41: prepare CityInfoStage [1.11.35a] 2024/01/03 16:06:41: enter CityInfoStage [1.11.35a] 2024/01/03 16:06:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:06:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:06:42: leave CityInfoStage [1.11.35a] 2024/01/03 16:06:42: drop CityInfoStage [1.11.35a] 2024/01/03 16:06:42: enter GameStage [1.11.35a] 2024/01/03 16:06:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:06:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:08:35: pause app [1.11.35a] 2024/01/03 16:08:43: enter app [1.11.35a] 2024/01/03 16:08:43: resume app [1.11.35a] 2024/01/03 16:08:43: resume -> enter GameStage [1.11.35a] 2024/01/03 16:08:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:08:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:13:15: pause app [1.11.35a] 2024/01/03 16:25:30: enter app [1.11.35a] 2024/01/03 16:25:30: resume app [1.11.35a] 2024/01/03 16:25:30: resume -> enter GameStage [1.11.35a] 2024/01/03 16:25:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:25:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:25:33: pause app [1.11.35a] 2024/01/03 16:44:03: Startup [1.11.35a] 2024/01/03 16:44:03: create() cold start [1.11.35a] 2024/01/03 16:44:03: translation es_MX [1.11.35a] 2024/01/03 16:44:04: instance MjQw [1.11.35a] 2024/01/03 16:44:04: create() finish [1.11.35a] 2024/01/03 16:44:04: create() end [1.11.35a] 2024/01/03 16:44:04: resume app [1.11.35a] 2024/01/03 16:44:04: refresh [1.11.35a] 2024/01/03 16:44:04: bind LoadingStage [1.11.35a] 2024/01/03 16:44:04: prepare LoadingStage [1.11.35a] 2024/01/03 16:44:04: enter LoadingStage [1.11.35a] 2024/01/03 16:44:04: loading Warm-up [1.11.35a] 2024/01/03 16:44:04: loading Startup [1.11.35a] 2024/01/03 16:44:05: Max texture size 8192 [1.11.35a] 2024/01/03 16:44:05: Max heap size is 512MB [1.11.35a] 2024/01/03 16:44:05: Engine consumes 11MB [1.11.35a] 2024/01/03 16:44:05: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/03 16:44:05: loading Texture [1.11.35a] 2024/01/03 16:44:05: loading Fonts [1.11.35a] 2024/01/03 16:44:06: loading Skin [1.11.35a] 2024/01/03 16:44:06: loading Extract files [1.11.35a] 2024/01/03 16:44:06: loading Frames [1.11.35a] 2024/01/03 16:44:06: loading Scripting [1.11.35a] 2024/01/03 16:44:06: loading Collecting drafts [1.11.35a] 2024/01/03 16:44:07: loading Prefetching images [1.11.35a] 2024/01/03 16:44:07: loading Loading drafts [1.11.35a] 2024/01/03 16:44:10: loading Finishing drafts [1.11.35a] 2024/01/03 16:44:11: loading Loading music [1.11.35a] 2024/01/03 16:44:11: loading Shaders [1.11.35a] 2024/01/03 16:44:11: loading Topics [1.11.35a] 2024/01/03 16:44:11: loading Loading textures [1.11.35a] 2024/01/03 16:44:14: loading Checking winter [1.11.35a] 2024/01/03 16:44:14: loading Preparing background [1.11.35a] 2024/01/03 16:44:15: loading Finishing [1.11.35a] 2024/01/03 16:44:15: leave LoadingStage [1.11.35a] 2024/01/03 16:44:15: drop LoadingStage [1.11.35a] 2024/01/03 16:44:15: bind PluginErrorStage [1.11.35a] 2024/01/03 16:44:15: prepare PluginErrorStage [1.11.35a] 2024/01/03 16:44:15: bind MissingManifestStage [1.11.35a] 2024/01/03 16:44:15: prepare MissingManifestStage [1.11.35a] 2024/01/03 16:44:15: bind WelcomeStage [1.11.35a] 2024/01/03 16:44:15: prepare WelcomeStage [1.11.35a] 2024/01/03 16:44:15: enter WelcomeStage [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:44:15: drop PluginErrorStage [1.11.35a] 2024/01/03 16:44:15: drop MissingManifestStage [1.11.35a] 2024/01/03 16:44:15: leave WelcomeStage [1.11.35a] 2024/01/03 16:44:15: drop WelcomeStage [1.11.35a] 2024/01/03 16:44:15: bind RegionStage [1.11.35a] 2024/01/03 16:44:15: prepare RegionStage [1.11.35a] 2024/01/03 16:44:15: enter RegionStage [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:44:15: instance MjM5 [1.11.35a] 2024/01/03 16:44:15: instance MjQw [1.11.35a] 2024/01/03 16:44:15: bind LoadWaitingStage [1.11.35a] 2024/01/03 16:44:15: prepare LoadWaitingStage [1.11.35a] 2024/01/03 16:44:15: enter LoadWaitingStage [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:44:16: leave LoadWaitingStage [1.11.35a] 2024/01/03 16:44:16: drop LoadWaitingStage [1.11.35a] 2024/01/03 16:44:16: bind GameStage [1.11.35a] 2024/01/03 16:44:16: prepare GameStage [1.11.35a] 2024/01/03 16:44:17: enter GameStage [1.11.35a] 2024/01/03 16:44:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:44:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:45:33: bind IronSrc [1.11.35a] 2024/01/03 16:45:33: prepare IronSrc [1.11.35a] 2024/01/03 16:45:33: enter IronSrc [1.11.35a] 2024/01/03 16:45:33: leave IronSrc [1.11.35a] 2024/01/03 16:45:33: drop IronSrc [1.11.35a] 2024/01/03 16:45:33: enter GameStage [1.11.35a] 2024/01/03 16:45:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:45:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:45:33: pause app [1.11.35a] 2024/01/03 16:45:50: enter app [1.11.35a] 2024/01/03 16:45:50: resume app [1.11.35a] 2024/01/03 16:45:50: resume -> enter GameStage [1.11.35a] 2024/01/03 16:45:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:45:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:46:05: instance MjQy [1.11.35a] 2024/01/03 16:46:05: bind RankStage [1.11.35a] 2024/01/03 16:46:05: prepare RankStage [1.11.35a] 2024/01/03 16:46:05: enter RankStage [1.11.35a] 2024/01/03 16:46:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:46:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:46:10: leave RankStage [1.11.35a] 2024/01/03 16:46:10: drop RankStage [1.11.35a] 2024/01/03 16:46:10: enter GameStage [1.11.35a] 2024/01/03 16:46:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:46:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:48:20: instance MjQ0 [1.11.35a] 2024/01/03 16:48:21: bind RankStage [1.11.35a] 2024/01/03 16:48:21: prepare RankStage [1.11.35a] 2024/01/03 16:48:21: enter RankStage [1.11.35a] 2024/01/03 16:48:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:48:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:48:25: leave RankStage [1.11.35a] 2024/01/03 16:48:25: drop RankStage [1.11.35a] 2024/01/03 16:48:26: enter GameStage [1.11.35a] 2024/01/03 16:48:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:48:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:48:52: bind CityInfoStage [1.11.35a] 2024/01/03 16:48:52: prepare CityInfoStage [1.11.35a] 2024/01/03 16:48:52: enter CityInfoStage [1.11.35a] 2024/01/03 16:48:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:48:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:48:53: leave CityInfoStage [1.11.35a] 2024/01/03 16:48:53: drop CityInfoStage [1.11.35a] 2024/01/03 16:48:53: enter GameStage [1.11.35a] 2024/01/03 16:48:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:48:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:49:29: pause app [1.11.35a] 2024/01/03 16:51:36: enter app [1.11.35a] 2024/01/03 16:51:36: resume app [1.11.35a] 2024/01/03 16:51:36: resume -> enter GameStage [1.11.35a] 2024/01/03 16:51:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:51:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:51:53: pause app [1.11.35a] 2024/01/03 16:55:27: enter app [1.11.35a] 2024/01/03 16:55:27: resume app [1.11.35a] 2024/01/03 16:55:27: resume -> enter GameStage [1.11.35a] 2024/01/03 16:55:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:55:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:56:15: instance MjQ2 [1.11.35a] 2024/01/03 16:56:15: bind RankStage [1.11.35a] 2024/01/03 16:56:15: prepare RankStage [1.11.35a] 2024/01/03 16:56:15: enter RankStage [1.11.35a] 2024/01/03 16:56:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:56:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:56:16: leave RankStage [1.11.35a] 2024/01/03 16:56:16: drop RankStage [1.11.35a] 2024/01/03 16:56:16: enter GameStage [1.11.35a] 2024/01/03 16:56:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:56:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:57:20: pause app [1.11.35a] 2024/01/03 16:57:20: enter app [1.11.35a] 2024/01/03 16:57:20: resume app [1.11.35a] 2024/01/03 16:57:20: resume -> enter GameStage [1.11.35a] 2024/01/03 16:57:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 16:57:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 16:57:21: pause app [1.11.35a] 2024/01/03 17:01:56: enter app [1.11.35a] 2024/01/03 17:01:56: resume app [1.11.35a] 2024/01/03 17:01:56: resume -> enter GameStage [1.11.35a] 2024/01/03 17:01:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:01:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:03:40: instance MjQ4 [1.11.35a] 2024/01/03 17:03:41: bind RankStage [1.11.35a] 2024/01/03 17:03:41: prepare RankStage [1.11.35a] 2024/01/03 17:03:41: enter RankStage [1.11.35a] 2024/01/03 17:03:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:03:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:03:42: leave RankStage [1.11.35a] 2024/01/03 17:03:42: drop RankStage [1.11.35a] 2024/01/03 17:03:42: enter GameStage [1.11.35a] 2024/01/03 17:03:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:03:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:04:45: pause app [1.11.35a] 2024/01/03 17:05:40: enter app [1.11.35a] 2024/01/03 17:05:40: resume app [1.11.35a] 2024/01/03 17:05:40: resume -> enter GameStage [1.11.35a] 2024/01/03 17:05:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:05:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:06:57: instance MjUw [1.11.35a] 2024/01/03 17:06:57: bind RankStage [1.11.35a] 2024/01/03 17:06:57: prepare RankStage [1.11.35a] 2024/01/03 17:06:57: enter RankStage [1.11.35a] 2024/01/03 17:06:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:06:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:07:02: leave RankStage [1.11.35a] 2024/01/03 17:07:02: drop RankStage [1.11.35a] 2024/01/03 17:07:02: enter GameStage [1.11.35a] 2024/01/03 17:07:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:07:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:07:16: bind CityInfoStage [1.11.35a] 2024/01/03 17:07:16: prepare CityInfoStage [1.11.35a] 2024/01/03 17:07:16: enter CityInfoStage [1.11.35a] 2024/01/03 17:07:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:07:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:07:19: leave CityInfoStage [1.11.35a] 2024/01/03 17:07:19: drop CityInfoStage [1.11.35a] 2024/01/03 17:07:19: enter GameStage [1.11.35a] 2024/01/03 17:07:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:07:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:07:21: pause app [1.11.35a] 2024/01/03 17:22:02: enter app [1.11.35a] 2024/01/03 17:22:02: resume app [1.11.35a] 2024/01/03 17:22:02: resume -> enter GameStage [1.11.35a] 2024/01/03 17:22:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:22:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:22:07: pause app [1.11.35a] 2024/01/03 17:22:53: enter app [1.11.35a] 2024/01/03 17:22:53: resume app [1.11.35a] 2024/01/03 17:22:53: resume -> enter GameStage [1.11.35a] 2024/01/03 17:22:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:22:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:23:43: pause app [1.11.35a] 2024/01/03 17:27:17: enter app [1.11.35a] 2024/01/03 17:27:17: resume app [1.11.35a] 2024/01/03 17:27:17: resume -> enter GameStage [1.11.35a] 2024/01/03 17:27:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:27:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:29:35: bind CityInfoStage [1.11.35a] 2024/01/03 17:29:35: prepare CityInfoStage [1.11.35a] 2024/01/03 17:29:35: enter CityInfoStage [1.11.35a] 2024/01/03 17:29:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:29:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:29:37: leave CityInfoStage [1.11.35a] 2024/01/03 17:29:37: drop CityInfoStage [1.11.35a] 2024/01/03 17:29:37: enter GameStage [1.11.35a] 2024/01/03 17:29:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:29:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:31:37: instance MjUy [1.11.35a] 2024/01/03 17:31:37: bind RankStage [1.11.35a] 2024/01/03 17:31:37: prepare RankStage [1.11.35a] 2024/01/03 17:31:37: enter RankStage [1.11.35a] 2024/01/03 17:31:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:31:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:31:38: leave RankStage [1.11.35a] 2024/01/03 17:31:38: drop RankStage [1.11.35a] 2024/01/03 17:31:38: enter GameStage [1.11.35a] 2024/01/03 17:31:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:31:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:32:16: bind SaveWaitingStage [1.11.35a] 2024/01/03 17:32:16: prepare SaveWaitingStage [1.11.35a] 2024/01/03 17:32:16: enter SaveWaitingStage [1.11.35a] 2024/01/03 17:32:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:32:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:32:17: leave SaveWaitingStage [1.11.35a] 2024/01/03 17:32:17: drop SaveWaitingStage [1.11.35a] 2024/01/03 17:32:17: enter GameStage [1.11.35a] 2024/01/03 17:32:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:32:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:33:04: pause app [1.11.35a] 2024/01/03 17:34:47: enter app [1.11.35a] 2024/01/03 17:34:47: resume app [1.11.35a] 2024/01/03 17:34:47: resume -> enter GameStage [1.11.35a] 2024/01/03 17:34:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:34:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:37:19: bind CityInfoStage [1.11.35a] 2024/01/03 17:37:19: prepare CityInfoStage [1.11.35a] 2024/01/03 17:37:19: enter CityInfoStage [1.11.35a] 2024/01/03 17:37:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:37:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:37:20: leave CityInfoStage [1.11.35a] 2024/01/03 17:37:20: drop CityInfoStage [1.11.35a] 2024/01/03 17:37:20: enter GameStage [1.11.35a] 2024/01/03 17:37:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:37:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:39:32: instance MjU0 [1.11.35a] 2024/01/03 17:39:32: bind RankStage [1.11.35a] 2024/01/03 17:39:32: prepare RankStage [1.11.35a] 2024/01/03 17:39:32: enter RankStage [1.11.35a] 2024/01/03 17:39:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:39:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:39:33: leave RankStage [1.11.35a] 2024/01/03 17:39:33: drop RankStage [1.11.35a] 2024/01/03 17:39:33: enter GameStage [1.11.35a] 2024/01/03 17:39:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:39:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:40:01: bind SaveWaitingStage [1.11.35a] 2024/01/03 17:40:01: prepare SaveWaitingStage [1.11.35a] 2024/01/03 17:40:01: enter SaveWaitingStage [1.11.35a] 2024/01/03 17:40:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:40:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:40:02: leave SaveWaitingStage [1.11.35a] 2024/01/03 17:40:02: drop SaveWaitingStage [1.11.35a] 2024/01/03 17:40:02: enter GameStage [1.11.35a] 2024/01/03 17:40:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:40:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:40:28: pause app [1.11.35a] 2024/01/03 17:40:29: enter app [1.11.35a] 2024/01/03 17:40:29: resume app [1.11.35a] 2024/01/03 17:40:29: resume -> enter GameStage [1.11.35a] 2024/01/03 17:40:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:40:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:40:30: pause app [1.11.35a] 2024/01/03 17:41:03: enter app [1.11.35a] 2024/01/03 17:41:03: resume app [1.11.35a] 2024/01/03 17:41:03: resume -> enter GameStage [1.11.35a] 2024/01/03 17:41:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:41:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:41:04: refresh [1.11.35a] 2024/01/03 17:41:04: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:41:04: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/03 17:41:06: refresh [1.11.35a] 2024/01/03 17:41:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:41:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:42:50: bind CityInfoStage [1.11.35a] 2024/01/03 17:42:50: prepare CityInfoStage [1.11.35a] 2024/01/03 17:42:50: enter CityInfoStage [1.11.35a] 2024/01/03 17:42:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:42:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:42:51: leave CityInfoStage [1.11.35a] 2024/01/03 17:42:51: drop CityInfoStage [1.11.35a] 2024/01/03 17:42:51: enter GameStage [1.11.35a] 2024/01/03 17:42:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:42:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:44:03: bind CityInfoStage [1.11.35a] 2024/01/03 17:44:03: prepare CityInfoStage [1.11.35a] 2024/01/03 17:44:03: enter CityInfoStage [1.11.35a] 2024/01/03 17:44:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:44:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:44:03: leave CityInfoStage [1.11.35a] 2024/01/03 17:44:03: drop CityInfoStage [1.11.35a] 2024/01/03 17:44:03: enter GameStage [1.11.35a] 2024/01/03 17:44:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:44:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:44:35: pause app [1.11.35a] 2024/01/03 17:44:36: enter app [1.11.35a] 2024/01/03 17:44:36: resume app [1.11.35a] 2024/01/03 17:44:36: resume -> enter GameStage [1.11.35a] 2024/01/03 17:44:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:44:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:44:37: pause app [1.11.35a] 2024/01/03 17:47:12: enter app [1.11.35a] 2024/01/03 17:47:12: resume app [1.11.35a] 2024/01/03 17:47:12: resume -> enter GameStage [1.11.35a] 2024/01/03 17:47:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:47:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:50:12: instance MjU2 [1.11.35a] 2024/01/03 17:50:12: bind RankStage [1.11.35a] 2024/01/03 17:50:12: prepare RankStage [1.11.35a] 2024/01/03 17:50:12: enter RankStage [1.11.35a] 2024/01/03 17:50:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:50:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:50:12: leave RankStage [1.11.35a] 2024/01/03 17:50:12: drop RankStage [1.11.35a] 2024/01/03 17:50:12: enter GameStage [1.11.35a] 2024/01/03 17:50:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:50:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:52:10: bind SaveWaitingStage [1.11.35a] 2024/01/03 17:52:10: prepare SaveWaitingStage [1.11.35a] 2024/01/03 17:52:10: enter SaveWaitingStage [1.11.35a] 2024/01/03 17:52:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:52:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:52:10: leave SaveWaitingStage [1.11.35a] 2024/01/03 17:52:10: drop SaveWaitingStage [1.11.35a] 2024/01/03 17:52:10: enter GameStage [1.11.35a] 2024/01/03 17:52:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:52:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:52:45: bind CityInfoStage [1.11.35a] 2024/01/03 17:52:45: prepare CityInfoStage [1.11.35a] 2024/01/03 17:52:45: enter CityInfoStage [1.11.35a] 2024/01/03 17:52:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:52:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:52:45: leave CityInfoStage [1.11.35a] 2024/01/03 17:52:45: drop CityInfoStage [1.11.35a] 2024/01/03 17:52:45: enter GameStage [1.11.35a] 2024/01/03 17:52:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:52:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:53:02: bind CityInfoStage [1.11.35a] 2024/01/03 17:53:02: prepare CityInfoStage [1.11.35a] 2024/01/03 17:53:02: enter CityInfoStage [1.11.35a] 2024/01/03 17:53:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:53:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:53:03: leave CityInfoStage [1.11.35a] 2024/01/03 17:53:03: drop CityInfoStage [1.11.35a] 2024/01/03 17:53:03: enter GameStage [1.11.35a] 2024/01/03 17:53:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 17:53:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 17:56:43: pause app [1.11.35a] 2024/01/03 18:02:34: enter app [1.11.35a] 2024/01/03 18:02:34: resume app [1.11.35a] 2024/01/03 18:02:34: resume -> enter GameStage [1.11.35a] 2024/01/03 18:02:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 18:02:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 18:03:06: pause app [1.11.35a] 2024/01/03 18:09:16: enter app [1.11.35a] 2024/01/03 18:09:16: resume app [1.11.35a] 2024/01/03 18:09:16: resume -> enter GameStage [1.11.35a] 2024/01/03 18:09:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 18:09:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 18:09:18: bind FullPageOfferStage [1.11.35a] 2024/01/03 18:09:18: prepare FullPageOfferStage [1.11.35a] 2024/01/03 18:09:18: enter FullPageOfferStage [1.11.35a] 2024/01/03 18:09:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 18:09:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 18:09:19: pause app [1.11.35a] 2024/01/03 20:16:49: Startup [1.11.35a] 2024/01/03 20:16:49: create() cold start [1.11.35a] 2024/01/03 20:16:50: translation es_MX [1.11.35a] 2024/01/03 20:16:50: instance MjU2 [1.11.35a] 2024/01/03 20:16:50: create() finish [1.11.35a] 2024/01/03 20:16:50: create() end [1.11.35a] 2024/01/03 20:16:50: resume app [1.11.35a] 2024/01/03 20:16:50: refresh [1.11.35a] 2024/01/03 20:16:50: bind LoadingStage [1.11.35a] 2024/01/03 20:16:50: prepare LoadingStage [1.11.35a] 2024/01/03 20:16:50: enter LoadingStage [1.11.35a] 2024/01/03 20:16:50: loading Warm-up [1.11.35a] 2024/01/03 20:16:51: loading Startup [1.11.35a] 2024/01/03 20:16:51: Max texture size 8192 [1.11.35a] 2024/01/03 20:16:51: Max heap size is 512MB [1.11.35a] 2024/01/03 20:16:51: Engine consumes 11MB [1.11.35a] 2024/01/03 20:16:51: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/03 20:16:52: loading Texture [1.11.35a] 2024/01/03 20:16:52: loading Fonts [1.11.35a] 2024/01/03 20:16:52: loading Skin [1.11.35a] 2024/01/03 20:16:52: loading Extract files [1.11.35a] 2024/01/03 20:16:52: loading Frames [1.11.35a] 2024/01/03 20:16:52: loading Scripting [1.11.35a] 2024/01/03 20:16:53: loading Collecting drafts [1.11.35a] 2024/01/03 20:16:56: loading Prefetching images [1.11.35a] 2024/01/03 20:16:56: loading Loading drafts [1.11.35a] 2024/01/03 20:16:58: loading Finishing drafts [1.11.35a] 2024/01/03 20:16:59: loading Loading music [1.11.35a] 2024/01/03 20:16:59: loading Shaders [1.11.35a] 2024/01/03 20:16:59: loading Topics [1.11.35a] 2024/01/03 20:16:59: loading Loading textures [1.11.35a] 2024/01/03 20:17:01: loading Checking winter [1.11.35a] 2024/01/03 20:17:02: loading Preparing background [1.11.35a] 2024/01/03 20:17:02: loading Finishing [1.11.35a] 2024/01/03 20:17:02: leave LoadingStage [1.11.35a] 2024/01/03 20:17:02: drop LoadingStage [1.11.35a] 2024/01/03 20:17:02: bind PluginErrorStage [1.11.35a] 2024/01/03 20:17:02: prepare PluginErrorStage [1.11.35a] 2024/01/03 20:17:02: bind MissingManifestStage [1.11.35a] 2024/01/03 20:17:02: prepare MissingManifestStage [1.11.35a] 2024/01/03 20:17:02: bind WelcomeStage [1.11.35a] 2024/01/03 20:17:02: prepare WelcomeStage [1.11.35a] 2024/01/03 20:17:02: enter WelcomeStage [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:02: drop PluginErrorStage [1.11.35a] 2024/01/03 20:17:02: drop MissingManifestStage [1.11.35a] 2024/01/03 20:17:02: leave WelcomeStage [1.11.35a] 2024/01/03 20:17:02: drop WelcomeStage [1.11.35a] 2024/01/03 20:17:02: bind RegionStage [1.11.35a] 2024/01/03 20:17:02: prepare RegionStage [1.11.35a] 2024/01/03 20:17:02: enter RegionStage [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:03: instance MjU1 [1.11.35a] 2024/01/03 20:17:03: instance MjU2 [1.11.35a] 2024/01/03 20:17:03: bind LoadWaitingStage [1.11.35a] 2024/01/03 20:17:03: prepare LoadWaitingStage [1.11.35a] 2024/01/03 20:17:03: enter LoadWaitingStage [1.11.35a] 2024/01/03 20:17:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:04: leave LoadWaitingStage [1.11.35a] 2024/01/03 20:17:04: drop LoadWaitingStage [1.11.35a] 2024/01/03 20:17:04: bind GameStage [1.11.35a] 2024/01/03 20:17:04: prepare GameStage [1.11.35a] 2024/01/03 20:17:04: enter GameStage [1.11.35a] 2024/01/03 20:17:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:16: instance MjU4 [1.11.35a] 2024/01/03 20:17:16: bind RankStage [1.11.35a] 2024/01/03 20:17:16: prepare RankStage [1.11.35a] 2024/01/03 20:17:16: enter RankStage [1.11.35a] 2024/01/03 20:17:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:17: leave RankStage [1.11.35a] 2024/01/03 20:17:17: drop RankStage [1.11.35a] 2024/01/03 20:17:17: enter GameStage [1.11.35a] 2024/01/03 20:17:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/03 20:17:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/03 20:17:29: Backend java.net.SocketTimeoutException: timeout java.net.SocketTimeoutException: timeout at com.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:214) at com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:263) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:217) at com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:51) at com.android.okhttp.internal.http.Http1xStream$FixedLengthSource.read(Http1xStream.j ava:395) at com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:51) at com.android.okhttp.okio.RealBufferedSource.exhausted(RealBufferedSource.java:61) at com.android.okhttp.okio.InflaterSource.refill(InflaterSource.java:103) at com.android.okhttp.okio.InflaterSource.read(InflaterSource.java:64) at com.android.okhttp.okio.GzipSource.read(GzipSource.java:82) at com.android.okhttp.okio.RealBufferedSource$1.read(RealBufferedSource.java:372) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:291) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:355) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:181) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:172) at java.io.BufferedReader.readLine(BufferedReader.java:335) at java.io.BufferedReader.readLine(BufferedReader.java:400) at info.flowersoft.theotown.backend.BackendConnector.lambda$static$0(BackendConnector. java:43) at info.flowersoft.theotown.backend.BackendConnector. $r8$lambda$heOnFXZBWsR3db2vhHD26WquarU(Unknown Source:0) at info.flowersoft.theotown.backend.BackendConnector$ $ExternalSyntheticLambda3.collect(Unknown Source:0) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :175) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: java.net.SocketException: socket is closed at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Conscry ptFileDescriptorSocket.java:554) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) ... 20 more
[1.11.35a] 2024/01/03 20:17:29: General
java.net.SocketTimeoutException: timeout java.net.SocketTimeoutException: timeout at com.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:214) at com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:263) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:217) at com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:51) at com.android.okhttp.internal.http.Http1xStream$FixedLengthSource.read(Http1xStream.j ava:395) at com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:51) at com.android.okhttp.okio.RealBufferedSource.exhausted(RealBufferedSource.java:61) at com.android.okhttp.okio.InflaterSource.refill(InflaterSource.java:103) at com.android.okhttp.okio.InflaterSource.read(InflaterSource.java:64) at com.android.okhttp.okio.GzipSource.read(GzipSource.java:82) at com.android.okhttp.okio.RealBufferedSource$1.read(RealBufferedSource.java:372) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:291) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:355) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:181) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:172) at java.io.BufferedReader.readLine(BufferedReader.java:335) at java.io.BufferedReader.readLine(BufferedReader.java:400) at info.flowersoft.theotown.backend.BackendConnector.lambda$static$0(BackendConnector. java:43) at info.flowersoft.theotown.backend.BackendConnector. $r8$lambda$heOnFXZBWsR3db2vhHD26WquarU(Unknown Source:0) at info.flowersoft.theotown.backend.BackendConnector$ $ExternalSyntheticLambda3.collect(Unknown Source:0) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :175) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47) Caused by: java.net.SocketException: socket is closed at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Conscry ptFileDescriptorSocket.java:554) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) ... 20 more
[1.11.35a] 2024/01/04 00:25:26: loading Loading music [1.11.35a] 2024/01/04 00:25:26: loading Shaders [1.11.35a] 2024/01/04 00:25:26: loading Topics [1.11.35a] 2024/01/04 00:25:26: loading Loading textures [1.11.35a] 2024/01/04 00:25:30: loading Checking winter [1.11.35a] 2024/01/04 00:25:30: loading Preparing background [1.11.35a] 2024/01/04 00:25:31: loading Finishing [1.11.35a] 2024/01/04 00:25:31: leave LoadingStage [1.11.35a] 2024/01/04 00:25:31: drop LoadingStage [1.11.35a] 2024/01/04 00:25:31: bind PluginErrorStage [1.11.35a] 2024/01/04 00:25:31: prepare PluginErrorStage [1.11.35a] 2024/01/04 00:25:31: bind MissingManifestStage [1.11.35a] 2024/01/04 00:25:31: prepare MissingManifestStage [1.11.35a] 2024/01/04 00:25:31: bind WelcomeStage [1.11.35a] 2024/01/04 00:25:31: prepare WelcomeStage [1.11.35a] 2024/01/04 00:25:31: enter WelcomeStage [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:25:31: drop PluginErrorStage [1.11.35a] 2024/01/04 00:25:31: drop MissingManifestStage [1.11.35a] 2024/01/04 00:25:31: leave WelcomeStage [1.11.35a] 2024/01/04 00:25:31: drop WelcomeStage [1.11.35a] 2024/01/04 00:25:31: bind RegionStage [1.11.35a] 2024/01/04 00:25:31: prepare RegionStage [1.11.35a] 2024/01/04 00:25:31: enter RegionStage [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:25:32: instance MTM5 [1.11.35a] 2024/01/04 00:25:32: instance MTQw [1.11.35a] 2024/01/04 00:25:32: bind LoadWaitingStage [1.11.35a] 2024/01/04 00:25:32: prepare LoadWaitingStage [1.11.35a] 2024/01/04 00:25:32: enter LoadWaitingStage [1.11.35a] 2024/01/04 00:25:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:25:33: leave LoadWaitingStage [1.11.35a] 2024/01/04 00:25:33: drop LoadWaitingStage [1.11.35a] 2024/01/04 00:25:33: bind GameStage [1.11.35a] 2024/01/04 00:25:33: prepare GameStage [1.11.35a] 2024/01/04 00:25:33: enter GameStage [1.11.35a] 2024/01/04 00:25:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:25:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:30:26: bind IronSrc [1.11.35a] 2024/01/04 00:30:26: prepare IronSrc [1.11.35a] 2024/01/04 00:30:26: enter IronSrc [1.11.35a] 2024/01/04 00:30:26: leave IronSrc [1.11.35a] 2024/01/04 00:30:26: drop IronSrc [1.11.35a] 2024/01/04 00:30:26: enter GameStage [1.11.35a] 2024/01/04 00:30:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:30:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:30:27: pause app [1.11.35a] 2024/01/04 00:30:59: enter app [1.11.35a] 2024/01/04 00:30:59: resume app [1.11.35a] 2024/01/04 00:30:59: resume -> enter GameStage [1.11.35a] 2024/01/04 00:30:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:30:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:31:05: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:31:05: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:31:05: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:31:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:31:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:31:06: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:31:06: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:31:06: enter GameStage [1.11.35a] 2024/01/04 00:31:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:31:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:32:53: instance MTQy [1.11.35a] 2024/01/04 00:32:54: bind RankStage [1.11.35a] 2024/01/04 00:32:54: prepare RankStage [1.11.35a] 2024/01/04 00:32:54: enter RankStage [1.11.35a] 2024/01/04 00:32:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:32:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:32:54: leave RankStage [1.11.35a] 2024/01/04 00:32:54: drop RankStage [1.11.35a] 2024/01/04 00:32:54: enter GameStage [1.11.35a] 2024/01/04 00:32:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:32:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:36:05: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:36:05: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:36:05: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:36:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:36:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:36:06: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:36:06: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:36:06: enter GameStage [1.11.35a] 2024/01/04 00:36:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:36:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:38:15: instance MTQ0 [1.11.35a] 2024/01/04 00:38:15: bind RankStage [1.11.35a] 2024/01/04 00:38:15: prepare RankStage [1.11.35a] 2024/01/04 00:38:15: enter RankStage [1.11.35a] 2024/01/04 00:38:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:38:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:38:16: leave RankStage [1.11.35a] 2024/01/04 00:38:16: drop RankStage [1.11.35a] 2024/01/04 00:38:16: enter GameStage [1.11.35a] 2024/01/04 00:38:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:38:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:39:33: bind CityInfoStage [1.11.35a] 2024/01/04 00:39:33: prepare CityInfoStage [1.11.35a] 2024/01/04 00:39:33: enter CityInfoStage [1.11.35a] 2024/01/04 00:39:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:39:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:39:34: leave CityInfoStage [1.11.35a] 2024/01/04 00:39:34: drop CityInfoStage [1.11.35a] 2024/01/04 00:39:34: enter GameStage [1.11.35a] 2024/01/04 00:39:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:39:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:40:12: bind CityInfoStage [1.11.35a] 2024/01/04 00:40:12: prepare CityInfoStage [1.11.35a] 2024/01/04 00:40:12: enter CityInfoStage [1.11.35a] 2024/01/04 00:40:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:40:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:40:12: leave CityInfoStage [1.11.35a] 2024/01/04 00:40:12: drop CityInfoStage [1.11.35a] 2024/01/04 00:40:12: enter GameStage [1.11.35a] 2024/01/04 00:40:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:40:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:41:05: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:41:05: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:41:05: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:41:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:41:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:41:06: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:41:06: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:41:06: enter GameStage [1.11.35a] 2024/01/04 00:41:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:41:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:43:02: bind IronSrc [1.11.35a] 2024/01/04 00:43:02: prepare IronSrc [1.11.35a] 2024/01/04 00:43:02: enter IronSrc [1.11.35a] 2024/01/04 00:43:02: leave IronSrc [1.11.35a] 2024/01/04 00:43:02: drop IronSrc [1.11.35a] 2024/01/04 00:43:02: enter GameStage [1.11.35a] 2024/01/04 00:43:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:43:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:43:03: pause app [1.11.35a] 2024/01/04 00:43:21: enter app [1.11.35a] 2024/01/04 00:43:21: resume app [1.11.35a] 2024/01/04 00:43:21: resume -> enter GameStage [1.11.35a] 2024/01/04 00:43:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:43:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:43:44: bind CityInfoStage [1.11.35a] 2024/01/04 00:43:44: prepare CityInfoStage [1.11.35a] 2024/01/04 00:43:44: enter CityInfoStage [1.11.35a] 2024/01/04 00:43:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:43:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:43:45: leave CityInfoStage [1.11.35a] 2024/01/04 00:43:45: drop CityInfoStage [1.11.35a] 2024/01/04 00:43:45: enter GameStage [1.11.35a] 2024/01/04 00:43:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:43:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:43:57: instance MTQ2 [1.11.35a] 2024/01/04 00:44:00: instance MTQ4 [1.11.35a] 2024/01/04 00:44:06: bind CityInfoStage [1.11.35a] 2024/01/04 00:44:06: prepare CityInfoStage [1.11.35a] 2024/01/04 00:44:06: enter CityInfoStage [1.11.35a] 2024/01/04 00:44:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:44:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:44:07: leave CityInfoStage [1.11.35a] 2024/01/04 00:44:07: drop CityInfoStage [1.11.35a] 2024/01/04 00:44:07: enter GameStage [1.11.35a] 2024/01/04 00:44:07: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:44:07: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:45:03: instance MTUw [1.11.35a] 2024/01/04 00:45:03: bind RankStage [1.11.35a] 2024/01/04 00:45:03: prepare RankStage [1.11.35a] 2024/01/04 00:45:03: enter RankStage [1.11.35a] 2024/01/04 00:45:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:45:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:45:04: leave RankStage [1.11.35a] 2024/01/04 00:45:04: drop RankStage [1.11.35a] 2024/01/04 00:45:04: enter GameStage [1.11.35a] 2024/01/04 00:45:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:45:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:46:23: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:46:23: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:46:23: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:46:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:46:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:46:24: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:46:24: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:46:24: enter GameStage [1.11.35a] 2024/01/04 00:46:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:46:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:50:10: instance MTUy [1.11.35a] 2024/01/04 00:50:10: bind RankStage [1.11.35a] 2024/01/04 00:50:10: prepare RankStage [1.11.35a] 2024/01/04 00:50:10: enter RankStage [1.11.35a] 2024/01/04 00:50:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:50:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:50:11: leave RankStage [1.11.35a] 2024/01/04 00:50:11: drop RankStage [1.11.35a] 2024/01/04 00:50:11: enter GameStage [1.11.35a] 2024/01/04 00:50:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:50:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:51:32: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:51:32: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:51:32: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:51:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:51:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:51:33: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:51:33: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:51:33: enter GameStage [1.11.35a] 2024/01/04 00:51:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:51:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:54:41: bind CityInfoStage [1.11.35a] 2024/01/04 00:54:41: prepare CityInfoStage [1.11.35a] 2024/01/04 00:54:41: enter CityInfoStage [1.11.35a] 2024/01/04 00:54:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:54:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:54:42: bind RankStage [1.11.35a] 2024/01/04 00:54:42: prepare RankStage [1.11.35a] 2024/01/04 00:54:42: enter RankStage [1.11.35a] 2024/01/04 00:54:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:54:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:54:43: leave RankStage [1.11.35a] 2024/01/04 00:54:43: drop RankStage [1.11.35a] 2024/01/04 00:54:43: enter CityInfoStage [1.11.35a] 2024/01/04 00:54:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:54:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:54:44: leave CityInfoStage [1.11.35a] 2024/01/04 00:54:44: drop CityInfoStage [1.11.35a] 2024/01/04 00:54:44: enter GameStage [1.11.35a] 2024/01/04 00:54:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:54:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:56:40: bind SaveWaitingStage [1.11.35a] 2024/01/04 00:56:40: prepare SaveWaitingStage [1.11.35a] 2024/01/04 00:56:40: enter SaveWaitingStage [1.11.35a] 2024/01/04 00:56:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:56:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:56:41: leave SaveWaitingStage [1.11.35a] 2024/01/04 00:56:41: drop SaveWaitingStage [1.11.35a] 2024/01/04 00:56:41: enter GameStage [1.11.35a] 2024/01/04 00:56:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:56:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:56:58: instance MTU0 [1.11.35a] 2024/01/04 00:56:58: bind RankStage [1.11.35a] 2024/01/04 00:56:58: prepare RankStage [1.11.35a] 2024/01/04 00:56:58: enter RankStage [1.11.35a] 2024/01/04 00:56:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:56:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 00:56:59: leave RankStage [1.11.35a] 2024/01/04 00:56:59: drop RankStage [1.11.35a] 2024/01/04 00:56:59: enter GameStage [1.11.35a] 2024/01/04 00:56:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 00:56:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:00:23: bind CityInfoStage [1.11.35a] 2024/01/04 01:00:23: prepare CityInfoStage [1.11.35a] 2024/01/04 01:00:23: enter CityInfoStage [1.11.35a] 2024/01/04 01:00:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:00:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:00:25: leave CityInfoStage [1.11.35a] 2024/01/04 01:00:25: drop CityInfoStage [1.11.35a] 2024/01/04 01:00:25: enter GameStage [1.11.35a] 2024/01/04 01:00:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:00:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:01:04: bind CityInfoStage [1.11.35a] 2024/01/04 01:01:04: prepare CityInfoStage [1.11.35a] 2024/01/04 01:01:04: enter CityInfoStage [1.11.35a] 2024/01/04 01:01:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:01:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:01:22: leave CityInfoStage [1.11.35a] 2024/01/04 01:01:22: drop CityInfoStage [1.11.35a] 2024/01/04 01:01:22: enter GameStage [1.11.35a] 2024/01/04 01:01:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:01:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:01:57: bind SaveWaitingStage [1.11.35a] 2024/01/04 01:01:57: prepare SaveWaitingStage [1.11.35a] 2024/01/04 01:01:57: enter SaveWaitingStage [1.11.35a] 2024/01/04 01:01:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:01:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:01:58: leave SaveWaitingStage [1.11.35a] 2024/01/04 01:01:58: drop SaveWaitingStage [1.11.35a] 2024/01/04 01:01:58: enter GameStage [1.11.35a] 2024/01/04 01:01:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 01:01:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 01:03:21: pause app [1.11.35a] 2024/01/04 11:32:58: Startup [1.11.35a] 2024/01/04 11:32:59: create() cold start [1.11.35a] 2024/01/04 11:32:59: translation es_MX [1.11.35a] 2024/01/04 11:32:59: instance MTU0 [1.11.35a] 2024/01/04 11:33:00: create() finish [1.11.35a] 2024/01/04 11:33:00: create() end [1.11.35a] 2024/01/04 11:33:00: resume app [1.11.35a] 2024/01/04 11:33:00: refresh [1.11.35a] 2024/01/04 11:33:00: bind LoadingStage [1.11.35a] 2024/01/04 11:33:00: prepare LoadingStage [1.11.35a] 2024/01/04 11:33:00: enter LoadingStage [1.11.35a] 2024/01/04 11:33:00: loading Warm-up [1.11.35a] 2024/01/04 11:33:00: loading Startup [1.11.35a] 2024/01/04 11:33:00: Max texture size 8192 [1.11.35a] 2024/01/04 11:33:00: Max heap size is 512MB [1.11.35a] 2024/01/04 11:33:00: Engine consumes 11MB [1.11.35a] 2024/01/04 11:33:00: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 11:33:01: loading Texture [1.11.35a] 2024/01/04 11:33:01: loading Fonts [1.11.35a] 2024/01/04 11:33:02: loading Skin [1.11.35a] 2024/01/04 11:33:02: loading Extract files [1.11.35a] 2024/01/04 11:33:02: loading Frames [1.11.35a] 2024/01/04 11:33:02: loading Scripting [1.11.35a] 2024/01/04 11:33:02: loading Collecting drafts [1.11.35a] 2024/01/04 11:33:03: loading Prefetching images [1.11.35a] 2024/01/04 11:33:03: loading Loading drafts [1.11.35a] 2024/01/04 11:33:04: loading Finishing drafts [1.11.35a] 2024/01/04 11:33:06: loading Loading music [1.11.35a] 2024/01/04 11:33:06: loading Shaders [1.11.35a] 2024/01/04 11:33:06: loading Topics [1.11.35a] 2024/01/04 11:33:06: loading Loading textures [1.11.35a] 2024/01/04 11:33:10: loading Checking winter [1.11.35a] 2024/01/04 11:33:11: loading Preparing background [1.11.35a] 2024/01/04 11:33:11: loading Finishing [1.11.35a] 2024/01/04 11:33:11: leave LoadingStage [1.11.35a] 2024/01/04 11:33:11: drop LoadingStage [1.11.35a] 2024/01/04 11:33:11: bind PluginErrorStage [1.11.35a] 2024/01/04 11:33:11: prepare PluginErrorStage [1.11.35a] 2024/01/04 11:33:11: bind MissingManifestStage [1.11.35a] 2024/01/04 11:33:11: prepare MissingManifestStage [1.11.35a] 2024/01/04 11:33:11: bind WelcomeStage [1.11.35a] 2024/01/04 11:33:11: prepare WelcomeStage [1.11.35a] 2024/01/04 11:33:11: enter WelcomeStage [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:11: drop PluginErrorStage [1.11.35a] 2024/01/04 11:33:11: drop MissingManifestStage [1.11.35a] 2024/01/04 11:33:11: leave WelcomeStage [1.11.35a] 2024/01/04 11:33:11: drop WelcomeStage [1.11.35a] 2024/01/04 11:33:11: bind RegionStage [1.11.35a] 2024/01/04 11:33:11: prepare RegionStage [1.11.35a] 2024/01/04 11:33:11: enter RegionStage [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:12: instance MTUz [1.11.35a] 2024/01/04 11:33:12: instance MTU0 [1.11.35a] 2024/01/04 11:33:12: bind LoadWaitingStage [1.11.35a] 2024/01/04 11:33:12: prepare LoadWaitingStage [1.11.35a] 2024/01/04 11:33:12: enter LoadWaitingStage [1.11.35a] 2024/01/04 11:33:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:14: leave LoadWaitingStage [1.11.35a] 2024/01/04 11:33:14: drop LoadWaitingStage [1.11.35a] 2024/01/04 11:33:14: bind GameStage [1.11.35a] 2024/01/04 11:33:14: prepare GameStage [1.11.35a] 2024/01/04 11:33:14: enter GameStage [1.11.35a] 2024/01/04 11:33:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:14: bind SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/04 11:33:14: prepare SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/04 11:33:14: enter SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/04 11:33:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:18: leave SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/04 11:33:18: drop SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/04 11:33:18: enter GameStage [1.11.35a] 2024/01/04 11:33:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:20: bind IronSrc [1.11.35a] 2024/01/04 11:33:20: prepare IronSrc [1.11.35a] 2024/01/04 11:33:20: enter IronSrc [1.11.35a] 2024/01/04 11:33:20: leave IronSrc [1.11.35a] 2024/01/04 11:33:20: drop IronSrc [1.11.35a] 2024/01/04 11:33:20: enter GameStage [1.11.35a] 2024/01/04 11:33:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:33:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:33:21: pause app [1.11.35a] 2024/01/04 11:34:02: enter app [1.11.35a] 2024/01/04 11:34:02: resume app [1.11.35a] 2024/01/04 11:34:02: resume -> enter GameStage [1.11.35a] 2024/01/04 11:34:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:34:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:34:10: instance MTU2 [1.11.35a] 2024/01/04 11:34:11: instance MTU4 [1.11.35a] 2024/01/04 11:34:17: instance MTYw [1.11.35a] 2024/01/04 11:34:21: instance MTYy [1.11.35a] 2024/01/04 11:34:22: instance MTY0 [1.11.35a] 2024/01/04 11:35:00: pause app [1.11.35a] 2024/01/04 11:37:48: enter app [1.11.35a] 2024/01/04 11:37:48: resume app [1.11.35a] 2024/01/04 11:37:48: resume -> enter GameStage [1.11.35a] 2024/01/04 11:37:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:37:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:39:56: bind IronSrc [1.11.35a] 2024/01/04 11:39:56: prepare IronSrc [1.11.35a] 2024/01/04 11:39:56: enter IronSrc [1.11.35a] 2024/01/04 11:39:56: leave IronSrc [1.11.35a] 2024/01/04 11:39:56: drop IronSrc [1.11.35a] 2024/01/04 11:39:56: enter GameStage [1.11.35a] 2024/01/04 11:39:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:39:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:39:56: pause app [1.11.35a] 2024/01/04 11:40:20: enter app [1.11.35a] 2024/01/04 11:40:20: resume app [1.11.35a] 2024/01/04 11:40:20: resume -> enter GameStage [1.11.35a] 2024/01/04 11:40:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:40:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:41:11: instance MTY2 [1.11.35a] 2024/01/04 11:41:11: bind RankStage [1.11.35a] 2024/01/04 11:41:11: prepare RankStage [1.11.35a] 2024/01/04 11:41:11: enter RankStage [1.11.35a] 2024/01/04 11:41:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:41:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:41:15: leave RankStage [1.11.35a] 2024/01/04 11:41:15: drop RankStage [1.11.35a] 2024/01/04 11:41:15: bind CityInfoStage [1.11.35a] 2024/01/04 11:41:15: prepare CityInfoStage [1.11.35a] 2024/01/04 11:41:15: enter CityInfoStage [1.11.35a] 2024/01/04 11:41:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:41:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:41:26: leave CityInfoStage [1.11.35a] 2024/01/04 11:41:26: drop CityInfoStage [1.11.35a] 2024/01/04 11:41:26: enter GameStage [1.11.35a] 2024/01/04 11:41:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:41:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:41:44: pause app [1.11.35a] 2024/01/04 11:41:45: enter app [1.11.35a] 2024/01/04 11:41:45: resume app [1.11.35a] 2024/01/04 11:41:45: resume -> enter GameStage [1.11.35a] 2024/01/04 11:41:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:41:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:41:47: pause app [1.11.35a] 2024/01/04 11:42:55: enter app [1.11.35a] 2024/01/04 11:42:55: resume app [1.11.35a] 2024/01/04 11:42:55: resume -> enter GameStage [1.11.35a] 2024/01/04 11:42:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:42:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:21: bind CityInfoStage [1.11.35a] 2024/01/04 11:45:21: prepare CityInfoStage [1.11.35a] 2024/01/04 11:45:21: enter CityInfoStage [1.11.35a] 2024/01/04 11:45:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:22: leave CityInfoStage [1.11.35a] 2024/01/04 11:45:22: drop CityInfoStage [1.11.35a] 2024/01/04 11:45:22: enter GameStage [1.11.35a] 2024/01/04 11:45:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:37: bind CityInfoStage [1.11.35a] 2024/01/04 11:45:37: prepare CityInfoStage [1.11.35a] 2024/01/04 11:45:37: enter CityInfoStage [1.11.35a] 2024/01/04 11:45:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:39: leave CityInfoStage [1.11.35a] 2024/01/04 11:45:39: drop CityInfoStage [1.11.35a] 2024/01/04 11:45:39: enter GameStage [1.11.35a] 2024/01/04 11:45:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:41: bind CityInfoStage [1.11.35a] 2024/01/04 11:45:41: prepare CityInfoStage [1.11.35a] 2024/01/04 11:45:41: enter CityInfoStage [1.11.35a] 2024/01/04 11:45:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:45:52: leave CityInfoStage [1.11.35a] 2024/01/04 11:45:52: drop CityInfoStage [1.11.35a] 2024/01/04 11:45:52: enter GameStage [1.11.35a] 2024/01/04 11:45:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:45:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:46:25: bind CityInfoStage [1.11.35a] 2024/01/04 11:46:25: prepare CityInfoStage [1.11.35a] 2024/01/04 11:46:25: enter CityInfoStage [1.11.35a] 2024/01/04 11:46:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:46:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:46:32: leave CityInfoStage [1.11.35a] 2024/01/04 11:46:32: drop CityInfoStage [1.11.35a] 2024/01/04 11:46:32: enter GameStage [1.11.35a] 2024/01/04 11:46:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:46:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:47:34: bind CityInfoStage [1.11.35a] 2024/01/04 11:47:34: prepare CityInfoStage [1.11.35a] 2024/01/04 11:47:34: enter CityInfoStage [1.11.35a] 2024/01/04 11:47:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:47:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:47:36: leave CityInfoStage [1.11.35a] 2024/01/04 11:47:36: drop CityInfoStage [1.11.35a] 2024/01/04 11:47:36: enter GameStage [1.11.35a] 2024/01/04 11:47:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:47:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:47:37: bind CityInfoStage [1.11.35a] 2024/01/04 11:47:37: prepare CityInfoStage [1.11.35a] 2024/01/04 11:47:37: enter CityInfoStage [1.11.35a] 2024/01/04 11:47:37: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:47:37: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:47:38: leave CityInfoStage [1.11.35a] 2024/01/04 11:47:38: drop CityInfoStage [1.11.35a] 2024/01/04 11:47:38: enter GameStage [1.11.35a] 2024/01/04 11:47:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:47:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:48:37: instance MTY4 [1.11.35a] 2024/01/04 11:48:38: bind RankStage [1.11.35a] 2024/01/04 11:48:38: prepare RankStage [1.11.35a] 2024/01/04 11:48:38: enter RankStage [1.11.35a] 2024/01/04 11:48:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:48:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:48:43: leave RankStage [1.11.35a] 2024/01/04 11:48:43: drop RankStage [1.11.35a] 2024/01/04 11:48:43: enter GameStage [1.11.35a] 2024/01/04 11:48:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:48:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:51:04: bind SaveWaitingStage [1.11.35a] 2024/01/04 11:51:04: prepare SaveWaitingStage [1.11.35a] 2024/01/04 11:51:04: enter SaveWaitingStage [1.11.35a] 2024/01/04 11:51:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:51:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:51:04: leave SaveWaitingStage [1.11.35a] 2024/01/04 11:51:04: drop SaveWaitingStage [1.11.35a] 2024/01/04 11:51:04: enter GameStage [1.11.35a] 2024/01/04 11:51:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:51:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:40: bind CityInfoStage [1.11.35a] 2024/01/04 11:54:40: prepare CityInfoStage [1.11.35a] 2024/01/04 11:54:40: enter CityInfoStage [1.11.35a] 2024/01/04 11:54:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:42: leave CityInfoStage [1.11.35a] 2024/01/04 11:54:42: drop CityInfoStage [1.11.35a] 2024/01/04 11:54:42: enter GameStage [1.11.35a] 2024/01/04 11:54:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:47: bind CityInfoStage [1.11.35a] 2024/01/04 11:54:47: prepare CityInfoStage [1.11.35a] 2024/01/04 11:54:47: enter CityInfoStage [1.11.35a] 2024/01/04 11:54:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:49: leave CityInfoStage [1.11.35a] 2024/01/04 11:54:49: drop CityInfoStage [1.11.35a] 2024/01/04 11:54:49: enter GameStage [1.11.35a] 2024/01/04 11:54:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:53: bind CityInfoStage [1.11.35a] 2024/01/04 11:54:53: prepare CityInfoStage [1.11.35a] 2024/01/04 11:54:53: enter CityInfoStage [1.11.35a] 2024/01/04 11:54:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:54:53: leave CityInfoStage [1.11.35a] 2024/01/04 11:54:53: drop CityInfoStage [1.11.35a] 2024/01/04 11:54:53: enter GameStage [1.11.35a] 2024/01/04 11:54:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:54:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:55:05: pause app [1.11.35a] 2024/01/04 11:56:32: enter app [1.11.35a] 2024/01/04 11:56:32: resume app [1.11.35a] 2024/01/04 11:56:32: resume -> enter GameStage [1.11.35a] 2024/01/04 11:56:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:56:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:57:00: bind CityInfoStage [1.11.35a] 2024/01/04 11:57:00: prepare CityInfoStage [1.11.35a] 2024/01/04 11:57:00: enter CityInfoStage [1.11.35a] 2024/01/04 11:57:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:57:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:57:00: leave CityInfoStage [1.11.35a] 2024/01/04 11:57:00: drop CityInfoStage [1.11.35a] 2024/01/04 11:57:00: enter GameStage [1.11.35a] 2024/01/04 11:57:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:57:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:57:59: instance MTcw [1.11.35a] 2024/01/04 11:58:00: bind RankStage [1.11.35a] 2024/01/04 11:58:00: prepare RankStage [1.11.35a] 2024/01/04 11:58:00: enter RankStage [1.11.35a] 2024/01/04 11:58:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:58:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 11:58:00: leave RankStage [1.11.35a] 2024/01/04 11:58:00: drop RankStage [1.11.35a] 2024/01/04 11:58:00: enter GameStage [1.11.35a] 2024/01/04 11:58:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 11:58:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:00:23: bind CityInfoStage [1.11.35a] 2024/01/04 12:00:23: prepare CityInfoStage [1.11.35a] 2024/01/04 12:00:23: enter CityInfoStage [1.11.35a] 2024/01/04 12:00:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:00:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:00:28: leave CityInfoStage [1.11.35a] 2024/01/04 12:00:28: drop CityInfoStage [1.11.35a] 2024/01/04 12:00:28: enter GameStage [1.11.35a] 2024/01/04 12:00:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:00:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:01:36: bind SaveWaitingStage [1.11.35a] 2024/01/04 12:01:36: prepare SaveWaitingStage [1.11.35a] 2024/01/04 12:01:36: enter SaveWaitingStage [1.11.35a] 2024/01/04 12:01:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:01:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:01:38: leave SaveWaitingStage [1.11.35a] 2024/01/04 12:01:38: drop SaveWaitingStage [1.11.35a] 2024/01/04 12:01:38: enter GameStage [1.11.35a] 2024/01/04 12:01:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:01:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:02:14: pause app [1.11.35a] 2024/01/04 12:04:26: enter app [1.11.35a] 2024/01/04 12:04:26: resume app [1.11.35a] 2024/01/04 12:04:26: resume -> enter GameStage [1.11.35a] 2024/01/04 12:04:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:04:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:04:33: bind CityInfoStage [1.11.35a] 2024/01/04 12:04:33: prepare CityInfoStage [1.11.35a] 2024/01/04 12:04:33: enter CityInfoStage [1.11.35a] 2024/01/04 12:04:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:04:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:04:34: bind RankStage [1.11.35a] 2024/01/04 12:04:34: prepare RankStage [1.11.35a] 2024/01/04 12:04:34: enter RankStage [1.11.35a] 2024/01/04 12:04:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:04:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:04:34: leave RankStage [1.11.35a] 2024/01/04 12:04:34: drop RankStage [1.11.35a] 2024/01/04 12:04:34: enter CityInfoStage [1.11.35a] 2024/01/04 12:04:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:04:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:04:35: leave CityInfoStage [1.11.35a] 2024/01/04 12:04:35: drop CityInfoStage [1.11.35a] 2024/01/04 12:04:35: enter GameStage [1.11.35a] 2024/01/04 12:04:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:04:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:09:15: bind CityInfoStage [1.11.35a] 2024/01/04 12:09:15: prepare CityInfoStage [1.11.35a] 2024/01/04 12:09:15: enter CityInfoStage [1.11.35a] 2024/01/04 12:09:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:09:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:09:19: leave CityInfoStage [1.11.35a] 2024/01/04 12:09:19: drop CityInfoStage [1.11.35a] 2024/01/04 12:09:19: enter GameStage [1.11.35a] 2024/01/04 12:09:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:09:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:09:32: bind SaveWaitingStage [1.11.35a] 2024/01/04 12:09:32: prepare SaveWaitingStage [1.11.35a] 2024/01/04 12:09:32: enter SaveWaitingStage [1.11.35a] 2024/01/04 12:09:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:09:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:09:33: leave SaveWaitingStage [1.11.35a] 2024/01/04 12:09:33: drop SaveWaitingStage [1.11.35a] 2024/01/04 12:09:33: enter GameStage [1.11.35a] 2024/01/04 12:09:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:09:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:12:13: instance MTcy [1.11.35a] 2024/01/04 12:12:13: bind RankStage [1.11.35a] 2024/01/04 12:12:13: prepare RankStage [1.11.35a] 2024/01/04 12:12:13: enter RankStage [1.11.35a] 2024/01/04 12:12:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:12:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:12:14: leave RankStage [1.11.35a] 2024/01/04 12:12:14: drop RankStage [1.11.35a] 2024/01/04 12:12:14: enter GameStage [1.11.35a] 2024/01/04 12:12:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:12:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:14:26: bind FullPageOfferStage [1.11.35a] 2024/01/04 12:14:26: prepare FullPageOfferStage [1.11.35a] 2024/01/04 12:14:26: enter FullPageOfferStage [1.11.35a] 2024/01/04 12:14:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:14:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:14:35: leave FullPageOfferStage [1.11.35a] 2024/01/04 12:14:35: drop FullPageOfferStage [1.11.35a] 2024/01/04 12:14:35: enter GameStage [1.11.35a] 2024/01/04 12:14:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:14:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:14:40: bind SaveWaitingStage [1.11.35a] 2024/01/04 12:14:40: prepare SaveWaitingStage [1.11.35a] 2024/01/04 12:14:40: enter SaveWaitingStage [1.11.35a] 2024/01/04 12:14:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:14:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:14:41: leave SaveWaitingStage [1.11.35a] 2024/01/04 12:14:41: drop SaveWaitingStage [1.11.35a] 2024/01/04 12:14:41: enter GameStage [1.11.35a] 2024/01/04 12:14:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:14:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:16:07: pause app [1.11.35a] 2024/01/04 12:16:08: enter app [1.11.35a] 2024/01/04 12:16:08: resume app [1.11.35a] 2024/01/04 12:16:09: pause app [1.11.35a] 2024/01/04 12:21:24: enter app [1.11.35a] 2024/01/04 12:21:24: resume app [1.11.35a] 2024/01/04 12:21:24: resume -> enter GameStage [1.11.35a] 2024/01/04 12:21:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:21:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:22:13: pause app [1.11.35a] 2024/01/04 12:22:14: enter app [1.11.35a] 2024/01/04 12:22:14: resume app [1.11.35a] 2024/01/04 12:22:14: resume -> enter GameStage [1.11.35a] 2024/01/04 12:22:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:22:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:22:16: pause app [1.11.35a] 2024/01/04 12:46:03: enter app [1.11.35a] 2024/01/04 12:46:03: resume app [1.11.35a] 2024/01/04 12:46:03: resume -> enter GameStage [1.11.35a] 2024/01/04 12:46:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 12:46:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 12:46:07: pause app [1.11.35a] 2024/01/04 14:11:01: Startup [1.11.35a] 2024/01/04 14:11:01: create() cold start [1.11.35a] 2024/01/04 14:11:02: translation es_MX [1.11.35a] 2024/01/04 14:11:02: instance MTcy [1.11.35a] 2024/01/04 14:11:02: create() finish [1.11.35a] 2024/01/04 14:11:02: create() end [1.11.35a] 2024/01/04 14:11:02: resume app [1.11.35a] 2024/01/04 14:11:02: refresh [1.11.35a] 2024/01/04 14:11:02: bind LoadingStage [1.11.35a] 2024/01/04 14:11:02: prepare LoadingStage [1.11.35a] 2024/01/04 14:11:02: enter LoadingStage [1.11.35a] 2024/01/04 14:11:03: loading Warm-up [1.11.35a] 2024/01/04 14:11:03: loading Startup [1.11.35a] 2024/01/04 14:11:03: Max texture size 8192 [1.11.35a] 2024/01/04 14:11:03: Max heap size is 512MB [1.11.35a] 2024/01/04 14:11:03: Engine consumes 11MB [1.11.35a] 2024/01/04 14:11:03: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 14:11:03: loading Texture [1.11.35a] 2024/01/04 14:11:03: loading Fonts [1.11.35a] 2024/01/04 14:11:04: loading Skin [1.11.35a] 2024/01/04 14:11:04: loading Extract files [1.11.35a] 2024/01/04 14:11:04: loading Frames [1.11.35a] 2024/01/04 14:11:04: loading Scripting [1.11.35a] 2024/01/04 14:11:04: loading Collecting drafts [1.11.35a] 2024/01/04 14:11:05: loading Prefetching images [1.11.35a] 2024/01/04 14:11:05: loading Loading drafts [1.11.35a] 2024/01/04 14:11:07: loading Finishing drafts [1.11.35a] 2024/01/04 14:11:09: loading Loading music [1.11.35a] 2024/01/04 14:11:09: loading Shaders [1.11.35a] 2024/01/04 14:11:10: loading Topics [1.11.35a] 2024/01/04 14:11:10: loading Loading textures [1.11.35a] 2024/01/04 14:11:13: loading Checking winter [1.11.35a] 2024/01/04 14:11:13: loading Preparing background [1.11.35a] 2024/01/04 14:11:13: loading Finishing [1.11.35a] 2024/01/04 14:11:13: leave LoadingStage [1.11.35a] 2024/01/04 14:11:13: drop LoadingStage [1.11.35a] 2024/01/04 14:11:13: bind PluginErrorStage [1.11.35a] 2024/01/04 14:11:13: prepare PluginErrorStage [1.11.35a] 2024/01/04 14:11:13: bind MissingManifestStage [1.11.35a] 2024/01/04 14:11:13: prepare MissingManifestStage [1.11.35a] 2024/01/04 14:11:13: bind WelcomeStage [1.11.35a] 2024/01/04 14:11:13: prepare WelcomeStage [1.11.35a] 2024/01/04 14:11:13: enter WelcomeStage [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:11:13: drop PluginErrorStage [1.11.35a] 2024/01/04 14:11:13: drop MissingManifestStage [1.11.35a] 2024/01/04 14:11:13: leave WelcomeStage [1.11.35a] 2024/01/04 14:11:13: drop WelcomeStage [1.11.35a] 2024/01/04 14:11:13: bind RegionStage [1.11.35a] 2024/01/04 14:11:13: prepare RegionStage [1.11.35a] 2024/01/04 14:11:13: enter RegionStage [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:11:14: instance MTcx [1.11.35a] 2024/01/04 14:11:14: instance MTcy [1.11.35a] 2024/01/04 14:11:14: bind LoadWaitingStage [1.11.35a] 2024/01/04 14:11:14: prepare LoadWaitingStage [1.11.35a] 2024/01/04 14:11:14: enter LoadWaitingStage [1.11.35a] 2024/01/04 14:11:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:11:15: leave LoadWaitingStage [1.11.35a] 2024/01/04 14:11:15: drop LoadWaitingStage [1.11.35a] 2024/01/04 14:11:15: bind GameStage [1.11.35a] 2024/01/04 14:11:15: prepare GameStage [1.11.35a] 2024/01/04 14:11:15: enter GameStage [1.11.35a] 2024/01/04 14:11:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:11:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:12:23: bind CityInfoStage [1.11.35a] 2024/01/04 14:12:23: prepare CityInfoStage [1.11.35a] 2024/01/04 14:12:23: enter CityInfoStage [1.11.35a] 2024/01/04 14:12:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:12:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:12:27: leave CityInfoStage [1.11.35a] 2024/01/04 14:12:27: drop CityInfoStage [1.11.35a] 2024/01/04 14:12:27: enter GameStage [1.11.35a] 2024/01/04 14:12:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:12:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:14:55: pause app [1.11.35a] 2024/01/04 14:15:21: enter app [1.11.35a] 2024/01/04 14:15:21: resume app [1.11.35a] 2024/01/04 14:15:21: resume -> enter GameStage [1.11.35a] 2024/01/04 14:15:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:15:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:17:30: bind IronSrc [1.11.35a] 2024/01/04 14:17:30: prepare IronSrc [1.11.35a] 2024/01/04 14:17:30: enter IronSrc [1.11.35a] 2024/01/04 14:17:30: leave IronSrc [1.11.35a] 2024/01/04 14:17:30: drop IronSrc [1.11.35a] 2024/01/04 14:17:30: enter GameStage [1.11.35a] 2024/01/04 14:17:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:17:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:17:31: pause app [1.11.35a] 2024/01/04 14:17:54: enter app [1.11.35a] 2024/01/04 14:17:54: resume app [1.11.35a] 2024/01/04 14:17:54: resume -> enter GameStage [1.11.35a] 2024/01/04 14:17:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:17:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:18:16: pause app [1.11.35a] 2024/01/04 14:18:31: enter app [1.11.35a] 2024/01/04 14:18:31: resume app [1.11.35a] 2024/01/04 14:18:31: resume -> enter GameStage [1.11.35a] 2024/01/04 14:18:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:18:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:19:19: instance MTc0 [1.11.35a] 2024/01/04 14:19:19: bind RankStage [1.11.35a] 2024/01/04 14:19:19: prepare RankStage [1.11.35a] 2024/01/04 14:19:19: enter RankStage [1.11.35a] 2024/01/04 14:19:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:19:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:19:21: leave RankStage [1.11.35a] 2024/01/04 14:19:21: drop RankStage [1.11.35a] 2024/01/04 14:19:21: enter GameStage [1.11.35a] 2024/01/04 14:19:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:19:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:22:01: pause app [1.11.35a] 2024/01/04 14:25:28: enter app [1.11.35a] 2024/01/04 14:25:28: resume app [1.11.35a] 2024/01/04 14:25:28: resume -> enter GameStage [1.11.35a] 2024/01/04 14:25:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:25:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:28:28: bind CityInfoStage [1.11.35a] 2024/01/04 14:28:28: prepare CityInfoStage [1.11.35a] 2024/01/04 14:28:28: enter CityInfoStage [1.11.35a] 2024/01/04 14:28:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:28:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:28:30: leave CityInfoStage [1.11.35a] 2024/01/04 14:28:30: drop CityInfoStage [1.11.35a] 2024/01/04 14:28:30: enter GameStage [1.11.35a] 2024/01/04 14:28:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:28:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:28:39: instance MTc2 [1.11.35a] 2024/01/04 14:28:39: bind RankStage [1.11.35a] 2024/01/04 14:28:39: prepare RankStage [1.11.35a] 2024/01/04 14:28:39: enter RankStage [1.11.35a] 2024/01/04 14:28:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:28:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:28:40: leave RankStage [1.11.35a] 2024/01/04 14:28:40: drop RankStage [1.11.35a] 2024/01/04 14:28:40: enter GameStage [1.11.35a] 2024/01/04 14:28:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:28:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:30:27: bind SaveWaitingStage [1.11.35a] 2024/01/04 14:30:27: prepare SaveWaitingStage [1.11.35a] 2024/01/04 14:30:27: enter SaveWaitingStage [1.11.35a] 2024/01/04 14:30:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:30:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:30:28: leave SaveWaitingStage [1.11.35a] 2024/01/04 14:30:28: drop SaveWaitingStage [1.11.35a] 2024/01/04 14:30:28: enter GameStage [1.11.35a] 2024/01/04 14:30:28: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:30:28: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:31:58: bind CityInfoStage [1.11.35a] 2024/01/04 14:31:58: prepare CityInfoStage [1.11.35a] 2024/01/04 14:31:58: enter CityInfoStage [1.11.35a] 2024/01/04 14:31:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:31:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:31:59: leave CityInfoStage [1.11.35a] 2024/01/04 14:31:59: drop CityInfoStage [1.11.35a] 2024/01/04 14:31:59: enter GameStage [1.11.35a] 2024/01/04 14:31:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:31:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:34:26: pause app [1.11.35a] 2024/01/04 14:34:31: enter app [1.11.35a] 2024/01/04 14:34:31: resume app [1.11.35a] 2024/01/04 14:34:31: resume -> enter GameStage [1.11.35a] 2024/01/04 14:34:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:34:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:36:54: pause app [1.11.35a] 2024/01/04 14:44:30: enter app [1.11.35a] 2024/01/04 14:44:30: resume app [1.11.35a] 2024/01/04 14:44:30: resume -> enter GameStage [1.11.35a] 2024/01/04 14:44:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:44:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:44:46: pause app [1.11.35a] 2024/01/04 14:44:57: enter app [1.11.35a] 2024/01/04 14:44:57: resume app [1.11.35a] 2024/01/04 14:44:57: resume -> enter GameStage [1.11.35a] 2024/01/04 14:44:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:44:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:45:33: instance MTc4 [1.11.35a] 2024/01/04 14:45:33: bind RankStage [1.11.35a] 2024/01/04 14:45:33: prepare RankStage [1.11.35a] 2024/01/04 14:45:33: enter RankStage [1.11.35a] 2024/01/04 14:45:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:45:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:45:34: leave RankStage [1.11.35a] 2024/01/04 14:45:34: drop RankStage [1.11.35a] 2024/01/04 14:45:34: enter GameStage [1.11.35a] 2024/01/04 14:45:34: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:45:34: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:49:55: bind SaveWaitingStage [1.11.35a] 2024/01/04 14:49:55: prepare SaveWaitingStage [1.11.35a] 2024/01/04 14:49:55: enter SaveWaitingStage [1.11.35a] 2024/01/04 14:49:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:49:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:49:56: leave SaveWaitingStage [1.11.35a] 2024/01/04 14:49:56: drop SaveWaitingStage [1.11.35a] 2024/01/04 14:49:56: enter GameStage [1.11.35a] 2024/01/04 14:49:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:49:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:50:32: pause app [1.11.35a] 2024/01/04 14:50:36: enter app [1.11.35a] 2024/01/04 14:50:36: resume app [1.11.35a] 2024/01/04 14:50:36: resume -> enter GameStage [1.11.35a] 2024/01/04 14:50:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:50:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:52:27: pause app [1.11.35a] 2024/01/04 14:56:15: enter app [1.11.35a] 2024/01/04 14:56:15: resume app [1.11.35a] 2024/01/04 14:56:15: resume -> enter GameStage [1.11.35a] 2024/01/04 14:56:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 14:56:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 14:56:19: pause app [1.11.35a] 2024/01/04 15:14:59: Startup [1.11.35a] 2024/01/04 15:15:00: create() cold start [1.11.35a] 2024/01/04 15:15:00: translation es_MX [1.11.35a] 2024/01/04 15:15:00: instance MTc4 [1.11.35a] 2024/01/04 15:15:00: create() finish [1.11.35a] 2024/01/04 15:15:00: create() end [1.11.35a] 2024/01/04 15:15:00: resume app [1.11.35a] 2024/01/04 15:15:00: refresh [1.11.35a] 2024/01/04 15:15:00: bind LoadingStage [1.11.35a] 2024/01/04 15:15:00: prepare LoadingStage [1.11.35a] 2024/01/04 15:15:00: enter LoadingStage [1.11.35a] 2024/01/04 15:15:01: loading Warm-up [1.11.35a] 2024/01/04 15:15:01: loading Startup [1.11.35a] 2024/01/04 15:15:01: Max texture size 8192 [1.11.35a] 2024/01/04 15:15:01: Max heap size is 512MB [1.11.35a] 2024/01/04 15:15:01: Engine consumes 11MB [1.11.35a] 2024/01/04 15:15:01: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 15:15:01: loading Texture [1.11.35a] 2024/01/04 15:15:01: loading Fonts [1.11.35a] 2024/01/04 15:15:02: loading Skin [1.11.35a] 2024/01/04 15:15:02: loading Extract files [1.11.35a] 2024/01/04 15:15:02: loading Frames [1.11.35a] 2024/01/04 15:15:02: loading Scripting [1.11.35a] 2024/01/04 15:15:03: loading Collecting drafts [1.11.35a] 2024/01/04 15:15:04: loading Prefetching images [1.11.35a] 2024/01/04 15:15:04: loading Loading drafts [1.11.35a] 2024/01/04 15:15:06: loading Finishing drafts [1.11.35a] 2024/01/04 15:15:07: loading Loading music [1.11.35a] 2024/01/04 15:15:07: loading Shaders [1.11.35a] 2024/01/04 15:15:07: loading Topics [1.11.35a] 2024/01/04 15:15:07: loading Loading textures [1.11.35a] 2024/01/04 15:15:09: loading Checking winter [1.11.35a] 2024/01/04 15:15:09: loading Preparing background [1.11.35a] 2024/01/04 15:15:09: loading Finishing [1.11.35a] 2024/01/04 15:15:09: leave LoadingStage [1.11.35a] 2024/01/04 15:15:09: drop LoadingStage [1.11.35a] 2024/01/04 15:15:09: bind PluginErrorStage [1.11.35a] 2024/01/04 15:15:09: prepare PluginErrorStage [1.11.35a] 2024/01/04 15:15:09: bind MissingManifestStage [1.11.35a] 2024/01/04 15:15:09: prepare MissingManifestStage [1.11.35a] 2024/01/04 15:15:09: bind WelcomeStage [1.11.35a] 2024/01/04 15:15:09: prepare WelcomeStage [1.11.35a] 2024/01/04 15:15:09: enter WelcomeStage [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:15:09: drop PluginErrorStage [1.11.35a] 2024/01/04 15:15:09: drop MissingManifestStage [1.11.35a] 2024/01/04 15:15:09: leave WelcomeStage [1.11.35a] 2024/01/04 15:15:09: drop WelcomeStage [1.11.35a] 2024/01/04 15:15:09: bind RegionStage [1.11.35a] 2024/01/04 15:15:09: prepare RegionStage [1.11.35a] 2024/01/04 15:15:09: enter RegionStage [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:15:10: instance MTc3 [1.11.35a] 2024/01/04 15:15:10: instance MTc4 [1.11.35a] 2024/01/04 15:15:10: bind LoadWaitingStage [1.11.35a] 2024/01/04 15:15:10: prepare LoadWaitingStage [1.11.35a] 2024/01/04 15:15:10: enter LoadWaitingStage [1.11.35a] 2024/01/04 15:15:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:15:11: leave LoadWaitingStage [1.11.35a] 2024/01/04 15:15:11: drop LoadWaitingStage [1.11.35a] 2024/01/04 15:15:11: bind GameStage [1.11.35a] 2024/01/04 15:15:11: prepare GameStage [1.11.35a] 2024/01/04 15:15:11: enter GameStage [1.11.35a] 2024/01/04 15:15:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:15:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:17:56: pause app [1.11.35a] 2024/01/04 15:17:57: enter app [1.11.35a] 2024/01/04 15:17:57: resume app [1.11.35a] 2024/01/04 15:17:57: resume -> enter GameStage [1.11.35a] 2024/01/04 15:17:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:17:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:17:59: pause app [1.11.35a] 2024/01/04 15:18:08: enter app [1.11.35a] 2024/01/04 15:18:08: resume app [1.11.35a] 2024/01/04 15:18:08: resume -> enter GameStage [1.11.35a] 2024/01/04 15:18:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:18:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:19:22: leave GameStage [1.11.35a] 2024/01/04 15:19:22: drop GameStage [1.11.35a] 2024/01/04 15:19:22: bind SaveWaitingStage [1.11.35a] 2024/01/04 15:19:22: prepare SaveWaitingStage [1.11.35a] 2024/01/04 15:19:22: enter SaveWaitingStage [1.11.35a] 2024/01/04 15:19:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:19:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:19:23: leave SaveWaitingStage [1.11.35a] 2024/01/04 15:19:23: drop SaveWaitingStage [1.11.35a] 2024/01/04 15:19:23: enter RegionStage [1.11.35a] 2024/01/04 15:19:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:19:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:19:31: bind GameStage [1.11.35a] 2024/01/04 15:19:31: prepare GameStage [1.11.35a] 2024/01/04 15:19:31: enter GameStage [1.11.35a] 2024/01/04 15:19:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:19:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:20:51: instance MTgw [1.11.35a] 2024/01/04 15:20:51: bind RankStage [1.11.35a] 2024/01/04 15:20:51: prepare RankStage [1.11.35a] 2024/01/04 15:20:51: enter RankStage [1.11.35a] 2024/01/04 15:20:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:20:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:20:52: leave RankStage [1.11.35a] 2024/01/04 15:20:52: drop RankStage [1.11.35a] 2024/01/04 15:20:52: enter GameStage [1.11.35a] 2024/01/04 15:20:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:20:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:22:40: bind CityInfoStage [1.11.35a] 2024/01/04 15:22:40: prepare CityInfoStage [1.11.35a] 2024/01/04 15:22:40: enter CityInfoStage [1.11.35a] 2024/01/04 15:22:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:22:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:22:41: leave CityInfoStage [1.11.35a] 2024/01/04 15:22:41: drop CityInfoStage [1.11.35a] 2024/01/04 15:22:41: enter GameStage [1.11.35a] 2024/01/04 15:22:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:22:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:24:32: bind SaveWaitingStage [1.11.35a] 2024/01/04 15:24:32: prepare SaveWaitingStage [1.11.35a] 2024/01/04 15:24:32: enter SaveWaitingStage [1.11.35a] 2024/01/04 15:24:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:24:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:24:33: leave SaveWaitingStage [1.11.35a] 2024/01/04 15:24:33: drop SaveWaitingStage [1.11.35a] 2024/01/04 15:24:33: enter GameStage [1.11.35a] 2024/01/04 15:24:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:24:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:24:36: pause app [1.11.35a] 2024/01/04 15:24:55: enter app [1.11.35a] 2024/01/04 15:24:55: resume app [1.11.35a] 2024/01/04 15:24:55: resume -> enter GameStage [1.11.35a] 2024/01/04 15:24:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:24:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:25: bind CityInfoStage [1.11.35a] 2024/01/04 15:25:25: prepare CityInfoStage [1.11.35a] 2024/01/04 15:25:25: enter CityInfoStage [1.11.35a] 2024/01/04 15:25:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:32: leave CityInfoStage [1.11.35a] 2024/01/04 15:25:32: drop CityInfoStage [1.11.35a] 2024/01/04 15:25:32: enter GameStage [1.11.35a] 2024/01/04 15:25:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:45: bind CityInfoStage [1.11.35a] 2024/01/04 15:25:45: prepare CityInfoStage [1.11.35a] 2024/01/04 15:25:45: enter CityInfoStage [1.11.35a] 2024/01/04 15:25:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:49: leave CityInfoStage [1.11.35a] 2024/01/04 15:25:49: drop CityInfoStage [1.11.35a] 2024/01/04 15:25:49: bind CityInfoStage [1.11.35a] 2024/01/04 15:25:49: prepare CityInfoStage [1.11.35a] 2024/01/04 15:25:49: enter CityInfoStage [1.11.35a] 2024/01/04 15:25:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:56: leave CityInfoStage [1.11.35a] 2024/01/04 15:25:56: drop CityInfoStage [1.11.35a] 2024/01/04 15:25:56: enter GameStage [1.11.35a] 2024/01/04 15:25:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:25:58: pause app [1.11.35a] 2024/01/04 15:25:58: enter app [1.11.35a] 2024/01/04 15:25:58: resume app [1.11.35a] 2024/01/04 15:25:58: resume -> enter GameStage [1.11.35a] 2024/01/04 15:25:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:25:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:26:00: pause app [1.11.35a] 2024/01/04 15:28:36: enter app [1.11.35a] 2024/01/04 15:28:36: resume app [1.11.35a] 2024/01/04 15:28:36: resume -> enter GameStage [1.11.35a] 2024/01/04 15:28:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:28:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:31:36: pause app [1.11.35a] 2024/01/04 15:40:50: enter app [1.11.35a] 2024/01/04 15:40:50: resume app [1.11.35a] 2024/01/04 15:40:50: resume -> enter GameStage [1.11.35a] 2024/01/04 15:40:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:40:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:41:36: pause app [1.11.35a] 2024/01/04 15:42:02: enter app [1.11.35a] 2024/01/04 15:42:02: resume app [1.11.35a] 2024/01/04 15:42:02: resume -> enter GameStage [1.11.35a] 2024/01/04 15:42:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:42:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:42:35: pause app [1.11.35a] 2024/01/04 15:43:19: enter app [1.11.35a] 2024/01/04 15:43:19: resume app [1.11.35a] 2024/01/04 15:43:19: resume -> enter GameStage [1.11.35a] 2024/01/04 15:43:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:43:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:44:25: bind CityInfoStage [1.11.35a] 2024/01/04 15:44:25: prepare CityInfoStage [1.11.35a] 2024/01/04 15:44:25: enter CityInfoStage [1.11.35a] 2024/01/04 15:44:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:44:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:44:26: leave CityInfoStage [1.11.35a] 2024/01/04 15:44:26: drop CityInfoStage [1.11.35a] 2024/01/04 15:44:26: enter GameStage [1.11.35a] 2024/01/04 15:44:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:44:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:45:40: pause app [1.11.35a] 2024/01/04 15:45:44: enter app [1.11.35a] 2024/01/04 15:45:44: resume app [1.11.35a] 2024/01/04 15:45:44: resume -> enter GameStage [1.11.35a] 2024/01/04 15:45:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 15:45:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 15:45:50: pause app [1.11.35a] 2024/01/04 16:18:26: Startup [1.11.35a] 2024/01/04 16:18:27: create() cold start [1.11.35a] 2024/01/04 16:18:28: translation es_MX [1.11.35a] 2024/01/04 16:18:28: instance MTgw [1.11.35a] 2024/01/04 16:18:28: create() finish [1.11.35a] 2024/01/04 16:18:28: create() end [1.11.35a] 2024/01/04 16:18:28: resume app [1.11.35a] 2024/01/04 16:18:28: refresh [1.11.35a] 2024/01/04 16:18:28: bind LoadingStage [1.11.35a] 2024/01/04 16:18:28: prepare LoadingStage [1.11.35a] 2024/01/04 16:18:28: enter LoadingStage [1.11.35a] 2024/01/04 16:18:28: loading Warm-up [1.11.35a] 2024/01/04 16:18:28: loading Startup [1.11.35a] 2024/01/04 16:18:28: Max texture size 8192 [1.11.35a] 2024/01/04 16:18:28: Max heap size is 512MB [1.11.35a] 2024/01/04 16:18:28: Engine consumes 11MB [1.11.35a] 2024/01/04 16:18:28: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 16:18:29: loading Texture [1.11.35a] 2024/01/04 16:18:29: loading Fonts [1.11.35a] 2024/01/04 16:18:29: loading Skin [1.11.35a] 2024/01/04 16:18:29: loading Extract files [1.11.35a] 2024/01/04 16:18:30: loading Frames [1.11.35a] 2024/01/04 16:18:30: loading Scripting [1.11.35a] 2024/01/04 16:18:30: loading Collecting drafts [1.11.35a] 2024/01/04 16:18:31: loading Prefetching images [1.11.35a] 2024/01/04 16:18:31: loading Loading drafts [1.11.35a] 2024/01/04 16:18:33: loading Finishing drafts [1.11.35a] 2024/01/04 16:18:35: loading Loading music [1.11.35a] 2024/01/04 16:18:35: loading Shaders [1.11.35a] 2024/01/04 16:18:35: loading Topics [1.11.35a] 2024/01/04 16:18:35: loading Loading textures [1.11.35a] 2024/01/04 16:18:38: loading Checking winter [1.11.35a] 2024/01/04 16:18:38: loading Preparing background [1.11.35a] 2024/01/04 16:18:39: loading Finishing [1.11.35a] 2024/01/04 16:18:39: leave LoadingStage [1.11.35a] 2024/01/04 16:18:39: drop LoadingStage [1.11.35a] 2024/01/04 16:18:39: bind PluginErrorStage [1.11.35a] 2024/01/04 16:18:39: prepare PluginErrorStage [1.11.35a] 2024/01/04 16:18:39: bind MissingManifestStage [1.11.35a] 2024/01/04 16:18:39: prepare MissingManifestStage [1.11.35a] 2024/01/04 16:18:39: bind WelcomeStage [1.11.35a] 2024/01/04 16:18:39: prepare WelcomeStage [1.11.35a] 2024/01/04 16:18:39: enter WelcomeStage [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:39: drop PluginErrorStage [1.11.35a] 2024/01/04 16:18:39: drop MissingManifestStage [1.11.35a] 2024/01/04 16:18:39: leave WelcomeStage [1.11.35a] 2024/01/04 16:18:39: drop WelcomeStage [1.11.35a] 2024/01/04 16:18:39: bind RegionStage [1.11.35a] 2024/01/04 16:18:39: prepare RegionStage [1.11.35a] 2024/01/04 16:18:39: enter RegionStage [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:39: instance MTc5 [1.11.35a] 2024/01/04 16:18:39: instance MTgw [1.11.35a] 2024/01/04 16:18:39: bind LoadWaitingStage [1.11.35a] 2024/01/04 16:18:39: prepare LoadWaitingStage [1.11.35a] 2024/01/04 16:18:39: enter LoadWaitingStage [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:41: leave LoadWaitingStage [1.11.35a] 2024/01/04 16:18:41: drop LoadWaitingStage [1.11.35a] 2024/01/04 16:18:41: bind GameStage [1.11.35a] 2024/01/04 16:18:41: prepare GameStage [1.11.35a] 2024/01/04 16:18:41: enter GameStage [1.11.35a] 2024/01/04 16:18:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:18:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:18:57: pause app [1.11.35a] 2024/01/04 16:28:59: enter app [1.11.35a] 2024/01/04 16:28:59: resume app [1.11.35a] 2024/01/04 16:28:59: resume -> enter GameStage [1.11.35a] 2024/01/04 16:28:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:28:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:29:47: instance MTgy [1.11.35a] 2024/01/04 16:29:48: bind RankStage [1.11.35a] 2024/01/04 16:29:48: prepare RankStage [1.11.35a] 2024/01/04 16:29:48: enter RankStage [1.11.35a] 2024/01/04 16:29:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:29:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:29:48: leave RankStage [1.11.35a] 2024/01/04 16:29:48: drop RankStage [1.11.35a] 2024/01/04 16:29:48: enter GameStage [1.11.35a] 2024/01/04 16:29:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:29:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:31:32: bind CityInfoStage [1.11.35a] 2024/01/04 16:31:32: prepare CityInfoStage [1.11.35a] 2024/01/04 16:31:32: enter CityInfoStage [1.11.35a] 2024/01/04 16:31:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:31:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:31:33: leave CityInfoStage [1.11.35a] 2024/01/04 16:31:33: drop CityInfoStage [1.11.35a] 2024/01/04 16:31:33: enter GameStage [1.11.35a] 2024/01/04 16:31:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:31:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:32:20: bind CityInfoStage [1.11.35a] 2024/01/04 16:32:20: prepare CityInfoStage [1.11.35a] 2024/01/04 16:32:20: enter CityInfoStage [1.11.35a] 2024/01/04 16:32:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:32:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:32:21: leave CityInfoStage [1.11.35a] 2024/01/04 16:32:21: drop CityInfoStage [1.11.35a] 2024/01/04 16:32:21: enter GameStage [1.11.35a] 2024/01/04 16:32:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:32:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:34:03: bind SaveWaitingStage [1.11.35a] 2024/01/04 16:34:03: prepare SaveWaitingStage [1.11.35a] 2024/01/04 16:34:03: enter SaveWaitingStage [1.11.35a] 2024/01/04 16:34:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:34:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:34:04: leave SaveWaitingStage [1.11.35a] 2024/01/04 16:34:04: drop SaveWaitingStage [1.11.35a] 2024/01/04 16:34:04: enter GameStage [1.11.35a] 2024/01/04 16:34:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:34:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:35:57: pause app [1.11.35a] 2024/01/04 16:36:09: enter app [1.11.35a] 2024/01/04 16:36:09: resume app [1.11.35a] 2024/01/04 16:36:09: resume -> enter GameStage [1.11.35a] 2024/01/04 16:36:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:36:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:36:30: pause app [1.11.35a] 2024/01/04 16:42:20: enter app [1.11.35a] 2024/01/04 16:42:20: resume app [1.11.35a] 2024/01/04 16:42:20: resume -> enter GameStage [1.11.35a] 2024/01/04 16:42:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:42:29: bind CityInfoStage [1.11.35a] 2024/01/04 16:42:29: prepare CityInfoStage [1.11.35a] 2024/01/04 16:42:29: enter CityInfoStage [1.11.35a] 2024/01/04 16:42:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:42:39: leave CityInfoStage [1.11.35a] 2024/01/04 16:42:39: drop CityInfoStage [1.11.35a] 2024/01/04 16:42:39: enter GameStage [1.11.35a] 2024/01/04 16:42:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:42:41: bind CityInfoStage [1.11.35a] 2024/01/04 16:42:41: prepare CityInfoStage [1.11.35a] 2024/01/04 16:42:41: enter CityInfoStage [1.11.35a] 2024/01/04 16:42:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:42:44: refresh [1.11.35a] 2024/01/04 16:42:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:42:49: refresh [1.11.35a] 2024/01/04 16:42:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:42:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:04: refresh [1.11.35a] 2024/01/04 16:43:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:04: refresh [1.11.35a] 2024/01/04 16:43:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:05: refresh [1.11.35a] 2024/01/04 16:43:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:09: refresh [1.11.35a] 2024/01/04 16:43:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:09: refresh [1.11.35a] 2024/01/04 16:43:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:10: refresh [1.11.35a] 2024/01/04 16:43:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:43:13: leave CityInfoStage [1.11.35a] 2024/01/04 16:43:13: drop CityInfoStage [1.11.35a] 2024/01/04 16:43:13: enter GameStage [1.11.35a] 2024/01/04 16:43:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:43:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:48:00: bind SaveWaitingStage [1.11.35a] 2024/01/04 16:48:00: prepare SaveWaitingStage [1.11.35a] 2024/01/04 16:48:00: enter SaveWaitingStage [1.11.35a] 2024/01/04 16:48:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:48:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:48:01: leave SaveWaitingStage [1.11.35a] 2024/01/04 16:48:01: drop SaveWaitingStage [1.11.35a] 2024/01/04 16:48:01: enter GameStage [1.11.35a] 2024/01/04 16:48:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:48:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:49:46: instance MTg0 [1.11.35a] 2024/01/04 16:49:46: bind RankStage [1.11.35a] 2024/01/04 16:49:46: prepare RankStage [1.11.35a] 2024/01/04 16:49:46: enter RankStage [1.11.35a] 2024/01/04 16:49:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:49:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:49:46: leave RankStage [1.11.35a] 2024/01/04 16:49:46: drop RankStage [1.11.35a] 2024/01/04 16:49:46: enter GameStage [1.11.35a] 2024/01/04 16:49:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:49:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:51:00: bind CityInfoStage [1.11.35a] 2024/01/04 16:51:00: prepare CityInfoStage [1.11.35a] 2024/01/04 16:51:00: enter CityInfoStage [1.11.35a] 2024/01/04 16:51:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:51:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:51:01: leave CityInfoStage [1.11.35a] 2024/01/04 16:51:01: drop CityInfoStage [1.11.35a] 2024/01/04 16:51:01: enter GameStage [1.11.35a] 2024/01/04 16:51:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:51:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:52:08: bind CityInfoStage [1.11.35a] 2024/01/04 16:52:08: prepare CityInfoStage [1.11.35a] 2024/01/04 16:52:08: enter CityInfoStage [1.11.35a] 2024/01/04 16:52:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:52:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:52:09: leave CityInfoStage [1.11.35a] 2024/01/04 16:52:09: drop CityInfoStage [1.11.35a] 2024/01/04 16:52:09: enter GameStage [1.11.35a] 2024/01/04 16:52:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:52:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:52:29: bind CityInfoStage [1.11.35a] 2024/01/04 16:52:29: prepare CityInfoStage [1.11.35a] 2024/01/04 16:52:29: enter CityInfoStage [1.11.35a] 2024/01/04 16:52:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:52:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:52:29: leave CityInfoStage [1.11.35a] 2024/01/04 16:52:29: drop CityInfoStage [1.11.35a] 2024/01/04 16:52:29: enter GameStage [1.11.35a] 2024/01/04 16:52:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:52:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:53:00: bind SaveWaitingStage [1.11.35a] 2024/01/04 16:53:00: prepare SaveWaitingStage [1.11.35a] 2024/01/04 16:53:00: enter SaveWaitingStage [1.11.35a] 2024/01/04 16:53:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:53:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:53:01: leave SaveWaitingStage [1.11.35a] 2024/01/04 16:53:01: drop SaveWaitingStage [1.11.35a] 2024/01/04 16:53:01: enter GameStage [1.11.35a] 2024/01/04 16:53:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:53:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:55:13: pause app [1.11.35a] 2024/01/04 16:56:36: enter app [1.11.35a] 2024/01/04 16:56:36: resume app [1.11.35a] 2024/01/04 16:56:36: resume -> enter GameStage [1.11.35a] 2024/01/04 16:56:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:56:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 16:56:39: pause app [1.11.35a] 2024/01/04 16:59:43: enter app [1.11.35a] 2024/01/04 16:59:43: resume app [1.11.35a] 2024/01/04 16:59:43: resume -> enter GameStage [1.11.35a] 2024/01/04 16:59:43: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 16:59:43: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 17:01:12: pause app [1.11.35a] 2024/01/04 21:01:01: Startup [1.11.35a] 2024/01/04 21:01:01: create() cold start [1.11.35a] 2024/01/04 21:01:02: translation es_MX [1.11.35a] 2024/01/04 21:01:02: instance MTg0 [1.11.35a] 2024/01/04 21:01:02: create() finish [1.11.35a] 2024/01/04 21:01:02: create() end [1.11.35a] 2024/01/04 21:01:02: resume app [1.11.35a] 2024/01/04 21:01:02: refresh [1.11.35a] 2024/01/04 21:01:02: bind LoadingStage [1.11.35a] 2024/01/04 21:01:02: prepare LoadingStage [1.11.35a] 2024/01/04 21:01:02: enter LoadingStage [1.11.35a] 2024/01/04 21:01:03: loading Warm-up [1.11.35a] 2024/01/04 21:01:03: loading Startup [1.11.35a] 2024/01/04 21:01:03: Max texture size 8192 [1.11.35a] 2024/01/04 21:01:03: Max heap size is 512MB [1.11.35a] 2024/01/04 21:01:03: Engine consumes 11MB [1.11.35a] 2024/01/04 21:01:03: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 21:01:03: loading Texture [1.11.35a] 2024/01/04 21:01:03: loading Fonts [1.11.35a] 2024/01/04 21:01:04: loading Skin [1.11.35a] 2024/01/04 21:01:04: loading Extract files [1.11.35a] 2024/01/04 21:01:04: loading Frames [1.11.35a] 2024/01/04 21:01:04: loading Scripting [1.11.35a] 2024/01/04 21:01:04: loading Collecting drafts [1.11.35a] 2024/01/04 21:01:04: loading Prefetching images [1.11.35a] 2024/01/04 21:01:05: loading Loading drafts [1.11.35a] 2024/01/04 21:01:06: loading Finishing drafts [1.11.35a] 2024/01/04 21:01:08: loading Loading music [1.11.35a] 2024/01/04 21:01:08: loading Shaders [1.11.35a] 2024/01/04 21:01:08: loading Topics [1.11.35a] 2024/01/04 21:01:08: loading Loading textures [1.11.35a] 2024/01/04 21:01:11: loading Checking winter [1.11.35a] 2024/01/04 21:01:11: loading Preparing background [1.11.35a] 2024/01/04 21:01:11: loading Finishing [1.11.35a] 2024/01/04 21:01:11: leave LoadingStage [1.11.35a] 2024/01/04 21:01:11: drop LoadingStage [1.11.35a] 2024/01/04 21:01:11: bind PluginErrorStage [1.11.35a] 2024/01/04 21:01:11: prepare PluginErrorStage [1.11.35a] 2024/01/04 21:01:11: bind MissingManifestStage [1.11.35a] 2024/01/04 21:01:11: prepare MissingManifestStage [1.11.35a] 2024/01/04 21:01:11: bind WelcomeStage [1.11.35a] 2024/01/04 21:01:11: prepare WelcomeStage [1.11.35a] 2024/01/04 21:01:11: enter WelcomeStage [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:01:11: drop PluginErrorStage [1.11.35a] 2024/01/04 21:01:11: drop MissingManifestStage [1.11.35a] 2024/01/04 21:01:11: leave WelcomeStage [1.11.35a] 2024/01/04 21:01:11: drop WelcomeStage [1.11.35a] 2024/01/04 21:01:11: bind RegionStage [1.11.35a] 2024/01/04 21:01:11: prepare RegionStage [1.11.35a] 2024/01/04 21:01:11: enter RegionStage [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:01:12: instance MTgz [1.11.35a] 2024/01/04 21:01:12: instance MTg0 [1.11.35a] 2024/01/04 21:01:12: bind LoadWaitingStage [1.11.35a] 2024/01/04 21:01:12: prepare LoadWaitingStage [1.11.35a] 2024/01/04 21:01:12: enter LoadWaitingStage [1.11.35a] 2024/01/04 21:01:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:01:13: leave LoadWaitingStage [1.11.35a] 2024/01/04 21:01:13: drop LoadWaitingStage [1.11.35a] 2024/01/04 21:01:13: bind GameStage [1.11.35a] 2024/01/04 21:01:13: prepare GameStage [1.11.35a] 2024/01/04 21:01:13: enter GameStage [1.11.35a] 2024/01/04 21:01:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 21:01:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 21:03:08: pause app [1.11.35a] 2024/01/04 22:03:46: Startup [1.11.35a] 2024/01/04 22:03:46: create() cold start [1.11.35a] 2024/01/04 22:03:47: translation es_MX [1.11.35a] 2024/01/04 22:03:47: instance MTg0 [1.11.35a] 2024/01/04 22:03:47: create() finish [1.11.35a] 2024/01/04 22:03:47: create() end [1.11.35a] 2024/01/04 22:03:47: resume app [1.11.35a] 2024/01/04 22:03:47: refresh [1.11.35a] 2024/01/04 22:03:47: bind LoadingStage [1.11.35a] 2024/01/04 22:03:47: prepare LoadingStage [1.11.35a] 2024/01/04 22:03:47: enter LoadingStage [1.11.35a] 2024/01/04 22:03:48: loading Warm-up [1.11.35a] 2024/01/04 22:03:48: loading Startup [1.11.35a] 2024/01/04 22:03:48: Max texture size 8192 [1.11.35a] 2024/01/04 22:03:48: Max heap size is 512MB [1.11.35a] 2024/01/04 22:03:48: Engine consumes 11MB [1.11.35a] 2024/01/04 22:03:48: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/04 22:03:48: loading Texture [1.11.35a] 2024/01/04 22:03:48: loading Fonts [1.11.35a] 2024/01/04 22:03:49: loading Skin [1.11.35a] 2024/01/04 22:03:49: loading Extract files [1.11.35a] 2024/01/04 22:03:49: loading Frames [1.11.35a] 2024/01/04 22:03:49: loading Scripting [1.11.35a] 2024/01/04 22:03:49: loading Collecting drafts [1.11.35a] 2024/01/04 22:03:50: loading Prefetching images [1.11.35a] 2024/01/04 22:03:50: loading Loading drafts [1.11.35a] 2024/01/04 22:03:52: loading Finishing drafts [1.11.35a] 2024/01/04 22:03:53: loading Loading music [1.11.35a] 2024/01/04 22:03:53: loading Shaders [1.11.35a] 2024/01/04 22:03:53: loading Topics [1.11.35a] 2024/01/04 22:03:53: loading Loading textures [1.11.35a] 2024/01/04 22:03:58: loading Checking winter [1.11.35a] 2024/01/04 22:03:58: loading Preparing background [1.11.35a] 2024/01/04 22:03:58: loading Finishing [1.11.35a] 2024/01/04 22:03:58: leave LoadingStage [1.11.35a] 2024/01/04 22:03:58: drop LoadingStage [1.11.35a] 2024/01/04 22:03:58: bind PluginErrorStage [1.11.35a] 2024/01/04 22:03:58: prepare PluginErrorStage [1.11.35a] 2024/01/04 22:03:58: bind MissingManifestStage [1.11.35a] 2024/01/04 22:03:58: prepare MissingManifestStage [1.11.35a] 2024/01/04 22:03:58: bind WelcomeStage [1.11.35a] 2024/01/04 22:03:58: prepare WelcomeStage [1.11.35a] 2024/01/04 22:03:58: enter WelcomeStage [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:03:58: drop PluginErrorStage [1.11.35a] 2024/01/04 22:03:58: drop MissingManifestStage [1.11.35a] 2024/01/04 22:03:58: leave WelcomeStage [1.11.35a] 2024/01/04 22:03:58: drop WelcomeStage [1.11.35a] 2024/01/04 22:03:58: bind RegionStage [1.11.35a] 2024/01/04 22:03:58: prepare RegionStage [1.11.35a] 2024/01/04 22:03:58: enter RegionStage [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:03:58: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:03:59: instance MTgz [1.11.35a] 2024/01/04 22:03:59: instance MTg0 [1.11.35a] 2024/01/04 22:03:59: bind LoadWaitingStage [1.11.35a] 2024/01/04 22:03:59: prepare LoadWaitingStage [1.11.35a] 2024/01/04 22:03:59: enter LoadWaitingStage [1.11.35a] 2024/01/04 22:03:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:03:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:04:00: leave LoadWaitingStage [1.11.35a] 2024/01/04 22:04:00: drop LoadWaitingStage [1.11.35a] 2024/01/04 22:04:00: bind GameStage [1.11.35a] 2024/01/04 22:04:00: prepare GameStage [1.11.35a] 2024/01/04 22:04:00: enter GameStage [1.11.35a] 2024/01/04 22:04:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:04:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:04:50: bind IronSrc [1.11.35a] 2024/01/04 22:04:50: prepare IronSrc [1.11.35a] 2024/01/04 22:04:50: enter IronSrc [1.11.35a] 2024/01/04 22:04:50: leave IronSrc [1.11.35a] 2024/01/04 22:04:50: drop IronSrc [1.11.35a] 2024/01/04 22:04:50: enter GameStage [1.11.35a] 2024/01/04 22:04:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:04:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:04:51: pause app [1.11.35a] 2024/01/04 22:05:09: enter app [1.11.35a] 2024/01/04 22:05:09: resume app [1.11.35a] 2024/01/04 22:05:09: resume -> enter GameStage [1.11.35a] 2024/01/04 22:05:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:05:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:07:08: instance MTg2 [1.11.35a] 2024/01/04 22:07:09: bind RankStage [1.11.35a] 2024/01/04 22:07:09: prepare RankStage [1.11.35a] 2024/01/04 22:07:09: enter RankStage [1.11.35a] 2024/01/04 22:07:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:07:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:07:09: leave RankStage [1.11.35a] 2024/01/04 22:07:09: drop RankStage [1.11.35a] 2024/01/04 22:07:09: enter GameStage [1.11.35a] 2024/01/04 22:07:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:07:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:09:10: bind CityInfoStage [1.11.35a] 2024/01/04 22:09:10: prepare CityInfoStage [1.11.35a] 2024/01/04 22:09:10: enter CityInfoStage [1.11.35a] 2024/01/04 22:09:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:09:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:09:11: leave CityInfoStage [1.11.35a] 2024/01/04 22:09:11: drop CityInfoStage [1.11.35a] 2024/01/04 22:09:11: enter GameStage [1.11.35a] 2024/01/04 22:09:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:09:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:09:18: bind SaveWaitingStage [1.11.35a] 2024/01/04 22:09:18: prepare SaveWaitingStage [1.11.35a] 2024/01/04 22:09:18: enter SaveWaitingStage [1.11.35a] 2024/01/04 22:09:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:09:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:09:19: leave SaveWaitingStage [1.11.35a] 2024/01/04 22:09:19: drop SaveWaitingStage [1.11.35a] 2024/01/04 22:09:19: enter GameStage [1.11.35a] 2024/01/04 22:09:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:09:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:09:35: pause app [1.11.35a] 2024/01/04 22:09:45: enter app [1.11.35a] 2024/01/04 22:09:45: resume app [1.11.35a] 2024/01/04 22:09:45: resume -> enter GameStage [1.11.35a] 2024/01/04 22:09:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:09:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:10:40: bind CityInfoStage [1.11.35a] 2024/01/04 22:10:40: prepare CityInfoStage [1.11.35a] 2024/01/04 22:10:40: enter CityInfoStage [1.11.35a] 2024/01/04 22:10:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:10:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:10:40: leave CityInfoStage [1.11.35a] 2024/01/04 22:10:40: drop CityInfoStage [1.11.35a] 2024/01/04 22:10:40: enter GameStage [1.11.35a] 2024/01/04 22:10:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:10:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:10:52: bind CityInfoStage [1.11.35a] 2024/01/04 22:10:52: prepare CityInfoStage [1.11.35a] 2024/01/04 22:10:52: enter CityInfoStage [1.11.35a] 2024/01/04 22:10:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:10:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:10:52: leave CityInfoStage [1.11.35a] 2024/01/04 22:10:52: drop CityInfoStage [1.11.35a] 2024/01/04 22:10:52: enter GameStage [1.11.35a] 2024/01/04 22:10:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:10:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:11:42: bind Store [1.11.35a] 2024/01/04 22:11:42: prepare Store [1.11.35a] 2024/01/04 22:11:42: enter Store [1.11.35a] 2024/01/04 22:11:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:11:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:11:42: leave Store [1.11.35a] 2024/01/04 22:11:42: drop Store [1.11.35a] 2024/01/04 22:11:42: enter GameStage [1.11.35a] 2024/01/04 22:11:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:11:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:12:58: pause app [1.11.35a] 2024/01/04 22:13:13: enter app [1.11.35a] 2024/01/04 22:13:13: resume app [1.11.35a] 2024/01/04 22:13:13: resume -> enter GameStage [1.11.35a] 2024/01/04 22:13:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:13:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:14:03: instance MTg4 [1.11.35a] 2024/01/04 22:14:04: bind RankStage [1.11.35a] 2024/01/04 22:14:04: prepare RankStage [1.11.35a] 2024/01/04 22:14:04: enter RankStage [1.11.35a] 2024/01/04 22:14:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:14:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:14:05: leave RankStage [1.11.35a] 2024/01/04 22:14:05: drop RankStage [1.11.35a] 2024/01/04 22:14:05: enter GameStage [1.11.35a] 2024/01/04 22:14:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:14:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:16:15: pause app [1.11.35a] 2024/01/04 22:16:38: enter app [1.11.35a] 2024/01/04 22:16:38: resume app [1.11.35a] 2024/01/04 22:16:38: resume -> enter GameStage [1.11.35a] 2024/01/04 22:16:38: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:16:38: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:16:54: bind CityInfoStage [1.11.35a] 2024/01/04 22:16:54: prepare CityInfoStage [1.11.35a] 2024/01/04 22:16:54: enter CityInfoStage [1.11.35a] 2024/01/04 22:16:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:16:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:17:13: leave CityInfoStage [1.11.35a] 2024/01/04 22:17:13: drop CityInfoStage [1.11.35a] 2024/01/04 22:17:13: enter GameStage [1.11.35a] 2024/01/04 22:17:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:17:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:17:33: bind CityInfoStage [1.11.35a] 2024/01/04 22:17:33: prepare CityInfoStage [1.11.35a] 2024/01/04 22:17:33: enter CityInfoStage [1.11.35a] 2024/01/04 22:17:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:17:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:17:36: leave CityInfoStage [1.11.35a] 2024/01/04 22:17:36: drop CityInfoStage [1.11.35a] 2024/01/04 22:17:36: enter GameStage [1.11.35a] 2024/01/04 22:17:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:17:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:21:01: bind IronSrc [1.11.35a] 2024/01/04 22:21:01: prepare IronSrc [1.11.35a] 2024/01/04 22:21:01: enter IronSrc [1.11.35a] 2024/01/04 22:21:01: leave IronSrc [1.11.35a] 2024/01/04 22:21:01: drop IronSrc [1.11.35a] 2024/01/04 22:21:01: enter GameStage [1.11.35a] 2024/01/04 22:21:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:21:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:21:02: pause app [1.11.35a] 2024/01/04 22:21:19: enter app [1.11.35a] 2024/01/04 22:21:19: resume app [1.11.35a] 2024/01/04 22:21:19: resume -> enter GameStage [1.11.35a] 2024/01/04 22:21:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:21:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:22:03: bind CityInfoStage [1.11.35a] 2024/01/04 22:22:03: prepare CityInfoStage [1.11.35a] 2024/01/04 22:22:03: enter CityInfoStage [1.11.35a] 2024/01/04 22:22:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:22:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:22:04: leave CityInfoStage [1.11.35a] 2024/01/04 22:22:04: drop CityInfoStage [1.11.35a] 2024/01/04 22:22:04: enter GameStage [1.11.35a] 2024/01/04 22:22:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:22:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:22:14: bind SaveWaitingStage [1.11.35a] 2024/01/04 22:22:14: prepare SaveWaitingStage [1.11.35a] 2024/01/04 22:22:14: enter SaveWaitingStage [1.11.35a] 2024/01/04 22:22:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:22:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:22:15: leave SaveWaitingStage [1.11.35a] 2024/01/04 22:22:15: drop SaveWaitingStage [1.11.35a] 2024/01/04 22:22:15: enter GameStage [1.11.35a] 2024/01/04 22:22:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:22:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:24:25: instance MTkw [1.11.35a] 2024/01/04 22:24:25: bind RankStage [1.11.35a] 2024/01/04 22:24:25: prepare RankStage [1.11.35a] 2024/01/04 22:24:25: enter RankStage [1.11.35a] 2024/01/04 22:24:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:24:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:24:26: leave RankStage [1.11.35a] 2024/01/04 22:24:26: drop RankStage [1.11.35a] 2024/01/04 22:24:26: enter GameStage [1.11.35a] 2024/01/04 22:24:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:24:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:27:15: bind SaveWaitingStage [1.11.35a] 2024/01/04 22:27:15: prepare SaveWaitingStage [1.11.35a] 2024/01/04 22:27:15: enter SaveWaitingStage [1.11.35a] 2024/01/04 22:27:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:27:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:27:16: leave SaveWaitingStage [1.11.35a] 2024/01/04 22:27:16: drop SaveWaitingStage [1.11.35a] 2024/01/04 22:27:16: enter GameStage [1.11.35a] 2024/01/04 22:27:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:27:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:28:12: bind CityInfoStage [1.11.35a] 2024/01/04 22:28:12: prepare CityInfoStage [1.11.35a] 2024/01/04 22:28:12: enter CityInfoStage [1.11.35a] 2024/01/04 22:28:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:28:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:28:13: leave CityInfoStage [1.11.35a] 2024/01/04 22:28:13: drop CityInfoStage [1.11.35a] 2024/01/04 22:28:13: enter GameStage [1.11.35a] 2024/01/04 22:28:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:28:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:28:31: bind CityInfoStage [1.11.35a] 2024/01/04 22:28:31: prepare CityInfoStage [1.11.35a] 2024/01/04 22:28:31: enter CityInfoStage [1.11.35a] 2024/01/04 22:28:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:28:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:28:42: leave CityInfoStage [1.11.35a] 2024/01/04 22:28:42: drop CityInfoStage [1.11.35a] 2024/01/04 22:28:42: enter GameStage [1.11.35a] 2024/01/04 22:28:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:28:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:32:25: bind SaveWaitingStage [1.11.35a] 2024/01/04 22:32:25: prepare SaveWaitingStage [1.11.35a] 2024/01/04 22:32:25: enter SaveWaitingStage [1.11.35a] 2024/01/04 22:32:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:32:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:32:27: leave SaveWaitingStage [1.11.35a] 2024/01/04 22:32:27: drop SaveWaitingStage [1.11.35a] 2024/01/04 22:32:27: enter GameStage [1.11.35a] 2024/01/04 22:32:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:32:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:33:52: pause app [1.11.35a] 2024/01/04 22:33:53: enter app [1.11.35a] 2024/01/04 22:33:53: resume app [1.11.35a] 2024/01/04 22:33:53: resume -> enter GameStage [1.11.35a] 2024/01/04 22:33:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:33:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:34:44: instance MTky [1.11.35a] 2024/01/04 22:34:44: bind RankStage [1.11.35a] 2024/01/04 22:34:44: prepare RankStage [1.11.35a] 2024/01/04 22:34:44: enter RankStage [1.11.35a] 2024/01/04 22:34:44: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:34:44: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:34:46: leave RankStage [1.11.35a] 2024/01/04 22:34:46: drop RankStage [1.11.35a] 2024/01/04 22:34:46: enter GameStage [1.11.35a] 2024/01/04 22:34:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/04 22:34:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/04 22:38:10: pause app [1.11.35a] 2024/01/05 01:08:26: Startup [1.11.35a] 2024/01/05 01:08:27: create() cold start [1.11.35a] 2024/01/05 01:08:27: translation es_MX [1.11.35a] 2024/01/05 01:08:27: instance MTky [1.11.35a] 2024/01/05 01:08:27: create() finish [1.11.35a] 2024/01/05 01:08:27: create() end [1.11.35a] 2024/01/05 01:08:27: resume app [1.11.35a] 2024/01/05 01:08:27: refresh [1.11.35a] 2024/01/05 01:08:27: bind LoadingStage [1.11.35a] 2024/01/05 01:08:27: prepare LoadingStage [1.11.35a] 2024/01/05 01:08:27: enter LoadingStage [1.11.35a] 2024/01/05 01:08:27: loading Warm-up [1.11.35a] 2024/01/05 01:08:28: loading Startup [1.11.35a] 2024/01/05 01:08:28: Max texture size 8192 [1.11.35a] 2024/01/05 01:08:28: Max heap size is 512MB [1.11.35a] 2024/01/05 01:08:28: Engine consumes 11MB [1.11.35a] 2024/01/05 01:08:28: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 01:08:28: loading Texture [1.11.35a] 2024/01/05 01:08:28: loading Fonts [1.11.35a] 2024/01/05 01:08:31: pause app [1.11.35a] 2024/01/05 11:19:55: Startup [1.11.35a] 2024/01/05 11:19:55: create() cold start [1.11.35a] 2024/01/05 11:19:55: translation es_MX [1.11.35a] 2024/01/05 11:19:55: instance MTky [1.11.35a] 2024/01/05 11:19:56: create() finish [1.11.35a] 2024/01/05 11:19:56: create() end [1.11.35a] 2024/01/05 11:19:56: resume app [1.11.35a] 2024/01/05 11:19:56: refresh [1.11.35a] 2024/01/05 11:19:56: bind LoadingStage [1.11.35a] 2024/01/05 11:19:56: prepare LoadingStage [1.11.35a] 2024/01/05 11:19:56: enter LoadingStage [1.11.35a] 2024/01/05 11:19:56: loading Warm-up [1.11.35a] 2024/01/05 11:19:56: loading Startup [1.11.35a] 2024/01/05 11:19:56: Max texture size 8192 [1.11.35a] 2024/01/05 11:19:56: Max heap size is 512MB [1.11.35a] 2024/01/05 11:19:56: Engine consumes 11MB [1.11.35a] 2024/01/05 11:19:56: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 11:19:56: loading Texture [1.11.35a] 2024/01/05 11:19:57: loading Fonts [1.11.35a] 2024/01/05 11:19:57: loading Skin [1.11.35a] 2024/01/05 11:19:57: loading Extract files [1.11.35a] 2024/01/05 11:19:57: loading Frames [1.11.35a] 2024/01/05 11:19:57: loading Scripting [1.11.35a] 2024/01/05 11:19:57: loading Collecting drafts [1.11.35a] 2024/01/05 11:20:00: loading Prefetching images [1.11.35a] 2024/01/05 11:20:00: loading Loading drafts [1.11.35a] 2024/01/05 11:20:03: loading Finishing drafts [1.11.35a] 2024/01/05 11:20:04: loading Loading music [1.11.35a] 2024/01/05 11:20:05: loading Shaders [1.11.35a] 2024/01/05 11:20:05: loading Topics [1.11.35a] 2024/01/05 11:20:05: loading Loading textures [1.11.35a] 2024/01/05 11:20:08: loading Checking winter [1.11.35a] 2024/01/05 11:20:08: loading Preparing background [1.11.35a] 2024/01/05 11:20:08: loading Finishing [1.11.35a] 2024/01/05 11:20:08: leave LoadingStage [1.11.35a] 2024/01/05 11:20:08: drop LoadingStage [1.11.35a] 2024/01/05 11:20:08: bind PluginErrorStage [1.11.35a] 2024/01/05 11:20:08: prepare PluginErrorStage [1.11.35a] 2024/01/05 11:20:08: bind MissingManifestStage [1.11.35a] 2024/01/05 11:20:08: prepare MissingManifestStage [1.11.35a] 2024/01/05 11:20:08: bind WelcomeStage [1.11.35a] 2024/01/05 11:20:08: prepare WelcomeStage [1.11.35a] 2024/01/05 11:20:08: enter WelcomeStage [1.11.35a] 2024/01/05 11:20:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:08: drop PluginErrorStage [1.11.35a] 2024/01/05 11:20:08: drop MissingManifestStage [1.11.35a] 2024/01/05 11:20:08: leave WelcomeStage [1.11.35a] 2024/01/05 11:20:08: drop WelcomeStage [1.11.35a] 2024/01/05 11:20:08: bind RegionStage [1.11.35a] 2024/01/05 11:20:08: prepare RegionStage [1.11.35a] 2024/01/05 11:20:09: enter RegionStage [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:09: instance MTkx [1.11.35a] 2024/01/05 11:20:09: instance MTky [1.11.35a] 2024/01/05 11:20:09: bind LoadWaitingStage [1.11.35a] 2024/01/05 11:20:09: prepare LoadWaitingStage [1.11.35a] 2024/01/05 11:20:09: enter LoadWaitingStage [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:12: leave LoadWaitingStage [1.11.35a] 2024/01/05 11:20:12: drop LoadWaitingStage [1.11.35a] 2024/01/05 11:20:12: bind GameStage [1.11.35a] 2024/01/05 11:20:12: prepare GameStage [1.11.35a] 2024/01/05 11:20:12: enter GameStage [1.11.35a] 2024/01/05 11:20:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:12: bind SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/05 11:20:12: prepare SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/05 11:20:12: enter SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/05 11:20:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:20:19: leave SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/05 11:20:19: drop SpecialOfferStage:$feature_landmarks02 [1.11.35a] 2024/01/05 11:20:19: enter GameStage [1.11.35a] 2024/01/05 11:20:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:20:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:25:18: bind SaveWaitingStage [1.11.35a] 2024/01/05 11:25:18: prepare SaveWaitingStage [1.11.35a] 2024/01/05 11:25:18: enter SaveWaitingStage [1.11.35a] 2024/01/05 11:25:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:25:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:25:20: leave SaveWaitingStage [1.11.35a] 2024/01/05 11:25:20: drop SaveWaitingStage [1.11.35a] 2024/01/05 11:25:20: enter GameStage [1.11.35a] 2024/01/05 11:25:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:25:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:26:54: bind CityInfoStage [1.11.35a] 2024/01/05 11:26:54: prepare CityInfoStage [1.11.35a] 2024/01/05 11:26:54: enter CityInfoStage [1.11.35a] 2024/01/05 11:26:54: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:26:54: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:26:55: leave CityInfoStage [1.11.35a] 2024/01/05 11:26:55: drop CityInfoStage [1.11.35a] 2024/01/05 11:26:55: enter GameStage [1.11.35a] 2024/01/05 11:26:55: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:26:55: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:27:53: pause app [1.11.35a] 2024/01/05 11:27:55: enter app [1.11.35a] 2024/01/05 11:27:55: resume app [1.11.35a] 2024/01/05 11:27:56: pause app [1.11.35a] 2024/01/05 11:27:57: enter app [1.11.35a] 2024/01/05 11:27:57: resume app [1.11.35a] 2024/01/05 11:27:57: resume -> enter GameStage [1.11.35a] 2024/01/05 11:27:57: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:27:57: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:12: bind CityInfoStage [1.11.35a] 2024/01/05 11:28:12: prepare CityInfoStage [1.11.35a] 2024/01/05 11:28:12: enter CityInfoStage [1.11.35a] 2024/01/05 11:28:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:14: leave CityInfoStage [1.11.35a] 2024/01/05 11:28:14: drop CityInfoStage [1.11.35a] 2024/01/05 11:28:14: enter GameStage [1.11.35a] 2024/01/05 11:28:14: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:14: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:17: leave GameStage [1.11.35a] 2024/01/05 11:28:17: drop GameStage [1.11.35a] 2024/01/05 11:28:17: bind SaveWaitingStage [1.11.35a] 2024/01/05 11:28:17: prepare SaveWaitingStage [1.11.35a] 2024/01/05 11:28:17: enter SaveWaitingStage [1.11.35a] 2024/01/05 11:28:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:18: leave SaveWaitingStage [1.11.35a] 2024/01/05 11:28:18: drop SaveWaitingStage [1.11.35a] 2024/01/05 11:28:18: enter RegionStage [1.11.35a] 2024/01/05 11:28:18: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:18: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:20: bind LoadWaitingStage [1.11.35a] 2024/01/05 11:28:20: prepare LoadWaitingStage [1.11.35a] 2024/01/05 11:28:20: enter LoadWaitingStage [1.11.35a] 2024/01/05 11:28:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:20: leave LoadWaitingStage [1.11.35a] 2024/01/05 11:28:20: drop LoadWaitingStage [1.11.35a] 2024/01/05 11:28:20: bind GameStage [1.11.35a] 2024/01/05 11:28:20: prepare GameStage [1.11.35a] 2024/01/05 11:28:20: enter GameStage [1.11.35a] 2024/01/05 11:28:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:35: leave GameStage [1.11.35a] 2024/01/05 11:28:35: drop GameStage [1.11.35a] 2024/01/05 11:28:35: bind SaveWaitingStage [1.11.35a] 2024/01/05 11:28:35: prepare SaveWaitingStage [1.11.35a] 2024/01/05 11:28:35: enter SaveWaitingStage [1.11.35a] 2024/01/05 11:28:35: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:35: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:36: leave SaveWaitingStage [1.11.35a] 2024/01/05 11:28:36: drop SaveWaitingStage [1.11.35a] 2024/01/05 11:28:36: enter RegionStage [1.11.35a] 2024/01/05 11:28:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:36: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:36: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:39: bind LoadWaitingStage [1.11.35a] 2024/01/05 11:28:39: prepare LoadWaitingStage [1.11.35a] 2024/01/05 11:28:39: enter LoadWaitingStage [1.11.35a] 2024/01/05 11:28:39: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:39: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:41: leave LoadWaitingStage [1.11.35a] 2024/01/05 11:28:41: drop LoadWaitingStage [1.11.35a] 2024/01/05 11:28:41: bind GameStage [1.11.35a] 2024/01/05 11:28:41: prepare GameStage [1.11.35a] 2024/01/05 11:28:41: enter GameStage [1.11.35a] 2024/01/05 11:28:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:28:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:28:47: pause app [1.11.35a] 2024/01/05 11:31:31: enter app [1.11.35a] 2024/01/05 11:31:31: resume app [1.11.35a] 2024/01/05 11:31:31: resume -> enter GameStage [1.11.35a] 2024/01/05 11:31:31: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:31:31: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:31:35: pause app [1.11.35a] 2024/01/05 11:35:12: Startup [1.11.35a] 2024/01/05 11:35:12: create() cold start [1.11.35a] 2024/01/05 11:35:12: translation es_MX [1.11.35a] 2024/01/05 11:35:12: instance MTky [1.11.35a] 2024/01/05 11:35:12: create() finish [1.11.35a] 2024/01/05 11:35:12: create() end [1.11.35a] 2024/01/05 11:35:12: resume app [1.11.35a] 2024/01/05 11:35:12: refresh [1.11.35a] 2024/01/05 11:35:12: bind LoadingStage [1.11.35a] 2024/01/05 11:35:12: prepare LoadingStage [1.11.35a] 2024/01/05 11:35:13: enter LoadingStage [1.11.35a] 2024/01/05 11:35:13: loading Warm-up [1.11.35a] 2024/01/05 11:35:13: loading Startup [1.11.35a] 2024/01/05 11:35:13: Max texture size 8192 [1.11.35a] 2024/01/05 11:35:13: Max heap size is 512MB [1.11.35a] 2024/01/05 11:35:13: Engine consumes 11MB [1.11.35a] 2024/01/05 11:35:13: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 11:35:13: loading Texture [1.11.35a] 2024/01/05 11:35:13: loading Fonts [1.11.35a] 2024/01/05 11:35:14: loading Skin [1.11.35a] 2024/01/05 11:35:14: loading Extract files [1.11.35a] 2024/01/05 11:35:14: loading Frames [1.11.35a] 2024/01/05 11:35:14: loading Scripting [1.11.35a] 2024/01/05 11:35:15: loading Collecting drafts [1.11.35a] 2024/01/05 11:35:16: loading Prefetching images [1.11.35a] 2024/01/05 11:35:16: loading Loading drafts [1.11.35a] 2024/01/05 11:35:18: loading Finishing drafts [1.11.35a] 2024/01/05 11:35:19: loading Loading music [1.11.35a] 2024/01/05 11:35:19: loading Shaders [1.11.35a] 2024/01/05 11:35:19: loading Topics [1.11.35a] 2024/01/05 11:35:19: loading Loading textures [1.11.35a] 2024/01/05 11:35:21: loading Checking winter [1.11.35a] 2024/01/05 11:35:21: loading Preparing background [1.11.35a] 2024/01/05 11:35:21: loading Finishing [1.11.35a] 2024/01/05 11:35:21: leave LoadingStage [1.11.35a] 2024/01/05 11:35:21: drop LoadingStage [1.11.35a] 2024/01/05 11:35:21: bind PluginErrorStage [1.11.35a] 2024/01/05 11:35:21: prepare PluginErrorStage [1.11.35a] 2024/01/05 11:35:21: bind MissingManifestStage [1.11.35a] 2024/01/05 11:35:21: prepare MissingManifestStage [1.11.35a] 2024/01/05 11:35:21: bind WelcomeStage [1.11.35a] 2024/01/05 11:35:21: prepare WelcomeStage [1.11.35a] 2024/01/05 11:35:21: enter WelcomeStage [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:35:21: drop PluginErrorStage [1.11.35a] 2024/01/05 11:35:21: drop MissingManifestStage [1.11.35a] 2024/01/05 11:35:21: leave WelcomeStage [1.11.35a] 2024/01/05 11:35:21: drop WelcomeStage [1.11.35a] 2024/01/05 11:35:21: bind RegionStage [1.11.35a] 2024/01/05 11:35:21: prepare RegionStage [1.11.35a] 2024/01/05 11:35:21: enter RegionStage [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:35:22: instance MTkx [1.11.35a] 2024/01/05 11:35:22: instance MTky [1.11.35a] 2024/01/05 11:35:22: bind LoadWaitingStage [1.11.35a] 2024/01/05 11:35:22: prepare LoadWaitingStage [1.11.35a] 2024/01/05 11:35:22: enter LoadWaitingStage [1.11.35a] 2024/01/05 11:35:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:35:23: leave LoadWaitingStage [1.11.35a] 2024/01/05 11:35:23: drop LoadWaitingStage [1.11.35a] 2024/01/05 11:35:23: bind GameStage [1.11.35a] 2024/01/05 11:35:23: prepare GameStage [1.11.35a] 2024/01/05 11:35:23: enter GameStage [1.11.35a] 2024/01/05 11:35:23: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:35:23: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:36:47: instance MTk0 [1.11.35a] 2024/01/05 11:36:48: bind RankStage [1.11.35a] 2024/01/05 11:36:48: prepare RankStage [1.11.35a] 2024/01/05 11:36:48: enter RankStage [1.11.35a] 2024/01/05 11:36:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:36:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:36:49: leave RankStage [1.11.35a] 2024/01/05 11:36:49: drop RankStage [1.11.35a] 2024/01/05 11:36:49: bind CityInfoStage [1.11.35a] 2024/01/05 11:36:49: prepare CityInfoStage [1.11.35a] 2024/01/05 11:36:49: enter CityInfoStage [1.11.35a] 2024/01/05 11:36:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:36:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:36:56: leave CityInfoStage [1.11.35a] 2024/01/05 11:36:56: drop CityInfoStage [1.11.35a] 2024/01/05 11:36:56: enter GameStage [1.11.35a] 2024/01/05 11:36:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:36:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:38:44: pause app [1.11.35a] 2024/01/05 11:40:03: enter app [1.11.35a] 2024/01/05 11:40:03: resume app [1.11.35a] 2024/01/05 11:40:03: resume -> enter GameStage [1.11.35a] 2024/01/05 11:40:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 11:40:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 11:44:07: pause app [1.11.35a] 2024/01/05 12:31:37: Startup [1.11.35a] 2024/01/05 12:31:37: create() cold start [1.11.35a] 2024/01/05 12:31:37: translation es_MX [1.11.35a] 2024/01/05 12:31:38: instance MTk0 [1.11.35a] 2024/01/05 12:31:38: create() finish [1.11.35a] 2024/01/05 12:31:38: create() end [1.11.35a] 2024/01/05 12:31:38: resume app [1.11.35a] 2024/01/05 12:31:38: refresh [1.11.35a] 2024/01/05 12:31:38: bind LoadingStage [1.11.35a] 2024/01/05 12:31:38: prepare LoadingStage [1.11.35a] 2024/01/05 12:31:38: enter LoadingStage [1.11.35a] 2024/01/05 12:31:38: loading Warm-up [1.11.35a] 2024/01/05 12:31:39: loading Startup [1.11.35a] 2024/01/05 12:31:39: Max texture size 8192 [1.11.35a] 2024/01/05 12:31:39: Max heap size is 512MB [1.11.35a] 2024/01/05 12:31:39: Engine consumes 11MB [1.11.35a] 2024/01/05 12:31:39: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 12:31:39: loading Texture [1.11.35a] 2024/01/05 12:31:39: loading Fonts [1.11.35a] 2024/01/05 12:31:40: loading Skin [1.11.35a] 2024/01/05 12:31:40: loading Extract files [1.11.35a] 2024/01/05 12:31:40: loading Frames [1.11.35a] 2024/01/05 12:31:40: loading Scripting [1.11.35a] 2024/01/05 12:31:40: loading Collecting drafts [1.11.35a] 2024/01/05 12:31:41: loading Prefetching images [1.11.35a] 2024/01/05 12:31:41: loading Loading drafts [1.11.35a] 2024/01/05 12:31:42: loading Finishing drafts [1.11.35a] 2024/01/05 12:31:42: loading Loading music [1.11.35a] 2024/01/05 12:31:42: loading Shaders [1.11.35a] 2024/01/05 12:31:43: loading Topics [1.11.35a] 2024/01/05 12:31:43: loading Loading textures [1.11.35a] 2024/01/05 12:31:46: loading Checking winter [1.11.35a] 2024/01/05 12:31:46: loading Preparing background [1.11.35a] 2024/01/05 12:31:46: loading Finishing [1.11.35a] 2024/01/05 12:31:46: leave LoadingStage [1.11.35a] 2024/01/05 12:31:46: drop LoadingStage [1.11.35a] 2024/01/05 12:31:46: bind PluginErrorStage [1.11.35a] 2024/01/05 12:31:46: prepare PluginErrorStage [1.11.35a] 2024/01/05 12:31:46: bind MissingManifestStage [1.11.35a] 2024/01/05 12:31:46: prepare MissingManifestStage [1.11.35a] 2024/01/05 12:31:46: bind WelcomeStage [1.11.35a] 2024/01/05 12:31:46: prepare WelcomeStage [1.11.35a] 2024/01/05 12:31:46: enter WelcomeStage [1.11.35a] 2024/01/05 12:31:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:31:46: drop PluginErrorStage [1.11.35a] 2024/01/05 12:31:46: drop MissingManifestStage [1.11.35a] 2024/01/05 12:31:46: leave WelcomeStage [1.11.35a] 2024/01/05 12:31:46: drop WelcomeStage [1.11.35a] 2024/01/05 12:31:46: bind RegionStage [1.11.35a] 2024/01/05 12:31:46: prepare RegionStage [1.11.35a] 2024/01/05 12:31:47: enter RegionStage [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:31:47: instance MTkz [1.11.35a] 2024/01/05 12:31:47: instance MTk0 [1.11.35a] 2024/01/05 12:31:47: bind LoadWaitingStage [1.11.35a] 2024/01/05 12:31:47: prepare LoadWaitingStage [1.11.35a] 2024/01/05 12:31:47: enter LoadWaitingStage [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:31:49: leave LoadWaitingStage [1.11.35a] 2024/01/05 12:31:49: drop LoadWaitingStage [1.11.35a] 2024/01/05 12:31:49: bind GameStage [1.11.35a] 2024/01/05 12:31:49: prepare GameStage [1.11.35a] 2024/01/05 12:31:49: enter GameStage [1.11.35a] 2024/01/05 12:31:49: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:31:49: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:33:32: pause app [1.11.35a] 2024/01/05 12:33:46: enter app [1.11.35a] 2024/01/05 12:33:46: resume app [1.11.35a] 2024/01/05 12:33:46: resume -> enter GameStage [1.11.35a] 2024/01/05 12:33:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:33:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:34:52: pause app [1.11.35a] 2024/01/05 12:40:20: enter app [1.11.35a] 2024/01/05 12:40:20: resume app [1.11.35a] 2024/01/05 12:40:20: resume -> enter GameStage [1.11.35a] 2024/01/05 12:40:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:40:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:40:37: pause app [1.11.35a] 2024/01/05 12:41:05: enter app [1.11.35a] 2024/01/05 12:41:05: resume app [1.11.35a] 2024/01/05 12:41:05: resume -> enter GameStage [1.11.35a] 2024/01/05 12:41:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:41:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:41:26: pause app [1.11.35a] 2024/01/05 12:54:25: enter app [1.11.35a] 2024/01/05 12:54:25: resume app [1.11.35a] 2024/01/05 12:54:25: resume -> enter GameStage [1.11.35a] 2024/01/05 12:54:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:54:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 12:54:38: pause app [1.11.35a] 2024/01/05 12:58:03: enter app [1.11.35a] 2024/01/05 12:58:03: resume app [1.11.35a] 2024/01/05 12:58:03: resume -> enter GameStage [1.11.35a] 2024/01/05 12:58:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 12:58:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:01:59: instance MTk2 [1.11.35a] 2024/01/05 13:01:59: bind RankStage [1.11.35a] 2024/01/05 13:01:59: prepare RankStage [1.11.35a] 2024/01/05 13:01:59: enter RankStage [1.11.35a] 2024/01/05 13:01:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:01:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:02:00: leave RankStage [1.11.35a] 2024/01/05 13:02:00: drop RankStage [1.11.35a] 2024/01/05 13:02:00: enter GameStage [1.11.35a] 2024/01/05 13:02:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:02:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:02:03: pause app [1.11.35a] 2024/01/05 13:05:46: enter app [1.11.35a] 2024/01/05 13:05:46: resume app [1.11.35a] 2024/01/05 13:05:46: resume -> enter GameStage [1.11.35a] 2024/01/05 13:05:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:05:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:08: bind CityInfoStage [1.11.35a] 2024/01/05 13:06:08: prepare CityInfoStage [1.11.35a] 2024/01/05 13:06:08: enter CityInfoStage [1.11.35a] 2024/01/05 13:06:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:09: refresh [1.11.35a] 2024/01/05 13:06:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:10: refresh [1.11.35a] 2024/01/05 13:06:10: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:10: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:11: refresh [1.11.35a] 2024/01/05 13:06:11: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:11: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:12: refresh [1.11.35a] 2024/01/05 13:06:12: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:12: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:13: refresh [1.11.35a] 2024/01/05 13:06:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:15: refresh [1.11.35a] 2024/01/05 13:06:15: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:15: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:06:19: leave CityInfoStage [1.11.35a] 2024/01/05 13:06:19: drop CityInfoStage [1.11.35a] 2024/01/05 13:06:19: enter GameStage [1.11.35a] 2024/01/05 13:06:19: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:06:19: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:07:17: pause app [1.11.35a] 2024/01/05 13:11:29: enter app [1.11.35a] 2024/01/05 13:11:29: resume app [1.11.35a] 2024/01/05 13:11:29: resume -> enter GameStage [1.11.35a] 2024/01/05 13:11:29: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:11:29: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:11:34: pause app [1.11.35a] 2024/01/05 13:29:39: Startup [1.11.35a] 2024/01/05 13:29:39: create() cold start [1.11.35a] 2024/01/05 13:29:40: translation es_MX [1.11.35a] 2024/01/05 13:29:40: instance MTk2 [1.11.35a] 2024/01/05 13:29:40: create() finish [1.11.35a] 2024/01/05 13:29:40: create() end [1.11.35a] 2024/01/05 13:29:40: resume app [1.11.35a] 2024/01/05 13:29:40: refresh [1.11.35a] 2024/01/05 13:29:40: bind LoadingStage [1.11.35a] 2024/01/05 13:29:40: prepare LoadingStage [1.11.35a] 2024/01/05 13:29:40: enter LoadingStage [1.11.35a] 2024/01/05 13:29:40: loading Warm-up [1.11.35a] 2024/01/05 13:29:40: loading Startup [1.11.35a] 2024/01/05 13:29:40: Max texture size 8192 [1.11.35a] 2024/01/05 13:29:40: Max heap size is 512MB [1.11.35a] 2024/01/05 13:29:40: Engine consumes 11MB [1.11.35a] 2024/01/05 13:29:40: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 13:29:41: loading Texture [1.11.35a] 2024/01/05 13:29:41: loading Fonts [1.11.35a] 2024/01/05 13:29:42: loading Skin [1.11.35a] 2024/01/05 13:29:42: loading Extract files [1.11.35a] 2024/01/05 13:29:42: loading Frames [1.11.35a] 2024/01/05 13:29:42: loading Scripting [1.11.35a] 2024/01/05 13:29:42: loading Collecting drafts [1.11.35a] 2024/01/05 13:29:43: loading Prefetching images [1.11.35a] 2024/01/05 13:29:43: loading Loading drafts [1.11.35a] 2024/01/05 13:29:46: loading Finishing drafts [1.11.35a] 2024/01/05 13:29:47: loading Loading music [1.11.35a] 2024/01/05 13:29:48: loading Shaders [1.11.35a] 2024/01/05 13:29:48: loading Topics [1.11.35a] 2024/01/05 13:29:48: loading Loading textures [1.11.35a] 2024/01/05 13:29:50: loading Checking winter [1.11.35a] 2024/01/05 13:29:50: loading Preparing background [1.11.35a] 2024/01/05 13:29:50: loading Finishing [1.11.35a] 2024/01/05 13:29:50: leave LoadingStage [1.11.35a] 2024/01/05 13:29:50: drop LoadingStage [1.11.35a] 2024/01/05 13:29:50: bind PluginErrorStage [1.11.35a] 2024/01/05 13:29:50: prepare PluginErrorStage [1.11.35a] 2024/01/05 13:29:50: bind MissingManifestStage [1.11.35a] 2024/01/05 13:29:50: prepare MissingManifestStage [1.11.35a] 2024/01/05 13:29:50: bind WelcomeStage [1.11.35a] 2024/01/05 13:29:50: prepare WelcomeStage [1.11.35a] 2024/01/05 13:29:50: enter WelcomeStage [1.11.35a] 2024/01/05 13:29:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:29:50: drop PluginErrorStage [1.11.35a] 2024/01/05 13:29:50: drop MissingManifestStage [1.11.35a] 2024/01/05 13:29:50: leave WelcomeStage [1.11.35a] 2024/01/05 13:29:50: drop WelcomeStage [1.11.35a] 2024/01/05 13:29:50: bind RegionStage [1.11.35a] 2024/01/05 13:29:50: prepare RegionStage [1.11.35a] 2024/01/05 13:29:50: enter RegionStage [1.11.35a] 2024/01/05 13:29:50: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:50: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:29:51: instance MTk1 [1.11.35a] 2024/01/05 13:29:51: instance MTk2 [1.11.35a] 2024/01/05 13:29:51: bind LoadWaitingStage [1.11.35a] 2024/01/05 13:29:51: prepare LoadWaitingStage [1.11.35a] 2024/01/05 13:29:51: enter LoadWaitingStage [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:51: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:29:53: leave LoadWaitingStage [1.11.35a] 2024/01/05 13:29:53: drop LoadWaitingStage [1.11.35a] 2024/01/05 13:29:53: bind GameStage [1.11.35a] 2024/01/05 13:29:53: prepare GameStage [1.11.35a] 2024/01/05 13:29:53: enter GameStage [1.11.35a] 2024/01/05 13:29:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:29:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:31:04: pause app [1.11.35a] 2024/01/05 13:37:02: enter app [1.11.35a] 2024/01/05 13:37:02: resume app [1.11.35a] 2024/01/05 13:37:02: resume -> enter GameStage [1.11.35a] 2024/01/05 13:37:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 13:37:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 13:37:05: pause app [1.11.35a] 2024/01/05 15:16:08: Startup [1.11.35a] 2024/01/05 15:16:08: create() cold start [1.11.35a] 2024/01/05 15:16:09: translation es_MX [1.11.35a] 2024/01/05 15:16:09: instance MTk2 [1.11.35a] 2024/01/05 15:16:09: create() finish [1.11.35a] 2024/01/05 15:16:09: create() end [1.11.35a] 2024/01/05 15:16:09: resume app [1.11.35a] 2024/01/05 15:16:09: refresh [1.11.35a] 2024/01/05 15:16:09: bind LoadingStage [1.11.35a] 2024/01/05 15:16:09: prepare LoadingStage [1.11.35a] 2024/01/05 15:16:09: enter LoadingStage [1.11.35a] 2024/01/05 15:16:10: loading Warm-up [1.11.35a] 2024/01/05 15:16:10: loading Startup [1.11.35a] 2024/01/05 15:16:10: Max texture size 8192 [1.11.35a] 2024/01/05 15:16:10: Max heap size is 512MB [1.11.35a] 2024/01/05 15:16:10: Engine consumes 11MB [1.11.35a] 2024/01/05 15:16:10: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 15:16:10: loading Texture [1.11.35a] 2024/01/05 15:16:10: loading Fonts [1.11.35a] 2024/01/05 15:16:11: loading Skin [1.11.35a] 2024/01/05 15:16:11: loading Extract files [1.11.35a] 2024/01/05 15:16:11: loading Frames [1.11.35a] 2024/01/05 15:16:11: loading Scripting [1.11.35a] 2024/01/05 15:16:11: loading Collecting drafts [1.11.35a] 2024/01/05 15:16:12: loading Prefetching images [1.11.35a] 2024/01/05 15:16:13: loading Loading drafts [1.11.35a] 2024/01/05 15:16:14: loading Finishing drafts [1.11.35a] 2024/01/05 15:16:16: loading Loading music [1.11.35a] 2024/01/05 15:16:16: loading Shaders [1.11.35a] 2024/01/05 15:16:17: loading Topics [1.11.35a] 2024/01/05 15:16:17: loading Loading textures [1.11.35a] 2024/01/05 15:16:20: loading Checking winter [1.11.35a] 2024/01/05 15:16:20: loading Preparing background [1.11.35a] 2024/01/05 15:16:20: loading Finishing [1.11.35a] 2024/01/05 15:16:20: leave LoadingStage [1.11.35a] 2024/01/05 15:16:20: drop LoadingStage [1.11.35a] 2024/01/05 15:16:20: bind PluginErrorStage [1.11.35a] 2024/01/05 15:16:20: prepare PluginErrorStage [1.11.35a] 2024/01/05 15:16:20: bind MissingManifestStage [1.11.35a] 2024/01/05 15:16:20: prepare MissingManifestStage [1.11.35a] 2024/01/05 15:16:20: bind WelcomeStage [1.11.35a] 2024/01/05 15:16:20: prepare WelcomeStage [1.11.35a] 2024/01/05 15:16:20: enter WelcomeStage [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:20: drop PluginErrorStage [1.11.35a] 2024/01/05 15:16:20: drop MissingManifestStage [1.11.35a] 2024/01/05 15:16:20: leave WelcomeStage [1.11.35a] 2024/01/05 15:16:20: drop WelcomeStage [1.11.35a] 2024/01/05 15:16:20: bind RegionStage [1.11.35a] 2024/01/05 15:16:20: prepare RegionStage [1.11.35a] 2024/01/05 15:16:20: enter RegionStage [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:21: instance MTk1 [1.11.35a] 2024/01/05 15:16:21: instance MTk2 [1.11.35a] 2024/01/05 15:16:21: bind LoadWaitingStage [1.11.35a] 2024/01/05 15:16:21: prepare LoadWaitingStage [1.11.35a] 2024/01/05 15:16:21: enter LoadWaitingStage [1.11.35a] 2024/01/05 15:16:21: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:21: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:22: leave LoadWaitingStage [1.11.35a] 2024/01/05 15:16:22: drop LoadWaitingStage [1.11.35a] 2024/01/05 15:16:22: bind GameStage [1.11.35a] 2024/01/05 15:16:22: prepare GameStage [1.11.35a] 2024/01/05 15:16:22: enter GameStage [1.11.35a] 2024/01/05 15:16:22: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:16:22: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:16:39: pause app [1.11.35a] 2024/01/05 15:19:40: enter app [1.11.35a] 2024/01/05 15:19:40: resume app [1.11.35a] 2024/01/05 15:19:40: resume -> enter GameStage [1.11.35a] 2024/01/05 15:19:40: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:19:40: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:23:06: pause app [1.11.35a] 2024/01/05 15:30:01: enter app [1.11.35a] 2024/01/05 15:30:01: resume app [1.11.35a] 2024/01/05 15:30:01: resume -> enter GameStage [1.11.35a] 2024/01/05 15:30:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:30:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:30:14: pause app [1.11.35a] 2024/01/05 15:36:01: enter app [1.11.35a] 2024/01/05 15:36:01: resume app [1.11.35a] 2024/01/05 15:36:01: resume -> enter GameStage [1.11.35a] 2024/01/05 15:36:01: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:36:01: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:09: bind CityInfoStage [1.11.35a] 2024/01/05 15:37:09: prepare CityInfoStage [1.11.35a] 2024/01/05 15:37:09: enter CityInfoStage [1.11.35a] 2024/01/05 15:37:09: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:09: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:13: leave CityInfoStage [1.11.35a] 2024/01/05 15:37:13: drop CityInfoStage [1.11.35a] 2024/01/05 15:37:13: enter GameStage [1.11.35a] 2024/01/05 15:37:13: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:13: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:31: leave GameStage [1.11.35a] 2024/01/05 15:37:32: drop GameStage [1.11.35a] 2024/01/05 15:37:32: bind SaveWaitingStage [1.11.35a] 2024/01/05 15:37:32: prepare SaveWaitingStage [1.11.35a] 2024/01/05 15:37:32: enter SaveWaitingStage [1.11.35a] 2024/01/05 15:37:32: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:32: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:33: leave SaveWaitingStage [1.11.35a] 2024/01/05 15:37:33: drop SaveWaitingStage [1.11.35a] 2024/01/05 15:37:33: enter RegionStage [1.11.35a] 2024/01/05 15:37:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:46: bind LoadWaitingStage [1.11.35a] 2024/01/05 15:37:46: prepare LoadWaitingStage [1.11.35a] 2024/01/05 15:37:46: enter LoadWaitingStage [1.11.35a] 2024/01/05 15:37:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:46: leave LoadWaitingStage [1.11.35a] 2024/01/05 15:37:46: drop LoadWaitingStage [1.11.35a] 2024/01/05 15:37:46: bind GameStage [1.11.35a] 2024/01/05 15:37:46: prepare GameStage [1.11.35a] 2024/01/05 15:37:46: enter GameStage [1.11.35a] 2024/01/05 15:37:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:37:59: leave GameStage [1.11.35a] 2024/01/05 15:37:59: drop GameStage [1.11.35a] 2024/01/05 15:37:59: bind SaveWaitingStage [1.11.35a] 2024/01/05 15:37:59: prepare SaveWaitingStage [1.11.35a] 2024/01/05 15:37:59: enter SaveWaitingStage [1.11.35a] 2024/01/05 15:37:59: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:37:59: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:38:00: leave SaveWaitingStage [1.11.35a] 2024/01/05 15:38:00: drop SaveWaitingStage [1.11.35a] 2024/01/05 15:38:00: enter RegionStage [1.11.35a] 2024/01/05 15:38:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:38:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:38:00: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:38:00: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:38:04: bind LoadWaitingStage [1.11.35a] 2024/01/05 15:38:04: prepare LoadWaitingStage [1.11.35a] 2024/01/05 15:38:04: enter LoadWaitingStage [1.11.35a] 2024/01/05 15:38:04: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:38:04: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:38:05: leave LoadWaitingStage [1.11.35a] 2024/01/05 15:38:05: drop LoadWaitingStage [1.11.35a] 2024/01/05 15:38:05: bind GameStage [1.11.35a] 2024/01/05 15:38:05: prepare GameStage [1.11.35a] 2024/01/05 15:38:06: enter GameStage [1.11.35a] 2024/01/05 15:38:06: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:38:06: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:39:08: pause app [1.11.35a] 2024/01/05 15:51:48: enter app [1.11.35a] 2024/01/05 15:51:48: resume app [1.11.35a] 2024/01/05 15:51:48: resume -> enter GameStage [1.11.35a] 2024/01/05 15:51:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 15:51:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 15:51:52: pause app [1.11.35a] 2024/01/05 16:59:04: Startup [1.11.35a] 2024/01/05 16:59:05: create() cold start [1.11.35a] 2024/01/05 16:59:05: translation es_MX [1.11.35a] 2024/01/05 16:59:05: instance MTk2 [1.11.35a] 2024/01/05 16:59:06: create() finish [1.11.35a] 2024/01/05 16:59:06: create() end [1.11.35a] 2024/01/05 16:59:06: resume app [1.11.35a] 2024/01/05 16:59:06: refresh [1.11.35a] 2024/01/05 16:59:06: bind LoadingStage [1.11.35a] 2024/01/05 16:59:06: prepare LoadingStage [1.11.35a] 2024/01/05 16:59:06: enter LoadingStage [1.11.35a] 2024/01/05 16:59:06: loading Warm-up [1.11.35a] 2024/01/05 16:59:06: loading Startup [1.11.35a] 2024/01/05 16:59:06: Max texture size 8192 [1.11.35a] 2024/01/05 16:59:06: Max heap size is 512MB [1.11.35a] 2024/01/05 16:59:06: Engine consumes 11MB [1.11.35a] 2024/01/05 16:59:06: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 16:59:06: loading Texture [1.11.35a] 2024/01/05 16:59:06: loading Fonts [1.11.35a] 2024/01/05 16:59:07: loading Skin [1.11.35a] 2024/01/05 16:59:07: loading Extract files [1.11.35a] 2024/01/05 16:59:07: loading Frames [1.11.35a] 2024/01/05 16:59:07: loading Scripting [1.11.35a] 2024/01/05 16:59:07: loading Collecting drafts [1.11.35a] 2024/01/05 16:59:09: loading Prefetching images [1.11.35a] 2024/01/05 16:59:09: loading Loading drafts [1.11.35a] 2024/01/05 16:59:12: loading Finishing drafts [1.11.35a] 2024/01/05 16:59:13: loading Loading music [1.11.35a] 2024/01/05 16:59:13: loading Shaders [1.11.35a] 2024/01/05 16:59:13: loading Topics [1.11.35a] 2024/01/05 16:59:13: loading Loading textures [1.11.35a] 2024/01/05 16:59:16: loading Checking winter [1.11.35a] 2024/01/05 16:59:16: loading Preparing background [1.11.35a] 2024/01/05 16:59:16: loading Finishing [1.11.35a] 2024/01/05 16:59:16: leave LoadingStage [1.11.35a] 2024/01/05 16:59:16: drop LoadingStage [1.11.35a] 2024/01/05 16:59:16: bind PluginErrorStage [1.11.35a] 2024/01/05 16:59:16: prepare PluginErrorStage [1.11.35a] 2024/01/05 16:59:16: bind MissingManifestStage [1.11.35a] 2024/01/05 16:59:16: prepare MissingManifestStage [1.11.35a] 2024/01/05 16:59:16: bind WelcomeStage [1.11.35a] 2024/01/05 16:59:16: prepare WelcomeStage [1.11.35a] 2024/01/05 16:59:16: enter WelcomeStage [1.11.35a] 2024/01/05 16:59:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:16: drop PluginErrorStage [1.11.35a] 2024/01/05 16:59:16: drop MissingManifestStage [1.11.35a] 2024/01/05 16:59:16: leave WelcomeStage [1.11.35a] 2024/01/05 16:59:16: drop WelcomeStage [1.11.35a] 2024/01/05 16:59:16: bind RegionStage [1.11.35a] 2024/01/05 16:59:16: prepare RegionStage [1.11.35a] 2024/01/05 16:59:17: enter RegionStage [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:17: instance MTk1 [1.11.35a] 2024/01/05 16:59:17: instance MTk2 [1.11.35a] 2024/01/05 16:59:17: bind LoadWaitingStage [1.11.35a] 2024/01/05 16:59:17: prepare LoadWaitingStage [1.11.35a] 2024/01/05 16:59:17: enter LoadWaitingStage [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:19: leave LoadWaitingStage [1.11.35a] 2024/01/05 16:59:19: drop LoadWaitingStage [1.11.35a] 2024/01/05 16:59:19: bind GameStage [1.11.35a] 2024/01/05 16:59:19: prepare GameStage [1.11.35a] 2024/01/05 16:59:20: enter GameStage [1.11.35a] 2024/01/05 16:59:20: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 16:59:20: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 16:59:56: pause app [1.11.35a] 2024/01/05 17:08:55: Time java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/05 17:08:55: Time
java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/05 17:08:56: enter app
[1.11.35a] 2024/01/05 17:08:56: resume app [1.11.35a] 2024/01/05 17:08:56: resume -> enter GameStage [1.11.35a] 2024/01/05 17:08:56: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:08:56: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 17:08:58: refresh [1.11.35a] 2024/01/05 17:09:00: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:09:00: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/05 17:09:04: pause app [1.11.35a] 2024/01/05 17:15:26: enter app [1.11.35a] 2024/01/05 17:15:26: resume app [1.11.35a] 2024/01/05 17:15:26: resume -> enter GameStage [1.11.35a] 2024/01/05 17:15:26: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:15:26: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/05 17:15:26: refresh [1.11.35a] 2024/01/05 17:15:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:15:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 17:15:27: refresh [1.11.35a] 2024/01/05 17:15:28: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:15:28: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/05 17:15:30: refresh [1.11.35a] 2024/01/05 17:15:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 17:15:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 17:15:31: pause app [1.11.35a] 2024/01/05 21:59:36: Startup [1.11.35a] 2024/01/05 21:59:36: create() cold start [1.11.35a] 2024/01/05 21:59:37: translation es_MX [1.11.35a] 2024/01/05 21:59:37: instance MTk2 [1.11.35a] 2024/01/05 21:59:37: create() finish [1.11.35a] 2024/01/05 21:59:37: create() end [1.11.35a] 2024/01/05 21:59:37: resume app [1.11.35a] 2024/01/05 21:59:37: refresh [1.11.35a] 2024/01/05 21:59:37: bind LoadingStage [1.11.35a] 2024/01/05 21:59:37: prepare LoadingStage [1.11.35a] 2024/01/05 21:59:37: enter LoadingStage [1.11.35a] 2024/01/05 21:59:37: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/05 21:59:37: loading Warm-up
[1.11.35a] 2024/01/05 21:59:37: loading Startup [1.11.35a] 2024/01/05 21:59:38: Max texture size 8192 [1.11.35a] 2024/01/05 21:59:38: Max heap size is 512MB [1.11.35a] 2024/01/05 21:59:38: Engine consumes 11MB [1.11.35a] 2024/01/05 21:59:38: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/05 21:59:38: loading Texture [1.11.35a] 2024/01/05 21:59:38: loading Fonts [1.11.35a] 2024/01/05 21:59:38: loading Skin [1.11.35a] 2024/01/05 21:59:38: loading Extract files [1.11.35a] 2024/01/05 21:59:38: loading Frames [1.11.35a] 2024/01/05 21:59:38: loading Scripting [1.11.35a] 2024/01/05 21:59:38: loading Collecting drafts [1.11.35a] 2024/01/05 21:59:41: loading Prefetching images [1.11.35a] 2024/01/05 21:59:41: loading Loading drafts [1.11.35a] 2024/01/05 21:59:42: loading Finishing drafts [1.11.35a] 2024/01/05 21:59:43: loading Loading music [1.11.35a] 2024/01/05 21:59:43: loading Shaders [1.11.35a] 2024/01/05 21:59:43: loading Topics [1.11.35a] 2024/01/05 21:59:43: loading Loading textures [1.11.35a] 2024/01/05 21:59:44: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/05 21:59:45: loading Preparing background [1.11.35a] 2024/01/05 21:59:45: loading Finishing [1.11.35a] 2024/01/05 21:59:45: leave LoadingStage [1.11.35a] 2024/01/05 21:59:45: drop LoadingStage [1.11.35a] 2024/01/05 21:59:45: bind PluginErrorStage [1.11.35a] 2024/01/05 21:59:45: prepare PluginErrorStage [1.11.35a] 2024/01/05 21:59:45: bind MissingManifestStage [1.11.35a] 2024/01/05 21:59:45: prepare MissingManifestStage [1.11.35a] 2024/01/05 21:59:45: bind WelcomeStage [1.11.35a] 2024/01/05 21:59:45: prepare WelcomeStage [1.11.35a] 2024/01/05 21:59:45: enter WelcomeStage [1.11.35a] 2024/01/05 21:59:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:45: drop PluginErrorStage [1.11.35a] 2024/01/05 21:59:45: drop MissingManifestStage [1.11.35a] 2024/01/05 21:59:45: leave WelcomeStage [1.11.35a] 2024/01/05 21:59:45: drop WelcomeStage [1.11.35a] 2024/01/05 21:59:45: bind RegionStage [1.11.35a] 2024/01/05 21:59:45: prepare RegionStage [1.11.35a] 2024/01/05 21:59:46: enter RegionStage [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:46: instance MTk1 [1.11.35a] 2024/01/05 21:59:46: instance MTk2 [1.11.35a] 2024/01/05 21:59:46: bind LoadWaitingStage [1.11.35a] 2024/01/05 21:59:46: prepare LoadWaitingStage [1.11.35a] 2024/01/05 21:59:46: enter LoadWaitingStage [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:47: leave LoadWaitingStage [1.11.35a] 2024/01/05 21:59:47: drop LoadWaitingStage [1.11.35a] 2024/01/05 21:59:47: bind GameStage [1.11.35a] 2024/01/05 21:59:47: prepare GameStage [1.11.35a] 2024/01/05 21:59:48: enter GameStage [1.11.35a] 2024/01/05 21:59:48: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 21:59:48: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 21:59:58: Backend java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/05 21:59:58: General
java.net.SocketTimeoutException: SSL handshake timed out java.net.SocketTimeoutException: SSL handshake timed out at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(Delegat ingHttpsURLConnection.java:211) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConne ctionImpl.java:30) at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java :174) at info.flowersoft.theotown.resources.StaticFiles$1.run(StaticFiles.java:47)
[1.11.35a] 2024/01/05 22:00:38: pause app
[1.11.35a] 2024/01/05 22:01:10: Download javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x79ddffe988: I/O error during system call, Software caused connection abort javax.net.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x79ddffe988: I/O error during system call, Software caused connection abort at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:387) at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFil eDescriptorSocket.java:226) at com.android.okhttp.internal.io.RealConnection.connectTls(RealConnection.java:196) at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:153 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl .java:131) at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttp sURLConnection.java:90) at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionIm pl.java:30) at info.flowersoft.theotown.resources.ConfigManager.download(ConfigManager.java:160) at info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager .java:90) at info.flowersoft.theotown.resources.ConfigManager. $r8$lambda$kS8gt7Mqi50zdRzLppUtOpqn-CE(Unknown Source:0) at info.flowersoft.theotown.resources.ConfigManager$ $ExternalSyntheticLambda0.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/05 22:03:41: enter app
[1.11.35a] 2024/01/05 22:03:41: resume app [1.11.35a] 2024/01/05 22:03:41: resume -> enter GameStage [1.11.35a] 2024/01/05 22:03:41: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:03:41: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:03:43: refresh [1.11.35a] 2024/01/05 22:03:43: ResolutionMgr perfect width 275 for res 1080x2340 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:03:43: ResolutionMgr perfect index 0 (4) with 3 factors available [1.11.35a] 2024/01/05 22:03:46: refresh [1.11.35a] 2024/01/05 22:03:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:03:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:03:46: Time java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted java.io.IOException: Cleartext HTTP traffic to odatos.telcel.com not permitted at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.jav a:124) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:462) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/05 22:05:23: instance MTk4
[1.11.35a] 2024/01/05 22:05:24: bind RankStage [1.11.35a] 2024/01/05 22:05:24: prepare RankStage [1.11.35a] 2024/01/05 22:05:24: enter RankStage [1.11.35a] 2024/01/05 22:05:24: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:05:24: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:05:25: leave RankStage [1.11.35a] 2024/01/05 22:05:25: drop RankStage [1.11.35a] 2024/01/05 22:05:25: enter GameStage [1.11.35a] 2024/01/05 22:05:25: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:05:25: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:05:36: pause app [1.11.35a] 2024/01/05 22:06:30: enter app [1.11.35a] 2024/01/05 22:06:30: resume app [1.11.35a] 2024/01/05 22:06:30: resume -> enter GameStage [1.11.35a] 2024/01/05 22:06:30: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:06:30: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:07:02: bind CityInfoStage [1.11.35a] 2024/01/05 22:07:02: prepare CityInfoStage [1.11.35a] 2024/01/05 22:07:02: enter CityInfoStage [1.11.35a] 2024/01/05 22:07:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:07:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:07:03: leave CityInfoStage [1.11.35a] 2024/01/05 22:07:03: drop CityInfoStage [1.11.35a] 2024/01/05 22:07:03: enter GameStage [1.11.35a] 2024/01/05 22:07:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:07:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:09:02: pause app [1.11.35a] 2024/01/05 22:16:42: enter app [1.11.35a] 2024/01/05 22:16:42: resume app [1.11.35a] 2024/01/05 22:16:42: resume -> enter GameStage [1.11.35a] 2024/01/05 22:16:42: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/05 22:16:42: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/05 22:16:45: pause app [1.11.35a] 2024/01/06 11:34:48: Startup [1.11.35a] 2024/01/06 11:34:48: create() cold start [1.11.35a] 2024/01/06 11:34:49: translation es_MX [1.11.35a] 2024/01/06 11:34:49: instance MTk4 [1.11.35a] 2024/01/06 11:34:49: create() finish [1.11.35a] 2024/01/06 11:34:49: create() end [1.11.35a] 2024/01/06 11:34:49: resume app [1.11.35a] 2024/01/06 11:34:49: refresh [1.11.35a] 2024/01/06 11:34:49: bind LoadingStage [1.11.35a] 2024/01/06 11:34:49: prepare LoadingStage [1.11.35a] 2024/01/06 11:34:49: enter LoadingStage [1.11.35a] 2024/01/06 11:34:49: loading Warm-up [1.11.35a] 2024/01/06 11:34:49: loading Startup [1.11.35a] 2024/01/06 11:34:50: Max texture size 8192 [1.11.35a] 2024/01/06 11:34:50: Max heap size is 512MB [1.11.35a] 2024/01/06 11:34:50: Engine consumes 11MB [1.11.35a] 2024/01/06 11:34:50: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/06 11:34:50: loading Texture [1.11.35a] 2024/01/06 11:34:50: loading Fonts [1.11.35a] 2024/01/06 11:34:50: loading Skin [1.11.35a] 2024/01/06 11:34:50: loading Extract files [1.11.35a] 2024/01/06 11:34:50: loading Frames [1.11.35a] 2024/01/06 11:34:50: loading Scripting [1.11.35a] 2024/01/06 11:34:50: loading Collecting drafts [1.11.35a] 2024/01/06 11:34:51: loading Prefetching images [1.11.35a] 2024/01/06 11:34:51: loading Loading drafts [1.11.35a] 2024/01/06 11:34:54: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)
[1.11.35a] 2024/01/06 13:37:59: loading Loading music [1.11.35a] 2024/01/06 13:37:59: loading Shaders [1.11.35a] 2024/01/06 13:37:59: loading Topics [1.11.35a] 2024/01/06 13:37:59: loading Loading textures [1.11.35a] 2024/01/06 13:38:02: loading Checking winter [1.11.35a] 2024/01/06 13:38:02: loading Preparing background [1.11.35a] 2024/01/06 13:38:02: loading Finishing [1.11.35a] 2024/01/06 13:38:02: leave LoadingStage [1.11.35a] 2024/01/06 13:38:02: drop LoadingStage [1.11.35a] 2024/01/06 13:38:02: bind PluginErrorStage [1.11.35a] 2024/01/06 13:38:02: prepare PluginErrorStage [1.11.35a] 2024/01/06 13:38:02: bind MissingManifestStage [1.11.35a] 2024/01/06 13:38:02: prepare MissingManifestStage [1.11.35a] 2024/01/06 13:38:02: bind WelcomeStage [1.11.35a] 2024/01/06 13:38:02: prepare WelcomeStage [1.11.35a] 2024/01/06 13:38:02: enter WelcomeStage [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:02: drop PluginErrorStage [1.11.35a] 2024/01/06 13:38:02: drop MissingManifestStage [1.11.35a] 2024/01/06 13:38:02: leave WelcomeStage [1.11.35a] 2024/01/06 13:38:02: drop WelcomeStage [1.11.35a] 2024/01/06 13:38:02: bind RegionStage [1.11.35a] 2024/01/06 13:38:02: prepare RegionStage [1.11.35a] 2024/01/06 13:38:02: enter RegionStage [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:02: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:03: instance MTk3 [1.11.35a] 2024/01/06 13:38:03: instance MTk4 [1.11.35a] 2024/01/06 13:38:03: bind LoadWaitingStage [1.11.35a] 2024/01/06 13:38:03: prepare LoadWaitingStage [1.11.35a] 2024/01/06 13:38:03: enter LoadWaitingStage [1.11.35a] 2024/01/06 13:38:03: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:03: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:05: leave LoadWaitingStage [1.11.35a] 2024/01/06 13:38:05: drop LoadWaitingStage [1.11.35a] 2024/01/06 13:38:05: bind GameStage [1.11.35a] 2024/01/06 13:38:05: prepare GameStage [1.11.35a] 2024/01/06 13:38:05: enter GameStage [1.11.35a] 2024/01/06 13:38:05: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:38:05: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:38:06: Time java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/06 13:38:06: Time
java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/06 13:54:42: loading Loading music [1.11.35a] 2024/01/06 13:54:42: loading Shaders [1.11.35a] 2024/01/06 13:54:42: loading Topics [1.11.35a] 2024/01/06 13:54:42: loading Loading textures [1.11.35a] 2024/01/06 13:54:45: loading Checking winter [1.11.35a] 2024/01/06 13:54:45: loading Preparing background [1.11.35a] 2024/01/06 13:54:45: loading Finishing [1.11.35a] 2024/01/06 13:54:45: leave LoadingStage [1.11.35a] 2024/01/06 13:54:45: drop LoadingStage [1.11.35a] 2024/01/06 13:54:45: bind PluginErrorStage [1.11.35a] 2024/01/06 13:54:45: prepare PluginErrorStage [1.11.35a] 2024/01/06 13:54:45: bind MissingManifestStage [1.11.35a] 2024/01/06 13:54:45: prepare MissingManifestStage [1.11.35a] 2024/01/06 13:54:45: bind WelcomeStage [1.11.35a] 2024/01/06 13:54:45: prepare WelcomeStage [1.11.35a] 2024/01/06 13:54:45: enter WelcomeStage [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:54:45: drop PluginErrorStage [1.11.35a] 2024/01/06 13:54:45: drop MissingManifestStage [1.11.35a] 2024/01/06 13:54:45: leave WelcomeStage [1.11.35a] 2024/01/06 13:54:45: drop WelcomeStage [1.11.35a] 2024/01/06 13:54:45: bind RegionStage [1.11.35a] 2024/01/06 13:54:45: prepare RegionStage [1.11.35a] 2024/01/06 13:54:45: enter RegionStage [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:45: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:54:46: instance MTk5 [1.11.35a] 2024/01/06 13:54:46: instance MjAw [1.11.35a] 2024/01/06 13:54:46: bind LoadWaitingStage [1.11.35a] 2024/01/06 13:54:46: prepare LoadWaitingStage [1.11.35a] 2024/01/06 13:54:46: enter LoadWaitingStage [1.11.35a] 2024/01/06 13:54:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:54:47: leave LoadWaitingStage [1.11.35a] 2024/01/06 13:54:47: drop LoadWaitingStage [1.11.35a] 2024/01/06 13:54:47: bind GameStage [1.11.35a] 2024/01/06 13:54:47: prepare GameStage [1.11.35a] 2024/01/06 13:54:47: enter GameStage [1.11.35a] 2024/01/06 13:54:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:54:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:55:59: Time java.net.SocketException: Software caused connection abort java.net.SocketException: Software caused connection abort at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:119) at java.net.SocketInputStream.read(SocketInputStream.java:176) at java.net.SocketInputStream.read(SocketInputStream.java:144) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/06 13:55:59: Time
java.net.SocketException: Software caused connection abort java.net.SocketException: Software caused connection abort at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:119) at java.net.SocketInputStream.read(SocketInputStream.java:176) at java.net.SocketInputStream.read(SocketInputStream.java:144) at com.android.okhttp.okio.Okio$2.read(Okio.java:138) at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307) at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301) at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.ja va:197) at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188) at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java :129) at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750 ) at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:475) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/06 13:58:15: instance MjAy
[1.11.35a] 2024/01/06 13:58:16: bind RankStage [1.11.35a] 2024/01/06 13:58:16: prepare RankStage [1.11.35a] 2024/01/06 13:58:16: enter RankStage [1.11.35a] 2024/01/06 13:58:16: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:58:16: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:58:17: leave RankStage [1.11.35a] 2024/01/06 13:58:17: drop RankStage [1.11.35a] 2024/01/06 13:58:17: enter GameStage [1.11.35a] 2024/01/06 13:58:17: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:58:17: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:58:26: instance MjA0 [1.11.35a] 2024/01/06 13:58:27: instance MjA2 [1.11.35a] 2024/01/06 13:58:29: instance MjA4 [1.11.35a] 2024/01/06 13:58:31: instance MjEw [1.11.35a] 2024/01/06 13:58:32: instance MjEy [1.11.35a] 2024/01/06 13:59:33: bind CityInfoStage [1.11.35a] 2024/01/06 13:59:33: prepare CityInfoStage [1.11.35a] 2024/01/06 13:59:33: enter CityInfoStage [1.11.35a] 2024/01/06 13:59:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:59:33: leave CityInfoStage [1.11.35a] 2024/01/06 13:59:33: drop CityInfoStage [1.11.35a] 2024/01/06 13:59:33: enter GameStage [1.11.35a] 2024/01/06 13:59:33: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:33: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:59:46: bind SaveWaitingStage [1.11.35a] 2024/01/06 13:59:46: prepare SaveWaitingStage [1.11.35a] 2024/01/06 13:59:46: enter SaveWaitingStage [1.11.35a] 2024/01/06 13:59:46: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:46: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:59:47: leave SaveWaitingStage [1.11.35a] 2024/01/06 13:59:47: drop SaveWaitingStage [1.11.35a] 2024/01/06 13:59:47: enter GameStage [1.11.35a] 2024/01/06 13:59:47: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:47: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:59:52: bind CityInfoStage [1.11.35a] 2024/01/06 13:59:52: prepare CityInfoStage [1.11.35a] 2024/01/06 13:59:52: enter CityInfoStage [1.11.35a] 2024/01/06 13:59:52: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:52: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 13:59:53: leave CityInfoStage [1.11.35a] 2024/01/06 13:59:53: drop CityInfoStage [1.11.35a] 2024/01/06 13:59:53: enter GameStage [1.11.35a] 2024/01/06 13:59:53: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 13:59:53: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 14:00:31: pause app [1.11.35a] 2024/01/06 14:14:27: enter app [1.11.35a] 2024/01/06 14:14:27: resume app [1.11.35a] 2024/01/06 14:14:27: resume -> enter GameStage [1.11.35a] 2024/01/06 14:14:27: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 14:14:27: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 14:15:33: Time java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 java.net.ConnectException: Failed to connect to data.theotown.com/217.160.0.20:80 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147 ) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j ava:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc ation.java:128) at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9 7) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl .java:465) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection Impl.java:411) at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect ionImpl.java:248) at java.net.URL.openStream(URL.java:1072) 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)
[1.11.35a] 2024/01/06 14:18:49: pause app
[1.11.35a] 2024/01/06 14:19:26: enter app [1.11.35a] 2024/01/06 14:19:26: resume app [1.11.35a] 2024/01/06 14:19:26: resume -> enter GameStage [1.11.35a] 2024/01/06 14:19:26: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 14:19:26: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 14:20:25: pause app [1.11.35a] 2024/01/06 14:53:08: enter app [1.11.35a] 2024/01/06 14:53:08: resume app [1.11.35a] 2024/01/06 14:53:08: resume -> enter GameStage [1.11.35a] 2024/01/06 14:53:08: ResolutionMgr perfect width 597 for res 2340x1080 with xdpi 391.885 derived from 391.885 [1.11.35a] 2024/01/06 14:53:08: ResolutionMgr perfect index 2 (4) with 5 factors available [1.11.35a] 2024/01/06 14:53:11: pause app [1.11.35a] 2024/01/07 20:09:49: Startup [1.11.35a] 2024/01/07 20:09:49: create() cold start [1.11.35a] 2024/01/07 20:09:50: translation es_MX [1.11.35a] 2024/01/07 20:09:50: instance MjEy [1.11.35a] 2024/01/07 20:09:50: create() finish [1.11.35a] 2024/01/07 20:09:50: create() end [1.11.35a] 2024/01/07 20:09:50: resume app [1.11.35a] 2024/01/07 20:09:50: refresh [1.11.35a] 2024/01/07 20:09:50: bind LoadingStage [1.11.35a] 2024/01/07 20:09:50: prepare LoadingStage [1.11.35a] 2024/01/07 20:09:51: enter LoadingStage [1.11.35a] 2024/01/07 20:09:51: loading Warm-up [1.11.35a] 2024/01/07 20:09:51: loading Startup [1.11.35a] 2024/01/07 20:09:51: Max texture size 8192 [1.11.35a] 2024/01/07 20:09:51: Max heap size is 512MB [1.11.35a] 2024/01/07 20:09:51: Engine consumes 11MB [1.11.35a] 2024/01/07 20:09:51: Screen size is 2340x1080, ppi: 391.885 [1.11.35a] 2024/01/07 20:09:52: loading Texture [1.11.35a] 2024/01/07 20:09:52: loading Fonts [1.11.35a] 2024/01/07 20:09:53: loading Skin [1.11.35a] 2024/01/07 20:09:53: loading Extract files [1.11.35a] 2024/01/07 20:09:53: loading Frames [1.11.35a] 2024/01/07 20:09:53: loading Scripting [1.11.35a] 2024/01/07 20:09:53: loading Collecting drafts [1.11.35a] 2024/01/07 20:09:56: loading Prefetching images [1.11.35a] 2024/01/07 20:09:56: loading Loading drafts [1.11.35a] 2024/01/07 20:09:58: 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:495 ) at info.flowersoft.theotown.draftloader.ContentLoader.loadContents(ContentLoader.java: 315) at info.flowersoft.theotown.stages.LoadingStage.loadDrafts(LoadingStage.java:469) at info.flowersoft.theotown.stages.LoadingStage.access$1400(LoadingStage.java:112) at info.flowersoft.theotown.stages.LoadingStage$13.run(LoadingStage.java:260) at info.flowersoft.theotown.stages.LoadingStage$30.call(LoadingStage.java:1691) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:929)