VTK 9.0 artifacts after upgrade using vcpkg

Hi,

I got multiple artifacts on vtk canvas. I didn´t have this issue before I changed vcpkg commit and vtk version.

Here is an overview of my problem :

I´m using :

  • Vcpkg commit is : 779ce74ef
  • VTK version : 9.0.3-pv5.9.1#11
  • VS2019
  • QT 5.15.5#2
  • GPU driver : AMD Adrenaline 22.10.3
  • Windows 11 22H2 64b

Are you aware of any similar issue related to this vtk version ? We tested on differents machine and compiled vtk dll works great with other gpus and win10. Btw my gpu is not dying, older vtk versions are working perfectly.

Let me know if you need more details, or test anything you want on my machine.

Thanks for helping

Looks like rendering artifacts. Can you update your GPU driver?

Cc: @mwestphal

@ben.boeckel my gpu driver is the lastest version

Can you completely uninstall adrenalin and use either the windows automatically found driver for your AMD card or the windows store AMD software version to see if it is a driver related issue ?
If the problem persists, could be worth giving a try to the latest vtk 9.2 version too.

@fab672000 after a clean install I don´t get any issue.
Win11 22h2 amd driver : 30.0.13023.4001 (12/2021)

But we have customers using more recents driver version (31.0.12016.3004 08/2022) or later like I did and facing this issue.

Does Vtk 9.2 is available in latest vcpkg version ?
Do you know if there is any fix in vtk9.2 related to a driver issue with amd drivers ?

Best regards

1 Like

Glad to read it solved the issue, I don’t use vcpkg and just added to my CI the vtk sources to build with custom options.