lewis.drake Posted April 23, 2020 Posted April 23, 2020 i have all SDK's installed everything is in order but I've restarted once after reinstall & with a repair & a restart but nothing i have most net core & dotnet stuff installed for other reasons but nothing has seemed to fix this issue even following the guide all the way down doing other stuff still doesn't seem to fix anything
silent Posted April 23, 2020 Posted April 23, 2020 Hi Lewis, Have you tried to restart Windows after .NET Core is being installed? Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
lewis.drake Posted April 23, 2020 Author Posted April 23, 2020 4 minutes ago, silent said: Hi Lewis, Have you tried to restart Windows after .NET Core is being installed? Thanks! yeah ive done all steps needed nothing seems to workr for me , have no idea why this is the case tbh
silent Posted April 23, 2020 Posted April 23, 2020 Can you do the following: Press Win button Type cmd and hit Enter In cmd window type dotnet --list-sdks and hit Enter Send us an output of the command Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
lewis.drake Posted April 23, 2020 Author Posted April 23, 2020 1 minute ago, silent said: Can you do the following: Press Win button Type cmd and hit Enter In cmd window type dotnet --list-sdks and hit Enter Send us an output of the command Thanks! 3.1.201 [C:\Program Files (x86)\dotnet\sdk]
silent Posted April 23, 2020 Posted April 23, 2020 That's interesting. Could you please show us a contents of the following directories: C:\Program Files\dotnet\sdk C:\Program Files (x86)\dotnet\sdk My guess is that in %PATH% variable instead of C:\Program Files\dotnet there is a C:\Program Files (x86)\dotnet which doesn't have x86 equivalents: Could you please also verify that and adjust path if possible? We need only x64 version for proper work. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
lewis.drake Posted April 23, 2020 Author Posted April 23, 2020 2 minutes ago, silent said: That's interesting. Could you please show us a contents of the following directories: C:\Program Files\dotnet\sdk C:\Program Files (x86)\dotnet\sdk My guess is that in %PATH% variable instead of C:\Program Files\dotnet there is a C:\Program Files (x86)\dotnet which doesn't have x86 equivalents: Could you please also verify that and adjust path if possible? We need only x64 version for proper work. Thanks! can i ask how i do this ?
silent Posted April 23, 2020 Posted April 23, 2020 To do that: Press Win button Enter environment and select Edit the system environment variables In opened window click Environment Variables.. button In System variables section find Path and double-click on it to edit Find dotnet path and fix it After that you need to restart SDK Browser and Editor. And you should finally see the 2.2.x .NET Core SDK when you type dotnet --list-sdks in cmd. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
lewis.drake Posted April 23, 2020 Author Posted April 23, 2020 5 minutes ago, silent said: To do that: Press Win button Enter environment and select Edit the system environment variables In opened window click Environment Variables.. button In System variables section find Path and double-click on it to edit Find dotnet path and fix it After that you need to restart SDK Browser and Editor. And you should finally see the 2.2.x .NET Core SDK when you type dotnet --list-sdks in cmd. Thanks!
silent Posted April 23, 2020 Posted April 23, 2020 You need to double-click at Path to open variable values editor: How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
lewis.drake Posted April 23, 2020 Author Posted April 23, 2020 5 minutes ago, silent said: You need to double-click at Path to open variable values editor: found , changed to path you said all working as intended now
silent Posted April 23, 2020 Posted April 23, 2020 We will update our dotnet search logic to include this scenario. No manual path editing will be required in this case. Thank you for this bug! :) How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts