-
-
Notifications
You must be signed in to change notification settings - Fork 416
vlccontrol .stop crashed #666
Comments
Share a way to reproduce please |
Does it always crash or only randomly ? |
randomly ,here is error detail from Microsoft Event when it crash。 |
|
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
The text was updated successfully, but these errors were encountered: