0% found this document useful (0 votes)
20 views9 pages

Hi̇kmət Mehdi̇yev

The document contains logs indicating a series of errors related to network connectivity, specifically `java.net.UnknownHostException`, which occurs when the application fails to resolve the hostnames 'api.theotown.com' and 'data.theotown.com'. This issue arises during various stages of the application startup process, including downloading configurations and fetching online resources. The logs detail the stack traces of the exceptions thrown, indicating problems with DNS resolution and network requests.

Uploaded by

elnurimanov364
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)
20 views9 pages

Hi̇kmət Mehdi̇yev

The document contains logs indicating a series of errors related to network connectivity, specifically `java.net.UnknownHostException`, which occurs when the application fails to resolve the hostnames 'api.theotown.com' and 'data.theotown.com'. This issue arises during various stages of the application startup process, including downloading configurations and fetching online resources. The logs detail the stack traces of the exceptions thrown, indicating problems with DNS resolution and network requests.

Uploaded by

elnurimanov364
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/ 9

[1.12.

13a] 2025/03/29 10:52:43: Startup


[1.12.13a] 2025/03/29 10:52:43: create() cold start
[1.12.13a] 2025/03/29 10:52:44: 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:161)
at
info.flowersoft.theotown.resources.ConfigManager.lambda$fetchOnline$0(ConfigManager
.java:90)
at info.flowersoft.theotown.resources.ConfigManager.$r8$lambda$Bav-
DNhyjCfleHqLlKt1bBVWSlk(ConfigManager.java:0)
at info.flowersoft.theotown.resources.ConfigManager$
$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:929)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 20 more
[1.12.13a] 2025/03/29 10:52:44: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at com.android.okhttp.Dns$1.lookup(Dns.java:41)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection
Impl.java:411)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect
ionImpl.java:248)
at java.net.URL.openStream(URL.java:1072)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.12.13a] 2025/03/29 10:52:44: translation az_AZ_#Latn


[1.12.13a] 2025/03/29 10:52:44: instance Mzg=
[1.12.13a] 2025/03/29 10:52:44: create() finish
[1.12.13a] 2025/03/29 10:52:44: create() end
[1.12.13a] 2025/03/29 10:52:44: resume app
[1.12.13a] 2025/03/29 10:52:44: refresh
[1.12.13a] 2025/03/29 10:52:44: bind LoadingStage
[1.12.13a] 2025/03/29 10:52:44: prepare LoadingStage
[1.12.13a] 2025/03/29 10:52:44: enter LoadingStage
[1.12.13a] 2025/03/29 10:52:44: loading Warm-up
[1.12.13a] 2025/03/29 10:52:44: loading Startup
[1.12.13a] 2025/03/29 10:52:44: Max texture size 8192
[1.12.13a] 2025/03/29 10:52:44: Max heap size is 512MB
[1.12.13a] 2025/03/29 10:52:44: Engine consumes 13MB
[1.12.13a] 2025/03/29 10:52:44: Screen size is 1080x2340, ppi: 391.885
[1.12.13a] 2025/03/29 10:52:44: 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
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles.
$r8$lambda$OsyMLfD8rVHx9dFr_4iFEeKr6vg(StaticFiles.java:0)
at info.flowersoft.theotown.resources.StaticFiles$
$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:929)

[1.12.13a] 2025/03/29 10:52:44: 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
:180)
at
info.flowersoft.theotown.resources.StaticFiles.lambda$init$0(StaticFiles.java:49)
at info.flowersoft.theotown.resources.StaticFiles.
$r8$lambda$OsyMLfD8rVHx9dFr_4iFEeKr6vg(StaticFiles.java:0)
at info.flowersoft.theotown.resources.StaticFiles$
$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0)
at java.lang.Thread.run(Thread.java:929)

[1.12.13a] 2025/03/29 10:52:44: refresh


