Search Issue Tracker
Fixed
Fixed in 1.1.0
Votes
0
Found in [Package]
1.0.0
Issue ID
LOC-429
Regression
Yes
FileNotFoundException is thrown when exporting Localization CSV file
How to reproduce:
1. Open the user's attached project
2. In the Project window, go to Assets/localization and select the Asset "New Table"
3. In the Inspector view, click the Save button
4. Attempt to save the CSV file in any directory
Expected result: the file is saved and no errors are thrown
Actual result: the file is not saved, an error is thrown to the Console (FileNotFoundException: Could not find file "\[...]/New Table.csv")
Reproducible with: 1.0.0, 1.0.1, 1.0.2, 1.0.3 (2019.4.31f1, 2020.3.21f1, 2021.1.26f1, 2021.2.0b16, 2022.1.0a12)
Not reproducible with: 1.0.0-pre.10 (2019.4.31f1, 2020.3.21f1, 2021.1.26f1, 2021.2.0b16, 2022.1.0a12)
Notes:
1. The issue does not occur if there is already a file with the same name in the exporting directory
2. After the file is saved (including Localization 1.0.0-pre.10, where the initial error does not occur), an exception (InvalidOperationException: Stack empty.) is thrown to the Console
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
Resolution Note (fix version 1.1.0):
Fixed in Localization 1.0.4 available for 2019.4 and up