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

There seems to be an error in a particular texture map, causing a crash during import. UE5.5 #449

Open
novazen opened this issue Nov 16, 2024 · 9 comments

Comments

@novazen
Copy link

novazen commented Nov 16, 2024

Describe the bug

Assertion failed: MipView.GammaSpace == LayerData.SourceGammaSpace [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\TextureDerivedDataTask.cpp] [Line: 410]

Screenshots, log

UnrealEngine Version:
[e.g. ue5.5]

Additional context
There seems to be an error in a particular texture map, causing a crash during VRM import. Collisions occur in the Selestia model.

@novazen novazen changed the title There seems to be an error in a particular texture map, causing a crash during import. There seems to be an error in a particular texture map, causing a crash during import. UE5.5 Nov 16, 2024
@ruyo
Copy link
Owner

ruyo commented Nov 20, 2024

Hi.
Please try the next released version.
I have added the settings and it is probably fixed.

@DIONAPERSSON
Copy link

I have the same exact issue as the above poster, same error code.
Also using 5.5 and the latest version of the plugin for 5.5 😢

@tex111
Copy link

tex111 commented Dec 9, 2024

This is still an issue as of 20241206.

Assertion failed: MipView.GammaSpace == LayerData.SourceGammaSpace [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\TextureDerivedDataTask.cpp] [Line: 410]

@ruyo
Copy link
Owner

ruyo commented Dec 13, 2024

Fixed in version 20241213. Please use the latest version.

@DIONAPERSSON
Copy link

Fixed in version 20241213. Please use the latest version.

I'm afraid I just tried it with the latest version, and I still get this same issue at import.

(I also want to just thank you for this plugin, I used it for my master thesis and it really helped me out in the past <3)

@ruyo
Copy link
Owner

ruyo commented Dec 15, 2024

In the latest version, the crash in GammaSpace has been fixed.
If the problem still persists, it may be due to other factors.

@DIONAPERSSON
Copy link

In the latest version, the crash in GammaSpace has been fixed. If the problem still persists, it may be due to other factors.

I even tried on a new 5.5.1 project file. I get still get this on import of vrm file sadly:
Assertion failed: MipView.GammaSpace == LayerData.SourceGammaSpace [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\TextureDerivedDataTask.cpp] [Line: 410]

I then tried the new plugin but with5.4.4, and that works perfectly. So it seems to only be 5.5.

@ruyo
Copy link
Owner

ruyo commented Dec 16, 2024

Hmmm, it seems difficult to solve the problem as I cannot reproduce it.
If you don't mind, please share the VRM model where the problem occurs.

I have confirmed that the problem is no longer present in the VRM model reported in #455.

@DIONAPERSSON
Copy link

So, I tried a VRM model I found here: https://github.com/madjin/vrm-samples/tree/master/vroid/stable and that worked.

But any model that I've previously made myself, that works on the other versions, I still get the previous error. Ok -- i did do some futher testing on a clean new project, with a new model. I think the issue might happen when using the the 0.0 model export rather than the 1.0 one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants