question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Unable to locate glslangValidator at 'glslangValidator'" when I try to load shader

See original GitHub issue

I can use toggle feature 👍

But, then, running load-shader / watch-shader to load another .frag, I got an error.

Unable to locate glslangValidator at 'glslangValidator'

screenshot from 2017-10-13 09-47-53

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
entyocommented, Oct 13, 2017

@fand You are right! I fixed this by mv /home/entyo/VulkanSDK/1.0.61.1/x86_64/bin/glslangValidator /usr/local/bin 😄

1reaction
mbncrcommented, Jan 23, 2019

Don’t know if it has to do with more recent version of VulkanSDK, but the one in C:\VulkanSDK\1.1.92.1\Bin32\glslangValidator.exe was the one that worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the correct way to set the Glsland Validator Path on ...
I tried that and still get the same error: GLSL Lint: Failed to spawn 'glslangValidator' binary. Error: spawn C:/glslang/bin/glslangValidator.
Read more >
Unable to download glslangvalidator - Khronos Forums
Hello, sorry if this question is dumb, but I recently got interested in shaders and started following a youtube shader tutorial.
Read more >
Loading a SPIR-V shader program | OpenGL 4 Shading ...
Make sure that the glslangValidator binary is available in your PATH command line. In this example, we'll use the shader pair located in...
Read more >
Issues with ARB_gl_spirv - AMD Community
To reproduce, just unzip, compile with cmake and run spirvtest.exe. The shaders have been compiled with glslangValidator -G. Either I can't see ...
Read more >
Mesa freezes when the GLSL shader contains a `for` loop with ...
I find it funny that glslangValidator doesn't throw any error or warning even if that ... It was my mistake, I'll try to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found