Jump to content

[RESOLVED][OB 2.5.6.49314] Crash in loading screen


counter25

Recommended Posts

EDIT: SOLVED - see my next post.

 

Hi!

 

Since this update my DCS crashes everytime during startup, after authorization. I attached the crash report including dxdiag.

 

The crash log says

# C0000005 ACCESS_VIOLATION at BFF638C0 00:00000000

 

Any ideas on what the reason could be? I have never had such crashes before.

 

Repair and cleanup did not help. I am running VR with a Samsung Odyssey+.

 

Edit: I reverted to the last version, which did not help.

 

It says

2020-05-20 17:17:08.144 ERROR   VISUALIZER: demoscene: model su-27 not found

 

To me this sounds like the background of the VR scene. Did this change? Did the update maybe screw up this scene?

 

I tested running without VR now, which works...

dcs.log-20200520-171708.zip


Edited by counter25
Link to comment
Share on other sites

It turns out it indeed was the model from the VR scene. Installing the update again resolved the problem. For people who still have the problem you can also do the following:

 

open /DCS/Scripts/sceneVR.lua

 

and remove the following:

 

	scene.m			= sceneAPI:addModel("su-27", 0, 2.4, 0);
scene.m:setArgument(0, 1);
scene.m:setArgument(3, 1);
scene.m:setArgument(5, 1);
scene.m:setArgument(4, 0.25);
scene.m:setArgument(6, 0.25);
scene.m:setArgument(115, 1);
scene.m:setArgument(116, 1);
scene.m:setArgument(117, 1);

Link to comment
Share on other sites

It turns out it indeed was the model from the VR scene. Installing the update again resolved the problem. For people who still have the problem you can also do the following:

 

open /DCS/Scripts/sceneVR.lua

 

and remove the following:

 

	scene.m			= sceneAPI:addModel("su-27", 0, 2.4, 0);
scene.m:setArgument(0, 1);
scene.m:setArgument(3, 1);
scene.m:setArgument(5, 1);
scene.m:setArgument(4, 0.25);
scene.m:setArgument(6, 0.25);
scene.m:setArgument(115, 1);
scene.m:setArgument(116, 1);
scene.m:setArgument(117, 1);

 

This somehow fixed the BSOD after pressing 'fly' too.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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