Alpenwolf Posted April 19, 2018 Share Posted April 19, 2018 (edited) Working on a big mission here and while trying to test it this bug report appeared (check attached image). I simply hit "Fly" and when in the mission I chose a slot then this happened. I clicked "OK" and was able to continue the mission! Any idea what this is? S! Edited June 3, 2018 by Alpenwolf Cold War 1947 - 1991 Discord Helicopters Tournaments Combined Arms Tournaments You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com Link to comment Share on other sites More sharing options...
Alpenwolf Posted April 19, 2018 Author Share Posted April 19, 2018 Sorry, forgot to upload... Here it is Cold War 1947 - 1991 Discord Helicopters Tournaments Combined Arms Tournaments You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com Link to comment Share on other sites More sharing options...
Grimes Posted April 19, 2018 Share Posted April 19, 2018 Its a mission script error associated with your syntax. Check any code you are running around line 334 for any instance of "DCS". You are likely loading something at initialization or as part of a script in your saved games/DCS/Scripts folder. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum Link to comment Share on other sites More sharing options...
Alpenwolf Posted April 19, 2018 Author Share Posted April 19, 2018 Its a mission script error associated with your syntax. Check any code you are running around line 334 for any instance of "DCS". You are likely loading something at initialization or as part of a script in your saved games/DCS/Scripts folder. I'm running Ciribob's SimpleSlotBlock script which is saved in saved games/DCS/Scripts/hooks Line 334? Hmmm. So far added this script only and tens of airframes' names in the "do script" option that are supposed to be blocked at mission start. I'll try and play with the conditions of the triggers a bit. Cold War 1947 - 1991 Discord Helicopters Tournaments Combined Arms Tournaments You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com Link to comment Share on other sites More sharing options...
feefifofum Posted April 19, 2018 Share Posted April 19, 2018 Did you add the GameGUI file to /scripts/hooks? THE GEORGIAN WAR - OFFICIAL F-15C DLC Link to comment Share on other sites More sharing options...
Alpenwolf Posted April 19, 2018 Author Share Posted April 19, 2018 Did you add the GameGUI file to /scripts/hooks? Yes. Actually I have the files in both /Scripts and /Scripts/hooks just to make sure. Cold War 1947 - 1991 Discord Helicopters Tournaments Combined Arms Tournaments You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com Link to comment Share on other sites More sharing options...
Alpenwolf Posted April 20, 2018 Author Share Posted April 20, 2018 (edited) This is line 334 amidst the other lines below: }, -- end of [3] ["name"] = "blue", ["country"] = { [1] = { ["id"] = 21, ["name"] = "Australia", }, -- end of [1] [2] = { ["id"] = 11, ["name"] = "Belgium", }, -- end of [2] [3] = { ["id"] = 8, ["name"] = "Canada", }, -- end of [3] [4] = { ["id"] = 28, ["name"] = "Croatia", }, -- end of [4] [5] = { ["id"] = 26, ["name"] = "Czech Republic", }, -- end of [5] [6] = { ["id"] = 13, ["name"] = "Denmark", }, -- end of [6] [7] = { ["id"] = 5, ["name"] = "France", }, -- end of [7] [8] = {EDIT: Fixed! The issue was having some scripts running simultaneously. Edited April 20, 2018 by Alpenwolf Cold War 1947 - 1991 Discord Helicopters Tournaments Combined Arms Tournaments You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com Link to comment Share on other sites More sharing options...
Recommended Posts