Replies: 3 comments 4 replies
-
did you latest dev branch? |
Beta Was this translation helpful? Give feedback.
-
We haven't try the latest dev branch today, but we might have some clue. After comparing the folders with external tool, we found that the 2 lines in my CMakeList might be affecting the results. One strange observation is that when we compare our engine folder. The |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OSX 15.3.1
Xcode 16.2
Axmol 2.4.0
After tracking the issue for a few days, it seem the root cause is from the line:
int error = getaddrinfo(hostname, service, &hint, &answerlist);
in xxsocket.hgetaddrinfo()
always return error 8.I've tried connecting to a different network and also phone's hotspot. Also adding 8.8.8.8 to DNS servers.
Also tested with nslookup and dig. Work fine in terminal.
Weird thing is when I tested on another Mac (same version as listed above), HTTP request works fine. int error = 0
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions