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

SceneryProcessor Error Error while performing step CREATEAGNPOLYVEG

Messages
3
Country
italy
Hallo.
I'm trying some test befor making a larger autogen file.

I made 2 scenproc files, one for SHP file and one for OSM file. Both file give me the same error:
18.55 SceneryProcessor Error Error while performing step CREATEAGNPOLYVEG
18.55 SceneryProcessor Error Riferimento a un oggetto non impostato su un'istanza di oggetto.

The scenproc command for the OMS file are:
# Test file OSM
IMPORTOSM|D:\FSX Autogen\Mappe\LIDT2.osm|*|landuse
#
CREATEAGNPOLYVEG|FTYPE=POLYGON;landuse=vineyard|{367cdf30-54f0-4093-a2f7-7f473417704f}
#
WRITEAGNFILES|FSX|H:\fsx\Addon Scenery\TrentoBolzanoFSX\texture

Tnx for help
Emanuele
 
Hi,

At first look your configuration file looks fine. So I guess it is something in the data that cases this bug. Could you send me the osm file for testing?
 
Hello,

I made 2 test with SHP and OSM file, and the result is the same error.

You can find the maps file at this link:
www.memuz.net/file/Mappe.rar

and this is the error with the shape file
16.10 SceneryProcessor Error Error while performing step IMPORTSHP
16.10 SceneryProcessor Error Could not find installable ISAM.

scenproc command line:
#trento Bosco
IMPORTSHP|D:\FSX Autogen\Programmi\Quantum GIS Lisboa\Prova.shp|*|NOREPROJ
#
#
CREATEAGNPOLYVEG|FTYPE=POLYGON;tipo=bosco|{0053b63d-b2c0-4bd9-9853-d9d21c9ad1fa}
CREATEAGNPOLYVEG|FTYPE=POLYGON;fumetto=frutteto|{8462b691-f438-4cfb-817b-12eee0752199}
#
WRITEAGNFILES|FSX|H:\fsx\Addon Scenery\TrentoBolzanoFSX\texture

Tnx for help
Bye
Emanuele
 
Hi,

A few things.

For the SHP error, did you install the Access database driver as mentioned in the manual?

http://www.fsdeveloper.com/wiki/index.php?title=ScenProc#Getting_scenProc

You are missing the SPLITGRID|AGN step in your configuration file. That's the reason of the error you get now.

And I noticed your shapefile is not in latitude/longitude. It seems they use another projection, so you can't use NOREPROJ for the projection in your configuration.
 
hello,
the Access DB service is correctly intalled, a will try with the split grid and to chack the projection.

TNX
Emanuele
 
Hello Emanuele,
I came here to seek help on configuration settings to add other types of land and I saw that you're also trying to vary with
the type vineyards ...
I tried your spc file for your area and gave me the same error,
I have modified your file with this:


# Test OSM file
IMPORTOSM | LIDT.osm | * | landuse; building
EXPORTSHP | * | Bolza
SPLITGRID | AGN | building = *
#
CREATEAGNPOLYVEG | FTYPE = POLYGON; landuse = vineyard | {367cdf30-54f0-4093-a2f7-7f473417704f}
#
WRITEAGNFILES | FSX | d: \ test \ textures

and it worked perfectly, I can not test it because I do not know the area but the files were created without errors.

Hello.
Antonio.:)
 
Back
Top