tryashtar / nbt-studio

An up-to-date NBT viewer and editor with lots of new features
521 stars 42 forks source link

File loading problems #43

Open tryashtar opened 2 years ago

tryashtar commented 2 years ago

So, it seems like there are two different "empty" region files that are failing to load:

Both of these should load as empty regions. But... isn't it a bad idea to treat every empty file as a region file? Yes, that's why we should do this:

Also we need to fail faster at file type verification; exceptions are cringe. You already did both of these things in Quick Music so just do that again