ddcp 0 Posted December 5, 2015 Any fix for this error? Happens upon first opening VAS in a MP game -- works fine after, but kind of an annoying glitch.Thanks in advance!http://postimg.org/image/dlaz63uu3/ Share this post Link to post Share on other sites
terox 316 Posted December 5, 2015 It states No entry "mpMissions\...cur_mp.Altis\description.exct/VAS_Diag/Controls/Filter1.colorDisabled The answer is in the fault. There is no entry (E.G. it is missing) from whatever mission you were running Specifically it is the VAS\menu.hpp Class VAS_Diag Class controls Sub Class Filter1 You need to define a ColorDisabled attribute there and here is an example colorDisabled[] = {1,1,1,0.3}; Share this post Link to post Share on other sites
ddcp 0 Posted December 6, 2015 It states No entry "mpMissions\...cur_mp.Altis\description.exct/VAS_Diag/Controls/Filter1.colorDisabled The answer is in the fault. There is no entry (E.G. it is missing) from whatever mission you were running Specifically it is the VAS\menu.hpp Class VAS_Diag Class controls Sub Class Filter1 You need to define a ColorDisabled attribute there and here is an example colorDisabled[] = {1,1,1,0.3}; Thanks for the quick reply! I'm pretty lost with modifying the code... I opened the file okay enough in a notepad document... where should I put that exactly? Any other specific characters and spacing? ​ Thank you again!!!​ Share this post Link to post Share on other sites
m0nkey 111 Posted December 6, 2015 I updated VAS to fix a few errors like that awile ago. Current version is 2.91. Armaholic has it. Maybe you are using older version? Version 2.91 works with latest arma v1.54 without the error, for me. Share this post Link to post Share on other sites
ddcp 0 Posted December 6, 2015 I updated VAS to fix a few errors like that awile ago. Current version is 2.91. Armaholic has it. Maybe you are using older version? Version 2.91 works with latest arma v1.54 without the error, for me. Edited -- figured it out! Thanks so much m0nkey!!! Share this post Link to post Share on other sites