ZeBobo5 / Vlc.DotNet

.NET control that hosts the audio/video capabilities of the VLC libraries
MIT License
946 stars 416 forks source link

vlccontrol .stop crashed #666

Open liuyuqingenglish opened 4 years ago

liuyuqingenglish commented 4 years ago

I have an issue / a question (pick one) about Vlc.DotNet.

Generic information

Summary

When I play a video stream with vlcdotnet WinForm, the video can play normally. When I disconnect the video stream and I call the stop method, WinForm crashes and the error displays AppCrash. Is there any way to prevent WinForm from crashing

[HandleProcessCorruptedStateExceptions] public void Stop() { try { if (control != null) { control.Stop(); } } catch { } }

问题事件名称: APPCRASH 应用程序名: ZHD.GIS.SIPClient.vshost.exe 应用程序版本: 12.0.30723.0 应用程序时间戳: 53cf4fe5 故障模块名称: StackHash_e80e 故障模块版本: 6.3.9600.19478 故障模块时间戳: 5d6aa558 异常代码: c0000374 异常偏移: PCH_10_FROM_ntdll+0x00000000000F1CD0 OS 版本: 6.3.9600.2.0.0.256.48 区域设置 ID: 2052 其他信息 1: e80e 其他信息 2: e80e78ebde861785005c5dd233769a8a 其他信息 3: 4d6b 其他信息 4: 4d6bed4d344d522ac0fe4ff689ce15f2 QQ截图20200902171403

mfkl commented 4 years ago

Share a way to reproduce please

jeremyVignelles commented 4 years ago

Does it always crash or only randomly ?

ultracpy commented 3 years ago

randomly ,here is error detail from Microsoft Event when it crash。

ultracpy commented 3 years ago

`

1000 0 2 100 0 0x80000000000000 37573 Application ******.exe 1.0.0.0 60895a04 ntdll.dll 10.0.19041.928 9bed63d6 c0000374 00000000000ff0b9 6994 01d73c2f2f3f861a *****.exe C:\WINDOWS\SYSTEM32\ntdll.dll 78b52c2d-3aac-4a94-be2a-e08176320f28

`