Is it only for this project? Have you tried making a new one to see if the problem persists?
It looks like your problem may be caused by an animation, do you have a lot of animations currently that you would need to sift through?
Have you double checked your options on your 5.0.3 install to make sure all the boxes you had checked are still checked? Do you have Editor symbols for debugging?
After looking at the above, I suggest verifying your 5.0.3 install to make sure everything is installed correctly.
Any additional information you can provide will be a big help in solving your problem!
I have the same issue appearing on 5.0.3.
The same project (cloned from a git repository) works on other PCs. Another project, namely the First Person Template, works on my PC with UE503. I removed and re-installed UE503, and the newest NVIDA driver, and ensured Windows 10 updates are installed. The only obvious difference is hardware. My PC uses HDD, while other PCs have SSDs.
Below is the stack trace.
Okay, so I suggest adding the Editor Symbols for debugging and trying your project again. That should, in theory, provide more information on a crash log, then possibly allow us to pinpoint where the animation in question is that is causing the crash.
Let’s see if this makes a meaningful difference!
I’ve got the exact same issue, upgraded to 5.0.3 and it’s crashing my project which was fine with 5.0.2 at startup with AnimSequence.cpp] [Line: 2124]
I’ve managed to “fix it” but honestly I have no real idea how.
The first thing I did was go into DefaultEngine.ini and remove my map as the default, so at least I could boot the project.
I then tried opening my map, crashed, checked the file in “Saved\Crashes” and saw two animations files in the log with “LogAnimationCompression: Building Anim DDC data for AnimSequence”
So I booted again and deleted the files - now everything works fine.
To double check this was the issue, I reverted my deleted files (I am using source control) and now it’s booting normally even with those files restored. So, yeah
@DeadStinky I did something similar to your solution. I changed the default map in DefaultEngine.ini and created a map same as the previous default map. And I removed the old default map. Then, it works well.
Thanks for this. Same issue here after 5.0.3 upgrade.
DeadStinky’s map solution worked for me to get the project opened again. After deleting the one animation in the log file that caused the crash, a new animSequence would spark it every time. We are about a year into production with around 1000 animations in the project, so waiting for a crash then reload to find the next file became laborious fast.
What worked for me, after loading the project into a empty map:
Clear EditorStartupMap= in DefaultEngine.ini
Open project
Navigate into the content browser at root /content/
Filter assets > animation sequence
Select all
Right click on any anim to bring up the asset options
For me this forced the engine to reload all of the animations in the project and clear the !bCompressionInProgress error without having to delete and reimport any files
Afterwards, open up the main project level, hit play to confirm then save. For me the animations did were reset if the project was not saved.
If the right click option does not reload the assets it may help to open each one individually.
Or go through each asset in the animation window asset browser and look for a yellow warning message under the “Previewing Animation filename”. It will say something like “Animation editing in progress, save to complete compression”. I do not remember the exact wording. If found there is the Apply Compression button.
And they are located here
Content\GamePrototype\Animations\AimOffsets
When I removed those files my UE5.0.3 will load my project. Put any one of them back in and it crashes upon loading.
That is all you need to do. No changing of any files or anything else. Just remove those files from that directory.