Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2019.4
2020.2
2021.1
2021.1.0b7
Issue ID
1317244
Regression
Yes
Editor won't start with Unicode install path
-e: see title. an error is being shown and removing unicode from the path makes it work again
-repro:
--change the install path of the editor to contain unicode characters (see https://www.ltg.ed.ac.uk/~richard/unicode-sample.html for examples)
--start the editor
--NOTICE you get an error message about packman and you can't start the editor
---starting the UnityPackageManager.exe from the terminal throws the following error:
E:\Unity Installs\2021.1\2021.1.0b7_ Ί Ό Ύ Ώ ΐ Α Β\Editor\Data\Resources\PackageManager\Server>UnityPackageManager.exe
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module 'E:\Unity Installs\2021.1\2021.1.0b7_ ? ? ? ? ? ? ?\Editor\Data\Resources\PackageManager\Server\server\app.js'
←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)←[39m
←[90m at Function.Module._load (internal/modules/cjs/loader.js:667:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)←[39m
←[90m at internal/main/run_main_module.js:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}
--error being thrown on Windows, on Mac it seems to just freeze the editor
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment