Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on moving a unit #761

Open
tankorsmash opened this issue Jan 7, 2021 · 0 comments
Open

Crash on moving a unit #761

tankorsmash opened this issue Jan 7, 2021 · 0 comments
Labels

Comments

@tankorsmash
Copy link

tankorsmash commented Jan 7, 2021

I don't know exactly what I was doing when it crashed, but I was definitely pressing some combination of A, Shift, Ctrl and Caps Lock along with clicking when it happened. I was trying to get a unit to move. I thought I clicked on a unit but may have clicked off the map.

[2021-01-07T09:51:32] Game started
Exception of type `System.InvalidOperationException`: Nullable object must have a value.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at OpenRA.Mods.Common.Activities.Move.<TargetLineNodes>d__27.MoveNext()
   at OpenRA.Mods.Common.Traits.DrawLineToTarget.<OpenRA-Traits-IRenderAboveShroud-RenderAboveShroud>d__6.MoveNext()
   at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
   at System.Linq.Enumerable.<ConcatIterator>d__59`1.MoveNext()
   at System.Linq.Enumerable.<ConcatIterator>d__59`1.MoveNext()
   at System.Linq.Enumerable.<ConcatIterator>d__59`1.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
   at OpenRA.Graphics.WorldRenderer.PrepareRenderables()
   at OpenRA.Game.RenderTick()
   at OpenRA.Game.Loop()
   at OpenRA.Game.Run()
   at OpenRA.Game.InitializeAndRun(String[] args)
   at OpenRA.Program.Main(String[] args)

I don't know exactly what sort of info you need, so let me know. I was playing on Windows 10, using the Origin RA2 files.

@abcdefg30 abcdefg30 added the Crash label Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants