Replies: 2 comments 2 replies
-
Hi, We always glad to see new hands on the board 🙌 Intereseting... Are you sure you are using the latest master branch ? Btw, I encourage you to join on our the discord 👌 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was the error I was getting before one of the PRs was reverted. ad8496f can you make sure your branch is up to date? If it continues let us know. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to the Stride engine and hope to contribute to the project by working on one of the smaller issues.
I'm trying to build and run the latest version of Stride, but after cloning the repo and following the instructions in the readme, when loading a new project the loader crashes with no error. It seems to always crash at the "Restore NuGet packages for MyGame.Windows" step.
After that, when attempting to load the project file that was created, I got this error:
Error: There was a problem opening the solution.
ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Stride.Games.GameForm' from assembly 'Stride.Games, Version=4.2.0.1, Culture=neutral, PublicKeyToken=null'.
(there is more output in the error message but this is cropped for brevity)
I was able to get the project to build and run successfully by going back to the release 4.2.0.2122, and I'm wondering if that is the latest stable version? Or is there some other workaround to use the latest build from GitHub?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions