scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
156 stars 17 forks source link

what does the "Ran out of data" error mean? #52

Closed ghost closed 1 year ago

ghost commented 1 year ago

and how can i fix it (if it's an issue)

scurest commented 1 year ago

It was expecting to read something from the file but it ran into the end of the file instead. Probably it means there's a bug in apicula's understand of the file format (or you gave it the wrong file type). To fix it you'd need to find and fix the bug.