Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected 2D texture but found dimension D3 #2

Open
nanogram opened this issue Nov 23, 2023 · 2 comments
Open

Expected 2D texture but found dimension D3 #2

nanogram opened this issue Nov 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nanogram
Copy link

I know xc1 isn't officially supported by wgpu_batch, but here's an error that shows up frequently when processing xb1 enemies.
examples: en150112, en150106, en150101
ERROR [xc3_wgpu::material] Expected 2D texture but found dimension D3.

@ScanMountGoat
Copy link
Owner

All 3 games are supported and tested regularly now. Some of the files in Xenoblade 1 and Xenoblade 3 use 3D textures for some models. The models will still render and export, but the 3D textures will be skipped. I haven't looked into how the 3D textures are used in game, so it will be a while before this gets fixed. You can just ignore the error for now.

@ScanMountGoat ScanMountGoat added the bug Something isn't working label Nov 23, 2023
@ScanMountGoat
Copy link
Owner

Someone pointed out to me that the description didn't mention Xenoblade 1, so I've updated that for the next release. Please let me know if you run into any more issues working with files from any of the 3 games.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants