• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v5 System Aggregate Exception Error

Messages
1,614
Country
unitedstates
Just had this happen on a script I was running. I use this script as a template so I have run 100's of time without any errors. This time I was running a batch of 25 (five at a time and this one crashed). I then ran it on its own and it crashed again. I believe it sent you an error report but wanted to make sure so I posted here. Anything you can point out would be great.
 

Attachments

Hi,

Looking at the error report it seems there is some geometry that results in this error, while cleaning a polygon some index is out of range. Without seeing the actual vector data this is very hard to debug.
 
I believe it has to do with vegetation polygons which have been detected/created using TFE. I can upload the data for you to take a look. It's 59MB. The surrounding areas are basically the same in complexity/size from what I can see?
 
The error happens in the CreateAGNPolyVeg step. So maybe you can run the script and save the data from scenProc just before that step is being run. Then I can try to reproduce the error here on my machine.
 
I ended up placing the shp data into QGIS to investigate. I tried a few "simplification" steps to check on the look. I then tried a "dissolve" step and tried that in scenProc. It worked... without crashing but took 40 minutes to process where it typically takes 2-3 minutes. My thinking is the dissolve placed 30Km of tree shapes into one superpoly and maybe thats why all the processing time? Good for now but I will need to look into this deeper if this pops up again.
 
If you can send me the SHP data as it come from the detection step I can see if I can fix the crash in scenProc as well. I think it is just a polygon that has a weird shape or too few vertices or so. But without data that is hard to guess and debug.
 
Back
Top