You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
WebGPU variant build fails in default desktop template with app manifest, while WebGL works fine.
Error occurs during shader compilation due to missing 'tint' compiler.
Build Remote Engine...
java.io.IOException: Cannot run program "/tmp/6560141560255131250/x86_64-linux/tint": error=2, No such file or directory
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
at com.dynamo.bob.util.Exec.execResult(Exec.java:100)
at com.dynamo.bob.pipeline.shader.ShaderCompilePipeline.generateWGSL(ShaderCompilePipeline.java:134)
at com.dynamo.bob.pipeline.shader.ShaderCompilePipelineLegacy.compileSPIRVToWGSL(ShaderCompilePipelineLegacy.java:83)
at com.dynamo.bob.pipeline.shader.ShaderCompilePipelineLegacy.crossCompile(ShaderCompilePipelineLegacy.java:250)
at com.dynamo.bob.pipeline.ShaderCompilers$CommonShaderCompiler.compile(ShaderCompilers.java:101)
at com.dynamo.bob.pipeline.ShaderProgramBuilder.makeShaderDesc(ShaderProgramBuilder.java:140)
at com.dynamo.bob.pipeline.ShaderProgramBuilder.getCompiledShaderDesc(ShaderProgramBuilder.java:158)
at com.dynamo.bob.pipeline.VertexProgramBuilder.build(VertexProgramBuilder.java:33)
at com.dynamo.bob.Project.runTasks(Project.java:1876)
at com.dynamo.bob.Project.createAndRunTasks(Project.java:1530)
at com.dynamo.bob.Project.doBuild(Project.java:1667)
at com.dynamo.bob.Project.build(Project.java:693)
at com.dynamo.bob.Bob.invoke(Bob.java:966)
at editor.pipeline.bob$invoke_BANG_.invokeStatic(bob.clj:256)
at editor.disk$async_bob_build_BANG_$fn__58400$fn__58405$fn__58406.invoke(disk.clj:363)
at clojure.core$binding_conveyor_fn$fn__5739.invoke(core.clj:2030)
at clojure.lang.AFn.call(AFn.java:18)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: error=2, No such file or directory
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
... 22 more
The text was updated successfully, but these errors were encountered:
Description
WebGPU variant build fails in default desktop template with app manifest, while WebGL works fine.
Error occurs during shader compilation due to missing 'tint' compiler.
Steps to reproduce
Expected behavior
Current behavior
Defold version
Platforms
Minimal repro case project
desktop-webGPU.zip
Error log
The text was updated successfully, but these errors were encountered: