Game crashes 50% of time when starting a campaign

Post bug reports and ask for game support here.

Moderator: Vic

Post Reply
stonestriker
Posts: 475
Joined: Sat Sep 29, 2012 7:04 am

Game crashes 50% of time when starting a campaign

Post by stonestriker »

Around 50% of times when starting a new campaign, I get a .NET error (pasted below). DxDiag attached.


Se slutningen af denne meddelelse, hvis du vil have detaljer om,
hvordan du starter JIT-fejlfinding i stedet for denne dialogboks.

************** Undtagelsestekst **************
System.ArgumentNullException: En værdi må ikke være null.
Parameternavn: image
ved System.Drawing.Graphics.FromImage(Image image)
ved WindowsApplication1.WindowClass.Paint()
ved WindowsApplication1.ScreenClass.Paint()
ved WindowsApplication1.Form1.PaintScreeny(Rectangle rect)
ved WindowsApplication1.Form1.OnPaint(PaintEventArgs e)
ved System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
ved System.Windows.Forms.Control.WmPaint(Message& m)
ved System.Windows.Forms.Control.WndProc(Message& m)
ved System.Windows.Forms.ScrollableControl.WndProc(Message& m)
ved System.Windows.Forms.ContainerControl.WndProc(Message& m)
ved System.Windows.Forms.Form.WndProc(Message& m)
ved System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
ved System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
ved System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Indlæste assemblies **************
mscorlib
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WindowsApplication1
Assemblyversion: 1.0.5484.17372
Win32-version: 1.0.5484.17372
CodeBase: file:///E:/Programmer/SteamLibrary/steamapps/common/Decisive%20Campaigns%20The%20Blitzkrieg%20from%20Warsaw%20to%20Paris/WarsawToParis.exe
----------------------------------------
System.Windows.Forms
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.8015 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.8019 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assemblyversion: 8.0.0.0
Win32-version: 8.0.50727.8007 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
mscorlib.resources
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
irrKlang.NET
Assemblyversion: 1.3.0.0
Win32-version: 1, 1, 0, 0
CodeBase: file:///E:/Programmer/SteamLibrary/steamapps/common/Decisive%20Campaigns%20The%20Blitzkrieg%20from%20Warsaw%20to%20Paris/irrKlang.NET.DLL
----------------------------------------
ICSharpCode.SharpZipLib
Assemblyversion: 0.84.0.0
Win32-version: 0.84.0.0
CodeBase: file:///E:/Programmer/SteamLibrary/steamapps/common/Decisive%20Campaigns%20The%20Blitzkrieg%20from%20Warsaw%20to%20Paris/ICSharpCode.SharpZipLib.DLL
----------------------------------------
System.Windows.Forms.resources
Assemblyversion: 2.0.0.0
Win32-version: 2.0.50727.7905 (win9rel.050727-7900)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_da_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT-fejlfinding **************
Hvis du vil aktivere JIT-fejlfinding, skal værdien jitDebugging indstilles
i afsnittet system.windows.forms i konfigurationsfilen
for programmet eller computeren.
Programmet skal desuden kompileres med fejlfinding
aktiveret.

Eksempel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Når JIT-fejlfinding er aktiveret, bliver alle ikke-afviklede
undtagelser sendt til den JIT-fejlfindingsfunktion, der er registreret på computeren, i stedet for
at blive afviklet af denne dialogboks.


Attachments
DxDiag.txt
(67.44 KiB) Downloaded 8 times
DC3 Bug Spotters Gold Logie award
stonestriker
Posts: 475
Joined: Sat Sep 29, 2012 7:04 am

RE: Game crashes 50% of time when starting a campaign

Post by stonestriker »

I seem to have narrowed the crash down. It happens when I select the Go to War without playing any other card. So I just need to play the, free, Intelligence card before Go to War and it works fine.
DC3 Bug Spotters Gold Logie award
User avatar
Vic
Posts: 9284
Joined: Mon May 17, 2004 2:17 pm
Contact:

RE: Game crashes 50% of time when starting a campaign

Post by Vic »

Hi there,

Thanks for reporting.
Could not replicate the bug with just starting the campaign like that.
Your sure you are at the latest version 1.53f ?

Best wishes,
Vic
Visit www.vrdesigns.net for the latest news, polls, screenshots and blogs on Shadow Empire, Decisive Campaigns and Advanced Tactics
Erik2
Posts: 785
Joined: Thu Nov 02, 2000 10:00 am
Location: Oslo, Norway

RE: Game crashes 50% of time when starting a campaign

Post by Erik2 »

ORIGINAL: Vic

Hi there,

Thanks for reporting.
Could not replicate the bug with just starting the campaign like that.
Your sure you are at the latest version 1.53f ?

Best wishes,
Vic

Hi

Where do I find 1.53f?
It is not in the Matrix download area, nor in the members area.
Updating from the start menu says 1.52g is the latest.


Thanks
Erik
User avatar
Vic
Posts: 9284
Joined: Mon May 17, 2004 2:17 pm
Contact:

RE: Game crashes 50% of time when starting a campaign

Post by Vic »

Your right. it is 1.52g indeed. sorry there.

I am planning a big patch in the near-medium future for Warsaw to Paris after I got it done to Case Blue and will then also take an extra look at the issue above.

Thanks for posting.

Best wishes,
Vic
Visit www.vrdesigns.net for the latest news, polls, screenshots and blogs on Shadow Empire, Decisive Campaigns and Advanced Tactics
Post Reply

Return to “Tech Support”