Hello, thanks for the report. The crash is now fixed ( https://github.com/eclipse/sumo/issues/9772) Note, that the only reason you received any output was due to the bug itself. Your inductionLoop is configured to only detect persons of a specific type (vTypes="pedestrian") but your pedestrians have the default type named "DEFAULT_PEDTYPE" so they do not apply (the attribute vTypes is not needed if you wish to detect all pedestrians).
regards, Jakob Am Fr., 10. Dez. 2021 um 14:41 Uhr schrieb Kevin Malena < [email protected]>: > Hey guys, > > > > SUMO-gui has an unknown error if I check the occupancy or number of > entered vehicles while simulating. > > Normally it won’t be a big deal, but I think the same issue causes an > error in my LISUM coupling. > > Since there are no error messages I cannot assign the problem directly. > > > > Here is an min. example to reproduce the Error: > > https://uni-paderborn.sciebo.de/s/TGdCumjgHSMf01n > > > > I am using sumo 1.11., but the same error appears in other versions. > > > > Due to confidentiality reasons, I cannot share the LISUM stuff for > everyone. > > > > Feel also free to contact me directly if u cannot open the example or > recreate the error. > > > > Cheers, > > > > Kevin > > _____________________________________ > > > > M. Sc. Kevin Malena > > > Regelungstechnik und Mechatronik > > > > Heinz Nixdorf Institut > Universität Paderborn > > Fürstenallee 11 > > 33102 Paderborn > > Telefon: +49 (0) 52 51 / 60 6278 > > Raum: F0.337 > > Internet: http://www.hni.uni-paderborn.de/rtm > > _____________________________________ > > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
