konyo 14 Posted July 15, 2010 Hi all. Im trying to fix the CTD that im getting with my addon. Ive been told to create a face in the reslod, and got told that it should stop the problem, but with the face added to the addon its still not been fixed :confused: Ive added a 'box' to both reslods '0.00' & '0.08' Which is a face? This is what it looks like.. Picture here So whats going on.. Please help me fix this. Cheers Share this post Link to post Share on other sites
STALKERGB 6 Posted July 15, 2010 hmm, not sure whats causing that (no expert though) :) It might be worth having a look at your ARMA2.rpt to see if there are any errors in there that would cause the crash. EDIT: On vista the rpt file is located in C:\Users\Matt\AppData\Local\ArmA might be diferent on XP/7 but i guess its similar. Share this post Link to post Share on other sites
konyo 14 Posted July 15, 2010 (edited) hmm, not sure whats causing that (no expert though) :)It might be worth having a look at your ARMA2.rpt to see if there are any errors in there that would cause the crash. Yeah i tryed the faces, no works, but its only with 1 model? It was fine before the patch.. And ok ill have a look. Yeh its pretty much in the same location lol.. This is what i found in my rpt file. Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4353, 4350, 4351 Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4353, 4351, 4347 Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4353, 4347, 4349 Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4350, 4352, 4348 Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4350, 4348, 4346 Warning: a319mpa\a320mpa.p3d:VIEW_CARGO Error while trying to generate ST for points: 4355, 4354, 4356 Theres more & more lines of these in here :confused: Edited July 15, 2010 by konyo Share this post Link to post Share on other sites
STALKERGB 6 Posted July 15, 2010 ST points dont really cause crashes and should be something you need to worry about too much, one you binarize your addon this should go away, does the model load up fine in buldozer for O2? If it does then it might not be a model issue. Are there any references to missing classes or classnames in the RPT? Such as: "Undefined base class: Myplane" as an example. Share this post Link to post Share on other sites
konyo 14 Posted July 15, 2010 ST points dont really cause crashes and should be something you need to worry about too much, one you binarize your addon this should go away, does the model load up fine in buldozer for O2? If it does then it might not be a model issue.Are there any references to missing classes or classnames in the RPT? Such as: as an example. Ok thats good then, theres loads of point's so i couldnt see how i would fix them like that anyway, what with my poor Oxygen 2 skills :D I tryed opening with buldozer, and got a message saying External Viewer: Unable to create viewer But it opens up fine in Oxygen 2. And in the rpt file, these are the main errors that i can see : Warnings in a319mpa\a320mpa.p3d:11000 Error: bin\config.bin/CfgVehicles/A319MPA/Turrets/mainTurret/: Turret body mainTurret not found while initializing the model a319mpa\a320mpa.p3d Error: bin\config.bin/CfgVehicles/A319MPA/Turrets/mainTurret/: Turret gun mainGun not found while initializing the model a319mpa\a320mpa.p3d Error Undefined variable in expression: _fusv1 Then the rest is just like error missing ; & }; for example Share this post Link to post Share on other sites
STALKERGB 6 Posted July 15, 2010 Hmm, well iguess it could be to do with these: Error: bin\config.bin/CfgVehicles/A319MPA/Turrets/mainTurret/: Turret body mainTurret not found while initializing the model a319mpa\a320mpa.p3dError: bin\config.bin/CfgVehicles/A319MPA/Turrets/mainTurret/: Turret gun mainGun not found while initializing the model a319mpa\a320mpa.p3d Error Undefined variable in expression: _fusv1 I assume they are all config/model.cfg based errors, I'd have a loom over your config and model.cfg to see if you can find these bits in them. I'm afraid I have no experience of working with planes so wouldn't really know what to suggest but having a play around with those bits might produce results. Hopefully someone with more knowledge will post in a bit. Share this post Link to post Share on other sites
konyo 14 Posted July 15, 2010 Hmm, well iguess it could be to do with these:I assume they are all config/model.cfg based errors, I'd have a loom over your config and model.cfg to see if you can find these bits in them. I'm afraid I have no experience of working with planes so wouldn't really know what to suggest but having a play around with those bits might produce results. Hopefully someone with more knowledge will post in a bit. Ok ill have a look around my config, and see if i can change anything to it. & thats ok mate, no worries. Cheers for the help thought too :D Share this post Link to post Share on other sites
STALKERGB 6 Posted July 15, 2010 @Konyo, it looks like this could be a wider issue instead of something you have done/or not done to your addon. There seem to be a few people with this issue now. Share this post Link to post Share on other sites
scars09 9 Posted July 15, 2010 try to add a face to memory lod. worked for one ctd problem i was working on which also occured after 1.07 patch. Share this post Link to post Share on other sites
konyo 14 Posted July 16, 2010 @Konyo, it looks like this could be a wider issue instead of something you have done/or not done to your addon. There seem to be a few people with this issue now. Yeah many people are getting it :confused: Wish BIS could just keep things simple lol. Hope someone finds the solution for it soon :) try to add a face to memory lod. worked for one ctd problem i was working on which also occured after 1.07 patch. & ok Thanks, ill try that when i get home from work, ill let you know how it goes Share this post Link to post Share on other sites
konyo 14 Posted July 18, 2010 try to add a face to memory lod. worked for one ctd problem i was working on which also occured after 1.07 patch. EDIT : Sorry for late reply. Been busy, tryed it this morning.. And it now works great :) Dosnt CTD now.. Whooo! Thanks mate :) & Thankyou so much for everyone who helped too. Cheers :) Share this post Link to post Share on other sites