-
Notifications
You must be signed in to change notification settings - Fork 144
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
[bug] build fails on WSL2 Ubuntu 24.04 with flutter example after pub add livekit_client
#548
Comments
This comment was marked as resolved.
This comment was marked as resolved.
After configured locale, the Launching lib/main.dart on Linux in debug mode...
Building Linux application...
✓ Built build/linux/x64/debug/bundle/livekit_example
-
-(livekit_screen_control:83525): Gtk-WARNING **: 00:11:46.693: Locale not supported by C library.
- Using the fallback 'C' locale.
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen
#
# Fatal error in: ../../media/engine/adm_helpers.cc, line 39
# last system error: 0
# Check failed: 0 == adm->Init() (0 vs. -1)
# Failed to initialize the ADM.
Error waiting for a debug connection: The log reader stopped unexpectedly, or never started.
Error launching application on Linux. |
ryuujo1573
changed the title
[bug] build fails on Ubuntu 24.04 with flutter example after
[bug] build fails on WSL2 Ubuntu 24.04 with flutter example after Jul 7, 2024
pub add livekit_client
pub add livekit_client
Possible related: MESA and glx errors when running glxinfo Ubuntu 24.04 Does WSL support openGL? microsoft/WSL#2855 (comment) I may guess it's just another WSL specific problem. I may have a try on bare metal after then! |
We have not yet considered supporting flutter compilation in WSL. Please try to install the flutter sdk and compile it in Ubuntu. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Add the
livekit_client
package, then the flutter build fails.To Reproduce
Expected behavior
Platform information
The text was updated successfully, but these errors were encountered: