0% found this document useful (0 votes)
12 views78 pages

Log

The log file documents startup and loading issues experienced by an application. It records errors encountered when attempting to connect to remote servers, resolve domain names, and read a local configuration file. This prevented the application from fully initializing and entering the loading stage.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views78 pages

Log

The log file documents startup and loading issues experienced by an application. It records errors encountered when attempting to connect to remote servers, resolve domain names, and read a local configuration file. This prevented the application from fully initializing and entering the loading stage.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 78

[1.11.

35a] 2024/02/05 15:24:14: Startup


[1.11.35a] 2024/02/05 15:24:15: create() cold start
[1.11.35a] 2024/02/05 15:24:15: 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:1012)
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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 20 more
[1.11.35a] 2024/02/05 15:24:15: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 15:24:15: translation pt_BR


[1.11.35a] 2024/02/05 15:24:16: instance MA==
[1.11.35a] 2024/02/05 15:24:16: create() finish
[1.11.35a] 2024/02/05 15:24:16: create() end
[1.11.35a] 2024/02/05 15:24:16: resume app
[1.11.35a] 2024/02/05 15:24:16: refresh
[1.11.35a] 2024/02/05 15:24:16: bind LoadingStage
[1.11.35a] 2024/02/05 15:24:16: prepare LoadingStage
[1.11.35a] 2024/02/05 15:24:17: enter LoadingStage
[1.11.35a] 2024/02/05 15:24:17: loading Warm-up
[1.11.35a] 2024/02/05 15:24:17: loading Startup
[1.11.35a] 2024/02/05 15:24:18: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more
[1.11.35a] 2024/02/05 15:24:18:
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:1701)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:154)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:179)
at
info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicati
onAdapter.kt:28)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
505)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1581)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1280)
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:574)
at java.io.FileInputStream.<init>(FileInputStream.java:160)
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:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 14 more

[1.11.35a] 2024/02/05 15:24:18: Max texture size 8192


[1.11.35a] 2024/02/05 15:24:18: Max heap size is 384MB
[1.11.35a] 2024/02/05 15:24:18: Engine consumes 11MB
[1.11.35a] 2024/02/05 15:24:18: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/05 15:24:18: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 15:24:18: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 15:24:19: loading Texture


[1.11.35a] 2024/02/05 15:24:19: loading Fonts
[1.11.35a] 2024/02/05 15:24:21: loading Skin
[1.11.35a] 2024/02/05 15:24:21: loading Extract files
[1.11.35a] 2024/02/05 15:24:22: loading Frames
[1.11.35a] 2024/02/05 15:24:22: loading Scripting
[1.11.35a] 2024/02/05 15:24:22: loading Collecting drafts
[1.11.35a] 2024/02/05 15:24:25: loading Prefetching images
[1.11.35a] 2024/02/05 15:24:25: loading Loading drafts
[1.11.35a] 2024/02/05 15:24:32: loading Finishing drafts
[1.11.35a] 2024/02/05 15:24:32: pause app
[1.11.35a] 2024/02/05 15:24:43: enter app
[1.11.35a] 2024/02/05 15:24:43: resume app
[1.11.35a] 2024/02/05 15:24:43: resume -> enter LoadingStage
[1.11.35a] 2024/02/05 15:24: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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 15:24:43: loading Loading music


[1.11.35a] 2024/02/05 15:24:43: loading Shaders
[1.11.35a] 2024/02/05 15:24:44: loading Topics
[1.11.35a] 2024/02/05 15:24:44: loading Loading textures
[1.11.35a] 2024/02/05 15:24:49: loading Checking winter
[1.11.35a] 2024/02/05 15:24:49: loading Preparing background
[1.11.35a] 2024/02/05 15:24:50: loading Finishing
[1.11.35a] 2024/02/05 15:24:50: leave LoadingStage
[1.11.35a] 2024/02/05 15:24:50: drop LoadingStage
[1.11.35a] 2024/02/05 15:24:50: bind PluginErrorStage
[1.11.35a] 2024/02/05 15:24:50: prepare PluginErrorStage
[1.11.35a] 2024/02/05 15:24:50: bind MissingManifestStage
[1.11.35a] 2024/02/05 15:24:50: prepare MissingManifestStage
[1.11.35a] 2024/02/05 15:24:50: bind WelcomeStage
[1.11.35a] 2024/02/05 15:24:50: prepare WelcomeStage
[1.11.35a] 2024/02/05 15:24:50: enter WelcomeStage
[1.11.35a] 2024/02/05 15:24:50: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:24:50: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:24:50: drop PluginErrorStage
[1.11.35a] 2024/02/05 15:24:50: drop MissingManifestStage
[1.11.35a] 2024/02/05 15:24:50: leave WelcomeStage
[1.11.35a] 2024/02/05 15:24:50: drop WelcomeStage
[1.11.35a] 2024/02/05 15:24:50: bind RegionStage
[1.11.35a] 2024/02/05 15:24:50: prepare RegionStage
[1.11.35a] 2024/02/05 15:24:53: enter RegionStage
[1.11.35a] 2024/02/05 15:24:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:24:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:24:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:24:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:25:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:25:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:25:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:25:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:26:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:26:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:26:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:26:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:26:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:26:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:26:19: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:26:19: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:26:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:26:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:31:10: bind LoadWaitingStage
[1.11.35a] 2024/02/05 15:31:10: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 15:31:10: enter LoadWaitingStage
[1.11.35a] 2024/02/05 15:31:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:31:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:31:18: leave LoadWaitingStage
[1.11.35a] 2024/02/05 15:31:18: drop LoadWaitingStage
[1.11.35a] 2024/02/05 15:31:18: bind GameStage
[1.11.35a] 2024/02/05 15:31:18: prepare GameStage
[1.11.35a] 2024/02/05 15:31:18: enter GameStage
[1.11.35a] 2024/02/05 15:31:18: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:31:18: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:27: leave GameStage
[1.11.35a] 2024/02/05 15:32:27: drop GameStage
[1.11.35a] 2024/02/05 15:32:27: bind SaveWaitingStage
[1.11.35a] 2024/02/05 15:32:27: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 15:32:27: enter SaveWaitingStage
[1.11.35a] 2024/02/05 15:32:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:30: leave SaveWaitingStage
[1.11.35a] 2024/02/05 15:32:30: drop SaveWaitingStage
[1.11.35a] 2024/02/05 15:32:30: enter RegionStage
[1.11.35a] 2024/02/05 15:32:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:44: bind AccountStage
[1.11.35a] 2024/02/05 15:32:44: prepare AccountStage
[1.11.35a] 2024/02/05 15:32:44: enter AccountStage
[1.11.35a] 2024/02/05 15:32:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:47: leave AccountStage
[1.11.35a] 2024/02/05 15:32:47: drop AccountStage
[1.11.35a] 2024/02/05 15:32:47: enter RegionStage
[1.11.35a] 2024/02/05 15:32:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:32:57: bind CreateCityStage2;region=true
[1.11.35a] 2024/02/05 15:32:57: prepare CreateCityStage2;region=true
[1.11.35a] 2024/02/05 15:32:57: bind CreateCityStage1;region=true
[1.11.35a] 2024/02/05 15:32:57: prepare CreateCityStage1;region=true
[1.11.35a] 2024/02/05 15:32:57: enter CreateCityStage1;region=true
[1.11.35a] 2024/02/05 15:32:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:32:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:44:03: leave CreateCityStage1;region=true
[1.11.35a] 2024/02/05 15:44:03: drop CreateCityStage1;region=true
[1.11.35a] 2024/02/05 15:44:03: enter CreateCityStage2;region=true
[1.11.35a] 2024/02/05 15:44:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:44:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:44:25: leave CreateCityStage2;region=true
[1.11.35a] 2024/02/05 15:44:25: drop CreateCityStage2;region=true
[1.11.35a] 2024/02/05 15:44:25: drop RegionStage
[1.11.35a] 2024/02/05 15:44:25: bind WaitingStage
[1.11.35a] 2024/02/05 15:44:25: prepare WaitingStage
[1.11.35a] 2024/02/05 15:44:25: enter WaitingStage
[1.11.35a] 2024/02/05 15:44:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:44:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:44:43: leave WaitingStage
[1.11.35a] 2024/02/05 15:44:43: drop WaitingStage
[1.11.35a] 2024/02/05 15:44:43: bind RegionStage
[1.11.35a] 2024/02/05 15:44:43: prepare RegionStage
[1.11.35a] 2024/02/05 15:44:43: enter RegionStage
[1.11.35a] 2024/02/05 15:44:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:44:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:44:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:44:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:45:33: bind LoadWaitingStage
[1.11.35a] 2024/02/05 15:45:33: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 15:45:33: enter LoadWaitingStage
[1.11.35a] 2024/02/05 15:45:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:45:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 15:45:36: leave LoadWaitingStage
[1.11.35a] 2024/02/05 15:45:36: drop LoadWaitingStage
[1.11.35a] 2024/02/05 15:45:36: bind GameStage
[1.11.35a] 2024/02/05 15:45:36: prepare GameStage
[1.11.35a] 2024/02/05 15:45:36: enter GameStage
[1.11.35a] 2024/02/05 15:45:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 15:45:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:13: Startup
[1.11.35a] 2024/02/05 16:42:13: create() cold start
[1.11.35a] 2024/02/05 16:42:13: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 16:42:13: 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:1012)
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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 20 more

[1.11.35a] 2024/02/05 16:42:14: translation pt_BR


[1.11.35a] 2024/02/05 16:42:14: instance MA==
[1.11.35a] 2024/02/05 16:42:14: create() finish
[1.11.35a] 2024/02/05 16:42:14: create() end
[1.11.35a] 2024/02/05 16:42:14: resume app
[1.11.35a] 2024/02/05 16:42:14: refresh
[1.11.35a] 2024/02/05 16:42:14: bind LoadingStage
[1.11.35a] 2024/02/05 16:42:14: prepare LoadingStage
[1.11.35a] 2024/02/05 16:42:14: enter LoadingStage
[1.11.35a] 2024/02/05 16:42:15: loading Warm-up
[1.11.35a] 2024/02/05 16:42:15: loading Startup
[1.11.35a] 2024/02/05 16:42:15: 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/02/05 16:42:15: Max texture size 8192


[1.11.35a] 2024/02/05 16:42:15: Max heap size is 384MB
[1.11.35a] 2024/02/05 16:42:15: Engine consumes 11MB
[1.11.35a] 2024/02/05 16:42:15: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/05 16:42:15: 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/02/05 16:42:15: 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/02/05 16:42:16: loading Texture


[1.11.35a] 2024/02/05 16:42:16: loading Fonts
[1.11.35a] 2024/02/05 16:42:17: loading Skin
[1.11.35a] 2024/02/05 16:42:17: loading Extract files
[1.11.35a] 2024/02/05 16:42:17: loading Frames
[1.11.35a] 2024/02/05 16:42:17: loading Scripting
[1.11.35a] 2024/02/05 16:42:17: loading Collecting drafts
[1.11.35a] 2024/02/05 16:42:19: loading Prefetching images
[1.11.35a] 2024/02/05 16:42:19: loading Loading drafts
[1.11.35a] 2024/02/05 16:42:24: loading Finishing drafts
[1.11.35a] 2024/02/05 16:42:26: loading Loading music
[1.11.35a] 2024/02/05 16:42:26: loading Shaders
[1.11.35a] 2024/02/05 16:42:26: loading Topics
[1.11.35a] 2024/02/05 16:42:26: loading Loading textures
[1.11.35a] 2024/02/05 16:42:31: loading Checking winter
[1.11.35a] 2024/02/05 16:42:31: loading Preparing background
[1.11.35a] 2024/02/05 16:42:32: loading Finishing
[1.11.35a] 2024/02/05 16:42:32: leave LoadingStage
[1.11.35a] 2024/02/05 16:42:32: drop LoadingStage
[1.11.35a] 2024/02/05 16:42:32: bind PluginErrorStage
[1.11.35a] 2024/02/05 16:42:32: prepare PluginErrorStage
[1.11.35a] 2024/02/05 16:42:32: bind MissingManifestStage
[1.11.35a] 2024/02/05 16:42:32: prepare MissingManifestStage
[1.11.35a] 2024/02/05 16:42:32: bind WelcomeStage
[1.11.35a] 2024/02/05 16:42:32: prepare WelcomeStage
[1.11.35a] 2024/02/05 16:42:32: enter WelcomeStage
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:32: drop PluginErrorStage
[1.11.35a] 2024/02/05 16:42:32: drop MissingManifestStage
[1.11.35a] 2024/02/05 16:42:32: leave WelcomeStage
[1.11.35a] 2024/02/05 16:42:32: drop WelcomeStage
[1.11.35a] 2024/02/05 16:42:32: bind RegionStage
[1.11.35a] 2024/02/05 16:42:32: prepare RegionStage
[1.11.35a] 2024/02/05 16:42:32: enter RegionStage
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:34: bind LoadWaitingStage
[1.11.35a] 2024/02/05 16:42:34: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 16:42:34: enter LoadWaitingStage
[1.11.35a] 2024/02/05 16:42:34: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:34: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:37: leave LoadWaitingStage
[1.11.35a] 2024/02/05 16:42:37: drop LoadWaitingStage
[1.11.35a] 2024/02/05 16:42:37: bind GameStage
[1.11.35a] 2024/02/05 16:42:37: prepare GameStage
[1.11.35a] 2024/02/05 16:42:37: enter GameStage
[1.11.35a] 2024/02/05 16:42:37: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:37: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:55: leave GameStage
[1.11.35a] 2024/02/05 16:42:55: drop GameStage
[1.11.35a] 2024/02/05 16:42:55: bind SaveWaitingStage
[1.11.35a] 2024/02/05 16:42:55: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 16:42:55: enter SaveWaitingStage
[1.11.35a] 2024/02/05 16:42:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:42:58: leave SaveWaitingStage
[1.11.35a] 2024/02/05 16:42:58: drop SaveWaitingStage
[1.11.35a] 2024/02/05 16:42:58: enter RegionStage
[1.11.35a] 2024/02/05 16:42:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:42:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:43:08: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:43:08: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:43:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:43:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:43:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:43:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:43:16: bind LoadWaitingStage
[1.11.35a] 2024/02/05 16:43:16: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 16:43:16: enter LoadWaitingStage
[1.11.35a] 2024/02/05 16:43:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:43:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:43:17: leave LoadWaitingStage
[1.11.35a] 2024/02/05 16:43:17: drop LoadWaitingStage
[1.11.35a] 2024/02/05 16:43:17: bind GameStage
[1.11.35a] 2024/02/05 16:43:17: prepare GameStage
[1.11.35a] 2024/02/05 16:43:17: enter GameStage
[1.11.35a] 2024/02/05 16:43:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:43:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:15: leave GameStage
[1.11.35a] 2024/02/05 16:44:15: drop GameStage
[1.11.35a] 2024/02/05 16:44:15: bind SaveWaitingStage
[1.11.35a] 2024/02/05 16:44:15: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 16:44:15: enter SaveWaitingStage
[1.11.35a] 2024/02/05 16:44:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:17: leave SaveWaitingStage
[1.11.35a] 2024/02/05 16:44:17: drop SaveWaitingStage
[1.11.35a] 2024/02/05 16:44:17: enter RegionStage
[1.11.35a] 2024/02/05 16:44:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:33: leave RegionStage
[1.11.35a] 2024/02/05 16:44:33: drop RegionStage
[1.11.35a] 2024/02/05 16:44:33: bind RegionStage
[1.11.35a] 2024/02/05 16:44:33: prepare RegionStage
[1.11.35a] 2024/02/05 16:44:33: enter RegionStage
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:33: bind LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:33: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:33: enter LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:33: Load light
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.<init>(FileInputStream.java:160)
at
info.flowersoft.theotown.cityloader.CityKeeper.loadLightInfo(CityKeeper.java:317)
at info.flowersoft.theotown.cityloader.CityKeeper.load(CityKeeper.java:419)
at info.flowersoft.theotown.stages.RegionStage$37.run(RegionStage.java:1609)
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:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 4 more

