#Entry Point Not Found

5 messages · Page 1 of 1 (latest)

frozen crest
#

Im getting this error on my tauri app, my main.rs file is next to empty with only the default Builder, i can send my tauri config as well if needed.

fn main() {
    tauri::Builder::default()
        .run(tauri::generate_context!())
        .expect("error while running eclean");
}
#
❯ cargo tauri info

[✘] Environment
    - OS: Windows 10.0.25206 X64
    ✔ WebView2: 113.0.1774.50
    ✘ Couldn't detect Visual Studio or Visual Studio Build Tools. Download from https://aka.ms/vs/17/release/vs_BuildTools.exe
    ✔ rustc: 1.66.0-nightly (57f097ea2 2022-10-01)
    ✔ Cargo: 1.66.0-nightly (f5fed93ba 2022-09-27)
    ✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
    ✔ Rust toolchain: nightly-x86_64-pc-windows-msvc (environment override by RUSTUP_TOOLCHAIN)
    - node: 18.16.0
    - pnpm: 8.5.1
    - yarn: 1.22.19
    - npm: 9.5.1

[-] Packages
    - tauri [RUST]: 1.3.0
    - tauri-build [RUST]: 1.0.0
    - wry [RUST]: 0.24.3
    - tao [RUST]: 0.16.1
    - @tauri-apps/api [NPM]: 1.3.0
    - @tauri-apps/cli [NPM]: 1.3.1

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:3000/
    - framework: Svelte
    - bundler: Vite
hollow valve
frozen crest
#

i can compile other rust projects fine

#

also i did install it after and it still doesnt work