Problem exporting stride

Hi again my friends. I’m trying to export my second app, a simple 3d viewer with a spout output and a imGui overlay, but I get this error that I dont know how to resolve it.

It seems that is someting related to a blur effect? (that I dont have)
Here is my patch
movedorDeObjetos.vl (70.1 KB)


Generating project files (this may take up to a few minutes)
movedorDeObjetos
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo "D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj"
Unable to build D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj. Reason:
EXEC : error 32,766s: [AssetCompiler] Commands Import stream D:/OneDrive/Documentos/vvvv/gamma/Exports/src/movedorDeObjetos/Assets/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl and Import stream C:/Users/lisan/.nuget/packages/vl.stride.runtime/2023.5.2/stride/Assets/Effects/TextureFX/Filters/Blur/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl are both writing shaders/BlurPass3_Internal_TextureFX.sdsl at the same time [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 32,835s: [AssetCompiler] Exception in command Asset build steps [SkyboxAsset:'Textures/Skybox'] (2 items): System.InvalidOperationException: Commands Import stream D:/OneDrive/Documentos/vvvv/gamma/Exports/src/movedorDeObjetos/Assets/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl and Import stream C:/Users/lisan/.nuget/packages/vl.stride.runtime/2023.5.2/stride/Assets/Effects/TextureFX/Filters/Blur/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl are both writing shaders/BlurPass3_Internal_TextureFX.sdsl at the same time [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 32,836s: [AssetCompiler] BuildStep Asset build steps [SkyboxAsset:'Textures/Skybox'] (2 items) failed. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,366s: [AssetCompiler] Commands Import stream D:/OneDrive/Documentos/vvvv/gamma/Exports/src/movedorDeObjetos/Assets/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl and Import stream C:/Users/lisan/.nuget/packages/vl.stride.runtime/2023.5.2/stride/Assets/Effects/TextureFX/Filters/Blur/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl are both writing shaders/BlurPass3_Internal_TextureFX.sdsl at the same time [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,367s: [AssetCompiler] Exception in command Build step list (1043 items): System.InvalidOperationException: Commands Import stream D:/OneDrive/Documentos/vvvv/gamma/Exports/src/movedorDeObjetos/Assets/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl and Import stream C:/Users/lisan/.nuget/packages/vl.stride.runtime/2023.5.2/stride/Assets/Effects/TextureFX/Filters/Blur/BlurPass3_Internal_TextureFX.sdsl > shaders/BlurPass3_Internal_TextureFX.sdsl are both writing shaders/BlurPass3_Internal_TextureFX.sdsl at the same time [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,367s: [AssetCompiler] BuildStep Build step list (1043 items) failed. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,368s: [AssetCompiler] BuildStep Build step list (1 items) failed. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,371s: [AssetCompiler] Build finished in 2088 steps. Command results: 2085 succeeded, 0 up-to-date, 3 failed, 0 not triggered due to previous failure. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
EXEC : error 34,371s: [AssetCompiler] Build failed. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]
C:\Users\lisan\.nuget\packages\stride.core.assets.compilerapp\4.1.0.1838\buildTransitive\Stride.Core.Assets.CompilerApp.targets(132,5): error MSB3073: El comando ""C:\Users\lisan\.nuget\packages\stride.core.assets.compilerapp\4.1.0.1838\buildTransitive\..\tools\net6.0-windows7.0\Stride.Core.Assets.CompilerApp.exe"  --disable-auto-compile --project-configuration "Release" --platform=Windows --project-configuration=Release --compile-property:StrideGraphicsApi=Direct3D11 --output-path="D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\bin\Release\data" --build-path="D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\obj\stride\assetbuild\data" --package-file="D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj" --msbuild-uptodatecheck-filebase="D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\obj\Release\stride\assetcompiler-uptodatecheck"" sali¢ con el c¢digo -1. [D:\OneDrive\Documentos\vvvv\gamma\Exports\src\movedorDeObjetos\movedorDeObjetos.csproj]

----
There was a problem exporting your Application.
Please report the problem by clicking "Copy To Clipboard" to copy the above details to your clipboard and pasting it to us via forum or chat.

This is caused by an older version of VL.Addons. Update the nuget to the latest version.
Or just remove the reference if you are not using it.

just reinstalled vladdons and work like a charm! I’m so thankfull!

btw, since i have your attention.
I tried the exe on my pc and works great, but tried it on a friends and after asking and installing for net6 it seems to work, but doesnt display the model. Any thoughts, a missing runtime?
both computers are similar…

Have a look here: Exporting Applications | vvvv gamma documentation

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.