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

scenproc has stopped working

Messages
64
Country
italy
Windows messagge:
'A problem caused the program to stop....'

Hi Arno, in last 2 release (18 and 23 feb) there is a problem in ADDATTRIBUTEIFINSIDE
my pc (Win8.1 x64) stop working in this step

no other error message

Chris
 
Hi Chris,

Let me check if I can reproduce it. The same data and configuration worked before?
 
Yes, previous version with same data and configuration is working fine.
I will try next versions and I'll let you know when it works
thank you
Chris
 
Hi,

I just tried a configuration here where I have included the command and it seems to be working fine. So I don't think the step itself is broken, but maybe it is something in combination with your data. Is it possible for you to send me your data and configuration file for testing?
 
Hi,
this is my configuration file:

# @0@=405
# @1@=128
# @2@=9.84375
# @3@=10.3125
# @4@=44.64843783333333
# @5@=45
# 407 128 10.78125;11.25;44.64843783333333;45
# 410 130 12.1875;12.65625;43.94531283333333;44.296875
# 406 133 10.3125 10.78125 42.890625 43.24218783333333
# 405 128 9.84375 10.3125 44.64843783333333 45

# building lon min lon max lat min lat max
IMPORTOGR|I:\GIS\italy\sirx\@1@b.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# vegetation in natural layer
IMPORTOGR|I:\GIS\italy\sirx\@1@v.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# vegetation in landuse layer
IMPORTOGR|I:\GIS\italy\sirx\@1@l.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# road layer for light pole
IMPORTOGR|I:\GIS\italy\roads.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# power layer for power pole
IMPORTOGR|I:\GIS\italy_2013\power.shp|@2@;@3@;@4@;@5@|*|NOREPROJ

SPLITGRID|AGN

# set point ROADTYPE
PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=residential|50;50|5;5|ROADTYPE|LightRes|hdg

PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=primary|80;80|5;5|ROADTYPE|LightPri|hdg
PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=primary_link|150;150|5;5|ROADTYPE|LightPri|hdg

PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=secondary|80;80|5;5|ROADTYPE|LightSec|hdg
PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=secondary_link|80;80|5;5|ROADTYPE|LightSec|hdg

PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=tertiary|100;100|5;5|ROADTYPE|LightTer|hdg

PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=trunk|80;80|5;5|ROADTYPE|LightTrunk|hdg
PLACEPOINTSALONGLINE|FROMFILE=roads.shp;type=trunk_link|80;80|5;5|ROADTYPE|LightTrunk|hdg

# set VEGETYPE


ADDATTRIBUTEIFINSIDE|FROMFILE=@1@v.shp|type=forest|VEGETYPE|Forest # this line stop working

ADDATTRIBUTEIFINSIDE|FROMFILE=@1@v.shp|type=park|VEGETYPE|Park
ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=grove|VEGETYPE|Park
ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=park|VEGETYPE|Park
ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=tree|VEGETYPE|Park
ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=trees|VEGETYPE|Park
ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=wood|VEGETYPE|Park

ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=conservation|VEGETYPE|Conservation

ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=heath|VEGETYPE|ShrubEvergreen

ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=orchard|VEGETYPE|BroadleafCrops

ADDATTRIBUTEIFINSIDE|FROMFILE=@1@l.shp|type=scrub|VEGETYPE|Scrub


# set BUILDTYPE

# set attribute BUILDINGS Buildings for all
ADDATTRIBUTE|FROMFILE=@1@b.shp|BUILDINGS|Buildings

# set attribute BUILDTYPE ComplexBuild for all
ADDATTRIBUTE|BUILDINGS=Buildings|BUILDTYPE|ComplexBuild

# set attribute BUILDTYPE RectBuild for rectangular building
ADDATTRIBUTE|BUILDINGS=Buildings;FNUMVERT=4;FNUMPERPANG=4|BUILDTYPE|RectBuild


# BUILDTYPE RectBuild

