Want an easy way to play Civ V online? Say hello to Giant Multiplayer Robot! (GMR)

The main problem arise when we play hotseat game that are NOT GMR. I usually have at least one ongoing game with a few buddies, and we save often(just in case of crash, power surge and whatnot) and the GMR do close civ even tough it was not a GMR game. I had to disable this feature.

And good ol' Alt-F4 work wonder anyway :)
 
The main problem arise when we play hotseat game that are NOT GMR. I usually have at least one ongoing game with a few buddies, and we save often(just in case of crash, power surge and whatnot) and the GMR do close civ even tough it was not a GMR game. I had to disable this feature.

And good ol' Alt-F4 work wonder anyway :)

Yep, that makes sense. For those playing an actual hotseat game, deciding when the game closes yourself is the only way to go :)
 
Looking for beginner(ish) MP GMR Ladder games, feel free to send invites on GMR. Would like a duel or two, or an epic adventure. I played very little Civ 4, 1500 hours of SP Civ 5- new to MP entirely. Casually serious player. Can play multiple turns per day. Have G&K and ALL DLC. Send that invite.
 
Found some problem with game Chillout 2
Player Lightspear (banned from my games from now) left game after 2nd turn, and our game become messed : after i reverted tuns before i've got this :
Server Error in '/' Application.
Sequence contains no matching element
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.InvalidOperationException: Sequence contains no matching element

Source Error:


Line 51: @if (Model.TurnTimeLimit.HasValue)
Line 52: {
Line 53: var turnTimer = new GmrLib.Models.TurnTimer(Model);
Line 54: turnTimer.Editable = ViewBag.UserCanModifyGame;
Line 55: @Html.DisplayFor(g => turnTimer)


Source File: c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml Line: 53

Stack Trace:


[InvalidOperationException: Sequence contains no matching element]
System.Linq.Enumerable.Single(IEnumerable`1 source, Func`2 predicate) +4472766
GmrLib.Models.TurnTimer..ctor(Game game) in D:\Brian\SkyDrive\GMR\GMR\GmrLib\GmrLib\Models\TurnTimer.cs:29
ASP._Page_Views_Shared_TurnTimerArea_cshtml.Execute() in c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml:53
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +173
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +158
ASP._Page_Views_Game_Details_cshtml.Execute() in c:\inetpub\wwwroot\Views\Game\Details.cshtml:238
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.StartPage.ExecutePageHierarchy() +143
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +157
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +384
System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +33
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +825460
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +265
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +825488
System.Web.Mvc.Controller.ExecuteCore() +159
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375

I was playing as Japan, and now at games list i appear as random, and cant enter game itself

also - question: If there any possibility to kick player as host?
Thank you.
 
Thanks for reporting this Slvynn! We've fixed the bug and your game should be functional again.

EDIT: There still may have been another issue. I had to revert one more turn to be sure it would work right.
 
Hello, thank you for helping with old one
New problem
Now i cant enter my new games named "Last Stand" and "Exterminate"
http://multiplayerrobot.com/Game/Details/937

Server Error in '/' Application.
Sequence contains no elements
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.InvalidOperationException: Sequence contains no elements

Source Error:


Line 51: @if (Model.TurnTimeLimit.HasValue)
Line 52: {
Line 53: var turnTimer = new GmrLib.Models.TurnTimer(Model);
Line 54: turnTimer.Editable = ViewBag.UserCanModifyGame;
Line 55: @Html.DisplayFor(g => turnTimer)


Source File: c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml Line: 53

Stack Trace:


[InvalidOperationException: Sequence contains no elements]
System.Linq.Enumerable.Last(IEnumerable`1 source) +6355336
GmrLib.Models.<>c__DisplayClass2.<.ctor>b__0(GamePlayer p) in D:\Brian\SkyDrive\GMR\GMR\GmrLib\GmrLib\Models\TurnTimer.cs:28
System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source, Func`2 predicate) +173
GmrLib.Models.TurnTimer..ctor(Game game) in D:\Brian\SkyDrive\GMR\GMR\GmrLib\GmrLib\Models\TurnTimer.cs:28
ASP._Page_Views_Shared_TurnTimerArea_cshtml.Execute() in c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml:53
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +173
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +158
ASP._Page_Views_Game_Details_cshtml.Execute() in c:\inetpub\wwwroot\Views\Game\Details.cshtml:56
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.StartPage.ExecutePageHierarchy() +143
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +157
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +384
System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +33
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +825460
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +265
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +825488
System.Web.Mvc.Controller.ExecuteCore() +159
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Spoiler :
Server Error in '/' Application.
Sequence contains no elements
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.InvalidOperationException: Sequence contains no elements

Source Error:


Line 51: @if (Model.TurnTimeLimit.HasValue)
Line 52: {
Line 53: var turnTimer = new GmrLib.Models.TurnTimer(Model);
Line 54: turnTimer.Editable = ViewBag.UserCanModifyGame;
Line 55: @Html.DisplayFor(g => turnTimer)


Source File: c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml Line: 53

Stack Trace:


[InvalidOperationException: Sequence contains no elements]
System.Linq.Enumerable.Last(IEnumerable`1 source) +6355336
GmrLib.Models.<>c__DisplayClass2.<.ctor>b__0(GamePlayer p) in D:\Brian\SkyDrive\GMR\GMR\GmrLib\GmrLib\Models\TurnTimer.cs:28
System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source, Func`2 predicate) +173
GmrLib.Models.TurnTimer..ctor(Game game) in D:\Brian\SkyDrive\GMR\GMR\GmrLib\GmrLib\Models\TurnTimer.cs:28
ASP._Page_Views_Shared_TurnTimerArea_cshtml.Execute() in c:\inetpub\wwwroot\Views\Shared\TurnTimerArea.cshtml:53
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +173
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +158
ASP._Page_Views_Game_Details_cshtml.Execute() in c:\inetpub\wwwroot\Views\Game\Details.cshtml:56
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
System.Web.WebPages.StartPage.ExecutePageHierarchy() +143
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +157
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +384
System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +33
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +825460
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +265
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +825488
System.Web.Mvc.Controller.ExecuteCore() +159
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
 
Hey Slvynn, give it a shot now :)

edit: Sorry, didn't refresh the page for awhile there so I missed species response. lol :)
 
cant do now, i'll check in 20 mins from my pc
 
thank you, its working :)
 
Wacky idea: is there any way you could do a team game where each player could control two civs?
 
That's a fascinating idea! Currently we don't allow the same player to join a game more than once, which is something that would be required. But perhaps we could find a good way to change that. Perhaps it could be a preference the host sets when setting up the game :)
 
¿Is there any problem with the login trough steam? Suddenly i'ts giving me the error below when I try to login to see my gmr profile.


Uh-oh.

If you're seeing this page, then that means something went wrong with the Steam login. Sometimes it goes down, so if you try again in a bit, it might work.
In case you're interested, here's the error:
Web request to 'https://steamcommunity.com/openid/login' failed.


And sometimes a 404 error:

Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.


The only unusual thing that I did today with steam was linking it to facebook. ¿Could be related?
 
¿Is there any problem with the login trough steam? Suddenly i'ts giving me the error below when I try to login to see my gmr profile.


Uh-oh.

If you're seeing this page, then that means something went wrong with the Steam login. Sometimes it goes down, so if you try again in a bit, it might work.
In case you're interested, here's the error:
Web request to 'https://steamcommunity.com/openid/login' failed.


And sometimes a 404 error:

Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.


The only unusual thing that I did today with steam was linking it to facebook. ¿Could be related?

Don't worry - Facebook is a completely separated thing and can't affect login. The current problems are probably because of the Steam Summer Sale: an unfortunate side-effect of the Steam Summer Sale is that their servers are under extremely heavy load. It appears that their OpenID provider, which allows us to authenticate through them, is currently down.
 
Logging in appears to have just come back up - but be advised that it will probably go down a couple more times during the Steam Summer Sale.
 
¿Is there any problem with the login trough steam? Suddenly i'ts giving me the error below when I try to login to see my gmr profile.


Uh-oh.

If you're seeing this page, then that means something went wrong with the Steam login. Sometimes it goes down, so if you try again in a bit, it might work.
In case you're interested, here's the error:
Web request to 'https://steamcommunity.com/openid/login' failed.


And sometimes a 404 error:

Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.


The only unusual thing that I did today with steam was linking it to facebook. ¿Could be related?

Same problem here. Haven't been able to get on for a couple hours now.
 
Same problem here. Haven't been able to get on for a couple hours now.

Yes, the Steam OpenID provider is down again. As this issue is entirely on Steam's end, there's unfortunately nothing we can do but wait for it to come back up. I'll place an advisory on the login error page.
 
Problem is back, it seems.
I was uploading a save when it crashed and now I can't log in.
BAa1k.png
 
Yep, sorry about that. We just made some changes to the site that took it offline for a minute. Any operations during that brief time would fail. If you're still experiencing problems close and restart the GMR desktop app.
 
Back
Top Bottom