Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Simulation stops working

things to check:
- use traci.close()
- do not re-use ports (use traci.start without port argument)
- are you running something in parallel in your script?
- ctrl-c your script and check where the strack trace goes once the simulation stops

Am Do., 18. Feb. 2021 um 08:10 Uhr schrieb jlange <jlange@xxxxxx>:
I am running the script to start the first simulation and wait until it is
finished. Then I close the simulation/GUI again. Next I run the script for a
second time and the simulation/GUI stops at a random point of time.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top