autonomys / subspace-desktop

A simple desktop farmer for the Subspace Network
Apache License 2.0
63 stars 22 forks source link

Non-ascii characters in path crash app on windows #240

Open i1i1 opened 2 years ago

i1i1 commented 2 years ago

At the moment when farmer starts app crashes. You can go through the path setup, specifying plot size and user can see the mnemonic

ozgunozerk commented 2 years ago

Here is the log file of the incident: subspace-desktop (2).log

ozgunozerk commented 2 years ago

For now, when we encounter this issue, let's advice our users to not give a path that is including non-ascii characters. In the long run, we should address this. Probably related to tauri, so I will open an issue on their repo as well.

ozgunozerk commented 2 years ago

Confirmed on macos and linux, double-checked that this issue is related to Windows only

ozgunozerk commented 2 years ago

Track from here: https://github.com/subspace/subspace/issues/743