wsbuild64 successfull Wireshark.exe will not run.

asked 2019-09-13 15:14:52 +0000

Kim gravatar image

Built Wireshark-2.6.1 successfully on a windows 10 64-bit operating system, x64-based processor. Double click on Wireshark.exe the cursor spins for a few seconds than nothing happens.

C:\Development\wsbuild64\run\Debug>wireshark.exe -v

C:\Development\wsbuild64\run\Debug>

Wireshark 2.6.1 (Git Rev Unknown from unknown)

Copyright 1998-2018 Gerald Combs [email protected] and contributors. License GPLv2+: GNU GPL version 2 or later http://www.gnu.org/licenses/old-licenses/gpl-2.0.html This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 5.13.1, with WinPcap (4_1_3), with GLib 2.42.0, with zlib 1.2.11, with SMI 0.4.8, with c-ares 1.14.0, with Lua 5.2.4, with GnuTLS 3.4.11, with Gcrypt 1.7.6, with MIT Kerberos, with MaxMind DB resolver, with nghttp2 1.14.0, with LZ4, with Snappy, with libxml2 2.9.4, with QtMultimedia, with AirPcap, with SBC, with SpanDSP, with bcg729.

Running on 64-bit Windows 10, build 16299, with Intel(R) Core(TM) i5-6440HQ CPU @ 2.60GHz (with SSE4.2), with 16266 MB of physical memory, with locale English_United States.1252, with WinPcap version 4.1.3 (packet.dll version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.4.11, with Gcrypt 1.7.6, with AirPcap 4.1.0 build 1622, binary plugins supported (0 loaded).

Built using Microsoft Visual C++ 14.16 build 27032

edit retag flag offensive close merge delete

Comments

Not many folks build a debug version, try building a regular RelWithDebInfo version.

Have you tried running the built version under a debugger, that should give some output as to what happens?

grahamb gravatar imagegrahamb ( 2019-09-13 16:05:36 +0000 )edit