Riddick Posted May 15, 2024 Posted May 15, 2024 (edited) Starting this mission causes the application DCS to terminate immediately upon pressing the pause button on the keyboard. I do not understand why this is happening. May be because of lua script functions. Su-25T Перехват безпилотников.miz Edited May 15, 2024 by Riddick
Solution Riddick Posted May 15, 2024 Author Solution Posted May 15, 2024 (edited) It all turned out to be this line: local transmitter = Unit.getByName(_AWACS[_Pilot[pilotNum].AWACSindex].Name) I forgot to write ".Name" at the end. But I don’t think that such a typo should lead to the collapse of the game. By the way here is the multiplier mission with correct first version of my AWACS script. Enjoy, and write me if there is something wrong! Su-25T Перехват безпилотников.miz Edited May 16, 2024 by Riddick Adding information 1
Flappie Posted May 22, 2024 Posted May 22, 2024 Hi @Riddick. The issue has been fixed in today's update. The sim wont crash anymore, it will display the error in the log file. 1 ---
Riddick Posted May 22, 2024 Author Posted May 22, 2024 48 minutes ago, Flappie said: Hi @Riddick. The issue has been fixed in today's update. The sim wont crash anymore, it will display the error in the log file. Thank you.
Recommended Posts