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

Wireshark does not start. Error 0xC0000005

0

Hi,

I recently updated my local copy, i fixed all conflict I had but now wireshark does not start. When I debug the code the program stops at test_if_on() function (airpcap_loader.c).

The message error is "Unhandled exception at 0x0108add4 in wireshark.exe: 0xC0000005: Access violation reading location 0xbaadf00d."

Thanks

asked 24 Dec '13, 06:05

Afrim's gravatar image

Afrim
160101116
accept rate: 22%

edited 24 Dec '13, 06:06


One Answer:

2

I also saw this a few days ago but haven't had time to look into it yet: http://www.wireshark.org/lists/wireshark-dev/201312/msg00224.html.

I looked at it again and it appeared to be a mis-matched prefs structure definition between object files. A make -f Makefile.nmake clean followed by another build fixed it up.

answered 24 Dec '13, 12:09

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

edited 25 Dec '13, 02:18

Thank you I had the same error and it's fixed now.

(26 Dec '13, 01:52) Afrim