I'm beginner at omnet++ and veins, I have just installed Omnet++ 5.0 (on Windows 10) and installed INET with it as well. I've added a new application traci named "obstacle" to block véhicules, I've changed the files erlangen.launchd.xml and omnetpp.ini and I try to run the examples erlangen. However, it throws an error:
Simulation terminated with exit code: -1073741819.
I am not finding any help regarding this error anywhere. Please help me .
-1073741819is equal to0xC0000005. Try to search using this error number.Moreover, take a look at Debugging and set in your
omnetpp.ini:Thanks to that when your simulation crashes, the debugger will show the line that is source of this error.