dust-engine / dust

A research project trying to push the boundaries of voxel geometry and interactivity. Experimental real-time global illumination renderer powered by Rust, Vulkan and Bevy.
https://dust.rs
Mozilla Public License 2.0
94 stars 6 forks source link

Warn: Not a valid MagicaVoxel .vox file #10

Closed aka-deVOID closed 1 year ago

aka-deVOID commented 1 year ago

I see this log, my window is bugged and shows nothing. I think the error comes from the png decoder maybe the image is broken cause I can't open it

2023-06-21T23:24:50.995070Z  WARN bevy_asset::asset_server: encountered an error while loading an asset: Not a valid MagicaVoxel .vox file
2023-06-21T23:24:50.995164Z  WARN bevy_asset::asset_server: encountered an error while loading an asset: Not a valid MagicaVoxel .vox file
Neo-Zhixing commented 1 year ago

You'll need to fetch the files from Git LFS.

git lfs pull

Closed for now. Please let me know if that didn't work!