[BUG] Permission denied (os error 13) at path "/home/simonissimo/arnis-2.1.3/targetoA5qUI"
Describe the bug Trying to run Arnis no gui (cargo run --release -- --bbox="40.913513,11.491699,42.374778,14.370117" --ground-level 0) gives me this error, the file target doesn't exist
Used bbox area 40.913513,11.491699,42.374778,14.370117
Arnis and Minecraft version V2.1.3
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here. If you used any more custom settings, please provide them here too. If you experienced any issue with the application itself like a crash, please provide the log file which can be found at C:\Users\USERNAME\AppData\Local\com.louisdev.arnis\logs
Does running the executable (./target/release/arnis) directly (after doing cargo build --release of course) help with your problem?
Trying to run Arnis no gui
If you do not want the GUI, please use cargo build --no-default-features to disable it.
Are you still experiencing this issue on the latest commits?