Recording cannot be stopped. OBS has to be shut down via Windows task manager

spreayourwings

New Member
Since two days or so recordings cannot be stopped any more. OBS has to be shut down via Windows task manager.
Whats's the solution?
 

Attachments

  • 2025-06-24 17-01-56.txt
    25.6 KB · Views: 10
  • 2025-06-24 19-06-23.txt
    27.4 KB · Views: 4
  • 2025-06-24 19-07-11.txt
    24.3 KB · Views: 6

Suslik V

Active Member
Code:
18:50:29.670: warning: mjpeg_decode_dc: bad vlc: 0:0 (0000025949747088)
18:50:29.670: error:   error dc
18:50:29.670: error:   error y=132 x=91
18:50:29.670: warning: EOI missing, emulating
18:50:29.682: warning: Found EOI before any SOF, ignoring
18:50:29.682: fatal:   No JPEG data found in image
18:50:29.683: Webcam_C922_(ggf.Wechseln): Error decoding video
Likely bad wiring. At least, try to re-plug your video capture devices (web camera, capture card etc).

As for the forced shutdown, please take a look at 3rd party software too. If it is installed and running it may cause interference for normal work of OBS. Here is the list of known problematic applications:
And there are other cases. For example, Logitech was known for overwriting OBS settings and sometimes for "never stopping" recordings:
Also, it wise to try OBS in safe mode (the --safe-mode command line key), so it will run with minimum set of plugins, just for the test purposes.
 

spreayourwings

New Member
Code:
18:50:29.670: warning: mjpeg_decode_dc: bad vlc: 0:0 (0000025949747088)
18:50:29.670: error:   error dc
18:50:29.670: error:   error y=132 x=91
18:50:29.670: warning: EOI missing, emulating
18:50:29.682: warning: Found EOI before any SOF, ignoring
18:50:29.682: fatal:   No JPEG data found in image
18:50:29.683: Webcam_C922_(ggf.Wechseln): Error decoding video
Likely bad wiring. At least, try to re-plug your video capture devices (web camera, capture card etc).

As for the forced shutdown, please take a look at 3rd party software too. If it is installed and running it may cause interference for normal work of OBS. Here is the list of known problematic applications:
And there are other cases. For example, Logitech was known for overwriting OBS settings and sometimes for "never stopping" recordings:
Also, it wise to try OBS in safe mode (the --safe-mode command line key), so it will run with minimum set of plugins, just for the test purposes.
Thank you, Suslik!
In the meantime my OBS forgot nearly all about its settings, masks etc. The camera might cause some problems. Thank you for reminding me. Ansd I use Elgato STreamdeck. Maybe there's an issue too. But actually everything worked absolutely perfect for more than three months. I guess everything happened as a reaction of my last Windows update...
What does EOI and SOF mean (see code)?
 

prgmitchell

Forum Moderator
Thank you, Suslik!
In the meantime my OBS forgot nearly all about its settings, masks etc. The camera might cause some problems. Thank you for reminding me. Ansd I use Elgato STreamdeck. Maybe there's an issue too. But actually everything worked absolutely perfect for more than three months. I guess everything happened as a reaction of my last Windows update...
What does EOI and SOF mean (see code)?

Uninstall Logitune from your system and it should fix this.
 

Suslik V

Active Member
EOI stands for "End Of Image" and SOF = "Start Of Frame" markers. Usually means data corruption for MJPEG stream (when missing).
 
Last edited:
Top