Ask Your Question
0

He instalado wireshark preo no puedo abrirlo.

asked 2025-06-16 00:53:33 +0000

Wilson gravatar image

updated 2025-06-16 01:24:16 +0000

Chuckc gravatar image

Cuando abro el programa me da un error de no encuentra punto de acceso , o algo por el estilo, y muestra el error: Qt6Gui.dll. He instalado la versión más antigua y, tambien, he descargado los archivos visual code C++ para windows 32 y 64. Pero nada. Me podrían decir como puedo descargarme el archivo mencionado (Qt6Gui.dll.) para tratar de solucionar. Ya que en la carpeta de system 32 de windows 10 tampoco existe este archivo. Gracias.

Is this the error window?
image description

edit retag flag offensive close merge delete

Comments

Google translate:
I have installed Wireshark but I can't open it.

When I open it, I get an error saying "no link found," or something like that, and it displays the error: Qt6Gui.dll. I've installed the older version and also downloaded the C++ files for Windows 32 and 64. But nothing. Could you tell me how I can download the aforementioned file (Qt6Gui.dll) to try to solve the problem? This file doesn't exist in the Windows 10 system 32 folder either.


Can you update the question with the output of tshark.exe -v.

Chuckc gravatar imageChuckc ( 2025-06-16 01:03:34 +0000 )edit

Buenas noches, Marco. La verdad soy nuevo en este programa y con la tecnología en general, y llevo todo el día tratando de solucionar el problema porque tengo una prueba, y quería aprender algo, pero me es misión imposible que arranque el wireshark. Podrías ser mas especifico de lo que debo hacer, por favor, Gracias

Wilson gravatar imageWilson ( 2025-06-16 01:22:06 +0000 )edit

Mi problema, es que mi ordenador es antiguo y le han cargado w10, y se ve que le faltan algunos archivos.dll., aunque las actualizaciones están al día.

Wilson gravatar imageWilson ( 2025-06-16 01:25:23 +0000 )edit

es muy parecida, sobre todo el codigo de error es el mismo

Wilson gravatar imageWilson ( 2025-06-16 01:28:53 +0000 )edit

estoy viviendo a instalar, por enésima vez, para decirte e l error exacto

Wilson gravatar imageWilson ( 2025-06-16 01:31:58 +0000 )edit

If standard install directory, open a command window, cd to C:\Program Files\Wireshark and run .\tshark.exe -v

Chuckc gravatar imageChuckc ( 2025-06-16 01:35:26 +0000 )edit

el error es: "No se encuentra el punto de entrada del procedimiento SystemParameterslnfoForDpi en la biblioteca de vinculos dinamicos C;\Program Files\Wireshark\Qt6Gui.dll.

Wilson gravatar imageWilson ( 2025-06-16 01:38:09 +0000 )edit

Please add the output of tshark.exe -v which will show Wireshark details and operating system information.

Chuckc gravatar imageChuckc ( 2025-06-16 01:42:30 +0000 )edit

he ejecutado el tshark.exe -v, y esto no para, es normal?

Wilson gravatar imageWilson ( 2025-06-16 01:52:04 +0000 )edit

Ha parado ahora de salir lineas de instrucciones en el cmd de windows. Qué tengo que hacer ahora?

Wilson gravatar imageWilson ( 2025-06-16 01:55:17 +0000 )edit

tshark man page
Check that you are using lowercase "v" or run with --version option.

Chuckc gravatar imageChuckc ( 2025-06-16 01:57:14 +0000 )edit

Creo que no ha dado resultado, sigue presentando el mismo error En todo caso, gracias por dedicarme tu tiempo en ayudarme. Que tengas un bonito día.

Wilson gravatar imageWilson ( 2025-06-16 01:57:35 +0000 )edit

Lo heejecutado con v minúscula

Wilson gravatar imageWilson ( 2025-06-16 02:00:50 +0000 )edit

@grahamb can you recommend a cmd or Powershell command to get operating system info without using a Wireshark tool.

Chuckc gravatar imageChuckc ( 2025-06-16 16:50:03 +0000 )edit

All depends on what info you're looking for. systeminfo.exe gets some info, including NICs as text and msinfo32.exe gets a lot more in a Window.

grahamb gravatar imagegrahamb ( 2025-06-17 08:13:48 +0000 )edit

If the issue is a DLL not found, either the DLL isn't present, e.g. check in the Wireshark install directory, or there's something wrong with the DLL; damaged binary, wrong bitness, .... The DLL signature can be checked using PowerShell with:

Get-AuthenticodeSignature 'C:\Program Files\Wireshark\Qt6Gui.dll'

changing the path as appropriate. Should return a status of "Valid".

grahamb gravatar imagegrahamb ( 2025-06-17 08:20:00 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2025-06-21 16:45:27 +0000

André gravatar image

Qt 6 has dropped official support for 32-bit (x86) architecture.
So most likely you are running the 32-bit version of Windows 10. (Update the question with the output of tshark.exe -v then we can be sure.)

Wireshark version 3.6 is the last version that supports the 32-bit version of Windows 10 is 3.6 (see https://wiki.wireshark.org/Developmen... )

Old versions of Wireshark can be downloaded here: https://www.wireshark.org/download.ht...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2025-06-16 00:53:33 +0000

Seen: 139 times

Last updated: Jun 21