PDA

View Full Version : Game Loads forever



Pushs
04-24-2020, 10:20 PM
After clicking the Play button the screen shows loading forever. Im using Web Browser and 32bit
The dog stops walking and then the screen freezes. I can visit my house but when i press play button the screen freezes

Futumsh
04-24-2020, 10:38 PM
You may have to reboot, and possibly try a different browser if you don't have a 64 bit machine to play from. You're likely running out of contiguous address space, which is a common issue with webassembly in 32 bit browsers, but there's only so much we can do to try to stay compatible as the game expands.

Robens Alexandre
04-26-2020, 12:08 PM
I was having the same issue, this happened after the Ankhs event, but thankfully my machine was 64 bit and I was running 32-bit windows on it so all I had to do was formating and installing a 64-bit windows 10 and now it works like a charm. But I can imagine someone that didn't have the same luck as me, for they would have to purchase another pc that is 64 bit or wait they fix this bug.

Futumsh
04-26-2020, 12:29 PM
I was having the same issue, this happened after the Ankhs event, but thankfully my machine was 64 bit and I was running 32-bit windows on it so all I had to do was formating and installing a 64-bit windows 10 and now it works like a charm. But I can imagine someone that didn't have the same luck as me, for they would have to purchase another pc that is 64 bit or wait they fix this bug.

It's not really a fixable bug, at least not by us without making performance worse for 64 bit (and then still it's just a matter of time before it reappears as the game expands). It's an issue with current browser webassembly implementations requiring contiguous address space, which is a rather limited resource on 32 bit windows.