Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
teisnet opened this issue Jan 30, 2013 · 2 comments
Open

Comments

@teisnet
Copy link

teisnet commented Jan 30, 2013

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

@BanTheRewind
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants