Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • LibVLCSharp LibVLCSharp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #217

Closed
Open
Created Sep 05, 2019 by Andrei@Andrei

Chromecast/Chromecast.Android will crash on startup on real device in Release mode compiled

This project will crash on startup if deployed on a real device (on my side Samsung Galaxy S6, Android 7.0) in Release mode configuration

In Debug mode it works!

https://code.videolan.org/mfkl/libvlcsharp-samples/tree/master/Chromecast/Chromecast.Android

Problematic line is

_libVLC.RendererList.FirstOrDefault(r => r.Name.Equals("microdns_renderer"));

Can't get any debug logs or other useful information. It just crashes without any output.

It doesn't depend on using Xamarin.Forms or not. I'm experiencing the same bug in my Xamarin.Android project.

If I comment problematic line and put "microdns_renderer" directly in

_rendererDiscoverer = new RendererDiscoverer(_libVLC, "microdns_renderer");

everything works fine

P.S. Sorry for not using the template here. No debug output to post. The project was just cloned and started.

Edited Sep 05, 2019 by Andrei
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance