sommer / veins

Veins - The open source vehicular network simulation framework.
http://veins.car2x.org
GNU General Public License v2.0
284 stars 225 forks source link

Error: Storage::readChar(): invalid position #207

Closed mateen-malik closed 3 years ago

mateen-malik commented 3 years ago

Hi,

I have one more issue that is when i run the example from Veins in Omnet, The simulations start and quickly after that gives the following error,


Loading configuration ... done. Starting server on port 45595 Loading net-file from 'erlangen.net.xml' ... done (218ms). Loading additional-files from 'erlangen.poly.xml' ... done (5ms). Loading done. Simulation started with time: 0.00 Error: Storage::readChar(): invalid position Quitting (on error).

Below is the screenshot of my terminal, image

I also get this message,

image

When i force quit i got the following,

image

Can you please help identifying what is the issue and what can i do to resolve it?

Thanks alot in advance,

Best regards, /MM

sommer commented 3 years ago

Thank you for your message, but this is most probably not the right place to have this discussion. We're using the Veins issue tracker only to track mistakes in Veins. While there is certainly a chance that you might have found a mistake, there is also a good chance that Veins is working as it should and, rather, your problem can be solved with some guidance. May I please point you to the Veins FAQ for further guidance and a list of preferred places for having discussions. You can find the FAQ at http://veins.car2x.org/documentation/faq/

I-ikshvaku commented 3 years ago

I was doing the same thing and find this problem, also the documentation of veins isn't helpful, kindly help me asap

Thilaga22 commented 3 years ago

I am also facing the same situation. Anyone found out the solution? Please help.

sommer commented 3 years ago

For ease of reference, these are two example questions on StackOverflow that discuss common oversights leading to the mentioned message:

https://stackoverflow.com/q/66566806/4707703

https://stackoverflow.com/q/67822142/4707703

Thilaga22 commented 3 years ago

For ease of reference, these are two example questions on StackOverflow that discuss common oversights leading to the mentioned message:

https://stackoverflow.com/q/66566806/4707703

https://stackoverflow.com/q/67822142/4707703

Dear Sommer, I truly appreciate your response. I was using Sumo 1.9.1 version, Now I upgraded to Sumo 1.9.2 version and now its working fine. Thanks a lot.

Thilaga.