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

Microsoft Visual C++ Runtime Library - Runtime Error

0

Team, I am running Wireshark 1.8.9 software on a Windows 2003 server, running Spirent client and monitoring the connectivity from the server to the Spirent Chassis.

I see "Runtime Error! Program This application has requested the Runtime to terminate it in an unusual way."

Any thoughts, what could have gone wrong ?

Thanks.

asked 13 Aug '13, 20:21

leonfrs's gravatar image

leonfrs
1111
accept rate: 0%


One Answer:

0

I see "Runtime Error! Program This application has requested the Runtime to terminate it in an unusual way."

This is most certainly a problem with the available RAM.

http://wiki.wireshark.org/KnownBugs/OutOfMemory

This is what you can do:

- Get more physical RAM and a 64 Bit OS.
- reduce the amount of captured traffic by using capture filters
- use [dumpcap][1] with ring buffers to capture the traffic ([long term capture][2])

Regards
Kurt

answered 19 Aug '13, 08:47

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%