Ebonair
unread,May 15, 2012, 6:39:19 PM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vrjuggler-questions
I'm trying to create my first VRJuggler project, but I'm having
problems getting started. I copied and pasted the code from SimpleApp
into my program, and set the linker and include directories under
Project->Properties appropriately. I can compile it, but I get a crash
on the following command:
kernel->loadConfigFile(argv[i]);
From the console:
Assertion failed: (len <= msg.size() && "Length is bigger than data
given"), file ..\..\..\modules\vapor\vpr/IO/Socket/SocketDatagram_t.h,
line 199
From Visual Studio's output window:
First-chance exception at 0x7750b9bc in HoloVenture.exe: Microsoft C++
exception: cppdom::Error at memory location 0x0018f2cc..
It looks like a problem with cppdom. However, I get no such crash with
the original SimpleApp, even though the source code in mine is
identical. It must be something in my project properties? I'm using
Visual Studio 2005 with the pre-built binaries for VRJuggler 2.2.1, 32-
bit.
Any help is welcome!