Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
i can not reproduce it, no matter what i try. The Solution runs without errors. There have been way too many changes, so i cant even name what the fix could be. But maybe this can help someone, here is an list of what i did:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i totally forgot that you can run the project from Visual Studio, because i tried it a couple of times and got errors. So i thought this is just the way it is. But now i know that the VS Start should work and be used.
My Visual Studio 2022 doesnt run when i try it, what could be the error?
I have tried my current project and a new one, just created, empty project with the shiny ball in the middle.
Both projects show the same behaviour:
Clicked on reinstall for the Expansion and VS told me that its already installed.
Here is the log from VS from my Project
Error Failed to run assembly processor with parameters: --auto-notify-property --parameter-key --auto-module-initializer --serialization --add-reference="C:\Users\Michi-Pc\Documents\Stride Projects\MyGame_Kapusta\MyGame_Kapusta\bin\Debug\net6.0-windows\MyGame_Kapusta.dll" --add-reference="C:\Users\Michi-Pc\Documents\Stride Projects\MyGame_Kapusta\MyGame_Kapusta\bin\Debug\net6.0-windows\MyGame_Kapusta.dll" --references-file="obj\Debug\win-x64\StrideReferences.cache" --platform=Windows --targetFramework= "obj\Debug\win-x64\MyGame_Kapusta.Windows.dll" MyGame_Kapusta.Windows C:\Users\Michi-Pc.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94
Error Check the previous logs MyGame_Kapusta C:\Users\Michi-Pc.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94
Error Check the previous logs MyGame_Kapusta.Windows C:\Users\Michi-Pc.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94
Error Failed to run assembly processor with parameters: --auto-notify-property --parameter-key --auto-module-initializer --serialization --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.engine\4.1.0.1948\lib\net6.0\Stride.Engine.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.video\4.1.0.1948\lib\net6.0\Stride.Video.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.physics\4.1.0.1948\lib\net6.0\BulletSharp.NetStandard.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.physics\4.1.0.1948\lib\net6.0\Stride.Physics.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.navigation\4.1.0.1948\lib\net6.0\Stride.Navigation.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.particles\4.1.0.1948\lib\net6.0\Stride.Particles.dll" --add-reference="C:\Users\Michi-Pc.nuget\packages\stride.ui\4.1.0.1948\lib\net6.0\Stride.UI.dll" --references-file="obj\Debug\net6.0-windows\StrideReferences.cache" --platform=Windows --targetFramework= "obj\Debug\net6.0-windows\MyGame_Kapusta.dll" MyGame_Kapusta C:\Users\Michi-Pc.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94
Here is the log from VS from new empty Project
Error Check the previous logs MyNewerGame_TestRunFromVS.Windows C:\Users\Michi-Pc\.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94 Error Failed to run assembly processor with parameters: --auto-notify-property --parameter-key --auto-module-initializer --serialization --add-reference="C:\Users\Michi-Pc\Documents\Stride Projects\MyNewerGame_TestRunFromVS\MyNewerGame_TestRunFromVS\bin\Debug\net6.0-windows\MyNewerGame_TestRunFromVS.dll" --add-reference="C:\Users\Michi-Pc\Documents\Stride Projects\MyNewerGame_TestRunFromVS\MyNewerGame_TestRunFromVS\bin\Debug\net6.0-windows\MyNewerGame_TestRunFromVS.dll" --references-file="obj\Debug\win-x64\StrideReferences.cache" --platform=Windows --targetFramework= "obj\Debug\win-x64\MyNewerGame_TestRunFromVS.Windows.dll" MyNewerGame_TestRunFromVS.Windows C:\Users\Michi-Pc\.nuget\packages\stride.core\4.1.0.1948\buildTransitive\Stride.Core.targets 94Beta Was this translation helpful? Give feedback.
All reactions