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

2008-10-12 Thread Abhik Sarkar
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 [EMAIL PROTECTED] 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.

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


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

2008-10-12 Thread Anders Broman
Hi,
 I have been using VS2005EE to build.
Any reason to not upgrade to VS2008EE?
I guess you could get the MSVCR90.DLL from the installer if you download
A development build. I don't know if you could install the VS2008
redistributable or if that would overwrite the VS2005 one.

Another workaround could be to skip LUA or look for a VS2005 version of LUA.
Regards
Anders

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Abhik Sarkar
Skickat: den 12 oktober 2008 15:23
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(

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 [EMAIL PROTECTED]
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.

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


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

2008-10-12 Thread Stig Bjørlykke
On 12. okt.. 2008, at 16.14, Anders Broman wrote:

 I have been using VS2005EE to build.
 Any reason to not upgrade to VS2008EE?

I know one: it requires some amount of work :)

Our documentation (developer guide, chapter 2.2 Win32: Step-by-Step  
Guide) still referes to VS2005EE, and if this does not work out of the  
box I think we should update the documentation.


-- 
Stig Bjørlykke


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


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

2008-10-12 Thread Maynard, Chris
According to the LUA website (http://luaforwindows.luaforge.net/), LUA depends 
on MSVC++ 2005, not 2008; however, that doesn't seem to be the case here, which 
tells me that the package downloaded from 
http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-10-01/packages/ was 
built from source against MSVC+ 2008.  In fact, there are two lua packages 
posted, lua5_1_4_Win32_dll9_lib.zip and lua5_1_dll.zip.  The dll9 probably 
means that that one is dependent on msvcr90.dll, rather than msvcr80.dll.

So another possible solution would be to modify your Makefile.nmake file so 
when you run nmake -f Makefile.nmake setup, you'll download the other lua 
package, lua5_1_dll.zip, instead of the default one built against MSVC 2008.  
Of course if you require the latest version of lua, then that might not be 
acceptable to you.  In that case, you could either download the binaries 
directly from http://luaforge.net/frs/?group_id=377 and copy the dll's to 
C:\wireshark-win32-libs\lua5.1.4.  Or you could even try to download the lua 
sources and compile them yourself: http://www.lua.org/ftp/.

But as Anders mentions, installing MSVC2008 should resolve this problem.  I 
safely run VS6.0 and VS2008 on the same machine.  I have no reason to suspect 
that you couldn't run 2005 and 2008 on the same machine too (although I have 
not actually done it so you're on your own there.)

And one other thing you could try is to download and install vcredist_x86.exe 
for MSVC 2008, which will install the missing DLL's, without having to install 
MSVC 2008: 
http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BFdisplaylang=en.

- Chris

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wireshark-dev-
 [EMAIL PROTECTED] On Behalf Of Anders Broman
 Sent: Sunday, October 12, 2008 10:14 AM
 To: 'Developer support list for Wireshark'
 Subject: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(
 
 Hi,
  I have been using VS2005EE to build.
 Any reason to not upgrade to VS2008EE?
 I guess you could get the MSVCR90.DLL from the installer if you download
 A development build. I don't know if you could install the VS2008
 redistributable or if that would overwrite the VS2005 one.
 
 Another workaround could be to skip LUA or look for a VS2005 version of
 LUA.
 Regards
 Anders
 
 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] För Abhik Sarkar
 Skickat: den 12 oktober 2008 15:23
 Till: Developer support list for Wireshark
 Ämne: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(
 
 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 [EMAIL PROTECTED]
 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.
 
CONFIDENTIALITY NOTICE: The contents of this email are confidential
and for the exclusive use of the intended recipient. If you receive this
email in error, please delete it from your system immediately and 
notify us either by email, telephone or fax. You should not copy,
forward, or otherwise disclose the content of the email.

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


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

2008-10-12 Thread Anders Broman
Hi,
I think it works out of the box with trunk.
Regards
Anders

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Stig Bjørlykke
Skickat: den 12 oktober 2008 16:32
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Can execute compiled Wireshark/tshark :-(

On 12. okt.. 2008, at 16.14, Anders Broman wrote:

 I have been using VS2005EE to build.
 Any reason to not upgrade to VS2008EE?

I know one: it requires some amount of work :)

Our documentation (developer guide, chapter 2.2 Win32: Step-by-Step  
Guide) still referes to VS2005EE, and if this does not work out of the  
box I think we should update the documentation.


-- 
Stig Bjørlykke


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-7.10-x86-64

2008-10-12 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-7.10-x86-64 on Wireshark 
(development).
Full details are available at:
 http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/320

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: ubuntu-7.10-x86

Build Reason: 
Build Source Stamp: HEAD
Blamelist: gerald,stig

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev


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

2008-10-12 Thread Abhik Sarkar
Thanks Stig... you stole the words right out of my mouth. I didn't
upgrade because the only thing I compile on Windows is WS. There was
nothing to indicate that VS2008EE had become the mandatory development
environment (and not just the recommended one). Also, it had been
working fine until recently.

I had tried installing the missing DLL's before my second post, but it
didn't seem to help.

Chris, I have read your detailed response too, thanks! I think I'll
give that a shot in the short term and upgrade to VS2008EE once time
permits.

Thanks guys, for all the answers.

On Sun, Oct 12, 2008 at 6:31 PM, Stig Bjørlykke
[EMAIL PROTECTED] wrote:
 On 12. okt.. 2008, at 16.14, Anders Broman wrote:

 I have been using VS2005EE to build.
 Any reason to not upgrade to VS2008EE?

 I know one: it requires some amount of work :)

 Our documentation (developer guide, chapter 2.2 Win32: Step-by-Step
 Guide) still referes to VS2005EE, and if this does not work out of the
 box I think we should update the documentation.


 --
 Stig Bjørlykke


 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 https://wireshark.org/mailman/listinfo/wireshark-dev

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
https://wireshark.org/mailman/listinfo/wireshark-dev