<< Back to Help Forum   Search

Posts 1 - 6 of 6   
Runtime and application error.: 4/9/2013 00:06:07


Cat Crusader 
Level 30
Report
Won't let me send anything to the Report Bug area. Kept getting a runtime and application error. Now the site loads but when I click to go into a game I'm currently in or go to join a game, the loading screen pops up but never loads. Just continuously tries loading.
Runtime and application error.: 4/9/2013 00:08:11


Cat Crusader 
Level 30
Report
Below is what I kept experiencing.


Server Error in '/' Application

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>

<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

</system.web>
</configuration>
Runtime and application error.: 4/9/2013 00:43:13


Cat Crusader 
Level 30
Report
Also, single player works just fine so I don't think it can be flash player or anything like that.
Runtime and application error.: 4/9/2013 01:09:17

Seahawks 
Level 54
Report
yeah we all know, luxis created a thread about it already
Runtime and application error.: 4/9/2013 02:01:25


bursztyn47
Level 23
Report
This same thing started doing this to me in the afternoon and I had to go on my other computer. :(
Runtime and application error.: 4/9/2013 02:02:14


bursztyn47
Level 23
Report
I thought that maybey Fizzer was working on warlight or something.
Posts 1 - 6 of 6