Skip to content

Issues with loading dlls? LoadLibrary failed for ... #5

Description

@Osiris-Team

@lulzsun Hey, any ideas? Trying to run the Program.cs file on Windows, I came this far today:

info: LoadLibrary failed for './obs-plugins/64bit/win-capture.dll': The specified module could not be found.
warning: Module './obs-plugins/64bit/win-capture.dll' not loaded
debug: Failed to load module file './obs-plugins/64bit/win-capture.dll': -2
...

It seems that a bunch of plugins cannot be loaded and cause the next code to fail too:

error: Source ID 'monitor_capture' not found
error: Failed to create source 'Screen Capture Source'!
debug: source 'Screen Capture Source' (monitor_capture) created
error: Source ID 'wasapi_output_capture' not found
error: Failed to create source 'Audio Capture Source'!
debug: source 'Audio Capture Source' (wasapi_output_capture) created
error: Encoder ID 'obs_x264' not found
debug: encoder 'stream_h264_encoder' (obs_x264) created (0x19E80FE6C40)
error: Encoder ID 'ffmpeg_aac' not found
debug: encoder 'stream_aac_encoder' (ffmpeg_aac) created (0x19E90838A60)
error: Output ID 'rtmp_output' not found
error: Failed to create output 'low_latency_stream'!
debug: output 'low_latency_stream' (rtmp_output) created

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions