Spuckwaffel / UEDumper

The most powerful Unreal Engine Dumper and Editor for UE 4.19 - 5.3
MIT License
748 stars 142 forks source link

Cannot have an empty ID at the root of a window. If you need an empty label, use ## and read the FAQ about how the ID Stack works #76

Closed leekinger closed 2 months ago

leekinger commented 3 months ago

Game:DeathlyStillnessGame The transfer reaches 100% and fails, reporting an error

ssertion failed: id != window->ID && "Cannot have an empty ID at the root of a window. If you need an empty label, use ## and read the FAQ about how the ID Stack works!" error

Spuckwaffel commented 3 months ago

Hey there, I see what the issue is, looks like the game has a couple of packages or classes with special characters, resulting the name to be empty. I will look into this!

Spuckwaffel commented 2 months ago

Hey there, could you launch the program and show me the stack trace and maybe where the crash appears? (Just in the stack trace to the last actual code within the dumper, NOT in some external file)

leekinger commented 2 months ago

I may know the reason for the error file. Some class names are in Chinese. You can try to support Chinese. [Uploading SDK contains Chinese characters.zip…]()