Jump to content

assert failed gui/wndmain.cpp:2614 (30470)


kiz

Recommended Posts

This assertion involves a case where a URL is used to direct the downloading of a file, and the function that handles the completion of the download is receiving a memory buffer having zero length.  The expectation is that either the reported length will be zero or (length nonzero and buffer is not NULL).  I can't tell from the assertion report or code what the URL might have been, or why this condition would have occurred.  Your strace dumps may give you some idea of how to work around this; does this assertion occur only when downloading certain files?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...