Question / Help Missing Files?

Judah

New Member
What am I supposed to download and where do I find it?

https://gist.github.com/b96d693fed9c1ea0f2003f11a2d1e9be
__________________________________________________________________________________________________

Required module function 'obs_module_load' in module '../../obs-plugins/64bit/chrome_elf.dll' not found, loading of module failed
13:18:24.639: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
13:18:24.715: [AMF] Encountered Exception during AMF initialization: Unable to load 'amfrt64.dll', error code 126.
13:18:24.715: Failed to initialize module 'enc-amf.dll'
13:18:25.275: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libcef.dll' not found, loading of module failed
13:18:25.303: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libEGL.dll' not found, loading of module failed
13:18:25.391: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libGLESv2.dll' not found, loading of module failed
13:18:25.501: Failed to load 'en-US' text for module: 'obs-browser.dll'
13:18:25.501: [browser_source: 'Version: 1.29.0']
13:18:27.627: NVENC supported
13:18:31.110: Couldn't find VLC installation, VLC video source disabled
13:18:31.569: No blackmagic support
 

Fenrir

Forum Admin
Code:
Required module function 'obs_module_load' in module '../../obs-plugins/64bit/chrome_elf.dll' not found, loading of module failed
13:18:25.275: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libcef.dll' not found, loading of module failed
13:18:25.303: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libEGL.dll' not found, loading of module failed
13:18:25.391: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libGLESv2.dll' not found, loading of module failed

These are all part of the browser source, and not actual plugins. This log message is just saying "Hey, this is not an OBS plugin." Safe to ignore.


Code:
13:18:24.639: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded

This message is normal as OBS will prefer the CoreAudio AAC (included with iTunes, or installed manually) if it's present, this is just letting you know it's not installed. Safe to ignore.

Code:
13:18:24.715: [AMF] Encountered Exception during AMF initialization: Unable to load 'amfrt64.dll', error code 126.
13:18:24.715: Failed to initialize module 'enc-amf.dll'

This is the AMD AMF plugin. Since NVENC is supported, going to guess you don't have an AMD GPU. Safe to ignore.,

Code:
13:18:25.501: Failed to load 'en-US' text for module: 'obs-browser.dll'

Safe to ignore, just a localization thing.

Code:
13:18:31.110: Couldn't find VLC installation, VLC video source disabled

Means exactly what it says. Safe to ignore, or you can install VLC player with the proper bitness (32bit/64bit) to use the plugin in OBS.

Code:
13:18:31.569: No blackmagic support

Means you don't have a Blackmagic card. Safe to ignore.
 

Judah

New Member
I cant record, I get this pop-up:
 

Attachments

  • OBS Can't record.JPG
    OBS Can't record.JPG
    85.2 KB · Views: 605

Fenrir

Forum Admin
Please upload your current log file (Help menu in OBS) and link it here after you get that error message.
 
Top