2017-10-23 5 views
-2

ich mein Programm ausgeführt, aber die Popup-Fenster zeigen, dass die Anwendung nicht korrekt gestartet werden konnte. und ich check-in Ausgang gibt es viele Nachricht wie folgt:Die Anwendung konnte nicht korrekt gestartet werden (0x000007b)

'example_wizapply.exe': Loaded 'E:\TA\Baru\FIX\oculus+ovr\ovrvisionsdk_windows_19022014\ovrvisionsdk_windows\example_vs2008\x64\Debug\example_wizapply.exe', Symbols loaded. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\ws2_32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\ucrtbase.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\ovrvision64d.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\opengl32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\win32u.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\gdi32full.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\combase.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\winmmbase.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\msvcp_win.dll', Cannot find or open the PDB file. 
'example_wizapply.exe': Loaded 'C:\Windows\System32\bcryptprimitives.dll', Cannot find or open the PDB file. 
The thread 'Win64 Thread' (0x1c50) has exited with code -1073741701 (0xc000007b). 
The thread 'Win64 Thread' (0xa74) has exited with code -1073741701 (0xc000007b). 
The thread 'Win64 Thread' (0x19b4) has exited with code -1073741701 (0xc000007b). 
The program '[9124] example_wizapply.exe: Native' has exited with code -1073741701 (0xc000007b). 
+0

BTW, *** Kann die PDB-Datei nicht finden oder öffnen *** *** wird Ihnen wahrscheinlich nicht helfen, dieses Problem zu debuggen. Dies bedeutet nur, dass Sie die Debugging-Symbole für einige Microsoft-DLLs nicht installiert haben. Im Allgemeinen brauchen Sie das nicht, es sei denn, Sie müssen die Funktionalität der DLLs debuggen. Das Programm muss erfolgreich geladen werden, um diese Informationen wirklich zu nutzen. – drescherjm

Antwort

0

Probleme mit dem Laden von Bibliotheken. Überprüfen Sie die Verfügbarkeit von Bibliotheken und Links zu ihnen.

Verwandte Themen