[1.11.35a] 2024/02/05 16:44:33: Load city


java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.<init>(FileInputStream.java:160)
at info.flowersoft.theotown.cityloader.CityKeeper.load(CityKeeper.java:429)
at info.flowersoft.theotown.stages.RegionStage$37.run(RegionStage.java:1609)
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:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 3 more

[1.11.35a] 2024/02/05 16:44:33: leave LoadWaitingStage


[1.11.35a] 2024/02/05 16:44:33: drop LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:33: enter RegionStage
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:37: leave RegionStage
[1.11.35a] 2024/02/05 16:44:37: drop RegionStage
[1.11.35a] 2024/02/05 16:44:37: bind RegionStage
[1.11.35a] 2024/02/05 16:44:37: prepare RegionStage
[1.11.35a] 2024/02/05 16:44:38: enter RegionStage
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:38: bind LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:38: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:38: enter LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:38: Load light
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.<init>(FileInputStream.java:160)
at
info.flowersoft.theotown.cityloader.CityKeeper.loadLightInfo(CityKeeper.java:317)
at info.flowersoft.theotown.cityloader.CityKeeper.load(CityKeeper.java:419)
at info.flowersoft.theotown.stages.RegionStage$37.run(RegionStage.java:1609)
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:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 4 more

[1.11.35a] 2024/02/05 16:44:38: Load city


java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
java.io.FileNotFoundException:
/storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files/regions/
A.O.M/4_4.city: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.<init>(FileInputStream.java:160)
at info.flowersoft.theotown.cityloader.CityKeeper.load(CityKeeper.java:429)
at info.flowersoft.theotown.stages.RegionStage$37.run(RegionStage.java:1609)
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:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7764)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 3 more

[1.11.35a] 2024/02/05 16:44:38: leave LoadWaitingStage


[1.11.35a] 2024/02/05 16:44:38: drop LoadWaitingStage
[1.11.35a] 2024/02/05 16:44:38: enter RegionStage
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:44:43: bind CreateCityStage2;region=true
[1.11.35a] 2024/02/05 16:44:43: prepare CreateCityStage2;region=true
[1.11.35a] 2024/02/05 16:44:43: bind CreateCityStage1;region=true
[1.11.35a] 2024/02/05 16:44:43: prepare CreateCityStage1;region=true
[1.11.35a] 2024/02/05 16:44:43: enter CreateCityStage1;region=true
[1.11.35a] 2024/02/05 16:44:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:44:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:46:10: leave CreateCityStage1;region=true
[1.11.35a] 2024/02/05 16:46:10: drop CreateCityStage1;region=true
[1.11.35a] 2024/02/05 16:46:10: enter CreateCityStage2;region=true
[1.11.35a] 2024/02/05 16:46:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:46:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:46:38: leave CreateCityStage2;region=true
[1.11.35a] 2024/02/05 16:46:38: drop CreateCityStage2;region=true
[1.11.35a] 2024/02/05 16:46:38: drop RegionStage
[1.11.35a] 2024/02/05 16:46:38: bind WaitingStage
[1.11.35a] 2024/02/05 16:46:38: prepare WaitingStage
[1.11.35a] 2024/02/05 16:46:38: enter WaitingStage
[1.11.35a] 2024/02/05 16:46:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:46:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:46:55: leave WaitingStage
[1.11.35a] 2024/02/05 16:46:55: drop WaitingStage
[1.11.35a] 2024/02/05 16:46:55: bind RegionStage
[1.11.35a] 2024/02/05 16:46:55: prepare RegionStage
[1.11.35a] 2024/02/05 16:46:55: enter RegionStage
[1.11.35a] 2024/02/05 16:46:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:46:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:46:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:46:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:47:42: bind LoadWaitingStage
[1.11.35a] 2024/02/05 16:47:42: prepare LoadWaitingStage
[1.11.35a] 2024/02/05 16:47:42: enter LoadWaitingStage
[1.11.35a] 2024/02/05 16:47:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:47:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:47:44: leave LoadWaitingStage
[1.11.35a] 2024/02/05 16:47:44: drop LoadWaitingStage
[1.11.35a] 2024/02/05 16:47:44: bind GameStage
[1.11.35a] 2024/02/05 16:47:44: prepare GameStage
[1.11.35a] 2024/02/05 16:47:45: enter GameStage
[1.11.35a] 2024/02/05 16:47:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:47:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:52:43: bind SaveWaitingStage
[1.11.35a] 2024/02/05 16:52:43: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 16:52:43: enter SaveWaitingStage
[1.11.35a] 2024/02/05 16:52:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:52:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:52:44: leave SaveWaitingStage
[1.11.35a] 2024/02/05 16:52:44: drop SaveWaitingStage
[1.11.35a] 2024/02/05 16:52:44: enter GameStage
[1.11.35a] 2024/02/05 16:52:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:52:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:54:13: bind CityInfoStage
[1.11.35a] 2024/02/05 16:54:13: prepare CityInfoStage
[1.11.35a] 2024/02/05 16:54:13: enter CityInfoStage
[1.11.35a] 2024/02/05 16:54:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:54:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:54:18: leave CityInfoStage
[1.11.35a] 2024/02/05 16:54:18: drop CityInfoStage
[1.11.35a] 2024/02/05 16:54:18: enter GameStage
[1.11.35a] 2024/02/05 16:54:18: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:54:18: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:56:11: bind CityInfoStage
[1.11.35a] 2024/02/05 16:56:11: prepare CityInfoStage
[1.11.35a] 2024/02/05 16:56:11: enter CityInfoStage
[1.11.35a] 2024/02/05 16:56:11: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:56:11: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:56:28: leave CityInfoStage
[1.11.35a] 2024/02/05 16:56:28: drop CityInfoStage
[1.11.35a] 2024/02/05 16:56:28: enter GameStage
[1.11.35a] 2024/02/05 16:56:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:56:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:56:56: bind CityInfoStage
[1.11.35a] 2024/02/05 16:56:56: prepare CityInfoStage
[1.11.35a] 2024/02/05 16:56:56: enter CityInfoStage
[1.11.35a] 2024/02/05 16:56:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:56:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:56:58: leave CityInfoStage
[1.11.35a] 2024/02/05 16:56:58: drop CityInfoStage
[1.11.35a] 2024/02/05 16:56:58: enter GameStage
[1.11.35a] 2024/02/05 16:56:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:56:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:57:12: instance Mg==
[1.11.35a] 2024/02/05 16:57:12: bind RankStage
[1.11.35a] 2024/02/05 16:57:12: prepare RankStage
[1.11.35a] 2024/02/05 16:57:12: enter RankStage
[1.11.35a] 2024/02/05 16:57:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:57:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:57:20: leave RankStage
[1.11.35a] 2024/02/05 16:57:20: drop RankStage
[1.11.35a] 2024/02/05 16:57:20: enter GameStage
[1.11.35a] 2024/02/05 16:57:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:57:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:58:12: bind SaveWaitingStage
[1.11.35a] 2024/02/05 16:58:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 16:58:12: enter SaveWaitingStage
[1.11.35a] 2024/02/05 16:58:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:58:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 16:58:12: leave SaveWaitingStage
[1.11.35a] 2024/02/05 16:58:12: drop SaveWaitingStage
[1.11.35a] 2024/02/05 16:58:12: enter GameStage
[1.11.35a] 2024/02/05 16:58:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 16:58:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:01:16: bind CityInfoStage
[1.11.35a] 2024/02/05 17:01:16: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:01:16: enter CityInfoStage
[1.11.35a] 2024/02/05 17:01:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:01:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:01:27: leave CityInfoStage
[1.11.35a] 2024/02/05 17:01:27: drop CityInfoStage
[1.11.35a] 2024/02/05 17:01:27: enter GameStage
[1.11.35a] 2024/02/05 17:01:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:01:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:03:22: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:03:22: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:03:22: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:03:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:03:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:03:24: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:03:24: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:03:24: enter GameStage
[1.11.35a] 2024/02/05 17:03:24: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:03:24: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:07:41: bind CityInfoStage
[1.11.35a] 2024/02/05 17:07:41: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:07:41: enter CityInfoStage
[1.11.35a] 2024/02/05 17:07:41: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:07:41: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:07:42: leave CityInfoStage
[1.11.35a] 2024/02/05 17:07:42: drop CityInfoStage
[1.11.35a] 2024/02/05 17:07:42: enter GameStage
[1.11.35a] 2024/02/05 17:07:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:07:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:07:43: bind CityInfoStage
[1.11.35a] 2024/02/05 17:07:43: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:07:43: enter CityInfoStage
[1.11.35a] 2024/02/05 17:07:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:07:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:07:44: leave CityInfoStage
[1.11.35a] 2024/02/05 17:07:44: drop CityInfoStage
[1.11.35a] 2024/02/05 17:07:44: enter GameStage
[1.11.35a] 2024/02/05 17:07:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:07:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:08:23: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:08:23: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:08:23: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:08:23: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:08:23: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:08:24: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:08:24: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:08:24: enter GameStage
[1.11.35a] 2024/02/05 17:08:24: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:08:24: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:10:57: bind CityInfoStage
[1.11.35a] 2024/02/05 17:10:57: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:10:57: enter CityInfoStage
[1.11.35a] 2024/02/05 17:10:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:10:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:11:04: leave CityInfoStage
[1.11.35a] 2024/02/05 17:11:04: drop CityInfoStage
[1.11.35a] 2024/02/05 17:11:04: enter GameStage
[1.11.35a] 2024/02/05 17:11:04: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:11:04: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:13:30: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:13:30: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:13:30: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:13:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:13:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:13:31: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:13:31: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:13:31: enter GameStage
[1.11.35a] 2024/02/05 17:13:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:13:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:14:49: instance NA==
[1.11.35a] 2024/02/05 17:14:49: bind RankStage
[1.11.35a] 2024/02/05 17:14:49: prepare RankStage
[1.11.35a] 2024/02/05 17:14:49: enter RankStage
[1.11.35a] 2024/02/05 17:14:49: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:14:49: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:15:02: leave RankStage
[1.11.35a] 2024/02/05 17:15:02: drop RankStage
[1.11.35a] 2024/02/05 17:15:02: enter GameStage
[1.11.35a] 2024/02/05 17:15:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:15:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:17:18: bind CityInfoStage
[1.11.35a] 2024/02/05 17:17:18: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:17:18: enter CityInfoStage
[1.11.35a] 2024/02/05 17:17:18: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:17:18: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:17:22: leave CityInfoStage
[1.11.35a] 2024/02/05 17:17:22: drop CityInfoStage
[1.11.35a] 2024/02/05 17:17:22: enter GameStage
[1.11.35a] 2024/02/05 17:17:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:17:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:18:44: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:18:44: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:18:44: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:18:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:18:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:18:45: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:18:45: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:18:45: enter GameStage
[1.11.35a] 2024/02/05 17:18:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:18:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:20:31: bind CityInfoStage
[1.11.35a] 2024/02/05 17:20:31: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:20:31: enter CityInfoStage
[1.11.35a] 2024/02/05 17:20:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:20:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:20:38: leave CityInfoStage
[1.11.35a] 2024/02/05 17:20:38: drop CityInfoStage
[1.11.35a] 2024/02/05 17:20:38: enter GameStage
[1.11.35a] 2024/02/05 17:20:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:20:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:20:41: bind Store
[1.11.35a] 2024/02/05 17:20:41: prepare Store
[1.11.35a] 2024/02/05 17:20:41: enter Store
[1.11.35a] 2024/02/05 17:20:41: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:20:41: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:20:44: leave Store
[1.11.35a] 2024/02/05 17:20:44: drop Store
[1.11.35a] 2024/02/05 17:20:44: enter GameStage
[1.11.35a] 2024/02/05 17:20:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:20:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:24:01: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:24:01: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:24:01: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:24:01: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:24:01: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:24:02: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:24:02: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:24:02: enter GameStage
[1.11.35a] 2024/02/05 17:24:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:24:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:29:02: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:29:02: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:29:02: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:29:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:29:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:29:03: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:29:03: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:29:03: enter GameStage
[1.11.35a] 2024/02/05 17:29:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:29:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:30:37: bind CityInfoStage
[1.11.35a] 2024/02/05 17:30:37: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:30:37: enter CityInfoStage
[1.11.35a] 2024/02/05 17:30:37: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:30:37: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:30:42: leave CityInfoStage
[1.11.35a] 2024/02/05 17:30:42: drop CityInfoStage
[1.11.35a] 2024/02/05 17:30:42: enter GameStage
[1.11.35a] 2024/02/05 17:30:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:30:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:33:27: bind CityInfoStage
[1.11.35a] 2024/02/05 17:33:27: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:33:27: enter CityInfoStage
[1.11.35a] 2024/02/05 17:33:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:33:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:33:35: leave CityInfoStage
[1.11.35a] 2024/02/05 17:33:35: drop CityInfoStage
[1.11.35a] 2024/02/05 17:33:35: enter GameStage
[1.11.35a] 2024/02/05 17:33:35: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:33:35: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:34:14: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:34:14: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:34:14: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:34:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:34:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:34:15: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:34:15: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:34:15: enter GameStage
[1.11.35a] 2024/02/05 17:34:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:34:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:37:22: bind CityInfoStage
[1.11.35a] 2024/02/05 17:37:22: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:37:22: enter CityInfoStage
[1.11.35a] 2024/02/05 17:37:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:37:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:37:32: leave CityInfoStage
[1.11.35a] 2024/02/05 17:37:32: drop CityInfoStage
[1.11.35a] 2024/02/05 17:37:32: enter GameStage
[1.11.35a] 2024/02/05 17:37:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:37:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:39:22: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:39:22: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:39:22: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:39:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:39:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:39:23: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:39:23: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:39:23: enter GameStage
[1.11.35a] 2024/02/05 17:39:23: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:39:23: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:39:56: bind CityInfoStage
[1.11.35a] 2024/02/05 17:39:56: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:39:56: enter CityInfoStage
[1.11.35a] 2024/02/05 17:39:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:39:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:40:01: leave CityInfoStage
[1.11.35a] 2024/02/05 17:40:01: drop CityInfoStage
[1.11.35a] 2024/02/05 17:40:01: enter GameStage
[1.11.35a] 2024/02/05 17:40:01: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:40:01: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:40:20: bind CityInfoStage
[1.11.35a] 2024/02/05 17:40:20: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:40:20: enter CityInfoStage
[1.11.35a] 2024/02/05 17:40:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:40:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:40:27: leave CityInfoStage
[1.11.35a] 2024/02/05 17:40:27: drop CityInfoStage
[1.11.35a] 2024/02/05 17:40:27: enter GameStage
[1.11.35a] 2024/02/05 17:40:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:40:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:42:59: bind CityInfoStage
[1.11.35a] 2024/02/05 17:42:59: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:42:59: enter CityInfoStage
[1.11.35a] 2024/02/05 17:42:59: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:42:59: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:43:03: leave CityInfoStage
[1.11.35a] 2024/02/05 17:43:03: drop CityInfoStage
[1.11.35a] 2024/02/05 17:43:03: enter GameStage
[1.11.35a] 2024/02/05 17:43:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:43:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:44:33: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:44:33: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:44:33: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:44:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:44:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:44:35: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:44:35: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:44:35: enter GameStage
[1.11.35a] 2024/02/05 17:44:35: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:44:35: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:47:03: instance Ng==
[1.11.35a] 2024/02/05 17:47:03: bind RankStage
[1.11.35a] 2024/02/05 17:47:03: prepare RankStage
[1.11.35a] 2024/02/05 17:47:03: enter RankStage
[1.11.35a] 2024/02/05 17:47:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:47:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:47:24: leave RankStage
[1.11.35a] 2024/02/05 17:47:24: drop RankStage
[1.11.35a] 2024/02/05 17:47:24: enter GameStage
[1.11.35a] 2024/02/05 17:47:24: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:47:24: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:49:52: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:49:52: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:49:52: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:49:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:49:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:49:53: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:49:53: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:49:53: enter GameStage
[1.11.35a] 2024/02/05 17:49:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:49:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:53:44: leave GameStage
[1.11.35a] 2024/02/05 17:53:44: drop GameStage
[1.11.35a] 2024/02/05 17:53:44: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:53:44: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:53:44: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:53:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:53:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:53:45: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:53:45: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:53:45: enter RegionStage
[1.11.35a] 2024/02/05 17:53:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:53:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:53:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:53:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:53:58: bind GameStage
[1.11.35a] 2024/02/05 17:53:58: prepare GameStage
[1.11.35a] 2024/02/05 17:53:58: enter GameStage
[1.11.35a] 2024/02/05 17:53:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:53:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:54:00: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/05 17:54:43: bind CityInfoStage


[1.11.35a] 2024/02/05 17:54:43: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:54:43: enter CityInfoStage
[1.11.35a] 2024/02/05 17:54:43: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:54:43: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:54:48: leave CityInfoStage
[1.11.35a] 2024/02/05 17:54:48: drop CityInfoStage
[1.11.35a] 2024/02/05 17:54:48: enter GameStage
[1.11.35a] 2024/02/05 17:54:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:54:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:54:57: bind CityInfoStage
[1.11.35a] 2024/02/05 17:54:57: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:54:57: enter CityInfoStage
[1.11.35a] 2024/02/05 17:54:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:54:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:55:01: leave CityInfoStage
[1.11.35a] 2024/02/05 17:55:01: drop CityInfoStage
[1.11.35a] 2024/02/05 17:55:01: enter GameStage
[1.11.35a] 2024/02/05 17:55:01: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:55:01: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:55:09: bind CityInfoStage
[1.11.35a] 2024/02/05 17:55:09: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:55:09: enter CityInfoStage
[1.11.35a] 2024/02/05 17:55:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:55:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:55:25: leave CityInfoStage
[1.11.35a] 2024/02/05 17:55:25: drop CityInfoStage
[1.11.35a] 2024/02/05 17:55:25: enter GameStage
[1.11.35a] 2024/02/05 17:55:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:55:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:56:50: bind CityInfoStage
[1.11.35a] 2024/02/05 17:56:50: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:56:50: enter CityInfoStage
[1.11.35a] 2024/02/05 17:56:50: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:56:50: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:56:57: leave CityInfoStage
[1.11.35a] 2024/02/05 17:56:57: drop CityInfoStage
[1.11.35a] 2024/02/05 17:56:57: enter GameStage
[1.11.35a] 2024/02/05 17:56:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:56:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:58:25: instance OA==
[1.11.35a] 2024/02/05 17:58:25: bind RankStage
[1.11.35a] 2024/02/05 17:58:25: prepare RankStage
[1.11.35a] 2024/02/05 17:58:25: enter RankStage
[1.11.35a] 2024/02/05 17:58:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:58:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:58:27: leave RankStage
[1.11.35a] 2024/02/05 17:58:27: drop RankStage
[1.11.35a] 2024/02/05 17:58:27: enter GameStage
[1.11.35a] 2024/02/05 17:58:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:58:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:59:24: bind SaveWaitingStage
[1.11.35a] 2024/02/05 17:59:24: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 17:59:24: enter SaveWaitingStage
[1.11.35a] 2024/02/05 17:59:24: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:59:24: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:59:25: leave SaveWaitingStage
[1.11.35a] 2024/02/05 17:59:25: drop SaveWaitingStage
[1.11.35a] 2024/02/05 17:59:25: enter GameStage
[1.11.35a] 2024/02/05 17:59:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:59:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 17:59:59: bind CityInfoStage
[1.11.35a] 2024/02/05 17:59:59: prepare CityInfoStage
[1.11.35a] 2024/02/05 17:59:59: enter CityInfoStage
[1.11.35a] 2024/02/05 17:59:59: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 17:59:59: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:00:03: leave CityInfoStage
[1.11.35a] 2024/02/05 18:00:03: drop CityInfoStage
[1.11.35a] 2024/02/05 18:00:03: enter GameStage
[1.11.35a] 2024/02/05 18:00:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:00:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:04:29: bind SaveWaitingStage
[1.11.35a] 2024/02/05 18:04:29: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 18:04:29: enter SaveWaitingStage
[1.11.35a] 2024/02/05 18:04:29: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:04:29: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:04:30: leave SaveWaitingStage
[1.11.35a] 2024/02/05 18:04:30: drop SaveWaitingStage
[1.11.35a] 2024/02/05 18:04:30: enter GameStage
[1.11.35a] 2024/02/05 18:04:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:04:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:04:47: bind CityInfoStage
[1.11.35a] 2024/02/05 18:04:47: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:04:47: enter CityInfoStage
[1.11.35a] 2024/02/05 18:04:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:04:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:04:54: leave CityInfoStage
[1.11.35a] 2024/02/05 18:04:54: drop CityInfoStage
[1.11.35a] 2024/02/05 18:04:54: enter GameStage
[1.11.35a] 2024/02/05 18:04:54: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:04:54: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:05:42: bind CityInfoStage
[1.11.35a] 2024/02/05 18:05:42: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:05:42: enter CityInfoStage
[1.11.35a] 2024/02/05 18:05:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:05:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:05:55: leave CityInfoStage
[1.11.35a] 2024/02/05 18:05:55: drop CityInfoStage
[1.11.35a] 2024/02/05 18:05:55: enter GameStage
[1.11.35a] 2024/02/05 18:05:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:05:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:07:25: bind CityInfoStage
[1.11.35a] 2024/02/05 18:07:25: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:07:25: enter CityInfoStage
[1.11.35a] 2024/02/05 18:07:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:07:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:07:34: leave CityInfoStage
[1.11.35a] 2024/02/05 18:07:34: drop CityInfoStage
[1.11.35a] 2024/02/05 18:07:34: enter GameStage
[1.11.35a] 2024/02/05 18:07:34: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:07:34: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:09:48: bind CityInfoStage
[1.11.35a] 2024/02/05 18:09:48: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:09:48: enter CityInfoStage
[1.11.35a] 2024/02/05 18:09:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:09:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:09:51: leave CityInfoStage
[1.11.35a] 2024/02/05 18:09:51: drop CityInfoStage
[1.11.35a] 2024/02/05 18:09:51: enter GameStage
[1.11.35a] 2024/02/05 18:09:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:09:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:09:55: bind SaveWaitingStage
[1.11.35a] 2024/02/05 18:09:55: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 18:09:55: enter SaveWaitingStage
[1.11.35a] 2024/02/05 18:09:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:09:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:09:56: leave SaveWaitingStage
[1.11.35a] 2024/02/05 18:09:56: drop SaveWaitingStage
[1.11.35a] 2024/02/05 18:09:56: enter GameStage
[1.11.35a] 2024/02/05 18:09:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:09:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:10:46: bind CityInfoStage
[1.11.35a] 2024/02/05 18:10:46: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:10:46: enter CityInfoStage
[1.11.35a] 2024/02/05 18:10:46: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:10:46: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:10:47: leave CityInfoStage
[1.11.35a] 2024/02/05 18:10:47: drop CityInfoStage
[1.11.35a] 2024/02/05 18:10:47: enter GameStage
[1.11.35a] 2024/02/05 18:10:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:10:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:12:02: bind CityInfoStage
[1.11.35a] 2024/02/05 18:12:02: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:12:02: enter CityInfoStage
[1.11.35a] 2024/02/05 18:12:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:12:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:12:06: leave CityInfoStage
[1.11.35a] 2024/02/05 18:12:06: drop CityInfoStage
[1.11.35a] 2024/02/05 18:12:06: enter GameStage
[1.11.35a] 2024/02/05 18:12:06: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:12:06: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:14:21: instance MTA=
[1.11.35a] 2024/02/05 18:14:21: bind RankStage
[1.11.35a] 2024/02/05 18:14:21: prepare RankStage
[1.11.35a] 2024/02/05 18:14:21: enter RankStage
[1.11.35a] 2024/02/05 18:14:21: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:14:21: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:14:41: leave RankStage
[1.11.35a] 2024/02/05 18:14:41: drop RankStage
[1.11.35a] 2024/02/05 18:14:41: enter GameStage
[1.11.35a] 2024/02/05 18:14:41: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:14:41: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:15:19: bind SaveWaitingStage
[1.11.35a] 2024/02/05 18:15:19: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 18:15:19: enter SaveWaitingStage
[1.11.35a] 2024/02/05 18:15:19: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:15:19: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:15:20: leave SaveWaitingStage
[1.11.35a] 2024/02/05 18:15:20: drop SaveWaitingStage
[1.11.35a] 2024/02/05 18:15:20: enter GameStage
[1.11.35a] 2024/02/05 18:15:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:15:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:15:42: bind CityInfoStage
[1.11.35a] 2024/02/05 18:15:42: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:15:42: enter CityInfoStage
[1.11.35a] 2024/02/05 18:15:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:15:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:15:45: leave CityInfoStage
[1.11.35a] 2024/02/05 18:15:45: drop CityInfoStage
[1.11.35a] 2024/02/05 18:15:45: enter GameStage
[1.11.35a] 2024/02/05 18:15:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:15:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:16:04: instance MTI=
[1.11.35a] 2024/02/05 18:16:08: instance MTQ=
[1.11.35a] 2024/02/05 18:16:12: instance MTY=
[1.11.35a] 2024/02/05 18:17:39: bind CityInfoStage
[1.11.35a] 2024/02/05 18:17:39: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:17:39: enter CityInfoStage
[1.11.35a] 2024/02/05 18:17:39: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:17:39: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:17:45: leave CityInfoStage
[1.11.35a] 2024/02/05 18:17:45: drop CityInfoStage
[1.11.35a] 2024/02/05 18:17:45: enter GameStage
[1.11.35a] 2024/02/05 18:17:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:17:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:17:53: bind CityInfoStage
[1.11.35a] 2024/02/05 18:17:53: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:17:53: enter CityInfoStage
[1.11.35a] 2024/02/05 18:17:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:17:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:17:57: leave CityInfoStage
[1.11.35a] 2024/02/05 18:17:57: drop CityInfoStage
[1.11.35a] 2024/02/05 18:17:57: enter GameStage
[1.11.35a] 2024/02/05 18:17:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:17:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:20:31: bind CityInfoStage
[1.11.35a] 2024/02/05 18:20:31: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:20:31: enter CityInfoStage
[1.11.35a] 2024/02/05 18:20:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:20:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:20:34: leave CityInfoStage
[1.11.35a] 2024/02/05 18:20:34: drop CityInfoStage
[1.11.35a] 2024/02/05 18:20:34: enter GameStage
[1.11.35a] 2024/02/05 18:20:34: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:20:34: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:20:36: bind CityInfoStage
[1.11.35a] 2024/02/05 18:20:36: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:20:36: enter CityInfoStage
[1.11.35a] 2024/02/05 18:20:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:20:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:20:38: leave CityInfoStage
[1.11.35a] 2024/02/05 18:20:38: drop CityInfoStage
[1.11.35a] 2024/02/05 18:20:38: enter GameStage
[1.11.35a] 2024/02/05 18:20:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:20:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:21:15: bind CityInfoStage
[1.11.35a] 2024/02/05 18:21:15: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:21:15: enter CityInfoStage
[1.11.35a] 2024/02/05 18:21:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:21:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:22:00: leave CityInfoStage
[1.11.35a] 2024/02/05 18:22:00: drop CityInfoStage
[1.11.35a] 2024/02/05 18:22:00: enter GameStage
[1.11.35a] 2024/02/05 18:22:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:22:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:22:12: bind SaveWaitingStage
[1.11.35a] 2024/02/05 18:22:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 18:22:12: enter SaveWaitingStage
[1.11.35a] 2024/02/05 18:22:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:22:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:22:13: leave SaveWaitingStage
[1.11.35a] 2024/02/05 18:22:13: drop SaveWaitingStage
[1.11.35a] 2024/02/05 18:22:13: enter GameStage
[1.11.35a] 2024/02/05 18:22:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:22:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:05: bind CityInfoStage
[1.11.35a] 2024/02/05 18:25:05: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:25:05: enter CityInfoStage
[1.11.35a] 2024/02/05 18:25:05: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:05: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:14: leave CityInfoStage
[1.11.35a] 2024/02/05 18:25:14: drop CityInfoStage
[1.11.35a] 2024/02/05 18:25:14: enter GameStage
[1.11.35a] 2024/02/05 18:25:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:15: bind CityInfoStage
[1.11.35a] 2024/02/05 18:25:15: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:25:15: enter CityInfoStage
[1.11.35a] 2024/02/05 18:25:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:16: leave CityInfoStage
[1.11.35a] 2024/02/05 18:25:16: drop CityInfoStage
[1.11.35a] 2024/02/05 18:25:16: enter GameStage
[1.11.35a] 2024/02/05 18:25:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:47: bind CityInfoStage
[1.11.35a] 2024/02/05 18:25:47: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:25:47: enter CityInfoStage
[1.11.35a] 2024/02/05 18:25:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:53: leave CityInfoStage
[1.11.35a] 2024/02/05 18:25:53: drop CityInfoStage
[1.11.35a] 2024/02/05 18:25:53: enter GameStage
[1.11.35a] 2024/02/05 18:25:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:25:58: bind CityInfoStage
[1.11.35a] 2024/02/05 18:25:58: prepare CityInfoStage
[1.11.35a] 2024/02/05 18:25:58: enter CityInfoStage
[1.11.35a] 2024/02/05 18:25:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:25:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:26:02: leave CityInfoStage
[1.11.35a] 2024/02/05 18:26:02: drop CityInfoStage
[1.11.35a] 2024/02/05 18:26:02: enter GameStage
[1.11.35a] 2024/02/05 18:26:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:26:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:26:08: instance MTg=
[1.11.35a] 2024/02/05 18:26:12: instance MjA=
[1.11.35a] 2024/02/05 18:27:04: leave GameStage
[1.11.35a] 2024/02/05 18:27:04: drop GameStage
[1.11.35a] 2024/02/05 18:27:04: bind SaveWaitingStage
[1.11.35a] 2024/02/05 18:27:04: prepare SaveWaitingStage
[1.11.35a] 2024/02/05 18:27:04: enter SaveWaitingStage
[1.11.35a] 2024/02/05 18:27:04: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:27:04: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:27:05: leave SaveWaitingStage
[1.11.35a] 2024/02/05 18:27:05: drop SaveWaitingStage
[1.11.35a] 2024/02/05 18:27:05: enter RegionStage
[1.11.35a] 2024/02/05 18:27:05: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:27:05: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/05 18:27:05: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/05 18:27:05: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:34: Startup
[1.11.35a] 2024/02/06 07:06:35: create() cold start
[1.11.35a] 2024/02/06 07:06: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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:06:35: 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:1012)
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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 20 more

[1.11.35a] 2024/02/06 07:06:36: translation pt_BR


[1.11.35a] 2024/02/06 07:06:36: instance MjA=
[1.11.35a] 2024/02/06 07:06:36: create() finish
[1.11.35a] 2024/02/06 07:06:36: create() end
[1.11.35a] 2024/02/06 07:06:36: resume app
[1.11.35a] 2024/02/06 07:06:36: refresh
[1.11.35a] 2024/02/06 07:06:36: bind LoadingStage
[1.11.35a] 2024/02/06 07:06:36: prepare LoadingStage
[1.11.35a] 2024/02/06 07:06:37: enter LoadingStage
[1.11.35a] 2024/02/06 07:06:37: loading Warm-up
[1.11.35a] 2024/02/06 07:06:37: loading Startup
[1.11.35a] 2024/02/06 07:06: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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:06:37: Max texture size 8192


[1.11.35a] 2024/02/06 07:06:37: Max heap size is 384MB
[1.11.35a] 2024/02/06 07:06:37: Engine consumes 11MB
[1.11.35a] 2024/02/06 07:06:37: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/06 07:06:37: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:06:38: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:06:38: loading Texture


[1.11.35a] 2024/02/06 07:06:38: loading Fonts
[1.11.35a] 2024/02/06 07:06:39: loading Skin
[1.11.35a] 2024/02/06 07:06:39: loading Extract files
[1.11.35a] 2024/02/06 07:06:39: loading Frames
[1.11.35a] 2024/02/06 07:06:39: loading Scripting
[1.11.35a] 2024/02/06 07:06:40: loading Collecting drafts
[1.11.35a] 2024/02/06 07:06:42: loading Prefetching images
[1.11.35a] 2024/02/06 07:06:42: loading Loading drafts
[1.11.35a] 2024/02/06 07:06:45: loading Finishing drafts
[1.11.35a] 2024/02/06 07:06:46: loading Loading music
[1.11.35a] 2024/02/06 07:06:46: loading Shaders
[1.11.35a] 2024/02/06 07:06:47: loading Topics
[1.11.35a] 2024/02/06 07:06:47: loading Loading textures
[1.11.35a] 2024/02/06 07:06:52: loading Checking winter
[1.11.35a] 2024/02/06 07:06:52: loading Preparing background
[1.11.35a] 2024/02/06 07:06:52: loading Finishing
[1.11.35a] 2024/02/06 07:06:52: leave LoadingStage
[1.11.35a] 2024/02/06 07:06:52: drop LoadingStage
[1.11.35a] 2024/02/06 07:06:52: bind PluginErrorStage
[1.11.35a] 2024/02/06 07:06:52: prepare PluginErrorStage
[1.11.35a] 2024/02/06 07:06:52: bind MissingManifestStage
[1.11.35a] 2024/02/06 07:06:52: prepare MissingManifestStage
[1.11.35a] 2024/02/06 07:06:52: bind WelcomeStage
[1.11.35a] 2024/02/06 07:06:52: prepare WelcomeStage
[1.11.35a] 2024/02/06 07:06:52: enter WelcomeStage
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:52: drop PluginErrorStage
[1.11.35a] 2024/02/06 07:06:52: drop MissingManifestStage
[1.11.35a] 2024/02/06 07:06:52: leave WelcomeStage
[1.11.35a] 2024/02/06 07:06:52: drop WelcomeStage
[1.11.35a] 2024/02/06 07:06:52: bind RegionStage
[1.11.35a] 2024/02/06 07:06:52: prepare RegionStage
[1.11.35a] 2024/02/06 07:06:52: enter RegionStage
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:53: instance MTk=
[1.11.35a] 2024/02/06 07:06:53: instance MjA=
[1.11.35a] 2024/02/06 07:06:53: bind LoadWaitingStage
[1.11.35a] 2024/02/06 07:06:53: prepare LoadWaitingStage
[1.11.35a] 2024/02/06 07:06:53: enter LoadWaitingStage
[1.11.35a] 2024/02/06 07:06:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:06:54: leave LoadWaitingStage
[1.11.35a] 2024/02/06 07:06:54: drop LoadWaitingStage
[1.11.35a] 2024/02/06 07:06:54: bind GameStage
[1.11.35a] 2024/02/06 07:06:54: prepare GameStage
[1.11.35a] 2024/02/06 07:06:54: enter GameStage
[1.11.35a] 2024/02/06 07:06:54: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:06:54: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:07:10: Invitation Check
java.net.UnknownHostException: Unable to resolve host "theotown.com": No address
associated with hostname
java.net.UnknownHostException: Unable to resolve host "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 java.net.URL.openStream(URL.java:1072)
at
info.flowersoft.theotown.ui.DiamondShopDialog$4.run(DiamondShopDialog.java:288)
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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:07:36: pause app


[1.11.35a] 2024/02/06 07:08:30: enter app
[1.11.35a] 2024/02/06 07:08:30: resume app
[1.11.35a] 2024/02/06 07:08:30: resume -> enter GameStage
[1.11.35a] 2024/02/06 07:08:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:08:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07: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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:09:38: instance MjI=


[1.11.35a] 2024/02/06 07:09:42: instance MjQ=
[1.11.35a] 2024/02/06 07:12:28: bind CityInfoStage
[1.11.35a] 2024/02/06 07:12:28: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:12:28: enter CityInfoStage
[1.11.35a] 2024/02/06 07:12:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:12:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:12:31: leave CityInfoStage
[1.11.35a] 2024/02/06 07:12:31: drop CityInfoStage
[1.11.35a] 2024/02/06 07:12:31: enter GameStage
[1.11.35a] 2024/02/06 07:12:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:12:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:12:32: bind CityInfoStage
[1.11.35a] 2024/02/06 07:12:32: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:12:32: enter CityInfoStage
[1.11.35a] 2024/02/06 07:12:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:12:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:12:33: leave CityInfoStage
[1.11.35a] 2024/02/06 07:12:33: drop CityInfoStage
[1.11.35a] 2024/02/06 07:12:33: enter GameStage
[1.11.35a] 2024/02/06 07:12:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:12:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:07: bind CityInfoStage
[1.11.35a] 2024/02/06 07:13:07: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:13:07: enter CityInfoStage
[1.11.35a] 2024/02/06 07:13:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:08: leave CityInfoStage
[1.11.35a] 2024/02/06 07:13:08: drop CityInfoStage
[1.11.35a] 2024/02/06 07:13:08: enter GameStage
[1.11.35a] 2024/02/06 07:13:08: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:08: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:08: bind CityInfoStage
[1.11.35a] 2024/02/06 07:13:08: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:13:08: enter CityInfoStage
[1.11.35a] 2024/02/06 07:13:08: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:08: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:10: leave CityInfoStage
[1.11.35a] 2024/02/06 07:13:10: drop CityInfoStage
[1.11.35a] 2024/02/06 07:13:10: enter GameStage
[1.11.35a] 2024/02/06 07:13:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:32: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:13:32: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:13:32: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:13:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:13:33: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:13:33: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:13:33: enter GameStage
[1.11.35a] 2024/02/06 07:13:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:13:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:19:20: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:19:20: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:19:20: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:19:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:19:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:19:21: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:19:21: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:19:21: enter GameStage
[1.11.35a] 2024/02/06 07:19:21: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:19:21: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:19:42: bind CityInfoStage
[1.11.35a] 2024/02/06 07:19:42: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:19:42: enter CityInfoStage
[1.11.35a] 2024/02/06 07:19:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:19:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:19:56: leave CityInfoStage
[1.11.35a] 2024/02/06 07:19:56: drop CityInfoStage
[1.11.35a] 2024/02/06 07:19:56: enter GameStage
[1.11.35a] 2024/02/06 07:19:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:19:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:22:39: pause app
[1.11.35a] 2024/02/06 07:25:07: enter app
[1.11.35a] 2024/02/06 07:25:07: resume app
[1.11.35a] 2024/02/06 07:25:07: resume -> enter GameStage
[1.11.35a] 2024/02/06 07:25:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:25:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:25:10: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 07:27:44: bind CityInfoStage