[1.12.13a] 2025/03/29 10:52:45: loading Texture
[1.12.13a] 2025/03/29 10:52:45: loading Fonts
[1.12.13a] 2025/03/29 10:52:45: loading Skin
[1.12.13a] 2025/03/29 10:52:45: loading Extract files
[1.12.13a] 2025/03/29 10:52:46: loading Frames
[1.12.13a] 2025/03/29 10:52:46: loading Scripting
[1.12.13a] 2025/03/29 10:52:46: loading Collecting drafts
[1.12.13a] 2025/03/29 10:52:47: loading Prefetching images
[1.12.13a] 2025/03/29 10:52:47: loading Loading drafts
[1.12.13a] 2025/03/29 10:52:48: loading Finishing drafts
[1.12.13a] 2025/03/29 10:52:48: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at com.android.okhttp.Dns$1.lookup(Dns.java:41)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection
Impl.java:411)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect
ionImpl.java:248)
at java.net.URL.openStream(URL.java:1072)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.12.13a] 2025/03/29 10:52:48: loading Loading music


[1.12.13a] 2025/03/29 10:52:48: loading Shaders
[1.12.13a] 2025/03/29 10:52:49: loading Topics
[1.12.13a] 2025/03/29 10:52:49: loading Loading textures
[1.12.13a] 2025/03/29 10:52:52: loading Checking winter
[1.12.13a] 2025/03/29 10:52:52: loading Preparing background
[1.12.13a] 2025/03/29 10:52:52: loading Finishing
[1.12.13a] 2025/03/29 10:52:52: leave LoadingStage
[1.12.13a] 2025/03/29 10:52:52: drop LoadingStage
[1.12.13a] 2025/03/29 10:52:52: bind MissingScriptPermsStage
[1.12.13a] 2025/03/29 10:52:52: prepare MissingScriptPermsStage
[1.12.13a] 2025/03/29 10:52:52: bind PluginErrorStage
[1.12.13a] 2025/03/29 10:52:52: prepare PluginErrorStage
[1.12.13a] 2025/03/29 10:52:52: bind MissingManifestStage
[1.12.13a] 2025/03/29 10:52:52: prepare MissingManifestStage
[1.12.13a] 2025/03/29 10:52:52: bind WelcomeStage
[1.12.13a] 2025/03/29 10:52:52: prepare WelcomeStage
[1.12.13a] 2025/03/29 10:52:52: enter WelcomeStage
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:52: drop MissingScriptPermsStage
[1.12.13a] 2025/03/29 10:52:52: drop PluginErrorStage
[1.12.13a] 2025/03/29 10:52:52: drop MissingManifestStage
[1.12.13a] 2025/03/29 10:52:52: leave WelcomeStage
[1.12.13a] 2025/03/29 10:52:52: drop WelcomeStage
[1.12.13a] 2025/03/29 10:52:52: bind RegionStage
[1.12.13a] 2025/03/29 10:52:52: prepare RegionStage
[1.12.13a] 2025/03/29 10:52:52: enter RegionStage
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:52: instance Mzc=
[1.12.13a] 2025/03/29 10:52:52: instance Mzg=
[1.12.13a] 2025/03/29 10:52:52: bind LoadWaitingStage
[1.12.13a] 2025/03/29 10:52:52: prepare LoadWaitingStage
[1.12.13a] 2025/03/29 10:52:52: enter LoadWaitingStage
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:52: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:55: leave LoadWaitingStage
[1.12.13a] 2025/03/29 10:52:55: drop LoadWaitingStage
[1.12.13a] 2025/03/29 10:52:55: bind GameStage
[1.12.13a] 2025/03/29 10:52:55: prepare GameStage
[1.12.13a] 2025/03/29 10:52:55: enter GameStage
[1.12.13a] 2025/03/29 10:52:55: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:55: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:55: bind SpecialOfferStage:$feature_landmarks05
[1.12.13a] 2025/03/29 10:52:55: prepare SpecialOfferStage:$feature_landmarks05
[1.12.13a] 2025/03/29 10:52:55: enter SpecialOfferStage:$feature_landmarks05
[1.12.13a] 2025/03/29 10:52:55: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:55: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:52:57: leave SpecialOfferStage:$feature_landmarks05
[1.12.13a] 2025/03/29 10:52:57: drop SpecialOfferStage:$feature_landmarks05
[1.12.13a] 2025/03/29 10:52:57: enter GameStage
[1.12.13a] 2025/03/29 10:52:57: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:52:57: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:53:30: bind CityInfoStage
[1.12.13a] 2025/03/29 10:53:30: prepare CityInfoStage
[1.12.13a] 2025/03/29 10:53:30: enter CityInfoStage
[1.12.13a] 2025/03/29 10:53:30: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:53:30: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:53:31: leave CityInfoStage
[1.12.13a] 2025/03/29 10:53:31: drop CityInfoStage
[1.12.13a] 2025/03/29 10:53:31: enter GameStage
[1.12.13a] 2025/03/29 10:53:31: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:53:31: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:55:15: bind CityInfoStage
[1.12.13a] 2025/03/29 10:55:15: prepare CityInfoStage
[1.12.13a] 2025/03/29 10:55:15: enter CityInfoStage
[1.12.13a] 2025/03/29 10:55:15: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:55:15: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:55:16: refresh
[1.12.13a] 2025/03/29 10:55:16: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:55:16: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:55:23: leave CityInfoStage
[1.12.13a] 2025/03/29 10:55:23: drop CityInfoStage
[1.12.13a] 2025/03/29 10:55:23: enter GameStage
[1.12.13a] 2025/03/29 10:55:23: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:55:23: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:56:09: Time
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
java.net.UnknownHostException: Unable to resolve host "data.theotown.com": No
address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at com.android.okhttp.Dns$1.lookup(Dns.java:41)
at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:178)
at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:144)
at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:86)
at
com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.j
ava:176)
at
com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAlloc
ation.java:128)
at
com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:9
7)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:465)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnection
Impl.java:411)
at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnect
ionImpl.java:248)
at java.net.URL.openStream(URL.java:1072)
at
info.flowersoft.theotown.resources.InternetTime.readServerTime(InternetTime.java:98
)
at
info.flowersoft.theotown.resources.InternetTime.access$000(InternetTime.java:19)
at
info.flowersoft.theotown.resources.InternetTime$1.run(InternetTime.java:45)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 18 more

