microsoft / Lumia-imaging-sdk

Lumia Imaging SDK is a comprehensive set of GPU/CPU imaging tools and effects that run on both mobile and desktop, with high speed and memory efficiency. Samples and extras code are included.
MIT License
75 stars 37 forks source link

Multi errors while building app #13

Open Monsok opened 8 years ago

Monsok commented 8 years ago

I kept on getting several errors while debugging and building my app. To fix this I deleted the bin folder but have to keep doing it when the error occur.

I get cannot open symbol file most of time such as

EmbeddedBreakpoint occurred Message: Textifier.exe has triggered a breakpoint. D:\Users\Vicky\OneDrive\Dev\Textifier\Textifier\bin\x86\Debug\AppX\wntdll.pdb: Cannot find or open the PDB file. C:\Windows\SysWOW64\wntdll.pdb: Cannot find or open the PDB file. C:\WINDOWS\wntdll.pdb: Cannot find or open the PDB file. C:\WINDOWS\symbols\dll\wntdll.pdb: Cannot find or open the PDB file. C:\WINDOWS\dll\wntdll.pdb: Cannot find or open the PDB file. D:\Users\Vicky\Symbol\wntdll.pdb\82ef469b4fd2482ba7fbf5b6369477471\wntdll.pdb: Cannot find or open the PDB file. D:\Users\Vicky\Symbol\MicrosoftPublicSymbols\wntdll.pdb\82ef469b4fd2482ba7fbf5b6369477471\wntdll.pdb: Cannot find or open the PDB file.

or

D:\Users\Vicky\OneDrive\Dev\Textifier\Textifier\bin\x86\Debug\AppX\Lumia.Imaging.pdb: Cannot find or open the PDB file. D:\Users\Vicky\OneDrive\Dev\Textifier\Textifier\bin\x86\Debug\AppX\Lumia.Imaging.pdb: Cannot find or open the PDB file. E:\CI\workspace\IMAGING-SDK-Build-Master-UWP-x86\imaging-sdk-src\BuildOutput\UAP\x86\Release\Lumia.Imaging.pdb: Cannot open symbol file. C:\WINDOWS\Lumia.Imaging.pdb: Cannot find or open the PDB file. C:\WINDOWS\symbols\dll\Lumia.Imaging.pdb: Cannot find or open the PDB file. C:\WINDOWS\dll\Lumia.Imaging.pdb: Cannot find or open the PDB file. D:\Users\Vicky\Symbol\Lumia.Imaging.pdb\f52231e757a9448694a44e27f01928f81\Lumia.Imaging.pdb: Cannot find or open the PDB file. D:\Users\Vicky\Symbol\MicrosoftPublicSymbols\Lumia.Imaging.pdb\f52231e757a9448694a44e27f01928f81\Lumia.Imaging.pdb: Cannot find or open the PDB file.

Or the vccorlib140_app.dll error

Message: Exception thrown at 0x1226E234 (vccorlib140_app.dll) in Textifier.exe: 0xC0000005: Access violation reading location 0x00000008.

When trying to save to Jpeg after applying a blend effect I get

Exception thrown at 0x74A096C2 in Textifier.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x00D3F3E0. HRESULT:0x88982F50 The component cannot be found.
WinRT information: The component cannot be found.

Exception thrown: 'System.Exception' in mscorlib.ni.dll
Exception thrown: 'System.Exception' in mscorlib.ni.dll
'Textifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dui70.dll'. Cannot find or open the PDB file.
'Textifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\duser.dll'. Cannot find or open the PDB file.
'Textifier.exe' (Win32): Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.0_none_88fef4c26039fb25\comctl32.dll'. Cannot find or open the PDB file.
'Textifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\UIAnimation.dll'. Cannot find or open the PDB file.
'Textifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\atlthunk.dll'. Cannot find or open the PDB file.

How do I fix this? Thanks.