You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ uname -a
Linux Ant-Man 6.6.9-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 1 20:05:54 UTC 2024 x86_64 GNU/Linux
❯ lsb_release -a
LSB Version: :core-5.0-amd64:core-5.0-noarch
Distributor ID: Fedora
Description: Fedora release 40 (Forty)
Release: 40
Codename: Forty
When I run the application with no other argument, a window appears but I can see the following message in the console:
** (tesla_auth:26394): WARNING **: 19:10:52.247: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
Failed to create GBM buffer of size 800x573: Invalid argument
I have installed all the dependencies as stated in the docs. I have looked for any similar issue but I couldn't find any.
The text was updated successfully, but these errors were encountered:
OK, I have found a solution 😅 - too fast too furious. It seems it's a "common" problem for users with an NVIDIA card - like me. Prepending WEBKIT_DISABLE_DMABUF_RENDERER=1 to the command does the trick. Kudos to @zerollzeng for pointing out: wailsapp/wails#2977 (comment)
It seems there's a way in Golang to avoid this issue from happening: wailsapp/wails#3027. I leave it here as a reference if a PR can be made the same way in Rust
I have just downloaded the latest version pointed by the
README.md
file (0.9.0
- https://github.com/adriankumpf/tesla_auth/releases/tag/v0.9.0) for Linux. My machine runs Fedora 40:❯ uname -a Linux Ant-Man 6.6.9-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 1 20:05:54 UTC 2024 x86_64 GNU/Linux ❯ lsb_release -a LSB Version: :core-5.0-amd64:core-5.0-noarch Distributor ID: Fedora Description: Fedora release 40 (Forty) Release: 40 Codename: Forty
When I run the application with no other argument, a window appears but I can see the following message in the console:
I have installed all the dependencies as stated in the docs. I have looked for any similar issue but I couldn't find any.
The text was updated successfully, but these errors were encountered: