First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Game crashes when opening Wireshark

Hey there!

I was trying to check game's tickrate because it sometimes doesn't register on the game at all and I had low ping and good latency to the server so I opened the Wireshark and the game also and when I went in to the game it instantly crashes. Why is that? is the game trying to not start because I have Wireshark on? and if so then how can I bypass it? tickrate is really important for me to check current state in the game.

The game name is Call of duty: Warzone.

TriteStone's avatar
1
TriteStone
asked 2020-03-20 23:28:53 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

I opened the Wireshark and the game also and when I went in to the game it instantly crashes. Why is that?

Probably because the game has a bug in it.

is the game trying to not start because I have Wireshark on?

Possibly, but, if so, it's being obnoxious, and the developers and publishers should at least let you know that they refuse to let the game run if it detects a packet sniffer running on the same machine.

if so then how can I bypass it?

You might try starting Wireshark before running the game and then starting a capture on whichever interface is being used, with promiscuous mode turned off and, if it's a Wi-Fi interface, monitor mode turned off. You shouldn't need either of them, given that you're just trying to capture traffic between the game, running on the same machine, and the server.

If that doesn't work, you might try finding where "Wireshark.exe" is installed, rename it to "MagicWord.exe" or something else, and try running it. If the game is looking for sniffers, and it does so by looking for processes running on the system with names corresponding to known sniffers, with Wireshark being one of them, that might confuse it ("hey, there's some weird word processor running, but that's OK").

If that doesn't work, you might try renaming the folder containing Wireshark from "Wireshark" to "MagicWord"; the way Wireshark finds the files belonging to the installation shouldn't have a problem with that (it asks the OS where the program was launched from, and uses that).

If that doesn't work, you'll probably have to ask for support from the game vendor.

Guy Harris's avatar
19.9k
Guy Harris
answered 2020-03-21 05:30:13 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

This also happens in Call Of Duty Black Ops Cold War, if Wireshark is running at all, even if it's not capturing data, COD will crash at startup or crash shortly after Wireshark starts.

This is almost definitely some sort of anti-cheat mechanism.

Ironically, I'm trying to debug a network issue that seems to occur more often when COD is running, and they have hindered that effort now. GG Activision Blizzard.

nabeelr's avatar
1
nabeelr
answered 2023-11-17 19:27:14 +0000
edit flag offensive 0 remove flag delete link

Comments

Why not use a separate pc and a tap or switch with port mirror function?

André's avatar André (2023-11-18 19:18:39 +0000) edit

You probably could, and I'm planning to do something like that when I get a chance... the issue is the device has a 10g interface, and I don't have any spare 10g ports on my switch to port mirror, or another computer that can do 10g.

nabeelr's avatar nabeelr (2023-11-18 19:23:53 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer