vars1ty / CrossoutLD12

Crossout Linux DirectX 12
GNU General Public License v3.0
2 stars 0 forks source link

Error while running patcher #2

Closed steakscience closed 4 months ago

steakscience commented 4 months ago

Hi,

I've given the executable and put it in the right directory. The one difference is I've installed it via Steam, not using Bottles

I get this error when trying to run it:

[i] Open the Crossout Launcher and wait for the "Play" button to become interactive, then hit any key in this window to begin!

thread 'main' panicked at src/runner.rs:20:13:
[ERROR] Invalid path, place the executable in the same directory as the "CrossoutLauncher.exe" file!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted

Any advice would be greatly appreciated, thank you!

steakscience commented 4 months ago

Problem was me!

I ran the executable like this:

/path/to/crossoutld12

instead of:

cd /path/to
./crossoutld12