Could not load file or assembly 'Stride.Core.AssemblyProcessor.dll'.
@Kryptos-FR is already working on this.
Since Jan 19, 2024.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Release Type: Official Release
Version: 4.2.0.2043
Platform: Windows 11 22H2
Describe the bug
Whenever I create/load a project, I couldn't build anything.
To Reproduce
Steps to reproduce the behavior:
- Create a new project, or open an existing project.
- Observe the errors.
Expected behavior
Project loads correctly.
Screenshots
Log and callstacks
Verbose: Process dependencies for MyGame.Windows...
Verbose: Process dependencies for MyGame...
Verbose: Restore NuGet packages for MyGame...
Verbose: Restore NuGet packages for MyGame.Windows...
Verbose: Process dependencies for MyGame.Linux...
Verbose: Restore NuGet packages for MyGame.Linux...
Verbose: Loading Assets from Package [Stride.Engine.sdpkg]
Verbose: Loading Assets from Package [Stride.Graphics.sdpkg]
Verbose: Loading Assets from Package [Stride.Particles.sdpkg]
Verbose: Loading Assets from Package [Stride.Rendering.sdpkg]
Verbose: Loading Assets from Package [Stride.SpriteStudio.Offline.sdpkg]
Verbose: Loading Assets from Package [Stride.Video.sdpkg]
[C:\Users\ちーず(・8・)けーき\.nuget\packages\stride.core\4.2.0.2043\buildTransitive\Stride.Core.targets(94,5)]: Error: "AssemblyProcessorTask" タスクをアセンブリ C:\Users\ちーず%28・8・%29けーき\AppData\Local\Temp\\Stride\AssemblyProcessor\netstandard2.0\BFE7D3C7730ED74698052516FFD23052551DA0B625689910B2D19CC3FA917F7C\Stride.Core.AssemblyProcessor.dll から読み込めませんでした。Could not load file or assembly 'C:\Users\ちーず%28・8・%29けーき\AppData\Local\Temp\Stride\AssemblyProcessor\netstandard2.0\BFE7D3C7730ED74698052516FFD23052551DA0B625689910B2D19CC3FA917F7C\Stride.Core.AssemblyProcessor.dll'. 指定されたパスが見つかりません。 <UsingTask> 宣言が正しいこと、アセンブリとその依存関係が使用可能であること、および Microsoft.Build.Framework.ITask を実装するパブリック クラスがタスクに含まれていることを確認してください。
Error: Unable to build assembly reference [C:\Users\ちーず(・8・)けーき\Documents\Stride Projects\MyGame\MyGame\bin\Debug\net8.0-windows\MyGame.dll]
Verbose: Loading Assets from Package [MyGame.sdpkg]
Verbose: Loading Assets from Package [MyGame.Windows.sdpkg]
Verbose: Loading Assets from Package [MyGame.Linux.sdpkg]
Additional context
I noticed that the parentheses are somehow URL-encoded. In other words, (・8・) became %28・8・%29.
I found the Stride.Core.AssemblyProcessor.dll in the directory C:\Users\ちーず(・8・)けーき\AppData\Local\Temp\Stride\AssemblyProcessor\netstandard2.0\BFE7D3C7730ED74698052516FFD23052551DA0B625689910B2D19CC3FA917F7C.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.