# set attribute BUILDCAT=RectS rectangular small
ADDATTRIBUTE|BUILDTYPE=RectBuild;FAREA>80;FAREA<500|BUILDCAT|RectS
# set attribute BUILDCAT=LRectS long rectangular small
ADDATTRIBUTE|BUILDCAT=RectS;FRATIO<0.3|BUILDCAT|LRectS

# set attribute BUILDCAT=RectM rectangular medium
ADDATTRIBUTE|BUILDTYPE=RectBuild;FAREA>500;FAREA<2000|BUILDCAT|RectM
# set attribute BUILDCAT=LRectM long rectangular medium
ADDATTRIBUTE|BUILDCAT=RectM;FRATIO<0.3|BUILDCAT|LRectM

# set attribute BUILDCAT=RectL rectangular large
ADDATTRIBUTE|BUILDTYPE=RectBuild;FAREA>2000;FAREA<3500|BUILDCAT|RectL
# set attribute BUILDCAT=LRectL long rectangular large
ADDATTRIBUTE|BUILDCAT=RectL;FRATIO<0.3|BUILDCAT|LRectL

# set attribute BUILDCAT=RectVL rectangular very large
ADDATTRIBUTE|BUILDTYPE=RectBuild;FAREA>3500;FAREA<6000|BUILDCAT|RectVL
# set attribute BUILDCAT=LRectVL long rectangular very large
ADDATTRIBUTE|BUILDCAT=RectVL;FRATIO<0.3|BUILDCAT|LRectVL

# set attribute BUILDCAT=RectH rectangular huge
ADDATTRIBUTE|BUILDTYPE=RectBuild;FAREA>6000|BUILDCAT|RectH
# set attribute BUILDCAT=LRectH long rectangular huge
ADDATTRIBUTE|BUILDCAT=RectH;FRATIO<0.3|BUILDCAT|LRectH

# set attribute BUILDCAT=RectInd type=industrial
ADDATTRIBUTEIFINSIDE|BUILDTYPE=RectBuild;FAREA<3500|type=industrial|BUILDCAT|RectInd
# set attribute BUILDCAT=LRectInd Long type=industrial
ADDATTRIBUTE|BUILDCAT=RectInd;FRATIO<0.3|BUILDCAT|LRectInd


# BUILDTYPE ComplexBuild

REPLACEPOLYGONBYBUILDINGRECTANGLES|BUILDTYPE=ComplexBuild

# set attribute BUILDCAT ComplexBuildS small
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;FAREA>80;FAREA<500|BUILDCAT|ComplexBuildS
# set attribute BUILDCAT LComplexBuildS long small
ADDATTRIBUTE|BUILDCAT=ComplexBuildS;FRATIO<0.3|BUILDCAT|LComplexBuildS

# set attribute BUILDCAT ComplexBuildM medium
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;FAREA>500;FAREA<2000|BUILDCAT|ComplexBuildM
# set attribute BUILDCAT LComplexBuildM long medium
ADDATTRIBUTE|BUILDCAT=ComplexBuildM;FRATIO<0.3|BUILDCAT|LComplexBuildM

# set attribute BUILDCAT ComplexBuildL large
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;FAREA>2000;FAREA<3500|BUILDCAT|ComplexBuildL
# set attribute BUILDCAT LComplexBuildL long large
ADDATTRIBUTE|BUILDCAT=ComplexBuildL;FRATIO<0.3|BUILDCAT|LComplexBuildL

# set attribute BUILDCAT ComplexBuildVL very large
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;FAREA>3500;FAREA<6000|BUILDCAT|ComplexBuildVL
# set attribute BUILDCAT LComplexBuildVL long very large
ADDATTRIBUTE|BUILDCAT=ComplexBuildVL;FRATIO<0.3|BUILDCAT|LComplexBuildVL

# set attribute BUILDCAT ComplexBuildH huge
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;FAREA>6000|BUILDCAT|ComplexBuildH
# set attribute BUILDCAT LComplexBuildH long huge
ADDATTRIBUTE|BUILDCAT=ComplexBuildH;FRATIO<0.3|BUILDCAT|LComplexBuildH

