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

always crashing on start and during sync #898

Closed aliensouls closed 3 months ago

aliensouls commented 3 months ago

hi, for some reason i always see this error


Visit http://localhost:34872/ in your browser for more information.
[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.

what does it mean, which permissions? the sync works though, from both ways.

kennethloeffler commented 3 months ago

This is a bug in two-way sync that we're currently tracking here:

To prevent this from happening, you should disable the "Two-Way Sync" option in the Rojo plugin's settings.