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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Resolution Note (fix version 1.1.0):
Fixed in Localization 1.0.4 available for 2019.4 and up