ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9095] Wireshark does not run after install

Date: Thu, 05 Sep 2013 05:11:22 +0000

Comment # 2 on bug 9095 from
(In reply to comment #1)
> This is not a Wireshark bug, but indicates that you have version mismatches
> in some of your installed libraries. You have indicated that your computer
> is 32-bit, are you sure you installed the 32-bit version of Wireshark and
> not the 64-bit version?

I tried installing the current 64-bit version on my 32-bit Windows XP virtual
machine, and the installer told me that won't work and suggested that I try
installing the 32-bit version instead.

How was the installation done?  I tried installing the 32-bit version on the
same virtual machine, and it worked fine.

Try uninstalling and re-downloading and re-installing.

> For further information I suggest googling the error code (0xc000007b)

It's STATUS_INVALID_IMAGE_FORMAT, which is described by

    http://msdn.microsoft.com/en-us/library/cc704588.aspx

as

    {Bad Image} %hs is either not designed to run on Windows or it contains an
error. Try installing the program again using the original installation media
or contact your system administrator or the software vendor for support.

(where "%hs" presumably gets replaced by the program's name).  Googling for
STATUS_INVALID_IMAGE_FORMAT does seem to indicate that mixing 32-bit and 64-bit
code could cause that problem.


You are receiving this mail because:
  • You are watching all bug changes.