Search Issue Tracker
Fixed
Votes
12
Found in
2019.2.8f1
Issue ID
1201699
Regression
Yes
Unity Editor throws empty errors when PATHEXT Environment Variable is overriden in User Environment Variables
How to reproduce:
1. Open Environment Variables window (Control Panel -> System and Security -> System -> Advanced system settings -> Environment Variables)
2. Create a PATHEXT User Environment Variable
3. Set the Variable value to %PATHEXT%;.RB;.RBW
4. Open Unity Hub
5. Create a new project or open an existing one
6. Create a new script
Expected result: Script is created and no errors are thrown in the Console
Actual result: Script is created and empty error is thrown in the Console
Reproducible with Unity versions: 2019.2.15f1
Reproducible with Unity Hub versions: 2.2.0, 2.2.1
Notes:
- The following error message is logged in the Editor.Log: Editor\Data\Tools\RoslynScripts\..\..\Tools\Roslyn\csc"' is not recognized as an internal or external command, operable program or batch file.
Comments (3)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
MHatfull
Dec 17, 2019 08:44
This took me out for a day as the errors in the console are all blank and there were similar symptoms when 4.x was added to unity so the forums are full of noise about that. Anyone with less technical know-how would probably end up reinstalling Windows as I almost did.
andrewpey
Dec 08, 2019 17:32
It also breaks git in Visual Studio since it tries to operate just `git` command (w/o `.exe`).
dustout
Dec 02, 2019 16:31
The below topic had the solution to my problem, just adding a .exe to the end of the \csc did the trick
https://answers.unity.com/questions/1680858/blank-console-error-on-empty-project-with-a-single.html