Skip to main content

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

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:
https://github.com/sven-vorg/best-ebus

Best regards
Sven

Attachment: e_berlin-bus.sumocfg
Description: application/sumo


Back to the top