Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Chargingstations-Output Return Code 3221225477

Thank you for providing the necessary files. The issue is now fixed: https://github.com/eclipse-sumo/sumo/issues/18241

Am Di., 18. Aug. 2026 um 10:53 Uhr schrieb Jakob Erdmann <namdre.sumo@xxxxxxxxx>:
Thank you for pointing out an application crash. 
Please either provide:
- a download link to all necessary input files for running sumo and replicate the crash
- a list of instructions to obtain the input files (when using berlin.net.xml from https://github.com/mosaic-addons/best-scenario, the script fails because of missing edge -E19, likewise, the .sumocfg fails to run because a busStop on that edge cannot be loaded)

regards,
Jakob

Am Mo., 17. Aug. 2026 um 09:44 Uhr schrieb Sven via sumo-user <sumo-user@xxxxxxxxxxx>:
Dear SUMO-Community,

I am currently still working on my electric bus project, but I'm hoping to get close to completion.
However, I am encountering a problem with the output for my charging stations.
While the scenario I built does work for the most part, trying to get the charging stations-output, I am encountering a bug.
When the option:

<output>
<chargingstations-output value="chargingstations.xml"/>
</output>

is set, the SUMO ends the scenario around 17490.0 with the return code 3221225477.

SUMO finished. (15ms ~= 66.67*RT, ~26733.33UPS, vehicles TOT 401 ACT 401 BUF 0)           
3221225477

The timing seems to be somewhat dependent on what is happening in the simulation, as I managed to get it to run for longer by removing some vehicles from my scenario.
When generating other outputs, tripinfo-output, for example, SUMO completes the scenario to the set 104400 timestamp successfully.

Simulation ended at time: 104400.00.
Reason: The final simulation step has been reached.
Performance:
 Duration: 733.05s
 Real time factor: 142.418
 UPS: 54064.419538
Vehicles:
 Inserted: 401
 Running: 401
 Waiting: 0
 Teleports: 169 (Collisions: 169)
 Emergency Stops: 240
 Emergency Braking: 44
SUMO finished.
0

I have read that 3221225477 describes a memory access error in C, but I am not really familiar with this. 
I was also able to replicate the bug on two Windows 11 computers, I haven't tried a Linux machine yet.

Please see the sumocfg in the attachments, the entirety of the project is also available here:

Best regards
Sven
_______________________________________________
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