Crash on launch

Getting this Error

Access violation - code c0000005 (first/second chance not available)
   
    UE4Editor_Core!_TBB_machine_cmpswp1() [D:\Epic\Git\UE4\Engine\Source\ThirdParty\IntelTBB\IntelTBB-4.0\src\tbb\intel64-masm\atomic_support.asm:39]
    UE4Editor_Core!rml::internal::Block::freePublicObject()
    UE4Editor_Core!scalable_free()
    UE4Editor_Core!FMallocTBB::Free() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\hal\malloctbb.cpp:115]
    UE4Editor_AssetRegistry!FAssetDataGatherer::SerializeCache() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\assetregistry\private\assetdatagatherer.cpp:493]
    UE4Editor_AssetRegistry!FAssetDataGatherer::Run() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\assetregistry\private\assetdatagatherer.cpp:81]
    UE4Editor_Core!FRunnableThreadWin::Run() [d:\buildfarm\buildmachine_++depot+ue4-releases+4.9\engine\source\runtime\core\private\windows\windowsrunnablethread.cpp:74]

Any thoughts?

still need help

Bumping still need help

fixed by removing content folder and re adding

Hey jaayvazian,

I was wondering if you had any idea what may have caused this in your content folder. I’ve tracked down the issue in our system and it’s happening with a few other users.

We suspect it could be related to trying to open content that was created in a newer engine version.

-.

Not sure since it works with the same files in it, I just moved the folder in and out and it seemed to work.

I had the same issue. Deleting the intermediate folder solved it.

I had it after a pull from our repository (we’re using the same engine version).
Seems like it has some issues updating the shaders.

FYI when this happens you should only have to delete CachedAssetRegistry.bin from your Intermediate directory to accomplish the same workaround

Im gonna bump now. I have deleted Binaries, Intermediate, saved, Derived data cache folder and replaced my blueprints and also rebuilt my entire engine. What now ?