You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
I have an issue / a question (pick one) about Vlc.DotNet.
Generic information
Vlc.DotNet version : 3.0.0
Vlc.DotNet project used : WPF
libvlc version : x86, installed with vlc installer version 3.0.8.0
.net version : 4.6
Project language :c#
Project build architecture : x86
Operating system :Windows10 x64
Summary
Application is crashing when the video is played continuously. The application is creating the vlc control instance first time and reusing the same instance by stopping and playing. The control is never disposed on the run time. The issue is consistently happening after running the application for ~1 hour.
Created a sample wpf application for simulating the problem playing a video from location "c:\temp\test.mp4". The path is hard coded inside the MainWindow.xaml
Windows event log shows error reported module name as libvlccore.dll
Faulting application name: Container_v120_xp.exe, version: 1.11.3.0, time stamp: 0x570e5402
Faulting module name: libvlccore.dll, version: 3.0.8.0, time stamp: 0x3add3a82
Exception code: 0xc0000005
Fault offset: 0x0007c719
Faulting process id: 0x2a90
Faulting application start time: 0x01d61d6a1d36841c
Faulting module path: c:\Program Files (x86)\VideoLAN\VLC\libvlccore.dll
Report Id: 427b4ad4-3b37-419b-841d-5df1944e9667
Faulting package full name:
Faulting package-relative application ID:
I have an issue / a question (pick one) about Vlc.DotNet.
Generic information
Summary
Application is crashing when the video is played continuously. The application is creating the vlc control instance first time and reusing the same instance by stopping and playing. The control is never disposed on the run time. The issue is consistently happening after running the application for ~1 hour.
Created a sample wpf application for simulating the problem playing a video from location "c:\temp\test.mp4". The path is hard coded inside the MainWindow.xaml
Windows event log shows error reported module name as libvlccore.dll
Faulting application name: Container_v120_xp.exe, version: 1.11.3.0, time stamp: 0x570e5402
Faulting module name: libvlccore.dll, version: 3.0.8.0, time stamp: 0x3add3a82
Exception code: 0xc0000005
Fault offset: 0x0007c719
Faulting process id: 0x2a90
Faulting application start time: 0x01d61d6a1d36841c
Faulting module path: c:\Program Files (x86)\VideoLAN\VLC\libvlccore.dll
Report Id: 427b4ad4-3b37-419b-841d-5df1944e9667
Faulting package full name:
Faulting package-relative application ID:
VlcControlCrashTestApp.zip
The text was updated successfully, but these errors were encountered: