Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

@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

Posted

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')

Posted

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)

 

Posted

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. 

  • Thanks 1
  • Recently Browsing   0 members

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