rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
906 stars 170 forks source link

Two-Way-Sync crashes rojo instance when editing under a protected drive #930

Open 29cmb opened 1 week ago

29cmb commented 1 week ago

I am running on an SD card for my programming, then transferring those files onto my onedrive once finished. I was testing the experimental features and it appears that whenever I make an edit, it does not have permission to make changes and immediately kills the server

[ERROR rojo] Rojo crashed!
[ERROR rojo] This is probably a Rojo bug.
[ERROR rojo] 
[ERROR rojo] Please consider filing an issue: https://github.com/rojo-rbx/rojo/issues
[ERROR rojo] 
[ERROR rojo] Details: called `Result::unwrap()` on an `Err` value: Os { code: 5, kind: PermissionDenied, message: "Access is denied." }
[ERROR rojo] in file src\change_processor.rs on line 229
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.