EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

Web Deployment #48

Closed RKlunares closed 3 years ago

RKlunares commented 3 years ago

Unfortunately I can't manage to compile the test program I created with your studio. I use the latest version of Visual Studio, WSL 2.0 and Ubuntu Shell for it. Of course, Mono is also up to date. I always get the same error message with your Wave Engine version 3.1.0.6768-preview2: wslpath "C:\Users\RolfKrämer\.nuget\packages\waveengine.targets.web\3.1.0.6768-preview2\build\scripts\dotnet-setup.sh" I tried it by hand, went through each step on the console and even studied your csproject, nuget packages (included build scripts) and source sources. I was even able to fix errors like umlauts in build path. Unfortunately no reaction. The error is always the same... Can you help ? The versions are: Windows 10 Pro : 19041.685 VS Studio: 16.8.3 Ubuntu in the WSL console: 18:04 (with 20 and co it doesn't work either ... ) Emscripten: newest Version...

Many thanks for your help

RKlunares commented 3 years ago

I was able to solve the problem in the end.

It can occur when Docker is installed. In this case, the default Linux console in WSL is docker-desktop. However, the default should be Ubuntu or similar. You can check this with the command wslconfig /list /all in the command line. Changing the default is possible, for example, with wslconfig /setdefault Ubuntu-18.04. Maybe this will help one or the other.

In this sense, Happy Coding :)