[1.11.35a] 2024/02/06 07:27:44: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:27:44: enter CityInfoStage
[1.11.35a] 2024/02/06 07:27:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:27:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:27:45: leave CityInfoStage
[1.11.35a] 2024/02/06 07:27:45: drop CityInfoStage
[1.11.35a] 2024/02/06 07:27:45: enter GameStage
[1.11.35a] 2024/02/06 07:27:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:27:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:28:45: bind CityInfoStage
[1.11.35a] 2024/02/06 07:28:45: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:28:45: enter CityInfoStage
[1.11.35a] 2024/02/06 07:28:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:28:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:28:49: leave CityInfoStage
[1.11.35a] 2024/02/06 07:28:49: drop CityInfoStage
[1.11.35a] 2024/02/06 07:28:49: enter GameStage
[1.11.35a] 2024/02/06 07:28:49: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:28:49: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:29:41: bind CityInfoStage
[1.11.35a] 2024/02/06 07:29:41: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:29:41: enter CityInfoStage
[1.11.35a] 2024/02/06 07:29:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:29:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:29:46: refresh
[1.11.35a] 2024/02/06 07:29:46: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:29:46: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:30:04: leave CityInfoStage
[1.11.35a] 2024/02/06 07:30:04: drop CityInfoStage
[1.11.35a] 2024/02/06 07:30:04: enter GameStage
[1.11.35a] 2024/02/06 07:30:04: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:30:04: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:30:27: bind CityInfoStage
[1.11.35a] 2024/02/06 07:30:27: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:30:27: enter CityInfoStage
[1.11.35a] 2024/02/06 07:30:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:30:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:30:32: leave CityInfoStage
[1.11.35a] 2024/02/06 07:30:32: drop CityInfoStage
[1.11.35a] 2024/02/06 07:30:32: enter GameStage
[1.11.35a] 2024/02/06 07:30:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:30:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:30:47: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:30:47: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:30:47: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:30:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:30:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:30:48: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:30:48: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:30:48: enter GameStage
[1.11.35a] 2024/02/06 07:30:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:30:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:32:07: bind CityInfoStage
[1.11.35a] 2024/02/06 07:32:07: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:32:07: enter CityInfoStage
[1.11.35a] 2024/02/06 07:32:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:32:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:33:41: leave CityInfoStage
[1.11.35a] 2024/02/06 07:33:41: drop CityInfoStage
[1.11.35a] 2024/02/06 07:33:41: enter GameStage
[1.11.35a] 2024/02/06 07:33:41: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:33:41: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:33:57: instance MjY=
[1.11.35a] 2024/02/06 07:36:20: bind CityInfoStage
[1.11.35a] 2024/02/06 07:36:20: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:36:20: enter CityInfoStage
[1.11.35a] 2024/02/06 07:36:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:36:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:36:28: leave CityInfoStage
[1.11.35a] 2024/02/06 07:36:28: drop CityInfoStage
[1.11.35a] 2024/02/06 07:36:28: enter GameStage
[1.11.35a] 2024/02/06 07:36:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:36:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:37:25: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:37:25: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:37:25: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:37:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:37:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:37:27: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:37:27: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:37:27: enter GameStage
[1.11.35a] 2024/02/06 07:37:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:37:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:40:04: instance Mjg=
[1.11.35a] 2024/02/06 07:40:05: bind RankStage
[1.11.35a] 2024/02/06 07:40:05: prepare RankStage
[1.11.35a] 2024/02/06 07:40:05: enter RankStage
[1.11.35a] 2024/02/06 07:40:05: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:40:05: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:41:19: leave RankStage
[1.11.35a] 2024/02/06 07:41:19: drop RankStage
[1.11.35a] 2024/02/06 07:41:19: enter GameStage
[1.11.35a] 2024/02/06 07:41:19: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:41:19: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:43:46: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:43:46: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:43:46: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:43:46: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:43:46: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:43:48: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:43:48: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:43:48: enter GameStage
[1.11.35a] 2024/02/06 07:43:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:43:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:47:09: bind CityInfoStage
[1.11.35a] 2024/02/06 07:47:09: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:47:09: enter CityInfoStage
[1.11.35a] 2024/02/06 07:47:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:47:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:47:11: leave CityInfoStage
[1.11.35a] 2024/02/06 07:47:11: drop CityInfoStage
[1.11.35a] 2024/02/06 07:47:11: enter GameStage
[1.11.35a] 2024/02/06 07:47:11: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:47:11: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:47:21: bind CityInfoStage
[1.11.35a] 2024/02/06 07:47:21: prepare CityInfoStage
[1.11.35a] 2024/02/06 07:47:21: enter CityInfoStage
[1.11.35a] 2024/02/06 07:47:21: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:47:21: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:47:22: leave CityInfoStage
[1.11.35a] 2024/02/06 07:47:22: drop CityInfoStage
[1.11.35a] 2024/02/06 07:47:22: enter GameStage
[1.11.35a] 2024/02/06 07:47:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:47:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:48:48: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:48:48: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:48:48: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:48:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:48:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:48:50: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:48:50: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:48:50: enter GameStage
[1.11.35a] 2024/02/06 07:48:50: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:48:50: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:53:51: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:53:51: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:53:51: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:53:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:53:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:53:52: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:53:52: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:53:52: enter GameStage
[1.11.35a] 2024/02/06 07:53:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:53:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:58:51: bind SaveWaitingStage
[1.11.35a] 2024/02/06 07:58:51: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 07:58:51: enter SaveWaitingStage
[1.11.35a] 2024/02/06 07:58:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:58:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 07:58:53: leave SaveWaitingStage
[1.11.35a] 2024/02/06 07:58:53: drop SaveWaitingStage
[1.11.35a] 2024/02/06 07:58:53: enter GameStage
[1.11.35a] 2024/02/06 07:58:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 07:58:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:03:51: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:03:51: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:03:51: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:03:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:03:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:03:53: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:03:53: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:03:53: enter GameStage
[1.11.35a] 2024/02/06 08:03:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:03:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:06:03: instance MzA=
[1.11.35a] 2024/02/06 08:08:40: bind CityInfoStage
[1.11.35a] 2024/02/06 08:08:40: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:08:40: enter CityInfoStage
[1.11.35a] 2024/02/06 08:08:40: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:08:40: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:08:42: leave CityInfoStage
[1.11.35a] 2024/02/06 08:08:42: drop CityInfoStage
[1.11.35a] 2024/02/06 08:08:42: enter GameStage
[1.11.35a] 2024/02/06 08:08:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:08:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:08:52: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:08:52: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:08:52: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:08:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:08:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:08:53: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:08:53: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:08:54: enter GameStage
[1.11.35a] 2024/02/06 08:08:54: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:08:54: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:14:48: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:14:48: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:14:48: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:14:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:14:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:14:50: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:14:50: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:14:50: enter GameStage
[1.11.35a] 2024/02/06 08:14:50: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:14:50: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:18:56: bind CityInfoStage
[1.11.35a] 2024/02/06 08:18:56: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:18:56: enter CityInfoStage
[1.11.35a] 2024/02/06 08:18:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:18:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:18:57: leave CityInfoStage
[1.11.35a] 2024/02/06 08:18:58: drop CityInfoStage
[1.11.35a] 2024/02/06 08:18:58: enter GameStage
[1.11.35a] 2024/02/06 08:18:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:18:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:18:58: bind CityInfoStage
[1.11.35a] 2024/02/06 08:18:58: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:18:58: enter CityInfoStage
[1.11.35a] 2024/02/06 08:18:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:18:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:19:00: leave CityInfoStage
[1.11.35a] 2024/02/06 08:19:00: drop CityInfoStage
[1.11.35a] 2024/02/06 08:19:00: enter GameStage
[1.11.35a] 2024/02/06 08:19:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:19:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:19:57: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:19:57: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:19:57: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:19:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:19:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:19:59: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:19:59: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:19:59: enter GameStage
[1.11.35a] 2024/02/06 08:19:59: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:19:59: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:20:51: bind CityInfoStage
[1.11.35a] 2024/02/06 08:20:51: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:20:51: enter CityInfoStage
[1.11.35a] 2024/02/06 08:20:51: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:20:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:20:53: leave CityInfoStage
[1.11.35a] 2024/02/06 08:20:53: drop CityInfoStage
[1.11.35a] 2024/02/06 08:20:53: enter GameStage
[1.11.35a] 2024/02/06 08:20:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:20:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:21:28: bind CityInfoStage
[1.11.35a] 2024/02/06 08:21:28: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:21:28: enter CityInfoStage
[1.11.35a] 2024/02/06 08:21:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:21:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:21:32: leave CityInfoStage
[1.11.35a] 2024/02/06 08:21:32: drop CityInfoStage
[1.11.35a] 2024/02/06 08:21:32: enter GameStage
[1.11.35a] 2024/02/06 08:21:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:21:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:22:04: bind CityInfoStage
[1.11.35a] 2024/02/06 08:22:04: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:22:04: enter CityInfoStage
[1.11.35a] 2024/02/06 08:22:04: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:22:04: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:22:05: leave CityInfoStage
[1.11.35a] 2024/02/06 08:22:05: drop CityInfoStage
[1.11.35a] 2024/02/06 08:22:05: enter GameStage
[1.11.35a] 2024/02/06 08:22:05: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:22:05: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:22:54: instance MzI=
[1.11.35a] 2024/02/06 08:23:01: instance MzQ=
[1.11.35a] 2024/02/06 08:25:09: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:25:09: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:25:09: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:25:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:25:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:25:10: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:25:10: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:25:10: enter GameStage
[1.11.35a] 2024/02/06 08:25:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:25:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:26:07: bind CityInfoStage
[1.11.35a] 2024/02/06 08:26:07: prepare CityInfoStage
[1.11.35a] 2024/02/06 08:26:07: enter CityInfoStage
[1.11.35a] 2024/02/06 08:26:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:26:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:26:10: leave CityInfoStage
[1.11.35a] 2024/02/06 08:26:10: drop CityInfoStage
[1.11.35a] 2024/02/06 08:26:10: enter GameStage
[1.11.35a] 2024/02/06 08:26:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:26:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:26:33: instance MzY=
[1.11.35a] 2024/02/06 08:26:34: bind RankStage
[1.11.35a] 2024/02/06 08:26:34: prepare RankStage
[1.11.35a] 2024/02/06 08:26:34: enter RankStage
[1.11.35a] 2024/02/06 08:26:34: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:26:34: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:26:36: leave RankStage
[1.11.35a] 2024/02/06 08:26:36: drop RankStage
[1.11.35a] 2024/02/06 08:26:36: enter GameStage
[1.11.35a] 2024/02/06 08:26:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:26:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:30:11: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:30:11: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:30:11: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:30:11: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:30:11: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:30:13: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:30:13: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:30:13: enter GameStage
[1.11.35a] 2024/02/06 08:30:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:30:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:35:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:35:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:35:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:35:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:35:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:35:13: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:35:13: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:35:13: enter GameStage
[1.11.35a] 2024/02/06 08:35:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:35:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:40:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:40:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:40:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:40:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:40:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:40:13: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:40:13: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:40:13: enter GameStage
[1.11.35a] 2024/02/06 08:40:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:40:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:45:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:45:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:45:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:45:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:45:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:45:14: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:45:14: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:45:14: enter GameStage
[1.11.35a] 2024/02/06 08:45:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:45:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:50:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:50:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:50:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:50:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:50:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:50:14: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:50:14: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:50:14: enter GameStage
[1.11.35a] 2024/02/06 08:50:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:50:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:55:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 08:55:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 08:55:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 08:55:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:55:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 08:55:14: leave SaveWaitingStage
[1.11.35a] 2024/02/06 08:55:14: drop SaveWaitingStage
[1.11.35a] 2024/02/06 08:55:14: enter GameStage
[1.11.35a] 2024/02/06 08:55:14: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 08:55:14: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:00:13: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:00:13: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:00:13: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:00:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:00:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:00:15: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:00:15: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:00:15: enter GameStage
[1.11.35a] 2024/02/06 09:00:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:00:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:05:15: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:05:15: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:05:15: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:05:15: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:05:15: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:05:17: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:05:17: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:05:17: enter GameStage
[1.11.35a] 2024/02/06 09:05:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:05:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:10:16: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:10:16: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:10:16: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:10:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:10:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:10:17: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:10:17: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:10:17: enter GameStage
[1.11.35a] 2024/02/06 09:10:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:10:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:15:16: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:15:16: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:15:16: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:15:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:15:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:15:18: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:15:18: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:15:18: enter GameStage
[1.11.35a] 2024/02/06 09:15:18: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:15:18: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:20:16: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:20:16: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:20:16: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:20:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:20:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:20:17: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:20:17: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:20:17: enter GameStage
[1.11.35a] 2024/02/06 09:20:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:20:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:25:16: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:25:16: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:25:16: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:25:16: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:25:16: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:25:18: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:25:18: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:25:18: enter GameStage
[1.11.35a] 2024/02/06 09:25:18: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:25:18: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:28:13: instance Mzg=
[1.11.35a] 2024/02/06 09:28:13: bind RankStage
[1.11.35a] 2024/02/06 09:28:13: prepare RankStage
[1.11.35a] 2024/02/06 09:28:13: enter RankStage
[1.11.35a] 2024/02/06 09:28:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:28:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:28:22: leave RankStage
[1.11.35a] 2024/02/06 09:28:22: drop RankStage
[1.11.35a] 2024/02/06 09:28:22: enter GameStage
[1.11.35a] 2024/02/06 09:28:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:28:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:28:29: 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:133)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:222)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:133)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.11.35a] 2024/02/06 09:28:36: leave GameStage


[1.11.35a] 2024/02/06 09:28:36: drop GameStage
[1.11.35a] 2024/02/06 09:28:36: bind SaveWaitingStage
[1.11.35a] 2024/02/06 09:28:36: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 09:28:36: enter SaveWaitingStage
[1.11.35a] 2024/02/06 09:28:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:28:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 09:28:38: leave SaveWaitingStage
[1.11.35a] 2024/02/06 09:28:38: drop SaveWaitingStage
[1.11.35a] 2024/02/06 09:28:38: enter RegionStage
[1.11.35a] 2024/02/06 09:28:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 09:28:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:26: Startup
[1.11.35a] 2024/02/06 10:41:26: create() cold start
[1.11.35a] 2024/02/06 10:41:26: translation pt_BR
[1.11.35a] 2024/02/06 10:41:27: instance Mzg=
[1.11.35a] 2024/02/06 10:41:27: create() finish
[1.11.35a] 2024/02/06 10:41:27: create() end
[1.11.35a] 2024/02/06 10:41:27: resume app
[1.11.35a] 2024/02/06 10:41:27: refresh
[1.11.35a] 2024/02/06 10:41:27: bind LoadingStage
[1.11.35a] 2024/02/06 10:41:27: prepare LoadingStage
[1.11.35a] 2024/02/06 10:41:28: enter LoadingStage
[1.11.35a] 2024/02/06 10:41:28: loading Warm-up
[1.11.35a] 2024/02/06 10:41:28: loading Startup
[1.11.35a] 2024/02/06 10:41:29: Max texture size 8192
[1.11.35a] 2024/02/06 10:41:29: Max heap size is 384MB
[1.11.35a] 2024/02/06 10:41:29: Engine consumes 11MB
[1.11.35a] 2024/02/06 10:41:29: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/06 10:41:30: loading Texture
[1.11.35a] 2024/02/06 10:41:30: loading Fonts
[1.11.35a] 2024/02/06 10:41:32: loading Skin
[1.11.35a] 2024/02/06 10:41:32: loading Extract files
[1.11.35a] 2024/02/06 10:41:32: loading Frames
[1.11.35a] 2024/02/06 10:41:32: loading Scripting
[1.11.35a] 2024/02/06 10:41:32: loading Collecting drafts
[1.11.35a] 2024/02/06 10:41:38: loading Prefetching images
[1.11.35a] 2024/02/06 10:41:39: loading Loading drafts
[1.11.35a] 2024/02/06 10:41:43: loading Finishing drafts
[1.11.35a] 2024/02/06 10:41:44: loading Loading music
[1.11.35a] 2024/02/06 10:41:44: loading Shaders
[1.11.35a] 2024/02/06 10:41:45: loading Topics
[1.11.35a] 2024/02/06 10:41:45: loading Loading textures
[1.11.35a] 2024/02/06 10:41:54: loading Checking winter
[1.11.35a] 2024/02/06 10:41:54: loading Preparing background
[1.11.35a] 2024/02/06 10:41:55: loading Finishing
[1.11.35a] 2024/02/06 10:41:55: leave LoadingStage
[1.11.35a] 2024/02/06 10:41:55: drop LoadingStage
[1.11.35a] 2024/02/06 10:41:55: bind PluginErrorStage
[1.11.35a] 2024/02/06 10:41:55: prepare PluginErrorStage
[1.11.35a] 2024/02/06 10:41:55: bind MissingManifestStage
[1.11.35a] 2024/02/06 10:41:55: prepare MissingManifestStage
[1.11.35a] 2024/02/06 10:41:55: bind WelcomeStage
[1.11.35a] 2024/02/06 10:41:55: prepare WelcomeStage
[1.11.35a] 2024/02/06 10:41:55: enter WelcomeStage
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:55: drop PluginErrorStage
[1.11.35a] 2024/02/06 10:41:55: drop MissingManifestStage
[1.11.35a] 2024/02/06 10:41:55: leave WelcomeStage
[1.11.35a] 2024/02/06 10:41:55: drop WelcomeStage
[1.11.35a] 2024/02/06 10:41:55: bind RegionStage
[1.11.35a] 2024/02/06 10:41:55: prepare RegionStage
[1.11.35a] 2024/02/06 10:41:55: enter RegionStage
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:57: instance Mzc=
[1.11.35a] 2024/02/06 10:41:57: instance Mzg=
[1.11.35a] 2024/02/06 10:41:57: bind LoadWaitingStage
[1.11.35a] 2024/02/06 10:41:57: prepare LoadWaitingStage
[1.11.35a] 2024/02/06 10:41:57: enter LoadWaitingStage
[1.11.35a] 2024/02/06 10:41:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:58: leave LoadWaitingStage
[1.11.35a] 2024/02/06 10:41:58: drop LoadWaitingStage
[1.11.35a] 2024/02/06 10:41:58: bind GameStage
[1.11.35a] 2024/02/06 10:41:58: prepare GameStage
[1.11.35a] 2024/02/06 10:41:58: enter GameStage
[1.11.35a] 2024/02/06 10:41:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:41:58: bind SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 10:41:58: prepare SpecialOfferStage:
$feature_freedombuildings00
[1.11.35a] 2024/02/06 10:41:58: enter SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 10:41:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:41:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:42:44: leave SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 10:42:44: drop SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 10:42:44: enter GameStage
[1.11.35a] 2024/02/06 10:42:44: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:42:44: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:42:48: bind IronSrc
[1.11.35a] 2024/02/06 10:42:48: prepare IronSrc
[1.11.35a] 2024/02/06 10:42:48: enter IronSrc
[1.11.35a] 2024/02/06 10:42:48: leave IronSrc
[1.11.35a] 2024/02/06 10:42:48: drop IronSrc
[1.11.35a] 2024/02/06 10:42:48: enter GameStage
[1.11.35a] 2024/02/06 10:42:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:42:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:42:49: pause app
[1.11.35a] 2024/02/06 10:43:42: enter app
[1.11.35a] 2024/02/06 10:43:42: resume app
[1.11.35a] 2024/02/06 10:43:42: resume -> enter GameStage
[1.11.35a] 2024/02/06 10:43:42: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:43:42: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:43:49: pause app
[1.11.35a] 2024/02/06 10:43:56: enter app
[1.11.35a] 2024/02/06 10:43:56: resume app
[1.11.35a] 2024/02/06 10:43:56: resume -> enter GameStage
[1.11.35a] 2024/02/06 10:43:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:43:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:44:27: instance NDA=
[1.11.35a] 2024/02/06 10:48:56: bind SaveWaitingStage
[1.11.35a] 2024/02/06 10:48:56: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 10:48:56: enter SaveWaitingStage
[1.11.35a] 2024/02/06 10:48:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:48:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:48:57: leave SaveWaitingStage
[1.11.35a] 2024/02/06 10:48:57: drop SaveWaitingStage
[1.11.35a] 2024/02/06 10:48:57: enter GameStage
[1.11.35a] 2024/02/06 10:48:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:48:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:53:28: bind FeaturesStage
[1.11.35a] 2024/02/06 10:53:28: prepare FeaturesStage
[1.11.35a] 2024/02/06 10:53:28: enter FeaturesStage
[1.11.35a] 2024/02/06 10:53:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:53:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:53:33: leave FeaturesStage
[1.11.35a] 2024/02/06 10:53:33: drop FeaturesStage
[1.11.35a] 2024/02/06 10:53:33: enter GameStage
[1.11.35a] 2024/02/06 10:53:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:53:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:54:00: bind SaveWaitingStage
[1.11.35a] 2024/02/06 10:54:00: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 10:54:00: enter SaveWaitingStage
[1.11.35a] 2024/02/06 10:54:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:54:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:54:01: leave SaveWaitingStage
[1.11.35a] 2024/02/06 10:54:01: drop SaveWaitingStage
[1.11.35a] 2024/02/06 10:54:01: enter GameStage
[1.11.35a] 2024/02/06 10:54:01: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:54:01: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:57:57: bind CityInfoStage
[1.11.35a] 2024/02/06 10:57:57: prepare CityInfoStage
[1.11.35a] 2024/02/06 10:57:57: enter CityInfoStage
[1.11.35a] 2024/02/06 10:57:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:57:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:57:58: leave CityInfoStage
[1.11.35a] 2024/02/06 10:57:58: drop CityInfoStage
[1.11.35a] 2024/02/06 10:57:58: enter GameStage
[1.11.35a] 2024/02/06 10:57:58: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:57:58: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:59:00: bind SaveWaitingStage
[1.11.35a] 2024/02/06 10:59:00: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 10:59:00: enter SaveWaitingStage
[1.11.35a] 2024/02/06 10:59:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:59:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 10:59:01: leave SaveWaitingStage
[1.11.35a] 2024/02/06 10:59:01: drop SaveWaitingStage
[1.11.35a] 2024/02/06 10:59:01: enter GameStage
[1.11.35a] 2024/02/06 10:59:01: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 10:59:01: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:04:09: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:04:09: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:04:09: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:04:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:04:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:04:10: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:04:10: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:04:10: enter GameStage
[1.11.35a] 2024/02/06 11:04:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:04:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:08:31: bind CityInfoStage
[1.11.35a] 2024/02/06 11:08:31: prepare CityInfoStage
[1.11.35a] 2024/02/06 11:08:31: enter CityInfoStage
[1.11.35a] 2024/02/06 11:08:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:08:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:08:32: leave CityInfoStage
[1.11.35a] 2024/02/06 11:08:32: drop CityInfoStage
[1.11.35a] 2024/02/06 11:08:32: enter GameStage
[1.11.35a] 2024/02/06 11:08:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:08:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:09:09: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:09:09: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:09:09: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:09:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:09:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:09:10: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:09:10: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:09:10: enter GameStage
[1.11.35a] 2024/02/06 11:09:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:09:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:13:38: bind CityInfoStage
[1.11.35a] 2024/02/06 11:13:38: prepare CityInfoStage
[1.11.35a] 2024/02/06 11:13:38: enter CityInfoStage
[1.11.35a] 2024/02/06 11:13:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:13:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:13:40: leave CityInfoStage
[1.11.35a] 2024/02/06 11:13:40: drop CityInfoStage
[1.11.35a] 2024/02/06 11:13:40: enter GameStage
[1.11.35a] 2024/02/06 11:13:40: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:13:40: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:14:09: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:14:09: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:14:09: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:14:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:14:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:14:10: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:14:10: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:14:10: enter GameStage
[1.11.35a] 2024/02/06 11:14:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:14:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:17:09: leave GameStage
[1.11.35a] 2024/02/06 11:17:09: drop GameStage
[1.11.35a] 2024/02/06 11:17:09: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:17:09: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:17:09: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:17:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:17:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:17:10: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:17:10: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:17:10: enter RegionStage
[1.11.35a] 2024/02/06 11:17:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:17:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:43:49: Startup
[1.11.35a] 2024/02/06 11:43:50: create() cold start
[1.11.35a] 2024/02/06 11:43:51: translation pt_BR
[1.11.35a] 2024/02/06 11:43:51: instance NDA=
[1.11.35a] 2024/02/06 11:43:52: create() finish
[1.11.35a] 2024/02/06 11:43:52: create() end
[1.11.35a] 2024/02/06 11:43:52: resume app
[1.11.35a] 2024/02/06 11:43:52: refresh
[1.11.35a] 2024/02/06 11:43:52: bind LoadingStage
[1.11.35a] 2024/02/06 11:43:52: prepare LoadingStage
[1.11.35a] 2024/02/06 11:43:52: enter LoadingStage
[1.11.35a] 2024/02/06 11:43:53: loading Warm-up
[1.11.35a] 2024/02/06 11:43:53: loading Startup
[1.11.35a] 2024/02/06 11:43:53: Max texture size 8192
[1.11.35a] 2024/02/06 11:43:53: Max heap size is 384MB
[1.11.35a] 2024/02/06 11:43:53: Engine consumes 11MB
[1.11.35a] 2024/02/06 11:43:53: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/06 11:43:54: loading Texture
[1.11.35a] 2024/02/06 11:43:54: loading Fonts
[1.11.35a] 2024/02/06 11:43:57: loading Skin
[1.11.35a] 2024/02/06 11:43:57: loading Extract files
[1.11.35a] 2024/02/06 11:43:57: loading Frames
[1.11.35a] 2024/02/06 11:43:57: loading Scripting
[1.11.35a] 2024/02/06 11:43:58: loading Collecting drafts
[1.11.35a] 2024/02/06 11:44:04: loading Prefetching images
[1.11.35a] 2024/02/06 11:44:05: loading Loading drafts
[1.11.35a] 2024/02/06 11:44:10: loading Finishing drafts
[1.11.35a] 2024/02/06 11:44:13: loading Loading music
[1.11.35a] 2024/02/06 11:44:13: loading Shaders
[1.11.35a] 2024/02/06 11:44:14: loading Topics
[1.11.35a] 2024/02/06 11:44:14: loading Loading textures
[1.11.35a] 2024/02/06 11:44:29: loading Checking winter
[1.11.35a] 2024/02/06 11:44:29: loading Preparing background
[1.11.35a] 2024/02/06 11:44:30: loading Finishing
[1.11.35a] 2024/02/06 11:44:30: leave LoadingStage
[1.11.35a] 2024/02/06 11:44:30: drop LoadingStage
[1.11.35a] 2024/02/06 11:44:30: bind PluginErrorStage
[1.11.35a] 2024/02/06 11:44:30: prepare PluginErrorStage
[1.11.35a] 2024/02/06 11:44:30: bind MissingManifestStage
[1.11.35a] 2024/02/06 11:44:30: prepare MissingManifestStage
[1.11.35a] 2024/02/06 11:44:30: bind WelcomeStage
[1.11.35a] 2024/02/06 11:44:30: prepare WelcomeStage
[1.11.35a] 2024/02/06 11:44:30: enter WelcomeStage
[1.11.35a] 2024/02/06 11:44:30: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:44:30: drop PluginErrorStage
[1.11.35a] 2024/02/06 11:44:30: drop MissingManifestStage
[1.11.35a] 2024/02/06 11:44:30: leave WelcomeStage
[1.11.35a] 2024/02/06 11:44:30: drop WelcomeStage
[1.11.35a] 2024/02/06 11:44:30: bind RegionStage
[1.11.35a] 2024/02/06 11:44:30: prepare RegionStage
[1.11.35a] 2024/02/06 11:44:31: enter RegionStage
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:44:36: instance Mzk=
[1.11.35a] 2024/02/06 11:44:36: instance NDA=
[1.11.35a] 2024/02/06 11:44:36: bind LoadWaitingStage
[1.11.35a] 2024/02/06 11:44:36: prepare LoadWaitingStage
[1.11.35a] 2024/02/06 11:44:36: enter LoadWaitingStage
[1.11.35a] 2024/02/06 11:44:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:44:39: leave LoadWaitingStage
[1.11.35a] 2024/02/06 11:44:39: drop LoadWaitingStage
[1.11.35a] 2024/02/06 11:44:39: bind GameStage
[1.11.35a] 2024/02/06 11:44:39: prepare GameStage
[1.11.35a] 2024/02/06 11:44:39: enter GameStage
[1.11.35a] 2024/02/06 11:44:39: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:44:39: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:45:00: bind IronSrc
[1.11.35a] 2024/02/06 11:45:00: prepare IronSrc
[1.11.35a] 2024/02/06 11:45:00: enter IronSrc
[1.11.35a] 2024/02/06 11:45:00: leave IronSrc
[1.11.35a] 2024/02/06 11:45:00: drop IronSrc
[1.11.35a] 2024/02/06 11:45:00: enter GameStage
[1.11.35a] 2024/02/06 11:45:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:45:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:45:01: pause app
[1.11.35a] 2024/02/06 11:46:21: enter app
[1.11.35a] 2024/02/06 11:46:21: resume app
[1.11.35a] 2024/02/06 11:46:21: resume -> enter GameStage
[1.11.35a] 2024/02/06 11:46:21: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:46:21: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:49:31: instance NDI=
[1.11.35a] 2024/02/06 11:49:31: bind RankStage
[1.11.35a] 2024/02/06 11:49:31: prepare RankStage
[1.11.35a] 2024/02/06 11:49:31: enter RankStage
[1.11.35a] 2024/02/06 11:49:31: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:49:31: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:49:32: leave RankStage
[1.11.35a] 2024/02/06 11:49:32: drop RankStage
[1.11.35a] 2024/02/06 11:49:32: enter GameStage
[1.11.35a] 2024/02/06 11:49:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:49:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:51:27: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:51:27: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:51:27: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:51:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:51:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:51:28: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:51:28: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:51:28: enter GameStage
[1.11.35a] 2024/02/06 11:51:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:51:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:56:27: bind SaveWaitingStage
[1.11.35a] 2024/02/06 11:56:27: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 11:56:27: enter SaveWaitingStage
[1.11.35a] 2024/02/06 11:56:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:56:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:56:28: leave SaveWaitingStage
[1.11.35a] 2024/02/06 11:56:28: drop SaveWaitingStage
[1.11.35a] 2024/02/06 11:56:28: enter GameStage
[1.11.35a] 2024/02/06 11:56:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:56:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:57:17: bind CityInfoStage
[1.11.35a] 2024/02/06 11:57:17: prepare CityInfoStage
[1.11.35a] 2024/02/06 11:57:17: enter CityInfoStage
[1.11.35a] 2024/02/06 11:57:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:57:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 11:57:19: leave CityInfoStage
[1.11.35a] 2024/02/06 11:57:19: drop CityInfoStage
[1.11.35a] 2024/02/06 11:57:19: enter GameStage
[1.11.35a] 2024/02/06 11:57:19: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 11:57:19: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:01:28: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:01:28: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:01:28: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:01:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:01:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:01:29: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:01:29: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:01:29: enter GameStage
[1.11.35a] 2024/02/06 12:01:29: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:01:29: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:01:56: bind CityInfoStage
[1.11.35a] 2024/02/06 12:01:56: prepare CityInfoStage
[1.11.35a] 2024/02/06 12:01:56: enter CityInfoStage
[1.11.35a] 2024/02/06 12:01:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:01:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:02:00: leave CityInfoStage
[1.11.35a] 2024/02/06 12:02:00: drop CityInfoStage
[1.11.35a] 2024/02/06 12:02:00: enter GameStage
[1.11.35a] 2024/02/06 12:02:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:02:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:06:48: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:06:48: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:06:48: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:06:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:06:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:06:49: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:06:49: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:06:49: enter GameStage
[1.11.35a] 2024/02/06 12:06:49: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:06:49: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:09:12: leave GameStage
[1.11.35a] 2024/02/06 12:09:12: drop GameStage
[1.11.35a] 2024/02/06 12:09:12: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:09:12: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:09:12: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:09:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:09:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:09:13: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:09:13: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:09:13: enter RegionStage
[1.11.35a] 2024/02/06 12:09:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:09:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:25: Startup
[1.11.35a] 2024/02/06 12:40:26: create() cold start
[1.11.35a] 2024/02/06 12:40:26: translation pt_BR
[1.11.35a] 2024/02/06 12:40:27: instance NDI=
[1.11.35a] 2024/02/06 12:40:27: create() finish
[1.11.35a] 2024/02/06 12:40:27: create() end
[1.11.35a] 2024/02/06 12:40:27: resume app
[1.11.35a] 2024/02/06 12:40:27: refresh
[1.11.35a] 2024/02/06 12:40:27: bind LoadingStage
[1.11.35a] 2024/02/06 12:40:27: prepare LoadingStage
[1.11.35a] 2024/02/06 12:40:27: enter LoadingStage
[1.11.35a] 2024/02/06 12:40:27: loading Warm-up
[1.11.35a] 2024/02/06 12:40:28: loading Startup
[1.11.35a] 2024/02/06 12:40:28: Max texture size 8192
[1.11.35a] 2024/02/06 12:40:28: Max heap size is 384MB
[1.11.35a] 2024/02/06 12:40:28: Engine consumes 11MB
[1.11.35a] 2024/02/06 12:40:28: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/06 12:40:29: loading Texture
[1.11.35a] 2024/02/06 12:40:29: loading Fonts
[1.11.35a] 2024/02/06 12:40:31: loading Skin
[1.11.35a] 2024/02/06 12:40:31: loading Extract files
[1.11.35a] 2024/02/06 12:40:31: loading Frames
[1.11.35a] 2024/02/06 12:40:31: loading Scripting
[1.11.35a] 2024/02/06 12:40:32: loading Collecting drafts
[1.11.35a] 2024/02/06 12:40:36: loading Prefetching images
[1.11.35a] 2024/02/06 12:40:36: loading Loading drafts
[1.11.35a] 2024/02/06 12:40:41: loading Finishing drafts
[1.11.35a] 2024/02/06 12:40:43: loading Loading music
[1.11.35a] 2024/02/06 12:40:43: loading Shaders
[1.11.35a] 2024/02/06 12:40:43: loading Topics
[1.11.35a] 2024/02/06 12:40:43: loading Loading textures
[1.11.35a] 2024/02/06 12:40:51: loading Checking winter
[1.11.35a] 2024/02/06 12:40:51: loading Preparing background
[1.11.35a] 2024/02/06 12:40:51: loading Finishing
[1.11.35a] 2024/02/06 12:40:51: leave LoadingStage
[1.11.35a] 2024/02/06 12:40:51: drop LoadingStage
[1.11.35a] 2024/02/06 12:40:51: bind PluginErrorStage
[1.11.35a] 2024/02/06 12:40:51: prepare PluginErrorStage
[1.11.35a] 2024/02/06 12:40:51: bind MissingManifestStage
[1.11.35a] 2024/02/06 12:40:51: prepare MissingManifestStage
[1.11.35a] 2024/02/06 12:40:51: bind WelcomeStage
[1.11.35a] 2024/02/06 12:40:51: prepare WelcomeStage
[1.11.35a] 2024/02/06 12:40:51: enter WelcomeStage
[1.11.35a] 2024/02/06 12:40:51: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:51: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:52: drop PluginErrorStage
[1.11.35a] 2024/02/06 12:40:52: drop MissingManifestStage
[1.11.35a] 2024/02/06 12:40:52: leave WelcomeStage
[1.11.35a] 2024/02/06 12:40:52: drop WelcomeStage
[1.11.35a] 2024/02/06 12:40:52: bind RegionStage
[1.11.35a] 2024/02/06 12:40:52: prepare RegionStage
[1.11.35a] 2024/02/06 12:40:52: enter RegionStage
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:52: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:53: instance NDE=
[1.11.35a] 2024/02/06 12:40:53: instance NDI=
[1.11.35a] 2024/02/06 12:40:53: bind LoadWaitingStage
[1.11.35a] 2024/02/06 12:40:53: prepare LoadWaitingStage
[1.11.35a] 2024/02/06 12:40:53: enter LoadWaitingStage
[1.11.35a] 2024/02/06 12:40:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:54: leave LoadWaitingStage
[1.11.35a] 2024/02/06 12:40:54: drop LoadWaitingStage
[1.11.35a] 2024/02/06 12:40:54: bind GameStage
[1.11.35a] 2024/02/06 12:40:54: prepare GameStage
[1.11.35a] 2024/02/06 12:40:54: enter GameStage
[1.11.35a] 2024/02/06 12:40:54: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:54: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:40:55: bind SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 12:40:55: prepare SpecialOfferStage:
$feature_freedombuildings00
[1.11.35a] 2024/02/06 12:40:55: enter SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 12:40:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:40:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:41:04: leave SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 12:41:04: drop SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 12:41:04: enter GameStage
[1.11.35a] 2024/02/06 12:41:04: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:41:04: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:41:08: bind IronSrc
[1.11.35a] 2024/02/06 12:41:08: prepare IronSrc
[1.11.35a] 2024/02/06 12:41:08: enter IronSrc
[1.11.35a] 2024/02/06 12:41:08: leave IronSrc
[1.11.35a] 2024/02/06 12:41:08: drop IronSrc
[1.11.35a] 2024/02/06 12:41:08: enter GameStage
[1.11.35a] 2024/02/06 12:41:08: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:41:08: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:41:09: pause app
[1.11.35a] 2024/02/06 12:42:12: enter app
[1.11.35a] 2024/02/06 12:42:12: resume app
[1.11.35a] 2024/02/06 12:42:12: resume -> enter GameStage
[1.11.35a] 2024/02/06 12:42:12: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:42:12: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:46:13: bind CityInfoStage
[1.11.35a] 2024/02/06 12:46:13: prepare CityInfoStage
[1.11.35a] 2024/02/06 12:46:13: enter CityInfoStage
[1.11.35a] 2024/02/06 12:46:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:46:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:46:20: leave CityInfoStage
[1.11.35a] 2024/02/06 12:46:20: drop CityInfoStage
[1.11.35a] 2024/02/06 12:46:20: enter GameStage
[1.11.35a] 2024/02/06 12:46:20: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:46:20: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:47:23: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:47:23: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:47:23: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:47:23: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:47:23: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:47:24: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:47:24: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:47:24: enter GameStage
[1.11.35a] 2024/02/06 12:47:24: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:47:24: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:48:02: bind CityInfoStage
[1.11.35a] 2024/02/06 12:48:02: prepare CityInfoStage
[1.11.35a] 2024/02/06 12:48:02: enter CityInfoStage
[1.11.35a] 2024/02/06 12:48:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:48:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:48:10: leave CityInfoStage
[1.11.35a] 2024/02/06 12:48:10: drop CityInfoStage
[1.11.35a] 2024/02/06 12:48:10: enter GameStage
[1.11.35a] 2024/02/06 12:48:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:48:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:53:26: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:53:26: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:53:26: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:53:26: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:53:26: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:53:27: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:53:27: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:53:27: enter GameStage
[1.11.35a] 2024/02/06 12:53:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:53:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:55:22: instance NDQ=
[1.11.35a] 2024/02/06 12:55:22: bind RankStage
[1.11.35a] 2024/02/06 12:55:22: prepare RankStage
[1.11.35a] 2024/02/06 12:55:22: enter RankStage
[1.11.35a] 2024/02/06 12:55:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:55:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:55:36: leave RankStage
[1.11.35a] 2024/02/06 12:55:36: drop RankStage
[1.11.35a] 2024/02/06 12:55:36: enter GameStage
[1.11.35a] 2024/02/06 12:55:36: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:55:36: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:57:28: bind CityInfoStage
[1.11.35a] 2024/02/06 12:57:28: prepare CityInfoStage
[1.11.35a] 2024/02/06 12:57:28: enter CityInfoStage
[1.11.35a] 2024/02/06 12:57:28: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:57:28: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:57:30: leave CityInfoStage
[1.11.35a] 2024/02/06 12:57:30: drop CityInfoStage
[1.11.35a] 2024/02/06 12:57:30: enter GameStage
[1.11.35a] 2024/02/06 12:57:30: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:57:30: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:58:39: bind SaveWaitingStage
[1.11.35a] 2024/02/06 12:58:39: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 12:58:39: enter SaveWaitingStage
[1.11.35a] 2024/02/06 12:58:39: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:58:39: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 12:58:40: leave SaveWaitingStage
[1.11.35a] 2024/02/06 12:58:40: drop SaveWaitingStage
[1.11.35a] 2024/02/06 12:58:40: enter GameStage
[1.11.35a] 2024/02/06 12:58:40: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 12:58:40: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 13:00:47: leave GameStage
[1.11.35a] 2024/02/06 13:00:47: drop GameStage
[1.11.35a] 2024/02/06 13:00:47: bind SaveWaitingStage
[1.11.35a] 2024/02/06 13:00:47: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 13:00:47: enter SaveWaitingStage
[1.11.35a] 2024/02/06 13:00:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 13:00:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 13:00:48: leave SaveWaitingStage
[1.11.35a] 2024/02/06 13:00:48: drop SaveWaitingStage
[1.11.35a] 2024/02/06 13:00:48: enter RegionStage
[1.11.35a] 2024/02/06 13:00:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 13:00:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:09:49: Startup
[1.11.35a] 2024/02/06 17:09:49: create() cold start
[1.11.35a] 2024/02/06 17:09:50: translation pt_BR
[1.11.35a] 2024/02/06 17:09:50: instance NDQ=
[1.11.35a] 2024/02/06 17:09:51: create() finish
[1.11.35a] 2024/02/06 17:09:51: create() end
[1.11.35a] 2024/02/06 17:09:51: resume app
[1.11.35a] 2024/02/06 17:09:51: refresh
[1.11.35a] 2024/02/06 17:09:51: bind LoadingStage
[1.11.35a] 2024/02/06 17:09:51: prepare LoadingStage
[1.11.35a] 2024/02/06 17:09:51: enter LoadingStage
[1.11.35a] 2024/02/06 17:09:52: loading Warm-up
[1.11.35a] 2024/02/06 17:09:52: loading Startup
[1.11.35a] 2024/02/06 17:09:52: Max texture size 8192
[1.11.35a] 2024/02/06 17:09:52: Max heap size is 384MB
[1.11.35a] 2024/02/06 17:09:52: Engine consumes 11MB
[1.11.35a] 2024/02/06 17:09:52: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/06 17:09:53: loading Texture
[1.11.35a] 2024/02/06 17:09:53: loading Fonts
[1.11.35a] 2024/02/06 17:09:54: loading Skin
[1.11.35a] 2024/02/06 17:09:54: loading Extract files
[1.11.35a] 2024/02/06 17:09:54: loading Frames
[1.11.35a] 2024/02/06 17:09:54: loading Scripting
[1.11.35a] 2024/02/06 17:09:55: loading Collecting drafts
[1.11.35a] 2024/02/06 17:09:57: loading Prefetching images
[1.11.35a] 2024/02/06 17:09:57: loading Loading drafts
[1.11.35a] 2024/02/06 17:09:59: loading Finishing drafts
[1.11.35a] 2024/02/06 17:10:01: loading Loading music
[1.11.35a] 2024/02/06 17:10:01: loading Shaders
[1.11.35a] 2024/02/06 17:10:01: loading Topics
[1.11.35a] 2024/02/06 17:10:01: loading Loading textures
[1.11.35a] 2024/02/06 17:10:06: loading Checking winter
[1.11.35a] 2024/02/06 17:10:06: loading Preparing background
[1.11.35a] 2024/02/06 17:10:07: loading Finishing
[1.11.35a] 2024/02/06 17:10:07: leave LoadingStage
[1.11.35a] 2024/02/06 17:10:07: drop LoadingStage
[1.11.35a] 2024/02/06 17:10:07: bind PluginErrorStage
[1.11.35a] 2024/02/06 17:10:07: prepare PluginErrorStage
[1.11.35a] 2024/02/06 17:10:07: bind MissingManifestStage
[1.11.35a] 2024/02/06 17:10:07: prepare MissingManifestStage
[1.11.35a] 2024/02/06 17:10:07: bind WelcomeStage
[1.11.35a] 2024/02/06 17:10:07: prepare WelcomeStage
[1.11.35a] 2024/02/06 17:10:07: enter WelcomeStage
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:07: drop PluginErrorStage
[1.11.35a] 2024/02/06 17:10:07: drop MissingManifestStage
[1.11.35a] 2024/02/06 17:10:07: leave WelcomeStage
[1.11.35a] 2024/02/06 17:10:07: drop WelcomeStage
[1.11.35a] 2024/02/06 17:10:07: bind RegionStage
[1.11.35a] 2024/02/06 17:10:07: prepare RegionStage
[1.11.35a] 2024/02/06 17:10:07: enter RegionStage
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:07: instance NDM=
[1.11.35a] 2024/02/06 17:10:07: instance NDQ=
[1.11.35a] 2024/02/06 17:10:07: bind LoadWaitingStage
[1.11.35a] 2024/02/06 17:10:07: prepare LoadWaitingStage
[1.11.35a] 2024/02/06 17:10:07: enter LoadWaitingStage
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:07: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:08: leave LoadWaitingStage
[1.11.35a] 2024/02/06 17:10:08: drop LoadWaitingStage
[1.11.35a] 2024/02/06 17:10:08: bind GameStage
[1.11.35a] 2024/02/06 17:10:08: prepare GameStage
[1.11.35a] 2024/02/06 17:10:08: enter GameStage
[1.11.35a] 2024/02/06 17:10:08: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:08: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:09: bind SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 17:10:09: prepare SpecialOfferStage:
$feature_freedombuildings00
[1.11.35a] 2024/02/06 17:10:09: enter SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 17:10:09: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:09: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:10: leave SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 17:10:10: drop SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/06 17:10:10: enter GameStage
[1.11.35a] 2024/02/06 17:10:10: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:10: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:13: bind IronSrc
[1.11.35a] 2024/02/06 17:10:13: prepare IronSrc
[1.11.35a] 2024/02/06 17:10:13: enter IronSrc
[1.11.35a] 2024/02/06 17:10:13: leave IronSrc
[1.11.35a] 2024/02/06 17:10:13: drop IronSrc
[1.11.35a] 2024/02/06 17:10:13: enter GameStage
[1.11.35a] 2024/02/06 17:10:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:10:14: pause app
[1.11.35a] 2024/02/06 17:10:45: enter app
[1.11.35a] 2024/02/06 17:10:45: resume app
[1.11.35a] 2024/02/06 17:10:45: resume -> enter GameStage
[1.11.35a] 2024/02/06 17:10:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:10:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:15:39: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:15:39: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:15:39: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:15:39: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:15:39: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:15:40: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:15:40: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:15:40: enter GameStage
[1.11.35a] 2024/02/06 17:15:40: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:15:40: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:15:56: bind CityInfoStage
[1.11.35a] 2024/02/06 17:15:56: prepare CityInfoStage
[1.11.35a] 2024/02/06 17:15:56: enter CityInfoStage
[1.11.35a] 2024/02/06 17:15:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:15:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:15:57: leave CityInfoStage
[1.11.35a] 2024/02/06 17:15:57: drop CityInfoStage
[1.11.35a] 2024/02/06 17:15:57: enter GameStage
[1.11.35a] 2024/02/06 17:15:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:15:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:16:57: bind IronSrc
[1.11.35a] 2024/02/06 17:16:57: prepare IronSrc
[1.11.35a] 2024/02/06 17:16:57: enter IronSrc
[1.11.35a] 2024/02/06 17:16:57: leave IronSrc
[1.11.35a] 2024/02/06 17:16:57: drop IronSrc
[1.11.35a] 2024/02/06 17:16:57: enter GameStage
[1.11.35a] 2024/02/06 17:16:57: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:16:57: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:16:58: pause app
[1.11.35a] 2024/02/06 17:17:49: enter app
[1.11.35a] 2024/02/06 17:17:49: resume app
[1.11.35a] 2024/02/06 17:17:49: resume -> enter GameStage
[1.11.35a] 2024/02/06 17:17:49: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:17:49: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:21:47: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:21:47: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:21:47: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:21:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:21:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:21:48: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:21:48: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:21:48: enter GameStage
[1.11.35a] 2024/02/06 17:21:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:21:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:26:47: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:26:47: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:26:47: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:26:47: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:26:47: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:26:48: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:26:48: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:26:48: enter GameStage
[1.11.35a] 2024/02/06 17:26:48: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:26:48: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:30:25: instance NDY=
[1.11.35a] 2024/02/06 17:30:25: bind RankStage
[1.11.35a] 2024/02/06 17:30:25: prepare RankStage
[1.11.35a] 2024/02/06 17:30:25: enter RankStage
[1.11.35a] 2024/02/06 17:30:25: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:30:25: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:30:55: leave RankStage
[1.11.35a] 2024/02/06 17:30:55: drop RankStage
[1.11.35a] 2024/02/06 17:30:55: enter GameStage
[1.11.35a] 2024/02/06 17:30:55: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:30:55: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:32:23: bind CityInfoStage
[1.11.35a] 2024/02/06 17:32:23: prepare CityInfoStage
[1.11.35a] 2024/02/06 17:32:23: enter CityInfoStage
[1.11.35a] 2024/02/06 17:32:23: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:32:23: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:32:27: leave CityInfoStage
[1.11.35a] 2024/02/06 17:32:27: drop CityInfoStage
[1.11.35a] 2024/02/06 17:32:27: enter GameStage
[1.11.35a] 2024/02/06 17:32:27: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:32:27: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:33:02: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:33:02: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:33:02: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:33:02: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:33:02: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:33:03: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:33:03: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:33:03: enter GameStage
[1.11.35a] 2024/02/06 17:33:03: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:33:03: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:38:22: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:38:22: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:38:22: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:38:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:38:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:38:23: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:38:23: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:38:23: enter GameStage
[1.11.35a] 2024/02/06 17:38:23: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:38:23: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:39:13: bind CityInfoStage
[1.11.35a] 2024/02/06 17:39:13: prepare CityInfoStage
[1.11.35a] 2024/02/06 17:39:13: enter CityInfoStage
[1.11.35a] 2024/02/06 17:39:13: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:39:13: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:39:17: leave CityInfoStage
[1.11.35a] 2024/02/06 17:39:17: drop CityInfoStage
[1.11.35a] 2024/02/06 17:39:17: enter GameStage
[1.11.35a] 2024/02/06 17:39:17: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:39:17: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:43:35: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:43:35: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:43:35: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:43:35: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:43:35: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:43:35: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:43:35: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:43:35: enter GameStage
[1.11.35a] 2024/02/06 17:43:35: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:43:35: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:48:37: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:37: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:37: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:37: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:48:37: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:48:38: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:38: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:38: enter GameStage
[1.11.35a] 2024/02/06 17:48:38: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:48:38: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:48:52: leave GameStage
[1.11.35a] 2024/02/06 17:48:53: drop GameStage
[1.11.35a] 2024/02/06 17:48:53: bind SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:53: prepare SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:53: enter SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:53: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:48:53: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/06 17:48:54: leave SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:54: drop SaveWaitingStage
[1.11.35a] 2024/02/06 17:48:54: enter RegionStage
[1.11.35a] 2024/02/06 17:48:54: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/06 17:48:54: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:15: Startup
[1.11.35a] 2024/02/07 06:40:15: create() cold start
[1.11.35a] 2024/02/07 06:40:16: translation pt_BR
[1.11.35a] 2024/02/07 06:40:16: instance NDY=
[1.11.35a] 2024/02/07 06:40:17: create() finish
[1.11.35a] 2024/02/07 06:40:17: create() end
[1.11.35a] 2024/02/07 06:40:17: resume app
[1.11.35a] 2024/02/07 06:40:17: refresh
[1.11.35a] 2024/02/07 06:40:17: bind LoadingStage
[1.11.35a] 2024/02/07 06:40:17: prepare LoadingStage
[1.11.35a] 2024/02/07 06:40:17: enter LoadingStage
[1.11.35a] 2024/02/07 06:40:18: loading Warm-up
[1.11.35a] 2024/02/07 06:40:18: loading Startup
[1.11.35a] 2024/02/07 06:40:18: Max texture size 8192
[1.11.35a] 2024/02/07 06:40:18: Max heap size is 384MB
[1.11.35a] 2024/02/07 06:40:18: Engine consumes 11MB
[1.11.35a] 2024/02/07 06:40:18: Screen size is 1600x720, ppi: 272.955
[1.11.35a] 2024/02/07 06:40:19: loading Texture
[1.11.35a] 2024/02/07 06:40:19: loading Fonts
[1.11.35a] 2024/02/07 06:40:20: loading Skin
[1.11.35a] 2024/02/07 06:40:20: loading Extract files
[1.11.35a] 2024/02/07 06:40:20: loading Frames
[1.11.35a] 2024/02/07 06:40:20: loading Scripting
[1.11.35a] 2024/02/07 06:40:20: loading Collecting drafts
[1.11.35a] 2024/02/07 06:40:22: loading Prefetching images
[1.11.35a] 2024/02/07 06:40:23: loading Loading drafts
[1.11.35a] 2024/02/07 06:40:25: loading Finishing drafts
[1.11.35a] 2024/02/07 06:40:26: loading Loading music
[1.11.35a] 2024/02/07 06:40:27: loading Shaders
[1.11.35a] 2024/02/07 06:40:27: loading Topics
[1.11.35a] 2024/02/07 06:40:27: loading Loading textures
[1.11.35a] 2024/02/07 06:40:31: loading Checking winter
[1.11.35a] 2024/02/07 06:40:31: loading Preparing background
[1.11.35a] 2024/02/07 06:40:32: loading Finishing
[1.11.35a] 2024/02/07 06:40:32: leave LoadingStage
[1.11.35a] 2024/02/07 06:40:32: drop LoadingStage
[1.11.35a] 2024/02/07 06:40:32: bind PluginErrorStage
[1.11.35a] 2024/02/07 06:40:32: prepare PluginErrorStage
[1.11.35a] 2024/02/07 06:40:32: bind MissingManifestStage
[1.11.35a] 2024/02/07 06:40:32: prepare MissingManifestStage
[1.11.35a] 2024/02/07 06:40:32: bind WelcomeStage
[1.11.35a] 2024/02/07 06:40:32: prepare WelcomeStage
[1.11.35a] 2024/02/07 06:40:32: enter WelcomeStage
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect width 586 for res 1600x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:32: drop PluginErrorStage
[1.11.35a] 2024/02/07 06:40:32: drop MissingManifestStage
[1.11.35a] 2024/02/07 06:40:32: leave WelcomeStage
[1.11.35a] 2024/02/07 06:40:32: drop WelcomeStage
[1.11.35a] 2024/02/07 06:40:32: bind RegionStage
[1.11.35a] 2024/02/07 06:40:32: prepare RegionStage
[1.11.35a] 2024/02/07 06:40:32: enter RegionStage
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:32: instance NDU=
[1.11.35a] 2024/02/07 06:40:32: instance NDY=
[1.11.35a] 2024/02/07 06:40:32: bind LoadWaitingStage
[1.11.35a] 2024/02/07 06:40:32: prepare LoadWaitingStage
[1.11.35a] 2024/02/07 06:40:32: enter LoadWaitingStage
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:32: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:33: leave LoadWaitingStage
[1.11.35a] 2024/02/07 06:40:33: drop LoadWaitingStage
[1.11.35a] 2024/02/07 06:40:33: bind GameStage
[1.11.35a] 2024/02/07 06:40:33: prepare GameStage
[1.11.35a] 2024/02/07 06:40:33: enter GameStage
[1.11.35a] 2024/02/07 06:40:33: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:33: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:34: bind SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/07 06:40:34: prepare SpecialOfferStage:
$feature_freedombuildings00
[1.11.35a] 2024/02/07 06:40:34: enter SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/07 06:40:34: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:34: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:40:56: leave SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/07 06:40:56: drop SpecialOfferStage:$feature_freedombuildings00
[1.11.35a] 2024/02/07 06:40:56: enter GameStage
[1.11.35a] 2024/02/07 06:40:56: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:40:56: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:41:00: bind IronSrc
[1.11.35a] 2024/02/07 06:41:00: prepare IronSrc
[1.11.35a] 2024/02/07 06:41:00: enter IronSrc
[1.11.35a] 2024/02/07 06:41:00: leave IronSrc
[1.11.35a] 2024/02/07 06:41:00: drop IronSrc
[1.11.35a] 2024/02/07 06:41:00: enter GameStage
[1.11.35a] 2024/02/07 06:41:00: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:41:00: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:41:01: pause app
[1.11.35a] 2024/02/07 06:41:22: enter app
[1.11.35a] 2024/02/07 06:41:22: resume app
[1.11.35a] 2024/02/07 06:41:22: resume -> enter GameStage
[1.11.35a] 2024/02/07 06:41:22: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:41:22: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:44:45: leave GameStage
[1.11.35a] 2024/02/07 06:44:45: drop GameStage
[1.11.35a] 2024/02/07 06:44:45: bind SaveWaitingStage
[1.11.35a] 2024/02/07 06:44:45: prepare SaveWaitingStage
[1.11.35a] 2024/02/07 06:44:45: enter SaveWaitingStage
[1.11.35a] 2024/02/07 06:44:45: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:44:45: ResolutionMgr perfect index 1 (3) with 3 factors
available
[1.11.35a] 2024/02/07 06:44:46: leave SaveWaitingStage
[1.11.35a] 2024/02/07 06:44:46: drop SaveWaitingStage
[1.11.35a] 2024/02/07 06:44:46: enter RegionStage
[1.11.35a] 2024/02/07 06:44:46: ResolutionMgr perfect width 585 for res 1599x720
with xdpi 272.955 derived from 272.955
[1.11.35a] 2024/02/07 06:44:46: ResolutionMgr perfect index 1 (3) with 3 factors
available

You might also like