Bash-09

Results 33 comments of Bash-09

Hmm that is quite disappointing, I'm not sure what the issue would be. I notice you use `-exec` in your launch options, maybe try adding an `-exec` option for your...

That all looks just about the same as mine. I'll list out explicitly the steps that should be needed to setup just in case you missed anything but if not...

There are quite a few changes on the main branch since the last release so you could try compile the program yourself if you really want to. The program doesn't...

Thanks for the feedback, I'll be sure to add more information on building from scratch when I get around to it. For the option to launch TF2 I have not...

You'll need to do it the same way you did `cargo build` originally. Alternatively it might work to open a cmd or PowerShell to the folder with the built exe...

Oh rip I didn't realize windows cannot set an environment variable when it runs like that. Okay try setting the `RUST_LOG` environment variable to `debug` using the following method: https://www.alphr.com/set-environment-variables-windows-11/...

Once you have set the environment variable in the windows settings you can remove the `RUST_LOG=debug` from the command and just run the executable

`Cargo.toml` is in the root folder of the repository. If you run through cargo you need to do it in the folder you downloaded from the repository, or just run...

Ah my apologies I did miss it the first time. Thanks for the log. I tried testing myself on Windows 10 and it seemed to work fine so something else...