Dear;
I'm using Veins, Omnet++ and sumo.
I've used the Veins-2.0-rc2 fine and without error, but recently I've changed my Windows and I've changed to Veins-2.0 but it is not working.
I'm using Windows 7 - 64 bit,
I've done the tutorial of Veins and in final step I got following error when I've run veins example simulation:
"
RUNTIME ERROR. A cRuntimeError exception is about to be thrown, and you
requested (by setting debug-on-errors=true in the ini file) that errors
abort execution and break into the debugger.
You should now probably be running the simulation under gdb or another
debugger. The simulation kernel will now raise a SIGABRT signal which will
get you into the debugger. If you are not running under a debugger, you can
still use the core dump for post-mortem debugging. Once in the debugger,
view the call stack (in gdb: "bt" command) to see the context of the
runtime error.
<!> Error in module (TraCIScenarioManagerLaunchd) scenario.manager (id=6) at event #1, t=0: Model error: Connection to TraCI server lost. Check your server's log. Error message: 10054: Unknown error.
TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Working directory: D:/veins/examples/veins
Command line: veins.exe -r 0 -n ..;../../src;../../tests -l ../../tests/power/utils/powerTestUtils -l ../../tests/testUtils/miximtestUtils -l ../../src/base/miximbase -l ../../src/modules/miximmodules omnetpp.ini
Environment variables:
PATH=;D:/veins/tests/power/utils;D:/veins/tests/testUtils;D:/veins/src/base;D:/veins/src/modules;D:\omnetpp\bin;D:\omnetpp\msys\bin;D:\omnetpp\mingw\bin;D:/omnetpp/ide/jre/bin/client;D:/omnetpp/ide/jre/bin;D:/omnetpp/ide/jre/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2012a\runtime\win64;C:\Program Files\MATLAB\R2012a\bin;C:\Program Files (x86)\Common Files\Reallusion\CamSuite;D:\omnetpp\ide;
OMNETPP_IMAGE_PATH=D:\omnetpp\images
"
Also in oment minGW, sumo-launchd.py got following error:
"
Creating temporary directory....
Temporary dir is c:\users\hamed\appdata\local\temp\sumo-launchd-tmp-qxred1
Cleaning up
Result: "None"
Aborting on error: DLL load failed: The specified procedure could not be found.
Closing connection from 127.0.0.1 on port 54575
"
What should I do?
is the problem about the changing my Windows? is there any necessary software I forgot to download?
Thanks in advance