# set attribute BUILDCAT ComplexInd type=industrial
ADDATTRIBUTEIFINSIDE|BUILDTYPE=ComplexBuild;FAREA<3500|type=industrial|BUILDCAT|ComplexInd
# set attribute BUILDCAT LComplexInd Long type=industrial
ADDATTRIBUTE|BUILDTYPE=ComplexBuild;BUILDCAT=ComplexInd;FRATIO<0.3|BUILDCAT|LComplexInd

# special building: do not use

# set attribute BUILDCAT BuildVS very small
ADDATTRIBUTE|BUILDINGS=Buildings;FAREA<80|BUILDCAT|BuildVS

# set attribute BUILDCAT church type=church
ADDATTRIBUTEIFINSIDE|BUILDINGS=Buildings|type=church|BUILDCAT|church

# set attribute BUILDCAT public type=public
ADDATTRIBUTEIFINSIDE|BUILDINGS=Buildings|type=public|BUILDCAT|public

# set attribute BUILDCAT castle type=castle
ADDATTRIBUTEIFINSIDE|BUILDINGS=Buildings|type=public|BUILDCAT|castle

# set attribute BUILDCAT hangar type=hangar
ADDATTRIBUTEIFINSIDE|BUILDINGS=Buildings|type=public|BUILDCAT|hangar




# set BUILDINGHEIGHT
SETAGNBUILDINGHEIGHT|*|0.2;0.5;0.15;0.05

# create residential BUILDCAT=RectS
CREATEAGNGENBUILD|BUILDCAT=RectS;FWIDTH<20|{6f1e985a-1f64-4c73-925b-c0a327bda2df}|MAXRATIO=3
CREATEAGNGENBUILD|BUILDCAT=RectS;FWIDTH>20|{311de8c7-e596-4e28-a94d-da09d0252ce4}|MAXRATIO=3

# create residential BUILDCAT=LRectS
CREATEAGNROWHOUSE|BUILDCAT=LRectS;FRATIO>0.15;FMINSIDE>8

# create residential BUILDCAT=RectM
CREATEAGNGENBUILD|BUILDCAT=RectM;FWIDTH<40|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=3
CREATEAGNGENBUILD|BUILDCAT=RectM;FWIDTH>40|{311de8c7-e596-4e28-a94d-da09d0252ce4}|MAXRATIO=3

# create residential BUILDCAT=LRectM
CREATEAGNROWHOUSE|BUILDCAT=LRectM;FRATIO>0.15;FMINSIDE>15

# create residential BUILDCAT=RectL
CREATEAGNGENBUILD|BUILDCAT=RectL;FWIDTH<40|{5ae04eb6-934c-4f63-bb48-5e7dee601212}|MAXRATIO=2.5
CREATEAGNGENBUILD|BUILDCAT=RectL;FWIDTH>40|{311de8c7-e596-4e28-a94d-da09d0252ce4}|MAXRATIO=2.5

# create residential BUILDCAT=LRectL
CREATEAGNROWHOUSE|BUILDCAT=LRectL;FRATIO>0.15;FMINSIDE>15

# create residential BUILDCAT=RectVL
#do nothing

# create residential BUILDCAT=LRectVL
CREATEAGNROWHOUSE|BUILDCAT=LRectVL;FRATIO>0.15;FMINSIDE>15;FMINSIDE<120

# create residential BUILDCAT=RectH
#do nothing

# create residential BUILDCAT=LRectH
CREATEAGNROWHOUSE|BUILDCAT=LRectH;FRATIO>0.15;FMINSIDE>15;FMINSIDE<120



# create residential BUILDCAT=ComplexBuildS
CREATEAGNGENBUILD|BUILDCAT=ComplexBuildS|{6f1e985a-1f64-4c73-925b-c0a327bda2df}|MAXRATIO=3

