obs crash & log help

owo3

New Member
SOUND POPPING ERROR,, pelp
 

Attachments

  • 2025-01-03 22-19-01.txt
    28.3 KB · Views: 2
  • 2025-01-04 18-41-51.txt
    24.5 KB · Views: 2
  • Crash 2025-01-04 19-38-07.txt
    150 KB · Views: 9
  • Crash 2025-01-03 04-12-35.txt
    150 KB · Views: 1

Suslik V

Active Member
Code:
18:41:52.286: Audio monitoring device:
18:41:52.286:     name: 기본값
18:41:52.286:     id: default
...
18:44:08.955: [audio monitoring: '투네'] audio_monitor_init_wasapi: Failed to initialize: 88890004
18:44:08.961: [audio monitoring: '목표치'] audio_monitor_init_wasapi: Failed to initialize: 88890004
It is better to specify exact monitoring device rather than to keep it at "default". Because default may change during runtime of OBS when you connect something new to your PC. Thus the "default" device will be disconnected.

Code:
Thread 66A8: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
0000004F0CF0AEE0 00007FFAC752FB4C 0000000000000003 00007FFAA13F32F0 0000004F00000003 00007FFAA13F32F0 kernelbase.dll!0x7ffac752fb4c
0000004F0CF0AFC0 00007FFAA1405267 0000000000000000 0000000000000002 0000000000000002 0000019976A58900 vcruntime140.dll!0x7ffaa1405267
0000004F0CF0B020 00007FFAA1383156 0000000000000090 0000000000000090 0000000000000011 0000019976A58900 msvcp140.dll!0x7ffaa1383156
0000004F0CF0B080 00007FFA4EED1ED6 0000000000000000 000001990D5B3FC8 000000000000000D 0000019973E9EBC0 logi_obs_plugin_x64.dll!0x7ffa4eed1ed6
0000004F0CF0B0C0 00007FFA4EEAB2C8 0000E546C87D922E 0000004F0CF0B090 0000000000000000 0000004F0CF0B580 logi_obs_plugin_x64.dll!0x7ffa4eeab2c8
0000004F0CF0B0F0 00007FF74EC18302 000001990D6B5490 0000019977AC0740 0000004F0CF0B190 0000019977AC0740 obs64.exe!OBSStudioAPI::on_event+0x62
0000004F0CF0B120 00007FF74EABD396 0000000000000000 0000019973DF2FB0 0000019977AC0740 0000019977AC1170 obs64.exe!OBSBasic::closeEvent+0x656
...
This is crash on OBS close. It involves plugin installed with the Logitech equipment (usually web cameras). The plugin named "logi_obs_plugin_x64.dll" - if you don't need this plugin in OBS you may try to delete it.
 
Top