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

Crash on ARM build - Win IoT Raspberry Pi 3 #44

Closed
abpostelnicu opened this issue Nov 3, 2017 · 3 comments
Closed

Crash on ARM build - Win IoT Raspberry Pi 3 #44

abpostelnicu opened this issue Nov 3, 2017 · 3 comments

Comments

@abpostelnicu
Copy link

abpostelnicu commented Nov 3, 2017

I'm having a basic project where i only try to open a stream from a "Page". The code that i use in the XMAL is:

<vlc:MediaElement AreTransportControlsEnabled="False" HardwareAcceleration="True" Height="300" Width="300" Name="vlcPlayer1" Margin="691,63,33,277" BorderThickness="2" Source="Some Source">
</vlc:MediaElement>

The problem is that it crashes every time in:

#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
            UnhandledException += (sender, e) =>
            {
                if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
            };
#endif 

The exception that is thrown is:

Message "Requested Windows Runtime type 'libVLCX.Instance' is not registered."

The version of the lib that I'm using is: 0.9.18
Win IoT: v.10.0.16299.19

@abpostelnicu
Copy link
Author

abpostelnicu commented Nov 3, 2017

I've installed libVLCX for ARM issue is fixed.

@kakone
Copy link
Owner

kakone commented Nov 5, 2017

"ins" ?!?
Issue is fixed or not with the latest version of libVLCX ?

@abpostelnicu
Copy link
Author

yes it can be closed, thanks!

@kakone kakone closed this as completed Nov 6, 2017
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

2 participants