OpenRA crashes during game

Discussion about the game and its default mods.
Post Reply
justray2k
Posts: 4
Joined: Tue Apr 19, 2022 10:55 am

OpenRA crashes during game

Post by justray2k »

Hi!
Since i got a new Laptop my OpenRA crashed near to every game. Im using Windows 11.
The following errors from the protocol:

dotNet error:
Anwendung: RedAlert.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.AccessViolationException
bei OpenRA.Graphics.Animation.Tick(Int32)
bei OpenRA.Graphics.Animation.Tick()
bei OpenRA.Mods.Common.Traits.Render.RenderSprites+AnimationWrapper.Tick()
bei OpenRA.Mods.Common.Traits.Render.RenderSprites.Tick(OpenRA.Actor)
bei OpenRA.TraitDictionary+TraitContainer`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ApplyToAllTimed(System.Action`2<OpenRA.Actor,System.__Canon>, System.String)
bei OpenRA.World.Tick()
bei OpenRA.Game.InnerLogicTick(OpenRA.Network.OrderManager)
bei OpenRA.Game.LogicTick()
bei OpenRA.Game.Loop()
bei OpenRA.Game.Run()
bei OpenRA.Game.InitializeAndRun(System.String[])
bei OpenRA.WindowsLauncher.WindowsLauncher.RunGame(System.String[])
bei OpenRA.WindowsLauncher.WindowsLauncher.Main(System.String[])

Application error:
Name der fehlerhaften Anwendung: RedAlert.exe, Version: 1.0.0.0, Zeitstempel: 0x817afa44
Name des fehlerhaften Moduls: unknown, Version: 0.0.0.0, Zeitstempel: 0x00000000
Ausnahmecode: 0xc0000005
Fehleroffset: 0x0000000000000000
ID des fehlerhaften Prozesses: 0x6eec
Startzeit der fehlerhaften Anwendung: 0x01d853d897bea278
Pfad der fehlerhaften Anwendung: C:\Program Files\OpenRA\RedAlert.exe
Pfad des fehlerhaften Moduls: unknown
Berichtskennung: 5f5ebc94-b8df-4d12-80ec-9fff6f4ac53b
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
(Name of package is empty)

I tried to reinstall and ran Windows Updates for dotnet with no effect unfortunately.

I hope someone knows where's the problem and can help me fix it.

My colleagues and i are playing one round everyday fo lunch in my office ;-)

Matt
Posts: 1144
Joined: Tue May 01, 2012 12:21 pm
Location: Germany

Re: OpenRA crashes during game

Post by Matt »

Try running https://www.memtest86.com/ or something else to check for faulty RAM.

justray2k
Posts: 4
Joined: Tue Apr 19, 2022 10:55 am

Re: OpenRA crashes during game

Post by justray2k »

I will check it. Can you tell me why you think its a RAM related issue?

abcdefg30
Posts: 639
Joined: Mon Aug 18, 2014 6:00 pm

Re: OpenRA crashes during game

Post by abcdefg30 »

The "AccessViolationException" suggests something outside of OpenRA is the underlying issue for the crash. It might be memory, but could also be caused by a bug in driver software (which might not have all the kinks ironed out for Windows 11 yet), so I'd try updating the graphics cards drivers etc. if the RAM thing doesn't yield any results.

justray2k
Posts: 4
Joined: Tue Apr 19, 2022 10:55 am

Re: OpenRA crashes during game

Post by justray2k »

RAM seems to be fine.
After installing some Windows Updates last week i havent had a crash yet. Fingers crossed that fixed my issue somehow.

All my drivers seem to be uptodate.

I'll will let u know if something happens again.

justray2k
Posts: 4
Joined: Tue Apr 19, 2022 10:55 am

Re: OpenRA crashes during game

Post by justray2k »

It crashed again a minute ago :-(

Error:
Anwendung: RedAlert.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.AccessViolationException
bei OpenRA.Graphics.Animation.Tick()
bei OpenRA.TraitDictionary+TraitContainer`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ApplyToAllTimed(System.Action`2<OpenRA.Actor,System.__Canon>, System.String)
bei OpenRA.World.Tick()
bei OpenRA.Game.InnerLogicTick(OpenRA.Network.OrderManager)
bei OpenRA.Game.LogicTick()
bei OpenRA.Game.Loop()
bei OpenRA.Game.Run()
bei OpenRA.Game.InitializeAndRun(System.String[])
bei OpenRA.WindowsLauncher.WindowsLauncher.RunGame(System.String[])
bei OpenRA.WindowsLauncher.WindowsLauncher.Main(System.String[])

Post Reply