The application was unable to start correctly(0xc000007b)
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
3件表示
(全3件)
すべてのコメント一覧へ
投稿ツリー
-
The application was unable to start correctly(0xc000007b)
(こやけい, 2011/11/8 4:13)
-
Re: The application was unable to start correctly(0xc000007b)
(mack, 2011/11/8 7:49)
-
Re: The application was unable to start correctly(0xc000007b)
(こやけい, 2011/11/10 16:38)
こやけい
投稿数: 3
VS2010 sp1になってから、Zilb.dllがうまく働かない事例がブレンダーに限らず色々な開発現場で報告されているようです。
http://www.stevencharlesrobinson.com/sites/scrobinson.nsf/docs/The%20program%20cannot%20start%20because%20zlib%20dll%20is%20missing%20from%20your%20computer%20Try%20reinstalling%20the%20program%20to%20fix%20this%20problem.
僕がやったことは、
windows 7 sdk 7.1をインストールすること。
そして、cmakeで全てを消してからもう一度ソリューションを作りなおして すべてのチェックをBUILD info とwith OPENEXE 以外に入れる。
参照の追加でzlib.dllがあるフォルダを相対パスで指定
zlib.dllが見当たらないというエラーは克服されました。
上記URLによると、system フォルダにzlib.dllを直接放り込むことはやめておいたほうがいいようです。
ビルドしてデバックしようとすると、今度は、大量の期限切れのプロジェクトと共に、
表題の通りのエラーが出てしまいました。
zlib.dllがなんの働きをしているかもよくわからないのですが、どうやって解決したらいいのか教えていただけませんか?
'blender.exe': Loaded 'D:\BlenderSVN\build\bin\Debug\blender.exe', Symbols loaded.
'blender.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\opengl32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\glu32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\ddraw.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\dciman32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\devobj.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\dwmapi.dll', Cannot find or open the PDB file
The program '[5464] blender.exe: Native' has exited with code -1073741701 (0xc000007b).
win7 64 i7 cmake VS2010sp1
Re
この掲示板にどうやって変したらいいかわからないので ここに書きます。
ありがとうございます。
リリース 発行してもPDBエラーが出るので。リンク先を参照して実行してみます。
http://www.stevencharlesrobinson.com/sites/scrobinson.nsf/docs/The%20program%20cannot%20start%20because%20zlib%20dll%20is%20missing%20from%20your%20computer%20Try%20reinstalling%20the%20program%20to%20fix%20this%20problem.
僕がやったことは、
windows 7 sdk 7.1をインストールすること。
そして、cmakeで全てを消してからもう一度ソリューションを作りなおして すべてのチェックをBUILD info とwith OPENEXE 以外に入れる。
参照の追加でzlib.dllがあるフォルダを相対パスで指定
zlib.dllが見当たらないというエラーは克服されました。
上記URLによると、system フォルダにzlib.dllを直接放り込むことはやめておいたほうがいいようです。
ビルドしてデバックしようとすると、今度は、大量の期限切れのプロジェクトと共に、
表題の通りのエラーが出てしまいました。
zlib.dllがなんの働きをしているかもよくわからないのですが、どうやって解決したらいいのか教えていただけませんか?
'blender.exe': Loaded 'D:\BlenderSVN\build\bin\Debug\blender.exe', Symbols loaded.
'blender.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\opengl32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\glu32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\ddraw.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\dciman32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\devobj.dll', Cannot find or open the PDB file
'blender.exe': Loaded 'C:\Windows\System32\dwmapi.dll', Cannot find or open the PDB file
The program '[5464] blender.exe: Native' has exited with code -1073741701 (0xc000007b).
win7 64 i7 cmake VS2010sp1
Re
この掲示板にどうやって変したらいいかわからないので ここに書きます。
ありがとうございます。
リリース 発行してもPDBエラーが出るので。リンク先を参照して実行してみます。
投票数:7
平均点:1.43
mack
投稿数: 119
あてっずっぽです。ご参考まで。
openCVで?同様なエラーが出ている場合の解決方法ですが、
http://stackoverflow.com/questions/4813975/why-is-visual-studio-2010-not-able-to-find-open-pdb-files
がありました。
symbolが記述されているPDBファイルを適所に設定しろ
って話かと思います。
下の方にある download the symbols から落として設定しろ
って話のようですが、debug mode でなければ影響しなさそうなので、
debug mode でコンパイルしていたらdebug mode offしてみてはいかがでしょう?
openCVで?同様なエラーが出ている場合の解決方法ですが、
http://stackoverflow.com/questions/4813975/why-is-visual-studio-2010-not-able-to-find-open-pdb-files
がありました。
symbolが記述されているPDBファイルを適所に設定しろ
って話かと思います。
下の方にある download the symbols から落として設定しろ
って話のようですが、debug mode でなければ影響しなさそうなので、
debug mode でコンパイルしていたらdebug mode offしてみてはいかがでしょう?
投票数:5
平均点:4.00
こやけい
投稿数: 3
実行しましたところ、PDBファイルがシンボルサーバーを使用することによりきちんとした場所に自動的に配置されたようで、
PDBエラーは起こらなくなりました
ありがとうございます。
しかし
The application was unable to start correctly(0xc000007b)
は起こります。
マイクロソフトの社員によく回答だと 全部再インストールしろ ということです。
しかし私のマシンでは、それを行なっても無理なので困っております。
PDBエラーは起こらなくなりました
ありがとうございます。
しかし
The application was unable to start correctly(0xc000007b)
は起こります。
マイクロソフトの社員によく回答だと 全部再インストールしろ ということです。
しかし私のマシンでは、それを行なっても無理なので困っております。
投票数:4
平均点:5.00
3件表示
(全0件)
すべてのコメント一覧へ
ログイン
クイックリンク
2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)
●ニュース(英文)
BlenderNation
●Blenderコミュニティ
blenderartists.org
●Blender Q&A
- Blender Stack Exchange
●テストビルド
Buildbot(自動生成)
●開発関連
公式開発サイト
Blender開発blog
Blender Wiki
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)
●ニュース(英文)
BlenderNation
●Blenderコミュニティ
blenderartists.org
●Blender Q&A
- Blender Stack Exchange
●テストビルド
Buildbot(自動生成)
●開発関連
公式開発サイト
Blender開発blog
Blender Wiki