Can't run OBS in normal mode, even tried reinstall and use portable mode

Enderwonder

New Member
After update my OBS can't run normally, even i delete all the settings i made, but it works fine for any web source in safe mode. But i wanted to use 3rd party plugins to stream on different platforms, so i hope this problem can be solved.
here's the log check
OBS.png
 

Attachments

  • 2024-08-03 21-42-24.txt
    5.7 KB · Views: 33

Suslik V

Active Member
Code:
Thread 55E4: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000076785BDF30 00007FFFDEFDFABC 00000076785BE090 00000204F2BCABA0 00000204F2CF02C0 00000204F2DAC801 kernelbase.dll!0x7fffdefdfabc
00000076785BE010 00007FFFC3B15267 0000000000000000 00000076785BE378 00000076785BE2C8 0000000000000055 vcruntime140.dll!0x7fffc3b15267
00000076785BE070 00007FFF04FC42F8 0000000000000459 00007FFFDEB4A838 0000020400000459 0000000000000000 obs-websocket.dll!0x7fff04fc42f8
00000076785BE0F0 00007FFF04FC445E 00000076785BE2C8 00000076785BE360 00000076785BE260 0000000000000070 obs-websocket.dll!0x7fff04fc445e
00000076785BE160 00007FFF0506B478 00000076785BE360 0000000000000000 00000076785BE360 00000076785BE3A9 obs-websocket.dll!0x7fff0506b478
00000076785BE340 00007FFF04FC5BEA 00000204F2CF0C80 00000204F2CF0C80 00000204F2D8F660 00000076785BE5A0 obs-websocket.dll!0x7fff04fc5bea
00000076785BE410 00007FFF04FC54F4 00000076785BE5A0 00000076785BE8B0 00000204F2D8F660 00000000FFFFFFFF obs-websocket.dll!0x7fff04fc54f4
00000076785BE550 00007FFF04FD1014 00000204F2BB8B80 0000000053B57BF7 00000204F2BB8B80 0000000000000001 obs-websocket.dll!0x7fff04fd1014
00000076785BE6F0 00007FFF1F8067F2 0000000000000000 0000000000000000 00000204ED891F60 0000000000000BD8 obs.dll!obs_init_module+0x52
The crash caused by running websocket plugin. It is built-in plugin. The issue is similar to:

According to developers:
Unicode symbols in the user data paths causing the issue (the plugin's bug).

What is strange for me.
I assume that there was fix:
that should be in place since the v5.5.1 of the plugin. The log states that you are running v5.5.2:
Code:
21:42:26.838: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.5.2 | RPC Version: 1)
so, the fix should be in place, but you had crash during initialization of the plugin. I can assume that either this is different fix or the fix wasn't included in the release.

Developers may want to ask you to provide additional details about the issue. So, if possible, make report to (include all the links: to the forum thread, crash log, regular log):
Why I think it should be reported to OBS itself, not to the plugin's git? Because it is "blocking" issue for OBS.

Workaround.
Meanwhile, try to load websocket settings from safe path. For this purpose you can try to run OBS in portable mode in different folder (for portable mode read after the "if it was not clear" words: https://obsproject.com/forum/threads/crash-with-«could-not-find-locale-ini-path»-when-opening-app-settings.82157/post-346499). For portable OBS, please choose only ASCII letters from English alphabet (no Unicode symbols in the path). Later, in portable mode, you can try to Import/Export your Scene Collections and Profiles.
 
Last edited:
Top