Cinder-MsKinect icon indicating copy to clipboard operation
Cinder-MsKinect copied to clipboard

Dev branch: Exception with VC2012 / release build / Cinder AppRewrite

Open teisnet opened this issue 13 years ago • 2 comments

The Cinder-KinectSdk dev branch works well under the new Visual Studio 2012 (v110_xp compiler) and the new Cinder appRewrite. But when switching from the "Debug" build to "Release", the program compiles fine but throws an exception when running:

Unhandled exception at at 0x7674C41F in KinectProject.exe: Microsoft C++ exception: std::length_error at memory location 0x0018FCEC.

Call stack: KernelBase.dll!_RaiseException@16() Unknown KinectProject.exe!00480adf() Unknown [Frames below may be incorrect and/or missing, no symbols loaded for KinectProject.exe] KinectProject.exe!004616ee() Unknown KinectProject.exe!004240ee() Unknown KinectProject.exe!00423e15() Unknown KinectProject.exe!00424651() Unknown KinectProject.exe!004815d4() Unknown KinectProject.exe!004815d4() Unknown KinectProject.exe!004b2f3b() Unknown KinectProject.exe!004193ea() Unknown KinectProject.exe!00415a23() Unknown KinectProject.exe!004021a6() Unknown KinectProject.exe!00480a0e() Unknown kernel32.dll!@BaseThreadInitThunk@12() Unknown ntdll.dll!___RtlUserThreadStart@8() Unknown ntdll.dll!__RtlUserThreadStart@8() Unknown

teisnet avatar Jan 30 '13 20:01 teisnet

Hey, just now seeing this. Must have missed the email. I'm building VS11 samples right now against the new dev branch of Cinder (merged from appRewrite today). Will look for this issue.

BanTheRewind avatar Mar 12 '13 06:03 BanTheRewind

Have you pulled the latest update with the VC11 samples? Are you still getting this error?

BanTheRewind avatar Mar 26 '13 00:03 BanTheRewind