Skip to content

Instantly share code, notes, and snippets.

@cerebrum
Created August 19, 2012 19:17
Show Gist options
  • Save cerebrum/3397111 to your computer and use it in GitHub Desktop.
Save cerebrum/3397111 to your computer and use it in GitHub Desktop.
/opt/openra-bin $ mono --debug /opt/openra-bin/OpenRA.Game.exe
Platform is Linux
Using Gl renderer
Desktop resolution: 1280x1024
Using resolution: 1280x950
Available mods:
cnc: C&C (release-20120630)
ra: Red Alert (release-20120630)
Loading mods: ra
Game started
Game started
Game started
Unhandled Exception: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.List`1+Enumerator[OpenRA.Server.Connection].VerifyState () [0x00047] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Collections.Generic/List.cs:785
at System.Collections.Generic.List`1+Enumerator[OpenRA.Server.Connection].MoveNext () [0x00000] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Collections.Generic/List.cs:789
at OpenRA.Server.Server.StartGame () [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands+<InterpretCommand>c__AnonStorey6D.<>m__47 (System.String s) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands.InterpretCommand (OpenRA.Server.Server server, OpenRA.Server.Connection conn, OpenRA.Network.Client client, System.String cmd) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands+<InterpretCommand>c__AnonStorey6D.<>m__46 (System.String s) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands.InterpretCommand (OpenRA.Server.Server server, OpenRA.Server.Connection conn, OpenRA.Network.Client client, System.String cmd) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.InterpretServerOrder (OpenRA.Server.Connection conn, OpenRA.Server.ServerOrder so) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.InterpretServerOrders (OpenRA.Server.Connection conn, System.Byte[] data) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.DispatchOrders (OpenRA.Server.Connection conn, Int32 frame, System.Byte[] data) [0x00000] in <filename unknown>:0
at OpenRA.Server.Connection.ReadData (OpenRA.Server.Server server) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.<Server>m__66 (System.Object _) [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x0002b] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Threading/Thread.cs:705
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.List`1+Enumerator[OpenRA.Server.Connection].VerifyState () [0x00047] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Collections.Generic/List.cs:785
at System.Collections.Generic.List`1+Enumerator[OpenRA.Server.Connection].MoveNext () [0x00000] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Collections.Generic/List.cs:789
at OpenRA.Server.Server.StartGame () [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands+<InterpretCommand>c__AnonStorey6D.<>m__47 (System.String s) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands.InterpretCommand (OpenRA.Server.Server server, OpenRA.Server.Connection conn, OpenRA.Network.Client client, System.String cmd) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands+<InterpretCommand>c__AnonStorey6D.<>m__46 (System.String s) [0x00000] in <filename unknown>:0
at OpenRA.Mods.RA.Server.LobbyCommands.InterpretCommand (OpenRA.Server.Server server, OpenRA.Server.Connection conn, OpenRA.Network.Client client, System.String cmd) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.InterpretServerOrder (OpenRA.Server.Connection conn, OpenRA.Server.ServerOrder so) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.InterpretServerOrders (OpenRA.Server.Connection conn, System.Byte[] data) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.DispatchOrders (OpenRA.Server.Connection conn, Int32 frame, System.Byte[] data) [0x00000] in <filename unknown>:0
at OpenRA.Server.Connection.ReadData (OpenRA.Server.Server server) [0x00000] in <filename unknown>:0
at OpenRA.Server.Server.<Server>m__66 (System.Object _) [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x0002b] in /var/tmp/portage/dev-lang/mono-2.10.9-r1/work/mono-2.10.9/mcs/class/corlib/System.Threading/Thread.cs:705
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment