#*Solved*

1 messages · Page 1 of 1 (latest)

sterile kestrel
#

Fresh Project, Just installed using the yarn create tauri app, nothing edited, npm packages installed

thread '<unnamed>' panicked at src\interface\rust\desktop.rs:57:63:
called `Result::unwrap()` on an `Err` value: Os { code: 216, kind: Uncategorized, message: "This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher." }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
PS C:\Projects\RAC-New\rac-launcher> tauri info

[✔] Environment
    - OS: Windows 10.0.22631 X64
    ✔ WebView2: 127.0.2651.105
    ✔ MSVC: Visual Studio Community 2017
    ✔ rustc: 1.81.0-nightly (3cb521a43 2024-06-22)
    ✔ cargo: 1.81.0-nightly (bc89bffa5 2024-06-22)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: nightly-x86_64-pc-windows-msvc (directory override for 'C:\Projects\RAC-New\rac-launcher')
    - node: 20.16.0
    - pnpm: 9.7.0
    - yarn: 1.22.21
    - npm: 10.8.2

[-] Packages
    - tauri [RUST]: 1.7.1
    - tauri-build [RUST]: 1.5.3
    - wry [RUST]: 0.24.10
    - tao [RUST]: 0.16.9
    - @tauri-apps/api [NPM]: 1.6.0
    - @tauri-apps/cli [NPM]: 1.6.0

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

Been using Tauri for a long time and idk wtf happened all of a sudden the thing decided "fuck u i ain working anymore"

#

If you send a message here please ping me, ty

meager sandal
#

@sterile kestrel Rust needs a newer visual studio installation than you have. Only 2019 and 2022 work while you seem to be using 2017.

sterile kestrel
# meager sandal <@729933545182724188> Rust needs a newer visual studio installation than you hav...
[✔] Environment
    - OS: Windows 10.0.22631 X64
    ✔ WebView2: 127.0.2651.105
    ✔ MSVC: 
        - Visual Studio Community 2017
        - Visual Studio Community 2022
    ✔ rustc: 1.81.0-nightly (3cb521a43 2024-06-22)
    ✔ cargo: 1.81.0-nightly (bc89bffa5 2024-06-22)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: nightly-x86_64-pc-windows-msvc (directory override for 'C:\Projects\RAC-New\rac-launcher')
    - node: 20.16.0
    - pnpm: 9.7.0
    - yarn: 1.22.21
    - npm: 10.8.2

[-] Packages
    - tauri [RUST]: 1.7.1
    - tauri-build [RUST]: 1.5.3
    - wry [RUST]: 0.24.10
    - tao [RUST]: 0.16.9
    - @tauri-apps/api [NPM]: 1.6.0
    - @tauri-apps/cli [NPM]: 1.6.0

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

Updated 2022 to the latest version and same issue persists

#

Tried deleting 2017 but still same issue

hybrid sun
#

Have you tried running with RUST_BACKTRACE set to 1 or full to try to pinpoint the issue?

sterile kestrel
#

No new line or error log gets send

sterile kestrel
#

dunno wtf even happened but all of a sudden it works now

#

Thanks for your help