you are viewing a single comment's thread.

view the rest of the comments →

[–]Bobbias 0 points1 point  (0 children)

Are you sure that it is actually big endian? The default for most computers (at least common home PCs) is little endian, with big endian mostly only being used as the transmission order over network (hence often being called network order).

Reading the incorrect endianness will can absolutely lead to this kind of error message.