Question / Help OBS Studio crashes when hit "Start Recording"

R1CH

Forum Admin
Developer
You could try finding and renaming the intelopencl64.dll to something like intelopencl64.dll.old (most likely in Windows/system32). The problem is the AMF encoder is trying to load OpenCL, but both your Intel and AMD driver installed OpenCL, so both versions are being loaded and causing a conflict.
 

ogram

New Member
Is it normal if I have two of them? Which one should I rename? Both?
 

Attachments

  • 1.png
    1.png
    7.6 KB · Views: 8

R1CH

Forum Admin
Developer
I suppose I could have just checked your log :)

C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_250db833a1cd577e\IntelOpenCL64.dll
C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_250db833a1cd577e\igdrclneo64.dll

I'd suggest renaming both of these to .old. If you encounter problems with other apps, rename back to .dll, but they should only be loaded by OpenCL apps which are very uncommon.
 
Top