arnis icon indicating copy to clipboard operation
arnis copied to clipboard

[BUG] Permission denied (os error 13) at path "/home/simonissimo/arnis-2.1.3/targetoA5qUI"

Open simonissimodev opened this issue 1 year ago • 2 comments

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

simonissimodev avatar Jan 13 '25 15:01 simonissimodev

Does running the executable (./target/release/arnis) directly (after doing cargo build --release of course) help with your problem?

TheComputerGuy96 avatar Jan 14 '25 20:01 TheComputerGuy96

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?

benjamin051000 avatar Feb 01 '25 14:02 benjamin051000