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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
Add comment