I’m getting the following error messages related to the database:
ERROR: Cannot create file ‘res://WeaponSet.string/Name.translation’.
ERROR: Cannot open file ‘res://WeaponSet.string/Name.translation’.
ERROR: Cannot create file ‘res://WeaponSet.int/MainWeapon.translation’.
ERROR: Cannot open file ‘res://WeaponSet.int/MainWeapon.translation’.
ERROR: Cannot create file ‘res://WeaponSet.int/SubWeapon1.translation’.
ERROR: Cannot open file ‘res://WeaponSet.int/SubWeapon1.translation’.
ERROR: Cannot create file ‘res://WeaponSet.int/SubWeapon2.translation’.
ERROR: Cannot open file ‘res://WeaponSet.int/SubWeapon2.translation’.
ERROR: Cannot create file ‘res://WeaponSet.int/SpecialWeapon.translation’.
ERROR: Cannot open file ‘res://WeaponSet.int/SpecialWeapon.translation’.
ERROR: Cannot create file ‘res://WeaponSet.int/SpChargeSpeed.translation’.
ERROR: Cannot open file ‘res://WeaponSet.int/SpChargeSpeed.translation’.
ERROR: Cannot create file ‘res://WeaponSet.image/Graphic.translation’.
ERROR: Cannot open file ‘res://WeaponSet.image/Graphic.translation’.
ERROR: Cannot create file ‘res://WeaponSet.image/Bullet.translation’.
ERROR: Cannot open file ‘res://WeaponSet.image/Bullet.translation’.
ERROR: Cannot create file ‘res://WeaponSet.image/Graphic2.translation’.
ERROR: Cannot open file ‘res://WeaponSet.image/Graphic2.translation’.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
ERROR: core\\io\\file_access.cpp:857 - Condition “f.is_null()” is true. Continuing.
These errors appear in the log but do not seem to affect execution. However, I’m unsure what is causing them.
Also, when exporting and importing into another project, no issues occur.