# create residential BUILDCAT=LComplexBuildS
CREATEAGNROWHOUSE|BUILDCAT=LComplexBuildS;FMINSIDE>8;FMINSIDE<120

# create residential BUILDCAT=ComplexBuildM
CREATEAGNGENBUILD|BUILDCAT=ComplexBuildM|{6f1e985a-1f64-4c73-925b-c0a327bda2df}|MAXRATIO=2

# create residential BUILDCAT=LComplexBuildM large
CREATEAGNROWHOUSE|BUILDCAT=LComplexBuildM;FMINSIDE>15;FMINSIDE<120

# create residential BUILDCAT=ComplexBuildL
CREATEAGNGENBUILD|BUILDCAT=ComplexBuildL;FMINSIDE>15|{6f1e985a-1f64-4c73-925b-c0a327bda2df}|MAXRATIO=1.5

# create residential BUILDCAT LComplexBuildL large
CREATEAGNROWHOUSE|BUILDCAT=LComplexBuildL;FMINSIDE>15;FMINSIDE<120

# create residential BUILDCAT=ComplexBuildVL
#do nothing

# create residential BUILDCAT=LComplexBuildVL
CREATEAGNROWHOUSE|BUILDCAT=LComplexBuildVL;FRATIO>0.15;FMINSIDE>15;FMINSIDE<120

# create residential BUILDCAT=ComplexBuildH
#do nothing

# create residential BUILDCAT=LComplexBuildH
CREATEAGNROWHOUSE|BUILDCAT=LComplexBuildH;FRATIO>0.15;FMINSIDE>15;FMINSIDE<120

# create industrial BUILDCAT=RectInd
CREATEAGNGENBUILD|BUILDCAT=RectInd|{311DE8C7-E596-4e28-A94D-DA09D0252CE4}
# create industrial BUILDCAT=LRectInd
CREATEAGNGENBUILD|BUILDCAT=LRectInd|{4eb68be7-2f1f-4cd2-920e-becfa2d8c888}

# create industrial BUILDCAT=ComplexInd
CREATEAGNGENBUILD|BUILDCAT=ComplexInd|{311DE8C7-E596-4e28-A94D-DA09D0252CE4}
# create industrial BUILDCAT=LComplexInd
CREATEAGNGENBUILD|BUILDCAT=LComplexInd|{4eb68be7-2f1f-4cd2-920e-becfa2d8c888}

# subtract buildings from vegetation
SUBTRACTFEATURES|VEGETYPE=Forest|BUILDINGS=Buildings|2.0|MINAREAPOLY
SUBTRACTFEATURES|VEGETYPE=Park|BUILDINGS=Buildings|2.0|MINAREAPOLY
SUBTRACTFEATURES|VEGETYPE=Conservation|BUILDINGS=Buildings|2.0|MINAREAPOLY
SUBTRACTFEATURES|VEGETYPE=ShrubEvergreen|BUILDINGS=Buildings|2.0|MINAREAPOLY
SUBTRACTFEATURES|VEGETYPE=BroadleafCrops|BUILDINGS=Buildings|2.0|MINAREAPOLY
SUBTRACTFEATURES|VEGETYPE=Scrub|BUILDINGS=Buildings|2.0|MINAREAPOLY

# create vegetationv
CREATEAGNPOLYVEG|VEGETYPE=Forest|{74b28851-53f7-4111-8886-87b258e49ff2}
CREATEAGNPOLYVEG|VEGETYPE=Park|{86dca4ec-e909-4293-8280-3be4a7cfd481}
CREATEAGNPOLYVEG|VEGETYPE=Conservation|{bc6396b0-6e51-4a4f-ab4f-5386c84609a6}
CREATEAGNPOLYVEG|VEGETYPE=ShrubEvergreen|{d26cb3c7-9be7-44ec-b7ad-155832ec4f99}
CREATEAGNPOLYVEG|VEGETYPE=BroadleafCrops|{56a4998d-c1e5-416c-a37b-c35ce16504b6}
CREATEAGNPOLYVEG|VEGETYPE=Scrub|{2fde0277-1697-4dab-b481-c3985c80596f}

# create light pole

CREATEXMLLIBOBJ|ROADTYPE=LightRes|{58056322-3871-4300-a450-729a41cbfda9}|hdg|0|0|NOAUTOGENSUPPRESSION;NOCRASH
CREATEXMLLIBOBJ|ROADTYPE=LightPri|{3586605f-47f5-4128-be2f-c3e0f9aa5c4e}|hdg|0|0|NOAUTOGENSUPPRESSION;NOCRASH
CREATEXMLLIBOBJ|ROADTYPE=LightSec|{7fe7c9e5-10bb-43b7-bacc-cf6b4eb9e849}|hdg|0|0|NOAUTOGENSUPPRESSION;NOCRASH
CREATEXMLLIBOBJ|ROADTYPE=LightTer|{7fe7c9e5-10bb-43b7-bacc-cf6b4eb9e849}|hdg|0|0|NOAUTOGENSUPPRESSION;NOCRASH
CREATEXMLLIBOBJ|ROADTYPE=LightTrunk|{7fe7c9e5-10bb-43b7-bacc-cf6b4eb9e849}|hdg|0|0|NOAUTOGENSUPPRESSION;NOCRASH

# create agn for power pole
CREATEAGNLIBOBJ|FROMFILE=power.shp;fclass=tower|{54382ec5-b1bd-4a43-aa1a-4f5f529356c3}|hdg|00|6;6

# EXPORTBGL
EXPORTBGL|FSX|PoleLights|I:\Addon Scenery\Italy_LOD14_2MT_SIM\Italy_LOD14_2MT_@1@\Italia-@0@-@1@-LOD14\scenery

#export to shp for debug
#EXPORTSHP|*|test

#create agn files
EXPORTAGN|FSX|I:\fsx-p3d\AgnMergeTool v2.30 package EN\Tiles\@1@\@0@-@1@
EXPORTAGN|FSX|I:\Addon Scenery\Italy_LOD14_2MT_SIM\Italy_LOD14_2MT_@1@\Italia-@0@-@1@-LOD14\texture




shape data from geofabrik , full italy reduced with QGIS (max file size about 230mb)
edit roads shape about 504Mb from http://osmdata.thinkgeo.com/

i've the same problem when i change lat lon coordinate or shape file

thenk you ....!

Chris
 
Last edited:
update
the problem might be in roads shape file: if i skip this import, all work fine
however, previous version (first week in February, without revision or build number) with same configuration and data is working fine

There are new limits on file size or number of features?
 
Hi,

But are you using the roads in the ADDATTTRIBUTEIFINSIDE step? At first thought this doesn't make sense to me.

Roads are lines and the ADDATTRIBUTEIFINSIDE step works for polygons, it doesn't make sense to check if something is inside a line.

But I'll see if i can reproduce the behavior.
 
hi,

no, i use ADDATTTRIBUTEIFINSIDE for natural shape polygons (IMPORTOGR|I:\GIS\italy\sirx\@1@v.shp|@2@;@3@;@4@;@5@|*|NOREPROJ)

I'm sorry but I was wrong:
roads.shp form geofabrik, about 602 Mb
power.shp from http://osmdata.thinkgeo.com/ , about 504Mb

I can not explain why, but skipping roads import the software does not generate errors

see stamp error in attach

thank you

Chris
 

Attachments

  • error.jpg
    error.jpg
    604.6 KB · Views: 511
Could you try to add FTYPE=POLYGON to the filter where you select the features to test against?

It's also weird you don't get the form to submit errors to me, that would help me to see where things go wrong.
 
Hi
Sorry but I did not understand the last sentence you wrote :-)
there is a form to submit errors?

however, adding the filter FTYPE = POLYGON now the process goes on, but there is a new error when creating autogen

see attached image

thank you
Chris
 

Attachments

  • error2.jpg
    error2.jpg
    590 KB · Views: 487
Hi,

One step closer again.

I'll modify ADDATTRIBUTEIFINSIDE so that it automatically makes sure only polygons are selected.

I'm not sure yet why you get the crash in the step that makes the library objects. Let me check what could go wrong there.

Yes, instead of the dialogue you get that a a problem has occurred, you should get the error reporting dialogue as shown in the manual. That why you can report a problem directly into my bug tracker system and it will help me to see in which function the problem occurs. But for some reason that doesn't trigger on your machine.
 
Hi,

I think this last crash might be related to the heading attribute. You specified hdg for that, but do your power lines have this attribute? Else scenProc will try to parse the provided text as a number and that would fail for hdg of course. I should probably make that part more robust.
 
ok, now I understand!

you're right, on my PC do not appears the reporting crashes screen

if you want you can add a log file or a debug screen (as options?), so that we can post it

I tried to change this command (i think power lines does not have heading, shape is already in point):

CREATEAGNLIBOBJ|FTYPE=POINT;FROMFILE=power.shp;fclass=tower|{54382ec5-b1bd-4a43-aa1a-4f5f529356c3}|0|0|7;7

but the error still occurs

thank you for help

Chris
 
Hi Arno
I found a solution to the problem
I added this step

ADDATTRIBUTE|FTYPE=POINT;FROMFILE=power.shp;fclass=tower|POWERTYPE|PowerLine

and changed this step

CREATEAGNLIBOBJ|POWERTYPE=PowerLine|{54382ec5-b1bd-4a43-aa1a-4f5f529356c3}|0|0|7;7

maybe you need to add some check to always have an attribute associated with every feature?

thank you again!

Chris
 
Hi Chris,

Thanks, I'll check how that difference could give a crash.

For the ADDATTRIBUTEIFINSIDE crash I have made a fix already by now.
 
Hi,

Weird, you use exactly the same filter in both steps. So I don't understand why it would crash with one and not with the other.

I'll try to download your power line data and see if i can reproduce the crash with it. Then I can hopefully make it more robust.
 
I'll still check if I can reproduce it, then I could make scenproc more stable.

But at least you have a good workarounds already.
 
Hi Arno
unfortunately I have to report another problem
I tried to import agn (created a few years ago with annotator ) and merge it with new objects

The configuration is this ( only the first part up to the error step) :

# @0@=408
# @1@=129
# @2@=11.25
# @3@=11.71875
# @4@=44.296875
# @5@=44.64843783333333


IMPORTAGN|I:\fsx-p3d\AgnMergeTool v2.30 package EN\Tiles\bologna408orig|CREATEFEATURES
ADDATTRIBUTE|*|ORIGAGN|Bologna


# building lon min lon max lat min lat max
IMPORTOGR|I:\GIS\italy\sirx\@1@b.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# vegetation in natural layer
IMPORTOGR|I:\GIS\italy\sirx\@1@n.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# vegetation in landuse layer
IMPORTOGR|I:\GIS\italy\sirx\@1@l.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# road layer for light pole
IMPORTOGR|I:\GIS\italy\roads.shp|@2@;@3@;@4@;@5@|*|NOREPROJ
# power layer for power pole
IMPORTOGR|I:\GIS\italy_2013\power.shp|@2@;@3@;@4@;@5@|*|NOREPROJ


SPLITGRID|AGN

# set point POWERTYPE
ADDATTRIBUTE|FTYPE=POINT;FROMFILE=power.shp;fclass=tower|POWERTYPE|PowerLine



The error is always the same, scenproc has stopped working

Important Note:
the error occurs with the latest versions.
With an older version ( beginning of February) the error does not occur (and merge is working!), however does not read all the features of the old agn

see attachement

hello
Chris
 

Attachments

  • error.jpg
    error.jpg
    313.6 KB · Views: 471
Hi Chris,

I guess it's something in the data. But of course the tool should not crash.
I think you posted links to your data before, so let me try to reproduce it.
 
Back
Top