cbhacks / CrashEdit

Unofficial Crash Bandicoot 1/2/3 Level Editor
https://www.cbhacks.com/tools/crashedit/
Other
135 stars 25 forks source link

Saving error #132

Closed spacedude359 closed 5 years ago

spacedude359 commented 5 years ago

What that means "A packing error occurred. One of the entry-containing chunks contains over 64 KB of data."

How to fix.

ManDude commented 5 years ago

It means one of the chunks is overflowing with data. Read the readme.md

ughman commented 5 years ago

Each chunk is 64KB in size. If the total size of your entries exceeds this amount, the chunk cannot be saved into an NSF file. You can try to reduce the size of the chunk by cutting back on the amount of stuff in the various entries, or you can move some entries into another chunk (possibly a new one you create). In that case you will also need to use the Patch NSD button.

TheRealCreatorC commented 5 years ago

You can only have 64 KB of data in each chunk, and if one of the chunks contains over 64 KB of data, that message will pop up.

spacedude359 commented 5 years ago

Ok, Thanks.