The error message uses the version string directly from the file. I would bet that there is an older state file on your machine that is being read.
Am Sa., 26. Dez. 2020 um 19:28 Uhr schrieb Marcelo Andrade Rodrigues D Almeida <[email protected]>: > Unfortunately, I encounted the error again. > > Python console: > "Warning: State was written with sumo version 1.8.0 (present: > v1_8_0+0346-debec094ac)! > Error: stop for vehicle '-gneE2__gneE0__light.46' on lane ':gneJ0_19_0' is > not downstream the current route. > Quitting (on error)." > > Despite the above warning about version mismatch, the file states it was > generated with version v1_8_0+0346-debec094ac > > > Sincerely, > > Marcelo d'Almeida > > On Sat, Dec 26, 2020 at 1:43 PM Marcelo Andrade Rodrigues D Almeida < > [email protected]> wrote: > >> >> Yeah, I see! >> >> I don't know what happened last time, but I invalidated the docker build >> cache one more time and the source from yesterday presented no problem >> (SUMO v1_8_0+0390-debec094ac) >> >> Thank you >> >> >> >> Sincerely, >> >> Marcelo d'Almeida >> >> On Wed, Dec 23, 2020 at 3:52 PM Jakob Erdmann <[email protected]> >> wrote: >> >>> All the attached states were written by version 1.8.0 but they need to >>> be written by the latest development version (check the first comment line >>> in the file). >>> >>> Am Di., 22. Dez. 2020 um 16:56 Uhr schrieb Marcelo Andrade Rodrigues D >>> Almeida <[email protected]>: >>> >>>> Thank you >>>> >>>> >>>> I just tested with the latest development version >>>> >>>> RUN curl https://sumo.dlr.de/daily/sumo-src-git.tar.gz \ >>>> | tar -xz >>>> ENV SUMO_HOME=sumo-git >>>> RUN mkdir sumo-git/build/cmake-build && cd sumo-git/build/cmake-build \ >>>> && cmake ../.. && make -j$(nproc) >>>> >>>> >>>> I'm still finding the same error (I don't know if it is the same cause, >>>> though) >>>> >>>> See attached save states >>>> >>>> *Error:* >>>> Warning: Vehicle '-gneE3__gneE1__light.50'; collision with vehicle >>>> '-gneE1__gneE2__light.38', lane=':gneJ0_15_0', gap=-1.00, time=1482.00 >>>> stage=move. >>>> Error: stop for vehicle '-gneE1__gneE2__light.38' on lane ':gneJ0_8_0' >>>> is not downstream the current route. >>>> Quitting (on error). >>>> 'Connection' object has no attribute '_socket' >>>> >>>> >>>> >>>> On Mon, Dec 21, 2020 at 7:47 AM Jakob Erdmann <[email protected]> >>>> wrote: >>>> >>>>> Thank you for reporting. This is now fixed ( >>>>> https://github.com/eclipse/sumo/issues/8030). >>>>> An updated version is available tomorrow at >>>>> https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version >>>>> >>>>> regards, >>>>> Jakob >>>>> >>>>> Am Fr., 18. Dez. 2020 um 19:31 Uhr schrieb Marcelo Andrade Rodrigues D >>>>> Almeida <[email protected]>: >>>>> >>>>>> Hi everyone >>>>>> >>>>>> I was running my application and found this error (Sumo version >>>>>> 1.8.0): >>>>>> >>>>>> "Error: stop for vehicle '-gneE0__gneE3__light.42' on lane >>>>>> ':gneJ0_2_0' is not downstream the current route. >>>>>> Quitting (on error). >>>>>> 'Connection' object has no attribute '_socket'" >>>>>> >>>>>> >>>>>> This error occured after loading a state, saved after the following >>>>>> collision: >>>>>> >>>>>> Step #1830.00 >>>>>> Warning: Vehicle '-gneE0__gneE3__light.42'; collision with vehicle >>>>>> '-gneE2__gneE0__light.46', lane=':gneJ0_2_0', gap=-1.00, time=1830.00 >>>>>> stage=move. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> To reproduce the error locally, I loaded the state manually in my >>>>>> machine >>>>>> >>>>>> Loading through python, I receive pretty much the same error, but for >>>>>> car 46 instead. >>>>>> >>>>>> [image: Screenshot from 2020-12-18 14-41-30.png] >>>>>> >>>>>> Alternatively, if I try to load it through the sumocfg and sumo-gui, >>>>>> I receive this error: >>>>>> >>>>>> [image: Screenshot from 2020-12-18 14-41-44.png] >>>>>> >>>>>> >>>>>> sumo files + script attached >>>>>> >>>>>> >>>>>> Thank you in advance >>>>>> >>>>>> >>>>>> Sincerely, >>>>>> >>>>>> Marcelo d'Almeida >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>> _______________________________________________ >>>> 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 >>> >> _______________________________________________ > 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
