This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Runtime Error when try to merge .pcap files (Wireshark crashes)

0

I am trying to merge two small .pcap files but as soon as I click 'Open' on the second file, I get a Runtime Error, with no further clue as to the cause of the problem. Wireshark crashes and restarts.

This problem has only started today, whereas yesterday I was able to merge files with no problems (in fact today, when I try to re-merge .pcap files that were successfully merged yesterday, I still get the Runtime error, so the source files are fine and not corrupt).

I am Running Windows 8.1, 64 bit and Wireshark v2.2.2-0-g775fb08. I have uninstalled and re-installed Wireshark and effected countless reboots but the Runtime Error problem persists.

What could I check or change to try and solve this problem?

asked 24 Nov '16, 06:41

nigeldom's gravatar image

nigeldom
6112
accept rate: 0%


2 Answers:

0

This is probably a bug in Wireshark. Please open a ticket on Bugzilla with the pcaps you are trying to merge attached so that we can reproduce the crash and fix it.

answered 24 Nov '16, 06:44

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

edited 24 Nov '16, 06:45

OK, will send over two sample files, although one of my team just managed to merge them without any problems. So I suspect the problem is more with my machine and/or installation, rather than being a problem with the files. Therefore I don't believe you'll be able to reproduce my fault without some extra information - but I don't know what to look for and where.

(24 Nov '16, 06:50) nigeldom

0

mergecap [options] -w <outfile>|- <infile> [<infile> ...] doesn't do it for you?

answered 24 Nov '16, 15:22

griff's gravatar image

griff
36139
accept rate: 10%

mergecap does work (with the advantage that I can use wildcards on the <infile> list).

But I still would like to know what I can check to find out why the GUI is not working properly anymore.

If I were to repeat the uninstall, are there any files I could manually remove that are otherwise left behind, so that when I re-install, I have less memory of the previous installation?

(25 Nov '16, 04:53) nigeldom

You can eventually remove your personal folder found in %APPDATA%\Wireshark (this one is left behind when you uninstall).

But please provide feedback in the bug 13175 you filled. Michael asked you yesterday if you have Dell Backup and Recover software installed.

(25 Nov '16, 06:27) Pascal Quantin