Jump to content

Recommended Posts

Posted

My game was working almost fine, but now it crashes shortly after launching. I'm using the Steam version, and about 20 seconds after I hit "Play," I get a blue box saying "Unfortunately, the game crashed."

I’ve tried deleting all mods and running a file integrity check, but that didn’t help. The only thing that works is deleting the saved files/DCS folder—then the game starts. But as soon as I add back anything like my 20 keybinds or option settings, it crashes again.

I'm really tired of going down this rabbit hole, especially when I’ve spent so much time fine-tuning VR settings and configurations.

Anyone else been through this or have tips?

[sIGPIC][/sIGPIC]

Laptop Alienware m17x

Intel Core 2 extreme CPU Q3000 @2.53GHz 2.53 GHz

8 GB RAM

2 x NVIDIA 280M

TM HOTAS COUGAR,

24'' Samsung screen,

TIR5

Posted
16 minutes ago, zyph3r said:

The only thing that works is deleting the saved files/DCS folder

Don't delete. Just rename the folder, and you have a back up of your controller bindings and all your settings. 

Are you adding any mods to the Saved Games folder? If you do, it's definitely one of them that crashes the game. Can't really see how any settings would crash it.

I highly recommend a mod manager, even for Saved Games mods, as it's so easy to enable and disable one by one until you find the culprit. After the latest update, quite a few mods have become incompatible. 

It would really help if you can post your latest DCS.log. After it crashes, just drag and drop it here before you try to start DCS again. 

Posted
23 hours ago, MAXsenna said:

Don't delete. Just rename the folder, and you have a back up of your controller bindings and all your settings. 

Are you adding any mods to the Saved Games folder? If you do, it's definitely one of them that crashes the game. Can't really see how any settings would crash it.

I highly recommend a mod manager, even for Saved Games mods, as it's so easy to enable and disable one by one until you find the culprit. After the latest update, quite a few mods have become incompatible. 

It would really help if you can post your latest DCS.log. After it crashes, just drag and drop it here before you try to start DCS again. 

dcs.log-20250411-211336.zip

This crash log, the dcs saved games folder is clean except from config and options.lua

[sIGPIC][/sIGPIC]

Laptop Alienware m17x

Intel Core 2 extreme CPU Q3000 @2.53GHz 2.53 GHz

8 GB RAM

2 x NVIDIA 280M

TM HOTAS COUGAR,

24'' Samsung screen,

TIR5

Posted (edited)

The logs show this is crashing really early on, not long after your peripherals are loaded. You mentioned that a clean saved games works but crashes after putting back your inputs config and options. I would highly recommend adding back just one input at a time in case one of those is causing the crash. Then do the same with the options.lua file. Will help narrow down if there is one in particular. If you find it's just one of them then try rebinding again manually. Running a repair of the game doesn't touch your saved games folder so it's likely this is one of them if it works when clean and crashes when not.

I also note that the vJoy shows as being forcefeedback, not sure where that it set but could try setting that to off as well.

The DxDiag report in the zip file also shows you have blue screen events occurring on your system. This is the output from the log analyzer:

Your system crashes with Bluescreens.

The following kernel-events have been detected:

VIDEO_TDR_FAILURE,VIDEO_ENGINE_TIMEOUT_DETECTED

Remove any overclocking (including XMP).

Run SFC and DISM to check your Windows.

Check for any updates of your BIOS or chipset drivers.

For the SCF and DISM checks you can run the below commands using a command prompt run as administrator. Run each command separately and then restart your PC.

sfc /scannow

dism /online /cleanup-image /restorehealth

The error trace also references VCRUNTIME140. Not saying that this is the issue but you could try repairing that as well. Is a 1 minute job. Just download the latest C++ distributables from the Microsoft site and run the repair option.

https://aka.ms/vs/17/release/vc_redist.x64.exe

The link above is the direct download of the x64 version from the Microsoft site if you're worried about running that exe:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

Edited by sleighzy
  • Like 1

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

Posted
10 hours ago, sleighzy said:

The logs show this is crashing really early on, not long after your peripherals are loaded. You mentioned that a clean saved games works but crashes after putting back your inputs config and options. I would highly recommend adding back just one input at a time in case one of those is causing the crash. Then do the same with the options.lua file. Will help narrow down if there is one in particular. If you find it's just one of them then try rebinding again manually. Running a repair of the game doesn't touch your saved games folder so it's likely this is one of them if it works when clean and crashes when not.

I also note that the vJoy shows as being forcefeedback, not sure where that it set but could try setting that to off as well.

The DxDiag report in the zip file also shows you have blue screen events occurring on your system. This is the output from the log analyzer:

Your system crashes with Bluescreens.

The following kernel-events have been detected:

VIDEO_TDR_FAILURE,VIDEO_ENGINE_TIMEOUT_DETECTED

Remove any overclocking (including XMP).

Run SFC and DISM to check your Windows.

Check for any updates of your BIOS or chipset drivers.

For the SCF and DISM checks you can run the below commands using a command prompt run as administrator. Run each command separately and then restart your PC.

sfc /scannow

dism /online /cleanup-image /restorehealth

The error trace also references VCRUNTIME140. Not saying that this is the issue but you could try repairing that as well. Is a 1 minute job. Just download the latest C++ distributables from the Microsoft site and run the repair option.

https://aka.ms/vs/17/release/vc_redist.x64.exe

The link above is the direct download of the x64 version from the Microsoft site if you're worried about running that exe:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

Wow, thank you man!!! I give this a shot. Report back in couple of hours.

[sIGPIC][/sIGPIC]

Laptop Alienware m17x

Intel Core 2 extreme CPU Q3000 @2.53GHz 2.53 GHz

8 GB RAM

2 x NVIDIA 280M

TM HOTAS COUGAR,

24'' Samsung screen,

TIR5

Posted (edited)
16 hours ago, sleighzy said:

The logs show this is crashing really early on, not long after your peripherals are loaded. You mentioned that a clean saved games works but crashes after putting back your inputs config and options. I would highly recommend adding back just one input at a time in case one of those is causing the crash. Then do the same with the options.lua file. Will help narrow down if there is one in particular. If you find it's just one of them then try rebinding again manually. Running a repair of the game doesn't touch your saved games folder so it's likely this is one of them if it works when clean and crashes when not.

I also note that the vJoy shows as being forcefeedback, not sure where that it set but could try setting that to off as well.

The DxDiag report in the zip file also shows you have blue screen events occurring on your system. This is the output from the log analyzer:

Your system crashes with Bluescreens.

The following kernel-events have been detected:

VIDEO_TDR_FAILURE,VIDEO_ENGINE_TIMEOUT_DETECTED

Remove any overclocking (including XMP).

Run SFC and DISM to check your Windows.

Check for any updates of your BIOS or chipset drivers.

For the SCF and DISM checks you can run the below commands using a command prompt run as administrator. Run each command separately and then restart your PC.

sfc /scannow

dism /online /cleanup-image /restorehealth

The error trace also references VCRUNTIME140. Not saying that this is the issue but you could try repairing that as well. Is a 1 minute job. Just download the latest C++ distributables from the Microsoft site and run the repair option.

https://aka.ms/vs/17/release/vc_redist.x64.exe

The link above is the direct download of the x64 version from the Microsoft site if you're worried about running that exe:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

@sleighzy Update:
I ran SFC and performed cleanup. I haven't disabled XMP or updated the BIOS, as I updated it a few months ago.
When I launch from Steam and select OpenXR mode, it crashes even with a clean start. However, if I start in normal mode, it works fine. In Normal, I can also add VAICOM and some input without any issues or crashes.

dcs.log-20250412-123823.zip

 

@sleighzy REPORT 2: 
Since this morning, after countless tests: If I start the game from Steam in normal mode, it opens the in-game launcher. From there, if I select VR, the game starts without crashing. (Praise the Lord!) I can even bring my config/Vaicom file along with me. My guess is that the latest patch might have added some code to direct people to the launcher.

Edited by zyph3r
  • Thanks 1

[sIGPIC][/sIGPIC]

Laptop Alienware m17x

Intel Core 2 extreme CPU Q3000 @2.53GHz 2.53 GHz

8 GB RAM

2 x NVIDIA 280M

TM HOTAS COUGAR,

24'' Samsung screen,

TIR5

Posted
15 hours ago, zyph3r said:

@sleighzy Update:
I ran SFC and performed cleanup. I haven't disabled XMP or updated the BIOS, as I updated it a few months ago.
When I launch from Steam and select OpenXR mode, it crashes even with a clean start. However, if I start in normal mode, it works fine. In Normal, I can also add VAICOM and some input without any issues or crashes.

dcs.log-20250412-123823.zip 226.1 kB · 0 downloads

 

@sleighzy REPORT 2: 
Since this morning, after countless tests: If I start the game from Steam in normal mode, it opens the in-game launcher. From there, if I select VR, the game starts without crashing. (Praise the Lord!) I can even bring my config/Vaicom file along with me. My guess is that the latest patch might have added some code to direct people to the launcher.

Awesome-sauce!! Thanks for the update. Something definitely weird there, will keep in mind for future reference if it crops up for other folk.

Quote

My guess is that the latest patch might have added some code to direct people to the launcher.

Changes were made a number of patches ago when the new launcher was introduced so that this was opened when DCS was started, so has been around longer than the last patch. I don't know what Steam is trying to do when selecting the OpenXR option. Stick with the way you're launching it now and you can't go wrong 🙂 
 

AMD 7800x3D, 4080Super, 64Gb DDR5 RAM, 4Tb NVMe M.2, Quest 2

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...