[1.12.13a] 2025/03/29 10:56:29: bind CityInfoStage


[1.12.13a] 2025/03/29 10:56:29: prepare CityInfoStage
[1.12.13a] 2025/03/29 10:56:29: enter CityInfoStage
[1.12.13a] 2025/03/29 10:56:29: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:56:29: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:56:30: refresh
[1.12.13a] 2025/03/29 10:56:30: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:56:30: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:57:05: leave CityInfoStage
[1.12.13a] 2025/03/29 10:57:05: drop CityInfoStage
[1.12.13a] 2025/03/29 10:57:05: enter GameStage
[1.12.13a] 2025/03/29 10:57:05: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:57:05: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:58:07: bind CityInfoStage
[1.12.13a] 2025/03/29 10:58:07: prepare CityInfoStage
[1.12.13a] 2025/03/29 10:58:07: enter CityInfoStage
[1.12.13a] 2025/03/29 10:58:07: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:58:07: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:58:08: leave CityInfoStage
[1.12.13a] 2025/03/29 10:58:08: drop CityInfoStage
[1.12.13a] 2025/03/29 10:58:08: enter GameStage
[1.12.13a] 2025/03/29 10:58:08: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:58:08: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:58:09: leave GameStage
[1.12.13a] 2025/03/29 10:58:10: drop GameStage
[1.12.13a] 2025/03/29 10:58:11: bind SaveWaitingStage
[1.12.13a] 2025/03/29 10:58:11: prepare SaveWaitingStage
[1.12.13a] 2025/03/29 10:58:11: enter SaveWaitingStage
[1.12.13a] 2025/03/29 10:58:11: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:58:11: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:58:13: leave SaveWaitingStage
[1.12.13a] 2025/03/29 10:58:13: drop SaveWaitingStage
[1.12.13a] 2025/03/29 10:58:13: enter RegionStage
[1.12.13a] 2025/03/29 10:58:13: ResolutionMgr perfect width 597 for res 2340x1080
with xdpi 391.885 derived from 391.885
[1.12.13a] 2025/03/29 10:58:13: ResolutionMgr perfect index 2 (4) with 5 factors
available
[1.12.13a] 2025/03/29 10:58:22: pause app

You might also like