You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug appeared in stable version 4.2.1, my simple project, for testing translation functionality. Initially, the CSV file was able to be imported and recognized normally, and I was able to print the correct translation results. But when I ran it again today, it started reporting errors. It prompts me,"E 0:00:00:0631 _load: Failed loading resource: res://888/666689988.csv. Make sure resources have been imported by opening the project in the editor at least once."
System information
windows 11 5600g p106
Issue description
The bug appeared in stable version 4.2.1, my simple project, for testing translation functionality. Initially, the CSV file was able to be imported and recognized normally, and I was able to print the correct translation results. But when I ran it again today, it started reporting errors. It prompts me," _load: Failed loading resource: res://888/666689988.csv. Make sure resources have been imported by opening the project in the editor at least once."
I created the same script and node in another project and did not encounter this issue. At the same time, I also discovered that in a project where the CSV file is working properly, clicking on the CSV file will result in a red prompt saying "Failed loading resource: res://666689988.csv. Make sure resources have been imported by opening the project in the editor at least onceEditor/editor_ Node. cpp: 1225- Condition "! Res. is_valid()" is true Returning: ERR_ CANT_
But In projects with bugs, double-click on the CSV file No prompts appeared in the editor
I have the same issue in my project. Debugging the engine while running the MRP above, I see that, when loading a CSV Translation file, ResourceFormatImporter::_get_path_and_type returns an error because a path key is missing from the CSV's .import file.
As far as I can tell, this path key is supposed to point towards an imported file in res://.godot/imported/, but there are no such files for the translation CSV files.
Tested versions
The bug appeared in stable version 4.2.1, my simple project, for testing translation functionality. Initially, the CSV file was able to be imported and recognized normally, and I was able to print the correct translation results. But when I ran it again today, it started reporting errors. It prompts me,"E 0:00:00:0631 _load: Failed loading resource: res://888/666689988.csv. Make sure resources have been imported by opening the project in the editor at least once."
System information
windows 11 5600g p106
Issue description
The bug appeared in stable version 4.2.1, my simple project, for testing translation functionality. Initially, the CSV file was able to be imported and recognized normally, and I was able to print the correct translation results. But when I ran it again today, it started reporting errors. It prompts me," _load: Failed loading resource: res://888/666689988.csv. Make sure resources have been imported by opening the project in the editor at least once."
I created the same script and node in another project and did not encounter this issue. At the same time, I also discovered that in a project where the CSV file is working properly, clicking on the CSV file will result in a red prompt saying "Failed loading resource: res://666689988.csv. Make sure resources have been imported by opening the project in the editor at least onceEditor/editor_ Node. cpp: 1225- Condition "! Res. is_valid()" is true Returning: ERR_ CANT_
But In projects with bugs, double-click on the CSV file No prompts appeared in the editor
Steps to reproduce
Open project file
Open the tscn file named bug.tscn, res://主体/tem
Localized files located at res://888 Add them
Minimal reproduction project (MRP)
地形元.zip
The text was updated successfully, but these errors were encountered: