I can't play any games with the webclient on my Galaxy S4. When I try, it loads very slowly for large games (sometimes it stops entirely, or maybe it's just incredibly slow), and when it finishes loading, it displays the interface perfectly as it would on my desktop, but I get the good ol' "server killing connection (error code 9)."
I made a simple card matching game in a dozen minutes if you need to join something quick. Also I felt like showing off its fancy 60FPS animations. It's solely in client.screen, so it's a singleplayer game for multiple simultaneous clients.
[Linky]
ID:1677969
![]() Sep 12 2014, 12:09 am (Edited on Sep 12 2014, 12:26 am)
|
|||||||||||||
| |||||||||||||
Connected to wifi, my phone's public IP matches everything else on the network. It's different when using the mobile network.
However, both mobile and wifi networks get the error. It's not just for my own servers either, unlike last time. |
Huh. Now that's weird. If you can get some info on what the IP is as BYOND would see it in world.address that would probably help, but I'll work with you more on this when I have a chance. I know we're looking to set aside some time Monday for looking into the iPad stuff so this would probably fit in.
|
world.address: 192.168.1.149 // local IP |
The only way something like this should ever come up is when the connecting client's IP address for the game doesn't match what was used to connect to the site. I know with your router doing that loopback thing we had an issue with that, but it should be fine for any client whose IP matches the subnet of world.address.