notMavrick Posted June 26, 2023 Posted June 26, 2023 Hey everyone, running into an issue that someone might be able to help out with. I just got my winwing f16 stick with shake-kit) and throttle. I want to use the advanced vibration profiles, but it seems that when I use these they do not work in game. In fact the simapp pro app just crashes when DCS starts into a mission (as soon as you pick the plane, and it starts to load it). I have tried uninstalling and re-installing. Same issue. The only way i can get this to work is to go into simapp pro, and set it to default instead of advanced mode. anyone else seeing this?
prestonflying Posted June 26, 2023 Posted June 26, 2023 Can you attach a dcs log of when you pick a plane and load into the game? This can be found under Saved Games -> DCS Folder -> Logs -> dcs.log
notMavrick Posted June 26, 2023 Author Posted June 26, 2023 yes. I am running an integrity check at the moment. Once that is done i will put the vibration setting back to advanced with a profile for the f16 and capture the log.
notMavrick Posted June 26, 2023 Author Posted June 26, 2023 @prestonflying here is the dcs.log. So steps i took to preproduce. launch simapp pro as admin change vibration motor setting to advanced created a profile for the f16, ran it. launched dcs selected the f16 from the aircraft available once the cockpit loaded, you see simapp pro die out and close. no error message, the app just closes. if I switch to default in the vibration settings, works fine, simapp doesnt crash. very odd for sure. dcs.log
notMavrick Posted June 26, 2023 Author Posted June 26, 2023 my export.lua file as well local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) pcall(function() local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[Mods\Services\DCS-SRS\Scripts\DCS-SimpleRadioStandalone.lua]]); end,nil) local wwtlfs=require('lfs') dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')
maki7266 Posted June 28, 2023 Posted June 28, 2023 Hello, try this (move the last 2 line to the beginning): local wwtlfs=require('lfs') dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua') local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) pcall(function() local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[Mods\Services\DCS-SRS\Scripts\DCS-SimpleRadioStandalone.lua]]); end,nil)
notMavrick Posted July 6, 2023 Author Posted July 6, 2023 just an update to this. I worked with winwing support. Turns out i got lucky and discovered a bug in the software they just released a new version today that address this issue. All seems to be fixed now. 1
Recommended Posts