caido / documentation

📙 Caido documentation
Creative Commons Attribution 4.0 International
20 stars 11 forks source link

Desktop application errors #75

Closed Sytten closed 4 weeks ago

Sytten commented 2 months ago

Some linux users reported (again) that the desktop app didnt work. It seems related to an nvidia bug with webkit 2.42

See https://discord.com/channels/843915806748180492/897575154526330960/1230819180882952264

When i tried to launch caido (launcher) is just opened a blank Window.
Via launching it from the cli it it displayed the following error:

 (caido:3920): WARNING : 11:53:03.258: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

A solution that worked was:
https://github.com/tauri-apps/tauri/issues/8462

vim ~/.bashrc
export WEBKIT_DISABLE_DMABUF_RENDERER=1
source ~/.bashrc
reboot pc 

Incase someone else encounteres the same problem ( also i have a nvidia gpu - was mentioned in the github thread)
Sytten commented 2 months ago

See https://github.com/tauri-apps/tauri/issues/8462

Sytten commented 4 weeks ago

We are writing the app so this will no be relevant