SimShaker-for-Aviators / SimShaker-for-Aviators-Releases

Public Repository for SimShaker for Aviators (SSA) Releases
24 stars 1 forks source link

DCS F15E Strike Eagle Exception: Array index out of bounds #22

Closed fallow24 closed 9 months ago

fallow24 commented 9 months ago

Describe the bug I use the Buttkicker Gamer Pro with Andres SimShaker Sound Module Payware, which works very well for me in the F16 and FC3 aircraft. Whenever I want to fly in the F-15E Strike Eagle, an exception occurs on each received UDP message, as shown in the image: grafik Also, the Buttkicker does not produce any vibrations at all. I can click OK on the error message, then for the next received message the exception instantly occurs again. I have already clicked "DCS Repair Export" in the settings tab, however this has no effect.

To Reproduce Steps to reproduce the behavior:

  1. Launch DCS (I use the multithreading binary)
  2. SimShaker starts automatically, as usual
  3. Place yourself in the cockpit of a F-15E (single player or multiplayer does not matter)
  4. Exception occurs and Buttkicker does not vibrate

Expected behavior Exception should not occur and Buttkicker should vibrate when starting up the engines / flying around.

Screenshots Here is another screenshot showing the flood of "index out of range" exceptions: grafik

System:

Additional information Note that I have added the following line in my SimShaker.lua, before the FC3 airplanes:

elseif obj.Name == "F-16I" or obj.Name == "F-16D_50" or obj.Name == "F-16D_50_NS" or obj.Name == "F-16D_52" or obj.Name == "F-16D_52_NS" or obj.Name == "F-16D_Barak_40" or obj.Name == "F-16D_Barak_30" then 
      dataTable.name = "F-16C_50"

I have made this addition to get the SUFA Mod working (which worked). However, I do not expect this to interfere with the F-15ESE. Maybe adding a similar line for the F-15E would fix the problem? Because I did not find any corresponding line for this aircraft in the whole file - but I don't know what I would add and where. Hope this helps!

! Thank you ! I highly appreciate your work and could not imaginge flying without SimShaker anymore. Thank you in advance for looking into the matter.

fallow24 commented 9 months ago

I have upgraded to SSA beta version 2.7.3.0, here it works. Will close the issue and hope you integrate this into the next stable versions :)