A rogue plugin is causing my project to crash on startup...

I seemed to have enabled a plugin (I have no idea which one. Could be one of many) that is causing my project to crash when trying to launch it. No way to get in… How do I fix this? I attached a text file of what seems to be a crash report. I think it has something to do with a file called VtuneAPI.dll? An audio plugin maybe? I’m am honestly not sure myself.

[1]:235088- [2]: 235104-genesis-firstperson.log (36.5 KB)

Yes I can launch a different project.

Can you launch clean project without crashing?

I have those same erros in my projects and editor launch without issue, so I suspect these error are not fatal:

LogWindows: Failed to load 'aqProf.dll' (GetLastError=126)
LogWindows: File 'aqProf.dll' does not exist
LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126)
LogWindows: File 'VtuneApi.dll' does not exist
LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126)
LogWindows: File 'VtuneApi32e.dll' does not exist

FIXED. It was a plugin after all. I fixed it by opening my .uproject file with notepad and then turning off all non essential plugins.