Closed mapacdev closed 1 month ago
Try running it like this
WEBKIT_DISABLE_DMABUF_RENDERER=1 yarn tauri dev
If that doesn't work, try WEBKIT_DISABLE_COMPOSITING_MODE=1
instead.
export WEBKIT_DISABLE_DMABUF_RENDERER=1
Thanks fabian. It works !!! 🎉🎉🎉
Describe the bug
I'm using vs code with tauri and next developing under ubuntu linux using windows WSL2. When I execute yarn tauri dev I got a BLANK WINDOW. In the console appears the following error:
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
(next-tauri-linux:25725): WARNING : 16:18:13.167: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. libEGL warning: failed to open /dev/dri/renderD128: Permission denied
○ Compiling / ... ✓ Compiled / in 804ms (525 modules) GET / 200 in 990ms ✓ Compiled in 126ms (253 modules)
Reproduction
I execute yar tauri dev
Expected behavior
I window rendering the page written using next js
Full
tauri info
outputStack trace
No response
Additional context
No response