godot
godot copied to clipboard
adb.exe locks autoloaded scene files, which are open at editor startup
Tested versions
- This problem is reproducible in 4.3 Beta3 (Godot_v4.3-beta3_win64.exe), but works in 4.2.2
System information
Windows 11 - Godot_v4.3-beta3_win64.exe
Issue description
The Android Debug Bridge (ADB.exe) locked autoloaded scene file(s) after starting godot. Killing this process unlock the file(s) and the file(s) can be saved.
Steps to reproduce
- Open a global autoloaded scene file into the editor
- Close Godot 4.3 Beta3
- Open Godot and load the project
- Try to save the script or scene of the open autoloaded scene and an error appeas "unable to save file"
Minimal reproduction project (MRP)
N/A