Question / Help OBS reports some module functions in dlls not found

Semel

Member
[CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
01:33:40.676: [AMF Encoder] Version 1.4.3.4 loaded (Compiled: 1.3.0.5, Runtime: 1.4.0.0, Library: 1;4;0;0;1.2;201612041138).
01:33:41.001: Required module function 'obs_module_load' in module '../../obs-plugins/32bit/libcef.dll' not found, loading of module failed
01:33:41.001: Required module function 'obs_module_load' in module '../../obs-plugins/32bit/libEGL.dll' not found, loading of module failed
01:33:41.002: Required module function 'obs_module_load' in module '../../obs-plugins/32bit/libGLESv2.dll' not found, loading of module failed
'
Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libcef.dll' not found, loading of module failed
01:40:13.483: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libEGL.dll' not found, loading of module failed
01:40:13.483: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libGLESv2.dll' not found, loading of module failed

I've checked these dlls and they are all there.

What gives?
 

EBrito

Active Member
No problem with that.


AUDIO AAC ENCODER:
11:58:21.757: [CoreAudio encoder]: Adding CoreAudio AAC encoder --> IF NOT: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
AMD GPU CODEC:
11:58:21.757: [AMF Encoder] Version 1.4.2.3
11:58:21.758: [AMF Encoder] Runtime Library is on Version 1;3;0;5;1.2;201611151603. --> IF NOT: [AMF Encoder] Unable to load 'amfrt64.dll', error code 126.
11:58:21.758: [AMF Encoder] Runtime is on Version 1.3.0.5, compiled against Version 1.3.0.5. --> IF NOT: [AMF Encoder] Uncaught Exception: Unable to load 'amfrt64.dll', error code 126.
OpenGL: (never seen a "positive" result in this section) NOTE: found one. If you have those DLLs these 3 lines are not present in your log QUESTION FOR DEVELOPERS: What are these DLL for?
** These are Browser Source DLLs. Failed to load because those DLLs are not a plugin.
11:58:21.767: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libcef.dll' not found, loading of module failed
11:58:21.768: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libEGL.dll' not found, loading of module failed
11:58:21.768: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libGLESv2.dll' not found, loading of module failed
11:58:21.769: Failed to load 'en-US' text for module: 'obs-browser.dll'
11:58:21.769: [browser_source: 'Version: 1.26.0']
NVIDIA GPU CODEC:
11:58:21.771: NVENC supported --> IF NOT: LoadLibrary failed for 'nvEncodeAPI64.dll': (null) (126)
11:58:21.785: VLC found, VLC video source enabled --> IF NOT: Couldn't find VLC installation, VLC video source disabled NOTE: if you run OBS 64 bits, you need VLC 64 bits. Same for 32 bits.
11:58:21.803: No blackmagic support : No Blackmagic devices attached.

Taken from
https://obsproject.com/forum/resources/understanding-obs-studio-log.473/
 
Top