ferium
ferium copied to clipboard
GUI file dialogue not working on WSL
Description
When attempting to set a mod output directory, the dialogue instantly closes and I am unable to enter a path.
https://github.com/gorilla-devs/ferium/assets/25385833/4a78fcd9-4e9c-40c3-9311-7e277a3db871
Steps to reproduce
From the history output on a fresh install of Ubuntu on WSL2.0
1. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2. source "$HOME/.cargo/env"
3. sudo apt-get update
4. sudo apt install build-essential
5. cargo install ferium
6. ferium modpack add kosmolot-unofficial-masa-mods
Operating System
Linux
Are you using the latest version of ferium?
- [X] I am using the latest version of ferium
Additional Information
Installing on WSL2
I would recommend using the no-gui version (cargo install ferium --no-default-features) for now while I figure this out.