Code:
Thread EC4: (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
000000537FEFDE30 00007FFEA5C9B699 000000537FEFDF90 0000000000000000 000002130ED6A5F0 00007FFEA84DB801 kernelbase.dll!0x7ffea5c9b699
000000537FEFDF10 00007FFE7C975267 000002130ED44730 000000537FEFE278 000000537FEFE1C8 0000000000000052 vcruntime140.dll!0x7ffe7c975267
000000537FEFDF70 00007FFE551342F8 000002130476EE10 00007FFEA5B73837 0000000000000459 0000021309FF57C0 obs-websocket.dll!0x7ffe551342f8
000000537FEFDFF0 00007FFE5513445E 000000537FEFE1C8 000000537FEFE260 000000537FEFE160 0000000000000080 obs-websocket.dll!0x7ffe5513445e
000000537FEFE060 00007FFE551DB448 000000537FEFE260 0000000000000000 000000537FEFE260 000000537FEFE2A9 obs-websocket.dll!0x7ffe551db448
000000537FEFE240 00007FFE55135B3A 000002130ED44730 000002130ED44730 000000537FEFE4A0 000002130ED6A5B0 obs-websocket.dll!0x7ffe55135b3a
000000537FEFE310 00007FFE55135452 000000537FEFE4A0 000000537FEFE7B0 000002130ED6A5B0 00000000FFFFFFFF obs-websocket.dll!0x7ffe55135452
000000537FEFE450 00007FFE55140EE4 000002130ED886A0 000000005CE90950 000002130ED886A0 0000000000000001 obs-websocket.dll!0x7ffe55140ee4
000000537FEFE5F0 00007FFE5EDE67F2 0000000000000000 0000000000000000 000002130EC2FA80 00000000000009AC obs.dll!obs_init_module+0x52
According to developers:
after one day I rebooted my pc ,it just become this. Already updated Can someone help? Here is Crash log and safty mode log. Thank you guys!!!
obsproject.com
this is bug in OBS websocket, probably you have Unicode symbols in the user data paths.
It seems that there is fix:
Description Use u8path to construct the std::filesystem::path to ensure the string is correctly treated as UTF-8. Motivation and Context Fixes crash on startup if OBS is installed on non-English sy...
github.com
it will be available starting from v5.5.1 of the plugin (yeah, built-in plugin has own version and will be updated with the OBS itself).