Q: Juggler is crashing on execution. Is it because I built it in MS Visual Studio 2005?

I'm attempting to compile the VR Juggler sample simplepf using Visual Studio 2005. The program compiles and links, but on execution I get an unhandled exception:

Unhandled exception at 0x005d57d0 in simplePf.exe: 0xC0000005: Access violation reading location 0xcccccccc.
[msvcr80d.dll!memcpy_s(void * dst=0xcccccccc, unsigned int sizeInBytes=4988180, const void * src=0x0012fe5c, unsigned int count=1244768)]

The error occurs in a vs80 dll. So, my first thought is that this is because of vs2005. Has anybody got juggler to run on vs2005? Any thoughts on the cause of my problems? I have included the call stack - let me know if you need any other details if you'd like to aid me.

Please advise, Kenn

The call stack looks like this:

simplePf.exe!mainCRTStartup()
simplePf.exe__tmainCRTStartup()
msvcr80d.dll!_initterm(void (void)* * pfbegin=0x00420208, void (void)* * pfend=0x004203d4)
simplePf.exe!`dynamic initializer for 'vprDBG_ALL()
msvcr80d.dll!memcpy_s(void * dst=0xcccccccc, unsigned int sizeInBytes=4988180, const void * src=0x0012fe5c, unsigned int count=1244768)

<details>

Back to: LiveFaq