omnetpp.ini Run as OMNET++ Simulation error

1,832 views
Skip to first unread message

chethan gowda

unread,
Feb 5, 2013, 6:30:04 PM2/5/13
to omn...@googlegroups.com
Hello omnetpp group,

I am trying to run veins demo scenario on OMNET++ and i get the following error, Please help as i have to complete masters project using this simulation. The document i used to install is  http://veins.car2x.org/tutorial/  (I am stuck at the final step of it)

Plugin path: ./plugins

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: TraCI server "0.13.0" reports API version 1. This server is unsupported..

TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?

Simulation terminated with exit code: -2147483645
Working directory: C:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/samples/mixim/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:
OMNETPP_ROOT=c:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2
PATH=;C:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/samples/mixim/tests/power/utils;C:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/samples/mixim/tests/testUtils;C:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/samples/mixim/src/base;C:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/samples/mixim/src/modules;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\bin;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\msys\bin;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\mingw\bin;c:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/ide/jre/bin/client;c:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/ide/jre/bin;c:/Users/johncena/Desktop/OMNET++/omnetpp-4.2.2/ide/jre/lib/i386;.;C:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\msys\local\bin;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\mingw\bin;C:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\msys\bin;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\bin;c:\Windows\system32;c:\Windows;c:\Windows\System32\Wbem;c:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Users\johncena\Deskop\OMNET++\omnetpp-4.2.2\bin;c:\Users\johncena\Desktop\sumo\bin\;c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\ide;
OMNETPP_IMAGE_PATH=c:\Users\johncena\Desktop\OMNET++\omnetpp-4.2.2\images

imen louizi

unread,
Feb 15, 2014, 5:04:11 AM2/15/14
to omn...@googlegroups.com
Hello, i have also the same problem in running the simulation omnet++.
what's the right solution?
Thanks

Christoph Sommer

unread,
Feb 15, 2014, 7:00:31 AM2/15/14
to omn...@googlegroups.com
imen louizi wrote:
>>
>> Model error: TraCI server "0.13.0" reports API version 1. This server is unsupported.
>>
> Hello, i have also the same problem in running the simulation omnet++.
> what's the right solution?

This question has been asked on the mailing list before.

Did you check if the mailing list also has an answer that might be
helpful to you?

You can search the mailing list archive using its web interface at
https://groups.google.com/forum/?fromgroups#!forum/omnetpp

Please make sure you follow common mailing list etiquette on asking the
right questions, e.g.,
http://www.catb.org/esr/faqs/smart-questions.html

Best,

Christoph

--
Dr.-Ing. Christoph Sommer
Institute of Computer Science
University of Innsbruck, Austria
Phone: +43 512 507-53285 / Fax: -53079
http://ccs.uibk.ac.at/~sommer/

ZA

unread,
Jul 9, 2018, 2:30:58 PM7/9/18
to OMNeT++ Users
I am new in omnet++ i am developing a project outside the mixim folder all are goes fine there is no error but when i run omnet.ini file of my project no error occur a qtenv  appear it initializes the data and at the end it gives this error it is not detecting my decider which i made for my project what should i do ? I am facing this error 

What does it mean ? please guide me 

<!> Error in module (PhyLayer) Mac802156.host[0].nic.phy (id=12) during network initialization: Model error: Could not find a decider with the name "Decider802156"..

Aishwarya Burte

unread,
Mar 20, 2023, 6:29:58 AM3/20/23
to OMNeT++ Users
Hello all,

I am getting the same problem while running cars NR in Simu5g.

Binder::getD2DCapability-Node Id not valid. Src 1025 Dst 0 - in module (LtePhyEnbD2D)ighway.gNodeB1.cellularNic.phy (id=194), at t=0.002s, event #101


bool Binder::getD2DCapability(MacNodeId src, MacNodeId dst)


{


if (src < UE_MIN_ID || (src >= macNodeIdCounter_[1] && src < NR_UE_MIN_ID) || src >= macNodeIdCounter_[2]


|| dst < UE_MIN_ID || (dst >= macNodeIdCounter_[1] && dst < NR_UE_MIN_ID) || dst >= macNodeIdCounter_[2])


throw cRuntimeError("Binder::getD2DCapability - Node Id not valid. Src %d Dst %d", src, dst);

......}

This is the code in Binder.cc how can I solve this error?
Reply all
Reply to author
Forward
0 new messages