abdul-ali.khilji Posted April 21, 2020 Posted April 21, 2020 I get File Not Found error when i run a project. "File "/home/ali/Documents/UNIGINE Projects/Explore/bin/Explore_x64.dll" does not exist"
silent Posted April 21, 2020 Posted April 21, 2020 Hi Abdul, You need to install .NET Core SDK 2.2.x in order to use the C# Component System: https://developer.unigine.com/en/docs/2.11/troubleshooting/dotnet_issues After installation restart SDK Browser, click Open Editor and hit Run button to compile. Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
abdul-ali.khilji Posted April 21, 2020 Author Posted April 21, 2020 anything ii should take care for future problems silent?
silent Posted April 21, 2020 Posted April 21, 2020 Everything should be already covered in documentation: https://developer.unigine.com/en/docs/2.11/code/csharp/debug_components How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
abdul-ali.khilji Posted April 21, 2020 Author Posted April 21, 2020 still facing the same problem, same file not found error even though .net sdk version 3.1.201 is installed
silent Posted April 21, 2020 Posted April 21, 2020 Hi Abdul, .Net Core 2.2.x is required, 3.1 is not yet supported. Please, check the instructions how to install it here: https://developer.unigine.com/en/docs/2.11/troubleshooting/dotnet_issues How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
abdul-ali.khilji Posted April 21, 2020 Author Posted April 21, 2020 My system is LM "Tricia" 19.3 it says, supported linux mint versions are 17 and 18
silent Posted April 21, 2020 Posted April 21, 2020 There is no full list of supported OS for Linux. Since Mint is pretty much similar to other Debian and Ubuntu-based distros you can still try to install it that way described in documentation. Before installing 2.2.x you need (just in case) to delete currently installed 3.1 .NET Core SDKs. We are currently migrating to .NET Core 3.1 and plan to introduce support for it in 2.12 SDK update. Until that only 2.2.x will be supported. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
abdul-ali.khilji Posted April 21, 2020 Author Posted April 21, 2020 i am deleting by this method https://stackoverflow.com/questions/39119613/how-to-remove-previous-versions-of-net-core-from-linux-centos-7-1
Recommended Posts