Page 1 of 1
[14.13] Crash when making MP game
Posted: Mon Oct 10, 2016 11:43 pm
by Akolythe
So I updated to the experimental branch. Now there are no multiplayer games showing up at all with the error message
Downloading failed: Timeout was reached -- Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds
. when I create a multiplayer game it first says that the authentification servers couldnt be reached and then it crashes
Re: [14.13] Crash when making MP game
Posted: Tue Oct 11, 2016 12:51 am
by Loewchen
The server is probably just not reachable because it is down or overloaded.
Does it always crash when opening a MP game or just once/sometimes? If yes, at what point of the game creation process does it crash exactly?
Re: [14.13] Crash when making MP game
Posted: Tue Oct 11, 2016 12:56 am
by impetus maximus
i got the same message, so it's not something your doing wrong.
Re: [14.13] Crash when making MP game
Posted: Tue Oct 11, 2016 1:37 am
by Pirion
website and all multiplayer going though it has a 503 error. It has been brought to attention in IRC at least.
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html, body, iframe { margin: 0; padding: 0; height: 100%; }
iframe { display: block; width: 100%; border: none; }
</style>
<title>Application Error</title>
</head>
<body>
<iframe src="//s3.amazonaws.com/heroku_pages/error.html">
<p>Application Error</p>
</iframe>
</body>
</html>
In order to get my server running, I had to disable user verification, set the game to hidden, and remove the username/password.
until they fix it...anyone is welcome to hop in: 137.135.123.39
Re: [14.13] Crash when making MP game
Posted: Thu Oct 20, 2016 11:07 am
by kovarex
It was a one time problem, the website should be up and running fine.