Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Tauri doesn't work on Windows #250

Open tomaszantas opened 2 years ago

tomaszantas commented 2 years ago

Development

The Tari Launchpad starts successfully on Windows, but starting container crashes the app with the following error:

thread 'main' has overflowed its stack
error: process didn't exit successfully: `project_dir\tari\target\debug\tari_launchpad.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)

Release

The Tari Launchpad start successfully and can run Tor container, but BaseNode container exits with error:

exec /usr/bin/start_tari_app.sh: no such file or directory

Steps to reproduce

  1. install dependencies and start Launchpad:
$ cd applications/launchpad
$ yarn install
$ cd gui-react
$ yarn install
$ cd ..
$ yarn tauri dev
  1. Tari Launchpad should start successfully
  2. Open Expert view and start Tor
  3. Launchpad crashes and gives above error in terminal.

Notes

  1. Installed randomx-rs required dependencies
  2. Tried to use rustc 1.61.0 (changed in rust-toolchain.toml)
tarnas14 commented 2 years ago

related to #325 and #324