patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

"GLFW error 0x1000c: Cocoa: Regular windows do not have icons on macOS" on M1 mac #359

Open urbanstarship opened 2 months ago

urbanstarship commented 2 months ago

Tried running glslViewer, but keep getting this error. Unsure what it means.

jschmdt commented 2 months ago

Did you install glslViewer with homebrew? I had the same error, and as far as I understood the brew version isn't up to date any more @patriciogonzalezvivo Any way to fix this issue with brew or gain control over the formulae to keep it up to date? What helped me fix this error @urbanstarship is simply building glslViewer directly from source:

  1. Uninstall 'glslViewer' from your homebrew packages
  2. Follow the 'Compile on MacOS' steps https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-MacOS
  3. As before type "glslviewer..." in your CLI of choice and have fun - hopefully without the error 😎✌️
urbanstarship commented 2 months ago

Thank you, jschmdt, it worked for me!