关于数据库,出现了以下错误信息:
ERROR: 无法创建文件 ‘res://WeaponSet.string/Name.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.string/Name.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.int/MainWeapon.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.int/MainWeapon.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.int/SubWeapon1.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.int/SubWeapon1.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.int/SubWeapon2.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.int/SubWeapon2.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.int/SpecialWeapon.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.int/SpecialWeapon.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.int/SpChargeSpeed.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.int/SpChargeSpeed.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.image/Graphic.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.image/Graphic.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.image/Bullet.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.image/Bullet.translation’。
ERROR: 无法创建文件 ‘res://WeaponSet.image/Graphic2.translation’。
ERROR: 无法打开文件 ‘res://WeaponSet.image/Graphic2.translation’。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
ERROR: core\\io\\file_access.cpp:857 - 条件 “f.is_null()” 为真。继续执行。
这些错误仅作为日志输出,对程序运行没有影响,但我不清楚具体是什么原因导致的。
另外,将项目导出并在其他项目中加载时,一切正常,没有任何问题。