ruyo / VRM4U

Runtime VRM loader for UnrealEngine5
Other
1.4k stars 181 forks source link

Crash in GPUSkinCache.cpp when opening VRM4U_PostToon.umap #394

Open JasonWeise opened 4 months ago

JasonWeise commented 4 months ago

Hi there, I am using the latest GitHub version of VRM4U and as soon as I try and open the VRM4U_PostToon.umap to test the PostToon material setup, Unreal immediately crashes with the following:

Assertion failed: DispatchData.PreviousPositionBuffer != DispatchData.PositionBuffer [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\GPUSkinCache.cpp] [Line: 2056]

UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_Engine
UnrealEditor_RenderCore
UnrealEditor_RenderCore
UnrealEditor_Core
UnrealEditor_Core
UnrealEditor_RenderCore
UnrealEditor_RenderCore
UnrealEditor_Core
UnrealEditor_Core
kernel32
ntdll

UnrealEngine Version: 5.4.2 (Epic Launcher Version)

I don't believe it will be hardware related as I am running PC with Nvidia 3090 and 128GB Ram.

ruyo commented 4 months ago

Thanks for the report. It will be fixed in the next version. This is a level issue; there is no problem with BP_PoseCopyToon itself, so you can continue to use it.