Shader extension does not work in 4.2.0.2282
Open
@xen2 is already working on this.
Since Dec 22, 2024.
area-Shaders
bug
- 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.2282
Platform(s): Windows
Describe the bug
When projects reference the latest Stride version 4.2.0.2282 shader key files no longer generate in Visual studio.
To Reproduce
Steps to reproduce the behavior:
- follow https://doc.stride3d.net/latest/en/manual/graphics/effects-and-shaders/custom-shaders.html
- shader key file never generates
This should happen in older projects too if you upgrade to the latest Stride they refuse to generate with the error log below.
Log and callstacks
Error Initializing Stride Language Service: System.TypeAccessException: SyncInterface failed. Type or version of type unknown.
at ServiceWire.StreamingChannel.SyncInterface(Type serviceType, String username, String password)
at ServiceWire.NamedPipes.NpChannel..ctor(Type serviceType, NpEndPoint npEndPoint, ISerializer serializer, ICompressor compressor)
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.