• 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.

multiple operators

Messages
219
Country
italy
Is it possible (it doesn't seem like) to use multiple logical operators like

CREATEAGNGENBUILD|BUILDTYPE =<9

?

Notice that the following makes ScenProc crash. Maybe because 21 > 10 which is set in the previous line?

CREATEAGNGENBUILD|BUILDTYPE<9|{GUID}
CREATEAGNGENBUILD|BUILDTYPE>10|{GUID}
CREATEAGNLIBOBJ|BUILDTYPE=21|{GUID}
 
Hi,

I wouldn't see why the lines you posted should cause a crash. What's the message you get?

If an object matches multiple filters it will be processed multiple times.
 
Descrizione:
Stopped working

Firma problema:
Nome evento problema: CLR20r3
Firma problema 01: scenproc.exe
Firma problema 02: 1.0.0.0
Firma problema 03: 5187fc97
Firma problema 04: mscorlib
Firma problema 05: 2.0.0.0
Firma problema 06: 5174de33
Firma problema 07: c45
Firma problema 08: 3
Firma problema 09: System.FormatException
Versione SO: 6.1.7601.2.1.0.256.48
ID impostazioni locali: 1040

Leggere l'informativa sulla privacy online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0410

Se l'informativa sulla privacy online non è disponibile, leggere quella offline:
C:\Windows\system32\it-IT\erofflps.txt
 
Crashes with

Code:
ADDATTRIBUTE|FTYPE=POLYGON|LAYER=Buildings-Flat-Roof;FNUMVERT=4;FNUMPERPANG=4|BUILDTYPE|1
ADDATTRIBUTE|BUILDTYPE!1;FTYPE=POLYGON;LAYER=Buildings-Flat-Roof;FAREARAT>0.70|BUILDTYPE|2

ADDATTRIBUTE|FTYPE=POLYGON;LAYER=Houses;FNUMVERT=4;FNUMPERPANG=4|BUILDTYPE|11
ADDATTRIBUTE|BUILDTYPE!11;FTYPE=POLYGON;LAYER=Houses|BUILDTYPE|12

ADDATTRIBUTE|BUILDTYPE!11;BUILDTYPE!12;FTYPE=POLYGON;LAYER=Houses|FAREARAT>.30|BUILDTYPE|13

ADDATTRIBUTE|BUILDTYPE!1;FTYPE=POLYGON;LAYER=Houses;FCONVEX=1|BUILDTYPE|21

ADDATTRIBUTE|FTYPE=POLYGON;LAYER=Buildings-Flat-Roof;LAYER=Houses;FNUMVERT=3|BUILDTYPE|99

CREATEAGNGENBUILD|BUILDTYPE<2|{b597ddc9-4aa1-4391-8383-231620161427}
CREATEAGNGENBUILD|BUILDTYPE<12|{214e9e1c-6f98-4ced-9667-0cd57592cea1}
CREATEAGNROWHOUSE|BUILDTYPE=13
CREATEAGNLIBOBJ|BUILDTYPE=21|{c0fbb25b-4e06-d4dc-9bb4-9e884c01d5f7}|90|0|60;35
CREATEAGNGENBUILD|BUILDTYPE=99|{aedf6a47-3a98-4913-9538-bd4579d79594}
 
Last edited:
Did you use the =< in the file that crashed? You can only use =, > or <. But not >= or <=.

Else can you send me the spc file to see if i can reproduce it.
 
I'll check with the configuration you posted.
 
Hi,

I just ran the above configuration and didn't get any crashes. So it's most likely something in combination with the data you used (I don't have the data here of course).
 
Back
Top