I would like to know what "Invalid Stream Header : 61646F62" means? It happens when I run my program.

Thanks. :)

Recommended Answers

All 4 Replies

You are trying to read from some kind of input stream, but the data is in the wrong format. This can happen if the format for reading doesn't match the format in which it was written, or the stream hasn't been closed properly, or you try to read the same stream with two consecutive different formats, or (less likely) the stream is corrupted by a problem external to your code.

"... the stream is corrupted by a problem external to your code."
What does this mean? Like virus and stuffs? :/

Hardware or OS fault.

Okay, thank you for your help. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.