Screenbox icon indicating copy to clipboard operation
Screenbox copied to clipboard

App crashes when playing a video

Open quietrobot opened this issue 3 months ago • 3 comments

Describe the bug App crashes when playing a video

How To Reproduce Open a video from the app or from the browser

Expected behavior

Screenshots

Image

Additional context

This has been happening for a while now, randomly; it even happened to me today after the latest update 0.17.0.0.

quietrobot avatar Nov 12 '25 16:11 quietrobot

Crashes in combase.dll when playing videos in Screenbox are often linked to how the app interacts with Windows APIs and native libraries like LibVLC. Similar issues have been reported, especially on Windows 11, and updating the .NET runtime from version 8 to 9 followed by a system restart has resolved playback crashes for some users example. Other common causes include problematic video metadata (like zero width/height), certain audio codecs, and the auto-resize setting—setting auto-resize to "Never" in Screenbox settings can help avoid crashes triggered by divide-by-zero errors example.

To help narrow down the issue, could you share your current .NET runtime version, Windows version, and whether the crash happens with all videos or only specific formats/codecs? If possible, check for logs at C:\Users\<YourUsername>\AppData\Local\Screenbox\Logs or in Windows Event Viewer for more details. If you haven't updated to .NET 9 or tried disabling auto-resize, those are good first steps.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

dosubot[bot] avatar Nov 12 '25 16:11 dosubot[bot]

From limited research, MoAppCrash seems to involve programs injecting themselves into processes and causing crashes. 🤔 Or maybe it's the multiple instances setting...

United600 avatar Nov 12 '25 19:11 United600

Is this different from the #633 issue?

United600 avatar Nov 12 '25 19:11 United600

Hi @United600 I had forgotten about that report, yes, it happens the same way. I disabled auto-resize and it solved the problem for now, but I lost an important function.

quietrobot avatar Nov 12 '25 22:11 quietrobot

I disabled auto-resize and it solved the problem for now, but I lost an important function.

I'll be honest, that feature is really annoying. The latest version now defaults to never, but it seems the feature still has some gremlins.

United600 avatar Nov 12 '25 22:11 United600

I disabled auto-resize and it solved the problem for now, but I lost an important function.

I'll be honest, that feature is really annoying. The latest version now defaults to never, but it seems the feature still has some gremlins.

😊 I use the player a lot to view edits, without that option, the player always takes up more space and you have to constantly adjust the window proportions (and you can see the video readjusting for a microsecond).

quietrobot avatar Nov 12 '25 23:11 quietrobot