OBS crashing on startup since new updated

AiCanPlay

New Member
I've updated all my plugins, but since updating my StreamDeck plugin OBS will not open. I've attached a log file.
 

Attachments

  • 2022-09-08 10-42-41.txt
    19.5 KB · Views: 19

Mister36

New Member
10:42:43.912: obs_register_source: Source 'fade_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'swipe_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'slide_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'obs_stinger_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'fade_to_color_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'wipe_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'vst_filter' already exists! Duplicate library?
10:42:43.912: [obs-websocket 4.9.1-compat] you can haz websockets (version 4.9.1-compat)
10:42:43.912: [obs-websocket 4.9.1-compat] qt version (compile-time): 6.3.1 ; qt version (run-time): 6.3.1
10:42:43.912: [obs-websocket 4.9.1-compat] [obs_module_load] Linked ASIO Version: 101201
10:42:43.914: [obs-websocket 4.9.1-compat] module loaded!
10:42:43.915: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.0.1 | RPC Version: 1)
10:42:43.915: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.3.1 | Qt version (run-time): 6.3.1
10:42:43.915: [obs-websocket] [obs_module_load] Linked ASIO Version: 101201

I don't know if the "obs_register_source" is a plugin, but I would recommend removing the older websocket from the the plugins folder, and provide a crashlog if you have one.

1. In OBS, click the Help menu 2. Select Crash Reports, and then Upload Last Crash Report 3. Copy the URL, and paste it to the chat here.
 

AiCanPlay

New Member
10:42:43.912: obs_register_source: Source 'fade_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'swipe_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'slide_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'obs_stinger_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'fade_to_color_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'wipe_transition' already exists! Duplicate library?
10:42:43.912: obs_register_source: Source 'vst_filter' already exists! Duplicate library?
10:42:43.912: [obs-websocket 4.9.1-compat] you can haz websockets (version 4.9.1-compat)
10:42:43.912: [obs-websocket 4.9.1-compat] qt version (compile-time): 6.3.1 ; qt version (run-time): 6.3.1
10:42:43.912: [obs-websocket 4.9.1-compat] [obs_module_load] Linked ASIO Version: 101201
10:42:43.914: [obs-websocket 4.9.1-compat] module loaded!
10:42:43.915: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.0.1 | RPC Version: 1)
10:42:43.915: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.3.1 | Qt version (run-time): 6.3.1
10:42:43.915: [obs-websocket] [obs_module_load] Linked ASIO Version: 101201

I don't know if the "obs_register_source" is a plugin, but I would recommend removing the older websocket from the the plugins folder, and provide a crashlog if you have one.

1. In OBS, click the Help menu 2. Select Crash Reports, and then Upload Last Crash Report 3. Copy the URL, and paste it to the chat here.
 

R1CH

Forum Admin
Developer
The StreamDeck plugin has corrupted your environment due to a bug in their installer. Uninstall the plugin from Windows Settings / Apps. Search "environment" in the Windows Settings app and choose "Edit the system environment variables". Click "Environment Variables" at the bottom of the dialog and then delete any variables called OBS_PLUGINS_PATH or OBS_PLUGINS_DATA_PATH.

Now open your OBS folder - usually C:\Program Files\obs-studio. Go to the obs-plugins\64bit folder and delete any files starting with "StreamDeckPlugin".

Now re-run the Elgato StreamDeck plugin installer for OBS 28. During the installer, when it asks where to install, specify C:\Program Files\Elgato\StreamDeckPlugin or a similar folder. Do NOT install it anywhere in the OBS folder as this will break your installation.

After doing these steps, OBS and the plugin should be working.
 

AiCanPlay

New Member
The StreamDeck plugin has corrupted your environment due to a bug in their installer. Uninstall the plugin from Windows Settings / Apps. Search "environment" in the Windows Settings app and choose "Edit the system environment variables". Click "Environment Variables" at the bottom of the dialog and then delete any variables called OBS_PLUGINS_PATH or OBS_PLUGINS_DATA_PATH.

Now open your OBS folder - usually C:\Program Files\obs-studio. Go to the obs-plugins\64bit folder and delete any files starting with "StreamDeckPlugin".

Now re-run the Elgato StreamDeck plugin installer for OBS 28. During the installer, when it asks where to install, specify C:\Program Files\Elgato\StreamDeckPlugin or a similar folder. Do NOT install it anywhere in the OBS folder as this will break your installation.

After doing these steps, OBS and the plugin should be working.
This fixed it! Thank you!
 
Top