Grasscutters / Cultivation

A custom launcher designed to make it as easy as possible to proxy anime game traffic to private servers.
Apache License 2.0
946 stars 159 forks source link

rust error in proxy #226

Closed CurrentSubset68 closed 1 month ago

CurrentSubset68 commented 1 month ago
cultivation -p
Starting proxy server...
Connecting to proxy...
thread 'main' panicked at src/proxy.rs:294:34:
called `Result::unwrap()` on an `Err` value: No such file or directory (os error 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
sudo cultivation -p
Starting proxy server...
Connecting to proxy...
thread 'main' panicked at src/proxy.rs:294:34:
called `Result::unwrap()` on an `Err` value: No such file or directory (os error 2)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
NotThorny commented 1 month ago

This is due to AAGL (anime_launcher_sdk) not being found, so the config for it is also not found, leading to an error unwrapping the config for it. Make sure you have AAGL installed and set up.

CurrentSubset68 commented 1 month ago

whoops forgot to close this