Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(

From: "Abhik Sarkar" <sarkar.abhik@xxxxxxxxx>
Date: Sun, 12 Oct 2008 17:22:36 +0400
By using Dependency Walker (http://www.dependencywalker.com/) I
figured out that this is happening because I am missing two DLLs:
- MSVCR90.DLL (which seems to be required by the new LUA dll).
- DWMAPI.DLL (< ieframe.dll < mshtml.dll < ... user32.dll < libwireshark.dll)

I also get this error when running Dependency Walker:
Error: The Side-by-Side configuration information for
"f:\wireshark-src\wireshark-gtk2\LUA5.1.DLL" contains errors. This
application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem
(14001).

It seems to be related to the manifest file related thing that I keep
hearing about... but my knowledge of Windows specific development is
zero. Can someone please help!

Thanks,
Abhik.

On Fri, Oct 10, 2008 at 11:51 PM, Abhik Sarkar <sarkar.abhik@xxxxxxxxx> wrote:
> Hi All,
>
> Since doing an svn update today, I am not longer able to run wireshark
> or tshark (on my Windows XP Professional + SP 2). It compiles OK, but
> when I start up wireshark or tshark, Windows throws up a pop-up with
> the following message:
> "The application failed to initialize properly (0xc0150002). Click on
> OK to terminate the application".
>
> I have also tried distclean followed by compile, but that doesn't
> change the situation.
>
> I have been using VS2005EE to build.
>
> Any ideas?
>
> Thanks,
> Abhik.
>