Solid_s 0 Posted June 10, 2010 im trying to test an addon and the test fails since as soon as i spawn a mission with it arma crashes, i checked arma report and .. its huuuuuuge list.... also.. the addon log shows no error what do i do? http://pastebin.com/DhGsTreS <--- config.cpp http://pastebin.com/mguucjpF <--- model.cfg http://pastebin.com/BkN3QG3S <---- error in arma.rpt Now HEEEEELP!. Share this post Link to post Share on other sites
[asa]oden 0 Posted June 11, 2010 The Gripen.p3d has too many vertices and bad structure. Either something went wrong binarizing the object or you tried to binarize an already binarized object (then you need to settle with packing the addon folder). Could be that you have space in your addon foldername, try change to "SAAB_JAS39A_Gripen" or even better "solid_jas39". I would suggest you use a name tag such as "solid_" on all classes including the cfgPatches. 43.Warning Message: Error: saab jas 39 a gripen\gripen.p3d: Too many vertices 44.Warnings in saab jas 39 a gripen\gripen.p3d:0 45.Warning Message: Bad file format (). 46.Warning Message: Bad file format (gbB?). 47.Warning Message: Bad file format (gbB?). 48.Warning Message: Bad file format (Ç*A?). 49.Warning Message: Bad file format (#÷@?). 50.Warning Message: Bad file format (\bia). 51.Warning Message: Bad file format (02_c). Edit: oh forgot, you should post this in ArmA1 section as this part is for ArmA2 addons. Share this post Link to post Share on other sites