Indeed, although the Game Cards still doesn't appear for me, well, maybe a matter of time for them to appear again
Tom :
for exemple: static1.scirra.net/arcade/games/1516/card-tall.png
<font color=magenta>Server Error in '/' Application.
Parameter is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Parameter is not valid.
Source Error:
Line 50: return new Bitmap(Settings.ArcadeGamesRootLocation + "/" + g.ID + "/game-small." + g.ImageExtension);
Line 51: else
Line 52: return new Bitmap(Settings.ArcadeGamesRootLocation + "/" + g.ID + "/game-medium." + g.ImageExtension);
Line 53: }
Line 54: public Bitmap getFeatured(GameCardSize c)
Source File: c:\inetpub\wwwroot\Static\arcade-cards\DrawCard.ashx Line: 52
Stack Trace:
[ArgumentException: Parameter is not valid.>
System.Drawing.Bitmap..ctor(String filename) +730835
DrawCard.getIcon(GameCardSize c, Game g) in c:\inetpub\wwwroot\Static\arcade-cards\DrawCard.ashx:52
DrawCard.ProcessRequest(HttpContext context) in c:\inetpub\wwwroot\Static\arcade-cards\DrawCard.ashx:108
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +913
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165