I think that you have two versions of gazebo installed. The SVN
version of gazebo has no command called "wxgazebo". The old version of
gazebo does have "wxgazebo", which is a wrapper around gazebo. So, I
think the old version of gazebo , wxgazebo, is attempting to run the
new version of gazebo.

So, ditch wxgazebo, and just run 'gazebo <worldfile>'

-nate

On 10/5/07, Alvaro Aguilera <[EMAIL PROTECTED]> wrote:
> I checked it out again and now it compiles without problems, this was what
> was causing gazebo's compilation to crash. now everything compiles without
> problems. But I'm still not able to run gazebo, after adjusting the paths
> inside a world file e.g. factory.world (btw. opengl.world and ogre.world are
> not in the repository anymore) all I get is:
>
> $wxgazebo factory.world
> starting server
> waiting for server
> ** Gazebo 0.8 **
> * Part of the Player/Stage Project [
> http://playerstage.sourceforge.net].
> * Copyright 2000-2005 Copyright (C) 2003 Nate Koenig, Andrew Howard, and
> contributors.
> * Released under the GNU General Public License.
> [server/main.cc:288]
>   Creating GUI:
>         Type[fltk] Pos[0 0] Size[640 480]
> GLWindow Size[640 480]
> server died
> stopping server
>
> a window appears for a second and then closes. If I try wxgazebo -d 9
> factory.world it doesn't bring any extra information.
> In older .world files, there was an rendering-method option (SGI,GLX,etc.),
> is this deprecated now?
>
> The gdb-trace is below:
>
> gdb gazebo
> GNU gdb 6.5
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "x86_64-suse-linux"...Using host libthread_db
> library "/lib64/libthread_db.so.1".
>
> (gdb) set args factory.world
> (gdb) run
> Starting program: /usr/local/bin/gazebo factory.world
> [Thread debugging using libthread_db enabled]
> [New Thread 47342636297040 (LWP 6851)]
> ** Gazebo 0.8 **
> * Part of the Player/Stage Project [
> http://playerstage.sourceforge.net ].
> * Copyright 2000-2005 Copyright (C) 2003 Nate Koenig, Andrew Howard, and
> contributors.
> * Released under the GNU General Public License.
> [server/main.cc:288]
>   Creating GUI:
>         Type[fltk] Pos[0 0] Size[640 480]
> GLWindow Size[640 480]
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 47342636297040 (LWP 6851)]
> 0x00002b0ec8fae0a7 in glEnable () from /usr/lib64/libGL.so.1
>
> (gdb) bt
>  #0  0x00002b0ec8fae0a7 in glEnable () from /usr/lib64/libGL.so.1
> #1  0x00002b0ed5754026 in std::_Rb_tree<std::string, std::pair<std::string
> const, Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&,
> unsigned long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)>,
> std::_Select1st<std::pair<std::string const,
> Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&, unsigned
> long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)> >, std::less<std::string>,
> std::allocator<std::pair<std::string const,
> Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&, unsigned
> long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)> > >::erase ()
>    from /usr/lib64/OGRE/RenderSystem_GL.so
> #2  0x00002b0ed5752f34 in std::_Rb_tree<std::string, std::pair<std::string
> const, Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&,
> unsigned long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)>,
> std::_Select1st<std::pair<std::string const,
> Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&, unsigned
> long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)> >, std::less<std::string>,
> std::allocator<std::pair<std::string const,
> Ogre::GpuProgram* (*)(Ogre::ResourceManager*, std::string const&, unsigned
> long, std::string const&, bool, Ogre::ManualResourceLoader*,
> Ogre::GpuProgramType, std::string const&)> > >::erase ()
>    from /usr/lib64/OGRE/RenderSystem_GL.so
> #3  0x00002b0ec78b098d in Ogre::Root::initialise () from
> /usr/lib64/libOgreMain- 1.4.5.so
> #4  0x000000000042025a in gazebo::OgreAdaptor::Init (this=0x682e30,
> node=0x68c340) at server/rendering/OgreAdaptor.cc:122
> #5  0x0000000000443aa9 in Init () at server/main.cc:304
> #6  0x0000000000444455 in main (argc=<value optimized out>, argv=<value
> optimized out>) at server/main.cc:359
>
>
>  On 10/4/07, Stanisław Szymczyk <[EMAIL PROTECTED] > wrote:
> > I've just checked out fresh Player from CVS and it's working fine.
> > Your local copy must be somewhat broken, perhaps some files are
> > missing. The only thing I can recommend to try is checking it out
> > again.
> >
> > Stanislaw Szymczyk
> >
> > On 10/4/07, Alvaro Aguilera < [EMAIL PROTECTED]> wrote:
> > > Well, I didn't run bootstrap, but it doesn't make any difference:
> > >
> > > terminus:/usr/local/src/robots/player> ./bootstrap
> > > + aclocal
> > > + libtoolize --force
> > > + autoheader
> > > + automake --gnu --add-missing
> > >  server/drivers/Makefile.am:1: required directory
> server/drivers/vectormap
> > > does not exist
> > > server/drivers/Makefile.am:1: required directory
> server/drivers/blackboard
> > > does not exist
> > > server/drivers/position/Makefile.am:1: required
> directory
> > > server/drivers/position/mbicp does not exist
> > > configure.ac:653: required file `libplayersd/Makefile.in' not found
> > > configure.ac:653: required file `libplayersd/playersd.pc.in' not found
> > > configure.ac:653: required file
> > > `server/drivers/position/mbicp/Makefile.in' not found
> > > configure.ac:653: required file
> > > `server/drivers/vectormap/Makefile.in' not found
> > > configure.ac:653: required file
> > > `server/drivers/blackboard/Makefile.in' not found
> > > configure.ac:653: required file
> > > `server/drivers/blackboard/localbb/Makefile.in' not
> found
> > > Makefile.am:2: required directory ./libplayersd does not exist
> > > + autoconf
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Playerstage-gazebo mailing list
> > [email protected]
> >
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
>
> _______________________________________________
> Playerstage-gazebo mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to