counter25 Posted May 20, 2020 Posted May 20, 2020 (edited) 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 May 20, 2020 by counter25
counter25 Posted May 20, 2020 Author Posted May 20, 2020 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);
AizenSousuke Posted May 21, 2020 Posted May 21, 2020 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.
Recommended Posts