osre icon indicating copy to clipboard operation
osre copied to clipboard

RenderCompTest.getVertCompNameTest fails

Open Kasra-Kamran opened this issue 2 years ago • 5 comments

Describe the bug RenderCompTest.getVertCompNameTest fails

To Reproduce Steps to reproduce the behavior:

  1. Build the latest master
  2. Run unittest, and examples.

Expected behavior The tests should pass, and the examples should run.

Desktop (please complete the following information):

  • OS: Linux mint 21

"helloworld" Error log: -error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader ( 10.10.2023 21:56:58 ) Err: Error while linking shader (OGLRenderBackend.cpp, 623)( OGLRenderBackend ) ( 10.10.2023 21:56:58 )

Kasra-Kamran avatar Oct 10 '23 18:10 Kasra-Kamran

Which driver is in use? It would be great if you could share the log in the console, please. I saw a similar behavior when using a Intel driver.

kimkulling avatar Oct 25 '23 19:10 kimkulling

yep, I'm using onboard graphics with an intel driver. *-display description: VGA compatible controller product: CometLake-H GT2 [UHD Graphics] vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 logical name: /dev/fb0 version: 05 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb configuration: depth=32 driver=i915 latency=0 resolution=1920,1080 resources: irq:139 memory:c3000000-c3ffffff memory:a0000000-afffffff ioport:5000(size=64) memory:c0000-dffff EDIT: I get the same error when I run the unittest on my graphics card with an nvidia driver.

Kasra-Kamran avatar Oct 26 '23 14:10 Kasra-Kamran

I will need to check which shader option is causing this issue.

kimkulling avatar Nov 14 '23 09:11 kimkulling

The glsl interface version is too high, I will try a lower one.

kimkulling avatar Feb 26 '24 13:02 kimkulling

Just under development.

kimkulling avatar Mar 30 '24 09:03 kimkulling