scurest / apicula

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

Textures no longer display on windows viewer #64

Closed As1th closed 1 month ago

As1th commented 1 month ago

Latest commits have broken texture display on windows. Using these 3 files for repro: P2A3b.zip

More info: 1) Older version of the viewer displays these textures correctly image

2) New viewer doesn't display textures image

3) Textures are apparently being read image

4) Textures are present correctly after export. Purely a viewer issue image

scurest commented 1 month ago

Thanks for the files. I can repro on Windows only (works on Linux).

Unfortunately it appears the same problem occurs even when compiling the old source code (so reverting won't fix it), so I can only assume it is some kind of interaction with the current version of the compiler. I will try updating all the dependencies and see if that fixes it. I'll try to get to it later today.

scurest commented 1 month ago

That was a minor nightmare, but it now works on Windows in my tests. Can you test again?

As1th commented 1 month ago

Yep, everything's fixed 👍 Thanks for the effort on this tool

scurest commented 1 month ago

Thanks. Sorry it took so long to fix vsync.