Re: [sumo-user] Simulation terminated with exit code: 133

2014-11-10 Thread Daniel Febrian Sengkey
What is the output of the following command:
sumo -V

Regards,
Daniel

Sent from Gmail for Android
On Nov 10, 2014 5:56 PM, "Saif Khan"  wrote:

> Hello ALL,
>
> I have installed sumo 0.21.0, Veins-3.0 and OMNeT++ 4.5.
> I want to run the veins example but it give the following error that
> upgrade your sumo version to 0.21.0 but i have already installed this
> version.
>
> Starting...
>
> $ cd /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
> $ opp_run -r 0 -n .:../../src --tkenv-image-path=../../images -l
> ../../src/veins omnetpp.ini
>
> OMNeT++ Discrete Event Simulation  (C) 1992-2013 Andras Varga, OpenSim Ltd.
> Version: 4.5, build: 140714-c6b1772, edition: Academic Public License --
> NOT FOR COMMERCIAL USE
> See the license for distribution terms and warranty disclaimer
> Setting up Tkenv...
> Loading NED files from .: 1
> Loading NED files from ../../src: 29
> Loading NED files from
> /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins: 1
>
> Loading images from
> /home/saifkhan/simulation/omnetpp-4.5/samples/veins/images: *: 0  status/*:
> 6
> Loading images from /home/saifkhan/simulation/omnetpp-4.5/images: *: 0
> status/*: 28  logo/*: 1  old/*: 111  background/*: 4  abstract/*: 90
> maps/*: 9  msg/*: 55  misc/*: 70  device/*: 195  block/*: 320
>
> 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 (Veins::TraCIScenarioManagerLaunchd)
> RSUExampleScenario.manager (id=6) at event #1, t=0: Model error: TraCI
> server "SUMO 0.19.0" reports API version 7, which is unsupported. We
> recommend using SUMO 0.21.0..
>
> TRAPPING on the exception above, due to a debug-on-errors=true
> configuration option. Is your debugger ready?
>
> Simulation terminated with exit code: 133
> Working directory:
> /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
> Command line: opp_run -r 0 -n .:../../src --tkenv-image-path=../../images
> -l ../../src/veins omnetpp.ini
>
> Environment variables:
>
> PATH=/home/saifkhan/simulation/omnetpp-4.5/bin::/home/saifkhan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>
> LD_LIBRARY_PATH=/home/saifkhan/simulation/omnetpp-4.5/lib::/home/saifkhan/simulation/omnetpp-4.5/samples/veins/src:
> OMNETPP_IMAGE_PATH=/home/saifkhan/simulation/omnetpp-4.5/images
>
>
>
> Thanks in advance
>
> Regards,
> Saif
>
> --
> ___
> sumo-user mailing list
> sumo-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] Simulation terminated with exit code: 133

2014-11-10 Thread Saif Khan
Hello ALL,

I have installed sumo 0.21.0, Veins-3.0 and OMNeT++ 4.5.
I want to run the veins example but it give the following error that
upgrade your sumo version to 0.21.0 but i have already installed this
version.

Starting...

$ cd /home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
$ opp_run -r 0 -n .:../../src --tkenv-image-path=../../images -l
../../src/veins omnetpp.ini

OMNeT++ Discrete Event Simulation  (C) 1992-2013 Andras Varga, OpenSim Ltd.
Version: 4.5, build: 140714-c6b1772, edition: Academic Public License --
NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer
Setting up Tkenv...
Loading NED files from .: 1
Loading NED files from ../../src: 29
Loading NED files from
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins: 1

Loading images from
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/images: *: 0  status/*:
6
Loading images from /home/saifkhan/simulation/omnetpp-4.5/images: *: 0
status/*: 28  logo/*: 1  old/*: 111  background/*: 4  abstract/*: 90
maps/*: 9  msg/*: 55  misc/*: 70  device/*: 195  block/*: 320

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 (Veins::TraCIScenarioManagerLaunchd)
RSUExampleScenario.manager (id=6) at event #1, t=0: Model error: TraCI
server "SUMO 0.19.0" reports API version 7, which is unsupported. We
recommend using SUMO 0.21.0..

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

Simulation terminated with exit code: 133
Working directory:
/home/saifkhan/simulation/omnetpp-4.5/samples/veins/examples/veins
Command line: opp_run -r 0 -n .:../../src --tkenv-image-path=../../images
-l ../../src/veins omnetpp.ini

Environment variables:
PATH=/home/saifkhan/simulation/omnetpp-4.5/bin::/home/saifkhan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
LD_LIBRARY_PATH=/home/saifkhan/simulation/omnetpp-4.5/lib::/home/saifkhan/simulation/omnetpp-4.5/samples/veins/src:
OMNETPP_IMAGE_PATH=/home/saifkhan/simulation/omnetpp-4.5/images



Thanks in advance

Regards,
Saif
--
___
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user