tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
82.03k stars 2.47k forks source link

[bug] Blank window after running app #11076

Closed Zhou-Pixel closed 4 hours ago

Zhou-Pixel commented 4 hours ago

Describe the bug

The project was created by cargo create-tauri-app and I didn't change anything, just run cargo tauri dev

export WEBKIT_DISABLE_DMABUF_RENDERER=1 doesn't work for me

截图 2024-09-20 21-00-00

截图 2024-09-20 21-04-23

Reproduction

No response

Expected behavior

No response

Full tauri info output

[✔] Environment
    - OS: EndeavourOS Rolling Release X64
    ✔ webkit2gtk-4.0: 2.46.0
    ✔ rsvg2: 2.59.0
    ✔ rustc: 1.79.0 (129f3b996 2024-06-10)
    ✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (environment override by RUSTUP_TOOLCHAIN)
    - node: 22.9.0
    - pnpm: 9.10.0
    - yarn: 1.22.22
    - npm: 10.8.3

[-] Packages
    - tauri [RUST]: 1.8.0
    - tauri-build [RUST]: 1.5.5
    - wry [RUST]: 0.24.11
    - tao [RUST]: 0.16.10
    - tauri-cli [RUST]: 1.6.0
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 1.6.0 (outdated, latest: 1.6.2)

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:1420/

Stack trace

No response

Additional context

No response

FabianLars commented 4 hours ago

duplicate of https://github.com/tauri-apps/tauri/issues/10626