Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] With latest SUMO ver. preexisting net-files can't be loaded

Hello,

 

I encountered the following issue:

 

Already existing net-files that worked with previous versions of SUMO cannot
be loaded with SUMO 0.32.0. The error message is:

 

"Error: Unknown from-node '0' for edge '1'.

Loading of net-file failed.

Quitting (on error)."

 

This issue can be reproduced with the hello.net.xml:

Changing the from node id in edge "1to2" to (before "1") "0" causes the
error message.

i.e. 

.

    <edge id="1to2" from="0" to="2" priority="-1">

        <lane id="1to2_0" index="0" speed="13.90" length="500.00"
shape="0.00,-1.65 500.00,-1.65"/>

    </edge>

.

 

Why?

 

Thanks!

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user

Back to the top