Crashes Loading Level in Packaged Build

Hey there, I have packaged my project many times with no issues but now I am getting this error. The game loads and the intro video and intro level play fine. When I load into level 1 it crashes. I have tried a build with no intro, just straight into the 1st level and it does the same thing.

This is the error log I am getting:

Assertion failed: !bPostTickComponentUpdate [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\LevelTick.cpp] [Line: 888]

0x00007ff6905fecff ServiceDog.exe!UPaperFlipbookComponent::CalculateCurrentFrame()
0x00007ff690603f72 ServiceDog.exe!UPaperFlipbookComponent::CreateSceneProxy()
0x00007ff68cb474aa ServiceDog.exe!FScene::BatchAddPrimitives()
0x00007ff68cb3b1ca ServiceDog.exe!FScene::AddPrimitive()
0x00007ff68ebe678c ServiceDog.exe!UPrimitiveComponent::CreateRenderState_Concurrent()
0x00007ff68eb852b4 ServiceDog.exe!UActorComponent::RecreateRenderState_Concurrent()
0x00007ff68eb53ca7 ServiceDog.exe!UActorComponent::DoDeferredRenderUpdates_Concurrent()
0x00007ff68f1ce20a ServiceDog.exe!FLevelInstanceID::operator==()
0x00007ff68d55ece7 ServiceDog.exe!ParallelForImpl::ParallelForInternal<TFunctionRef<void __cdecl(int)>,TFunctionRef<void __cdecl(void)>,std::nullptr_t>()
0x00007ff68f201d87 ServiceDog.exe!UWorld::SendAllEndOfFrameUpdates()
0x00007ff68cc4ff62 ServiceDog.exe!FRendererModule::BeginRenderingViewFamilies()
0x00007ff68cc51700 ServiceDog.exe!FRendererModule::BeginRenderingViewFamily()
0x00007ff68efe19ba ServiceDog.exe!UGameViewportClient::Draw()
0x00007ff68fd11119 ServiceDog.exe!FViewport::Draw()
0x00007ff68ef5d91a ServiceDog.exe!UGameEngine::RedrawViewports()
0x00007ff68fd6565b ServiceDog.exe!UEngine::LoadMap()
0x00007ff68fcfa038 ServiceDog.exe!UEngine::Browse()
0x00007ff68fd8fef9 ServiceDog.exe!UEngine::TickWorldTravel()
0x00007ff68ef71ecb ServiceDog.exe!UGameEngine::Tick()
0x00007ff6905416f3 ServiceDog.exe!FEngineLoop::Tick()
0x00007ff69055942c ServiceDog.exe!GuardedMain()
0x00007ff69055950a ServiceDog.exe!GuardedMainWrapper()
0x00007ff69055c3b6 ServiceDog.exe!LaunchWindowsStartup()
0x00007ff69056bfa4 ServiceDog.exe!WinMain()
0x00007ff693b866ca ServiceDog.exe!__scrt_common_main_seh() [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007fff0a167344 KERNEL32.DLL!UnknownFunction

I have been messing with this for 2 days and I am going crazy!!! Can anyone help???

Thank you

I fixed it. I deleted all of my Paper2d components, problem went away. So I deleted one at a time until I figured out which one was causing it, then I rebuilt it.