Windows 8 and Visual Studio 2012 with x64.

Post Reply
mstarr
Posts: 1
Joined: Tue Nov 06, 2012 2:39 pm

Windows 8 and Visual Studio 2012 with x64.

Post by mstarr »

I'm getting a crash when attempting to run the SimpleCameraTest application in 64-bit after building with VS 2012 on Windows 8. The 32-bit version builds and runs correctly (in both VS 2010 and 2012) on Windows 8. The 64-bit version also works correctly under Windows 8 when built with VS 2010. All combinations work on Windows 7.

Would it be possible for someone with symbols to take a look at this particular combination?

Thanks.
First-chance exception at 0x0000000180019391 (cameralibraryx64.dll) in SimpleCameraTest.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFF3DA5910.

Call stack:
> cameralibraryx64.dll!0000000180019391() Unknown
user32.dll!000007fa1f643e95() Unknown
user32.dll!000007fa1f6414d7() Unknown
cameralibraryx64.dll!000000018001931b() Unknown
cameralibraryx64.dll!000000018008a1b7() Unknown
cameralibraryx64.dll!000000018008a28f() Unknown
kernel32.dll!000007fa1d98167e() Unknown
ntdll.dll!000007fa1f8d3501() Unknown
jolsonsalem
Posts: 323
Joined: Thu Oct 11, 2012 9:18 am

Re: Windows 8 and Visual Studio 2012 with x64.

Post by jolsonsalem »

I am passing this on to our developers and will let you know what we come up with.
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Windows 8 and Visual Studio 2012 with x64.

Post by beckdo »

There are some issues with the current Camera SDK and Visual Studio 2012. These will be resolved in the next release which should be coming before long.
Post Reply