Crash Report Log

moonpuzzle

New Member
Here's a crash report for ya.

Told me to report this to whoever can interpret this.
 

Attachments

  • Crash 2020-06-04 14-51-44.txt
    131 KB · Views: 48
  • 2020-06-04 11-53-03.txt
    11.1 KB · Views: 26
  • 2020-06-04 14-56-32.txt
    13.1 KB · Views: 27

Sukiyucky

Member
The call stack of events leading up to the crash indicate you are crashing in the Window kernel.
You attempted to hide a window capture source and it crashed Windows.

Thread 4188 (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
0000005177DCF860 00007FF9719CA799 0000000000000000 0000000000000000 000001A500000000 0000005177DCF988 kernelbase.dll!0x7ff9719ca799
0000005177DCF940 00007FF959B84880 0000000000000000 000001A563CA9140 000001A563CA9140 0000000000000000 vcruntime140.dll!0x7ff959b84880
0000005177DCF9A0 00007FF95E8535CA 000001A5800706BE 00007FF95E853381 000001A563A5DEF0 0000000000000000 libobs-winrt.dll!winrt::throw_hresult+0x23a
0000005177DCF9F0 00007FF95E8523D8 000001A559045368 0000000000000000 000001A56CA67620 000001A5645B4F80 libobs-winrt.dll!winrt::impl::consume_Windows_Foundation_IClosable<winrt::Windows::Graphics::Capture::Direct3D11CaptureFramePool>::Close+0x48
0000005177DCFA30 00007FF95E853B53 000001A563CA9140 00020D5B5819A772 0000000000000000 0000000000000000 libobs-winrt.dll!winrt_capture_free+0xa3
0000005177DCFA70 00007FF935EC790B 0000005100000000 00007FF94F0EE280 0000005177DCFAC8 00020D5B5819A772 win-capture.dll!wc_hide+0x1b
0000005177DCFAA0 00007FF94F0A8E25 0000000000000001 000001A5589E5640 000001A5589EA6C0 000001A5589E5640 obs.dll!hide_source+0x35
0000005177DCFB90 00007FF94F0AF3F3 0000000000000001 000001A5589E6A60 0000000000000000 0000000000000000 obs.dll!obs_source_video_tick+0xb3
0000005177DCFBD0 00007FF94F0DF4F3 0000000000000001 0000000000000001 0000000000000001 0000000000000001 obs.dll!tick_sources+0x103
0000005177DCFC10 00007FF94F0DE174 000001A5512AA330 0000000000000000 0000000000000000 0000000000000000 obs.dll!obs_graphics_thread+0x204
0000005177DCFD10 00007FF96DFE58EA 0000000000000000 000001A5582F3EC0 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
0000005177DCFDA0 00007FF972590E82 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ff972590e82
0000005177DCFDD0 00007FF9734F7BD4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ff9734f7bd4
0000005177DCFE00 00007FF9748ACE51 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ff9748ace51



Looking at your log file, you have way too many capture types in a scene. It is best to use no more than one capture type (i.e. Window, Display, Game Capture) per Scene.

14:56:35.603: Loaded scenes:
14:56:35.603: - scene 'Scene':
11:53:08.611: - source: 'Game Capture' (game_capture) <---- #1
11:53:08.612: - source: 'Audio Output Capture' (wasapi_output_capture)
11:53:08.612: - source: 'Headphone mic' (wasapi_input_capture)
11:53:08.612: - source: 'Display Capture' (monitor_capture) <---- #2
11:53:08.612: - source: 'Window Capture' (window_capture) <---- #3
11:53:08.612: - source: 'Window Capture 2' (window_capture) <---- #4
11:53:08.612: - source: 'Window Capture 2' (window_capture) <---- #5
 

moonpuzzle

New Member
...*inner chibi whines*...darn, I wanted to not be the crazy one in this relationship with OBS lol...now I feel bad for OBS having to deal with me
 
Top