Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminate called after throwing an instance of 'std::runtime_error' #363

Open
Roman-Dzerkal opened this issue Mar 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Roman-Dzerkal
Copy link

OS: Linux Ubuntu LTS 22.04.1 Jammy 
Flutter 3.7.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision c07f788888 (8 days ago) • 2023-02-22 17:52:33 -0600
Engine • revision 0f359063c4
Tools • Dart 2.19.2 • DevTools 2.20.1

Hello! I created a test flutter application and copied this code.
When try to run the application I get an error:

terminate called after throwing an instance of 'std::runtime_error'
what(): Wrapping a nullptr instance

Also always get additional error:

/linux/flutter/ephemeral/.plugin_symlinks/dart_vlc/core/api/api.cc:43:48: warning: cannot delete expression with pointer-to-'void' type 'void *' [-Wdelete-incomplete]

@Roman-Dzerkal Roman-Dzerkal added the bug Something isn't working label Mar 3, 2023
@chirag503
Copy link

chirag503 commented Jan 18, 2024

face same issue resolved by this

Linux
For using this plugin on Linux, you must have VLC & libVLC installed.

On Ubuntu/Debian:
sudo apt-get install vlc
sudo apt-get install libvlc-dev

On Fedora:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install vlc
sudo dnf install vlc-devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants