Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

vlccontrol .stop crashed #666

Open
liuyuqingenglish opened this issue Sep 2, 2020 · 4 comments
Open

vlccontrol .stop crashed #666

liuyuqingenglish opened this issue Sep 2, 2020 · 4 comments

Comments

@liuyuqingenglish
Copy link

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

Generic information

  • Vlc.DotNet version : 3.1.0.0)
  • Vlc.DotNet project used : (WinForms)
  • libvlc version : (3.08) (x64) + how did you get it?
  • .net version : (net45)
  • Project language : (C#)
  • Project build architecture : (x86)
  • Operating system : (Windows ...) (x64)

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
Copy link
Contributor

mfkl commented Sep 2, 2020

Share a way to reproduce please

@jeremyVignelles
Copy link
Collaborator

Does it always crash or only randomly ?

@ultracpy
Copy link

ultracpy commented Apr 28, 2021

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

@ultracpy
Copy link

ultracpy commented Apr 28, 2021

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2021-04-28T13:05:51.4048024Z" /> <EventRecordID>37573</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer></Computer> <Security /> </System> <EventData> <Data>******.exe</Data> <Data>1.0.0.0</Data> <Data>60895a04</Data> <Data>ntdll.dll</Data> <Data>10.0.19041.928</Data> <Data>9bed63d6</Data> <Data>c0000374</Data> <Data>00000000000ff0b9</Data> <Data>6994</Data> <Data>01d73c2f2f3f861a</Data> <Data>*****.exe</Data> <Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data> <Data>78b52c2d-3aac-4a94-be2a-e08176320f28</Data> <Data /> <Data /> </EventData> </Event>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants