Ask Your Question
0

Native' has exited with code -1073741805 (0xc0000013)

asked Apr 11 '13

zlatan14 gravatar image

updated Apr 12 '13

I got the tutorial from this video link http://www.youtube.com/watch?v=cgo0UitHfp8

Now when I use that code it will show It will show this application was unable to start correctly (0xc0000013) ...

This is my output from my visual studio 2010

'MynewOpencv.exe': Loaded 'C:\Users\Ningnong\Documents\Visual Studio 2010\Projects\MynewOpencv\Debug\MynewOpencv.exe', Symbols loaded.
'MynewOpencv.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
'MynewOpencv.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
'MynewOpencv.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Symbols loaded (source information stripped).
The program '[4940] MynewOpencv.exe: Native' has exited with code -1073741805 (0xc0000013).

My window is win7 32bit ultimate. My visual studio ultimate is 2010 32 bit. My matlab is 2012 32 bit.

Please help me I ve got stuck for 3 weeks.

Best Regard Ningnong

Preview: (hide)

2 answers

Sort by » oldest newest most voted
0

answered Apr 12 '13

Ok basically add the following information. - Code that you run, as you cannot expect we look at the complete configure video. - Try to debug through your code step by step and provide the rule where he crashes.

Mainly these native errors are created due too using x32 bit libraries on x64 systems and vice versa or by not configuring your project settings correctly. Please check if you have done everything in this manual:

http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

Preview: (hide)
0

answered Apr 20 '13

zlatan14 gravatar image

Thank You Now I just solve that problem.

Preview: (hide)

Comments

1

Please mention your solution or accept an answer as solution.

StevenPuttemans gravatar imageStevenPuttemans (Apr 21 '13)edit

hi ninggong,

how did u go about solving it, I've got the same issue.

kncy gravatar imagekncy (Sep 18 '13)edit

I am guessing wrong use of libraries... thats the most common cause.

StevenPuttemans gravatar imageStevenPuttemans (Sep 19 '13)edit

I was having trouble getting the "display image" tutorial application to work, getting this same error every time. I solved it by deleting my OpenCV folder and extracting my OpenCV download, as admin, to the exact same directory as the old one, essentially just replacing the libraries with new copies. This solved the problem and I was able to display an image, although not with the exact tutorial application.

Ozemoed gravatar imageOzemoed (Jan 27 '14)edit

Question Tools

Stats

Asked: Apr 11 '13

Seen: 13,608 times

Last updated: Apr 19 '13