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

application crashing while playing the videos continuously #638

Open
1 task done
Jayarajsreedhar opened this issue Apr 29, 2020 · 0 comments
Open
1 task done

application crashing while playing the videos continuously #638

Jayarajsreedhar opened this issue Apr 29, 2020 · 0 comments

Comments

@Jayarajsreedhar
Copy link

Jayarajsreedhar commented Apr 29, 2020

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:

VlcControlCrashTestApp.zip

  • I confirm that my issue doesn't happen in VLC itself.
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

1 participant