OpenCV中文网站

 找回密码
 立即注册
搜索
热搜: 安装 配置
楼主: zcube

opencv排错总结

  [复制链接]
发表于 2015-3-19 10:03:43 | 显示全部楼层
我也遇到楼上的情况,求解啊!
“text.exe”: 已加载“D:\vs2010 c++\text\Debug\text.exe”,已加载符号。
“text.exe”: 已加载“C:\Windows\SysWOW64\ntdll.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\kernel32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\KernelBase.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\opencv_core2410d.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\msvcp100d.dll”,已加载符号。
“text.exe”: 已加载“C:\Windows\SysWOW64\msvcr100d.dll”,已加载符号。
“text.exe”: 已加载“D:\BaiduYunDownload\opencv\build\x86\vc10\bin\opencv_highgui2410d.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\user32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\gdi32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\lpk.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\usp10.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\msvcrt.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\advapi32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\sechost.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\rpcrt4.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\sspicli.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\cryptbase.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\ole32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\oleaut32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\comctl32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\avifil32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\winmm.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\msacm32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\msvfw32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\shell32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\shlwapi.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\avicap32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\version.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\imm32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\msctf.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Program Files (x86)\Common Files\Baidu\BDWebAdapter\2.0.320.0\BDEWebAdapterFrame.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\nvinit.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\setupapi.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\cfgmgr32.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Windows\SysWOW64\devobj.dll”,Cannot find or open the PDB file
“text.exe”: 已加载“C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll”,Cannot find or open the PDB file
程序“[7016] text.exe: 本机”已退出,返回值为 -1 (0xffffffff)。
回复 支持 反对

使用道具 举报

发表于 2015-4-11 20:34:23 | 显示全部楼层
1>------ 已启动生成:  项目: test, 配置: Release Win32 ------
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual unsigned int __thiscall cv::_InputArray::step(int)const " (?step@_InputArray@cv@@UBEIH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual unsigned int __thiscall cv::_InputArray:ffset(int)const " (?offset@_InputArray@cv@@UBEIH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall cv::_InputArray::copyTo(class cv::_OutputArray const &)const " (?copyTo@_InputArray@cv@@UBEXABV_OutputArray@2@@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall cv::_InputArray::copyTo(class cv::_OutputArray const &,class cv::_InputArray const &)const " (?copyTo@_InputArray@cv@@UBEXABV_OutputArray@2@ABV12@@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual bool __thiscall cv::_InputArray::isSubmatrix(int)const " (?isSubmatrix@_InputArray@cv@@UBE_NH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual bool __thiscall cv::_InputArray::isContinuous(int)const " (?isContinuous@_InputArray@cv@@UBE_NH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual bool __thiscall cv::_InputArray::sameSize(class cv::_InputArray const &)const " (?sameSize@_InputArray@cv@@UBE_NABV12@@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall cv::_InputArray::sizend(int *,int)const " (?sizend@_InputArray@cv@@UBEHPAHH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall cv::_InputArray::rows(int)const " (?rows@_InputArray@cv@@UBEHH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall cv::_InputArray::cols(int)const " (?cols@_InputArray@cv@@UBEHH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall cv::_InputArray::dims(int)const " (?dims@_InputArray@cv@@UBEHH@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual class cv:gl::Buffer __thiscall cv::_InputArray::getOGlBuffer(void)const " (?getOGlBuffer@_InputArray@cv@@UBE?AVBuffer@ogl@2@XZ)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual class cv::cuda::GpuMat __thiscall cv::_InputArray::getGpuMat(void)const " (?getGpuMat@_InputArray@cv@@UBE?AVGpuMat@cuda@2@XZ)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall cv::_InputArray::getUMatVector(class std::vector<class cv::UMat,class std::allocator<class cv::UMat> > &)const " (?getUMatVector@_InputArray@cv@@UBEXAAV?$vector@VUMat@cv@@V?$allocator@VUMat@cv@@@std@@@std@@@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "public: virtual class cv::UMat __thiscall cv::_InputArray::getUMat(int)const " (?getUMat@_InputArray@cv@@UBE?AVUMat@2@H@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "class cv::Mat __cdecl cv::imread(class cv::String const &,int)" (?imread@cv@@YA?AVMat@1@ABVString@1@H@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "private: void __thiscall cv::String::deallocate(void)" (?deallocate@String@cv@@AAEXXZ)
1>test.obj : error LNK2001: 无法解析的外部符号 "private: char * __thiscall cv::String::allocate(unsigned int)" (?allocate@String@cv@@AAEPADI@Z)
1>test.obj : error LNK2001: 无法解析的外部符号 "void __cdecl cv::imshow(class cv::String const &,class cv::_InputArray const &)" (?imshow@cv@@YAXABVString@1@ABV_InputArray@1@@Z)
1>d:\Users\方振\documents\visual studio 2013\Projects\test\Release\test.exe : fatal error LNK1120: 19 个无法解析的外部命令
========== 生成:  成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
哪位大神帮忙解决一下,配置方面没有问题(vc2013,openCV2411)
回复 支持 反对

使用道具 举报

发表于 2015-4-16 23:00:44 | 显示全部楼层
我在centos下面配置opencv2.4.9的时候到make的那一步老是出现错误 进行到23%的时候就提醒/usr/bin/ld: cannot open output file ../../bin//usr/local/releaseopencv_perf_core: No such file or directory 不知道是什么原因啊 求楼主解答
回复 支持 反对

使用道具 举报

发表于 2015-4-21 17:13:38 | 显示全部楼层
您好,请问一下,在找的过程中没有发现
Unhandled exception at  0x7520812f in opencv test1.exe:
Microsoft C++ exception:cv::Exception at mempry location 0x001cf9ec

类似的错误提示,0x7520812f。今天第一次接触opevcv,在刚刚配置好测试读图像的时候就一直是这个错误
回复 支持 反对

使用道具 举报

发表于 2015-12-18 22:02:10 | 显示全部楼层
很实用,谢谢!
回复 支持 反对

使用道具 举报

发表于 2015-12-20 19:30:45 | 显示全部楼层
顶一个。。。。
回复 支持 反对

使用道具 举报

发表于 2016-3-15 09:06:38 | 显示全部楼层
0x55EA0A14 (opencv_world300.dll)处(位于 ConsoleApplication1.exe 中)引发的异常: 0xC0000005: 读取位置 0x033DC000 时发生访问冲突。这个是为什么,我初用opencv,练习时,用imwrite时就出现这样的问题,imwrite("2.jpg",s1);这个用法没问题吧
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|OpenCV中文网站

GMT+8, 2024-4-29 06:27 , Processed in 0.010422 second(s), 14 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表