Hello everyone! I'm using Tauri for the first time (been a long term developer of Electron) and it seems to be promising to me. But I'm facing the issue of the stability of Tauri, where it just simply crashes without any error output from the log:
...
Screenshot saved to ../screenshot.bmp!
Capturing screen: 1728x1117
Expected frame size: 7720704
Screenshotting...
Creating an ImageBuffer...
Screenshot saved to ../screenshot.bmp!
Capturing screen: 1728x1117
Expected frame size: 7720704
Screenshotting...
Creating an ImageBuffer...
Screenshot saved to ../screenshot.bmp!
✨ Done in 100.97s.
This occur after some time of taking screenshots. I've tried many other variants such as increasing timeout (I'm aware that the window is not appearing, this is expected)
tauri info
[✔] Environment
- OS: Mac OS 15.2.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.84.0 (9fc6b4312 2025-01-07)
✔ cargo: 1.84.0 (66221abde 2024-11-19)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 18.18.1
- yarn: 1.22.21
- npm: 9.8.1
[-] Packages
- tauri 🦀: 2.2.1
- tauri-build 🦀: 2.0.5
- wry 🦀: 0.48.0
- tao 🦀: 0.31.1
- @tauri-apps/api : 2.2.0
- @tauri-apps/cli : 2.2.3
[-] Plugins
- tauri-plugin-opener 🦀: 2.2.3
- @tauri-apps/plugin-opener : 2.2.3
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist
- devUrl: http://localhost:1420/
- framework: Vue.js
- bundler: Vite