Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing Wave Engine Error #91

Closed
algoscienceacademy opened this issue Aug 23, 2021 · 6 comments
Closed

Showing Wave Engine Error #91

algoscienceacademy opened this issue Aug 23, 2021 · 6 comments
Assignees

Comments

@algoscienceacademy
Copy link

20210823_140815
20210823_140802
I saw such an error after downloading the wave engine. Now I do not understand what to do?
Please help!! Is there any software / tools Required I need to install before downloading wave engine!

@minolo
Copy link
Member

minolo commented Aug 26, 2021

Hi there @algoscienceacademy

Please check issue #80, I think this error message is the same that caused that issue.

If that doesn't fix it, please tell us.

Have a nice day!

@minolo minolo self-assigned this Aug 26, 2021
@algoscienceacademy
Copy link
Author

20210827_152328
20210827_152837
20210827_152822

I have updated VS 16.11.2 as you said. Then I gave Restart and then it says Error.I do not understand what happened. Please help !!!

@minolo
Copy link
Member

minolo commented Aug 27, 2021

Hi!

Could you please run these two commands in a PowerShell window and post the results here?

& "$env:USERPROFILE\.waveengine\WaveEngine.Editor\3.2.0.7787-preview\Editor\Content\vswhere.exe" -latest -prerelease -products * -requires Microsoft.Component.MSBuild -property installationPath

Resolve-Path (Join-Path (& "$env:USERPROFILE\.waveengine\WaveEngine.Editor\3.2.0.7787-preview\Editor\Content\vswhere.exe" -latest -prerelease -products * -requires Microsoft.Component.MSBuild -property installationPath) 'MSBuild\*\Bin\MSBuild.exe')

These two commands will verify that the MSBuild component is installed and its path can be resolved properly.

The output of these commands should be something similar to this:

image

If these fail, you can check if you have correctly installed the Visual Studio requirements for running WaveEngine. These are listed in the website as being:

"Version 16.8 or greater with '.NET desktop development' and 'Universal Windows Platform development' workloads are required."

I hope this helps you!

@algoscienceacademy
Copy link
Author

20210828_130718
20210828_130855
After giving the results came. I have VS 16.11.2. Did I skip downloading any important VS tools? And what do I do now?

@minolo
Copy link
Member

minolo commented Aug 28, 2021

Hi!

I would guess you are missing MSBuild. Please check that you have the correct workloads installed. For this:

  • Open the Visual Studio Installer and click the "Modify" button on your Visual Studio installation.
  • Select the '.NET desktop development' and 'Universal Windows Platform development' workloads.
  • Click the "Modify" button to install the components.

image

I think that will fix your issue, but please do tell us about your results.

Have a nice one!

@algoscienceacademy
Copy link
Author

20210830_151254
Thank you. Thank you so much Much. My problem has been solved. Sorry for the inconvenience. But Thanks Many Many 😊😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants