Unreal Crash on Level Load maybe - SCREENSHOT )))

It is the first time I report bug with screenshot, but I think that is the bug that was haunting me for a long time, and I could not find possibility to generate crash report.

Here is the screenshot where it is clearly visible that something is wrong.

UnloadedActionList is somehow spoiled with Invalid entries. Hard to tell why it is there - maybe some bug in my game code? But it is for animation asset, and I am not doing with them intentionaly. Maybe some GC related stuff?

The bug which I think is connected to this - is Error loading module bug, which appears everytime I am opening project without rebuilding it. Maybe it is not related. But something definitely gone wrong.

Any help would be appreciated.

Hey -

Could you elaborate on the exact crash you’re getting? Are you referring to opening a level in the editor or loading from one level to another during runtime? Is this happening when loading a specific level? Can you post the logs from the crash for additional information? The logs are saved in the project directory’s Saved/Logs folder.

Cheers

The crash was during opening level in editor. Logs are turncated but i have visual studio debug output.

link text
link text

Does this crash occur when opening a specific level or does it happen for multiple levels? Have you upgraded your engine version recently? If you’re debugging through Visual Studio can you try running the project itself to generate a callstack for the crash?

I am no longer running my project from visual studio. I had a bug, which prevented project startup without complete removal of Binary, Build, Intermediate and Saved folders and complete rebuild. It was displaying this error.

60168-9de34ce4a4add5535db96f21ea03f709.png

And yesterday I think I fixed. I found that some animation blueprints was referencing deleted skeleton. They where not complaining during runtime. I only noticed in debug output that unreal was trying to load this deleted skeleton. so I found which assets has path to this skeleton saved in their files. Reopened and resaved them. And it looks like this bug gun.

What concerns the topic crash - it was occasionally caught. And I really does not know how to reproduce it. Maybe this bugs where connected. Because I think one of my assets, which had deleted skeleton reference use this osi_idle animation.

Hi ,
You where lucky. I have the crash dump now. ))

link text

Does this crash happen when opening a specific level? Also, have you upgraded your engine version recently or did this crash start happening after adding/changing code? If possible, could you upload a copy of the project to dropbox and send me a private message on the forums with a link to download so I can test the project/crash on my end?

Cheers

It is on loading a specific level. I can’t upload you a project. Here is another crash dump. Bug was triggered while I was deleting animation assets in content browser.

link text

I’m a little confused by your last reply, did the crash happen when you opened the level (level load) or when deleting an asset after opening the level?

The crash happened after I deleted assets in asset browser.

Fixed! UE-17698 [CrashReport] UE4Editor_CoreUObject!UStruct::IsChildOf() [class.h:400]
, Is it this bug fixed in 4.9.2?

Hey -

You may be correct, the callstack for your crash and the report you linked seem to match. If you have the 4.9.2 version of the engine you can check this by opening the project to see if the crash is still occurring for you.

Cheers