View Issue Details

IDProjectCategoryView StatusLast Update
0004359NoesisGUIUnitypublic2026-02-19 12:12
ReporterBrandonReinhart Assigned Tojsantos  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version3.2.8 
Target Version3.2.11Fixed in Version3.2.11 
Summary0004359: ShaderCompiler has issues out of the box on Linux.
Description
  1. NoesisGUI/Shaders/Bin/Linux/ShaderCompiler lacks execute permissions out of the box.
    Fix: +x

  2. Line 79 of NoesisShaderImporter.cs has an incompatible path:
    File.ReadAllBytes(@"Temp\shader.bin");

Fix: Change this to "Temp/shader.bin"

Then noesis shaders will compile on linux.

PlatformAny

Relationships

related to 0004609 assignedjsantos Dependency paths not handled correctly on Linux. 
related to 0004578 resolvedjsantos Noesis brush shaders are not being emitted for spirv on Linux/Unity. 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-08-28 18:37 BrandonReinhart New Issue
2025-08-28 18:56 jsantos Assigned To => jsantos
2025-08-28 18:56 jsantos Status new => assigned
2025-08-28 18:56 jsantos Target Version => 3.2.9
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-10 13:29 jsantos Category Unity3D => Unity
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2025-11-25 19:17 jsantos Relationship added related to 0004578
2026-01-20 19:32 jsantos Target Version 3.2.11 => 3.2.12
2026-01-20 19:48 jsantos Target Version 3.2.12 => 3.2.11
2026-01-21 12:32 jsantos Relationship added related to 0004609
2026-02-19 12:12 jsantos Status assigned => resolved
2026-02-19 12:12 jsantos Resolution open => fixed
2026-02-19 12:12 jsantos Fixed in Version => 3.2.11