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
In my frontend I make use of the vue-virtual-scroller. This works fine in the dev view at localhost:34115 and on a Windows build. However when rendering this component on a Linux build it crashes the instance rendering a grey screen and hanging the inspector window.
To Reproduce
Create a new wails instance with wails init -n myproject -t vue-ts
The component to be rendered correctly on Linux just like on Windows.
Screenshots
No response
Attempted Fixes
As my system runs on Ubuntu 24.04 I added -tags webkit2_41 to the build and dev commands to get it to run (semi) properly. Additionally due to this bug I added WEBKIT_DISABLE_DMABUF_RENDERER=1 to the calls.
Both of these might affect how the result is displayed, however there is no logging indicating a crash and the window is still up and running. To further investigate this issue it would be nice to be able to take a look at the output of webkit (if that is something that exists).
System Details
# Wails
Version | v2.9.2
Package Manager | apt
# System
┌──────────────────────────────────────────────────────────────────────────┐
| OS | Ubuntu || Version | 24.04 || ID | ubuntu || Go Version | go1.23.2 || Platform | linux || Architecture | amd64 || CPU | 12th Gen Intel(R) Core(TM) i7-12700 || GPU 1 | Unknown || GPU 2 | AlderLake-S GT1 (Intel Corporation) - Driver: i915 || GPU 3 | GA104GL [RTX A4000] (NVIDIA Corporation) - Driver: nvidia || Memory | 31GB |
└──────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌───────────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version ||*docker | docker.io | Installed | 27.3.1 || gcc | build-essential | Installed | 12.10ubuntu1 || libgtk-3 | libgtk-3-dev | Installed | 3.24.41-4ubuntu1.2 || libwebkit | Unknown | Not Found ||| npm | npm | Installed | 10.9.0 ||*nsis | nsis | Available | 3.09-4ubuntu1 || pkg-config | pkg-config | Installed | 1.8.1 |
└─────────────────── * - Optional Dependency ───────────────────┘
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
In my frontend I make use of the vue-virtual-scroller. This works fine in the dev view at
localhost:34115
and on a Windows build. However when rendering this component on a Linux build it crashes the instance rendering a grey screen and hanging the inspector window.To Reproduce
wails init -n myproject -t vue-ts
wails build -tags webkit2_41
)Expected behaviour
The component to be rendered correctly on Linux just like on Windows.
Screenshots
No response
Attempted Fixes
As my system runs on Ubuntu 24.04 I added
-tags webkit2_41
to the build and dev commands to get it to run (semi) properly. Additionally due to this bug I addedWEBKIT_DISABLE_DMABUF_RENDERER=1
to the calls.Both of these might affect how the result is displayed, however there is no logging indicating a crash and the window is still up and running. To further investigate this issue it would be nice to be able to take a look at the output of webkit (if that is something that exists).
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: