Hello guys
I have this weird issue and I have no clue how to start troubleshooting / debuging it
On 2 completely different computers ( Gigabyte Aero15 and AlienwareR15 r1 ) with the same specs, rtx3060 I can not load this example patch Large PLY DX11 Pointcloud Reader | vvvv
But everything else is working, dx11, instance noodles, spout.
The “device removed” error means that the GPU driver crashed.
just a sanity check, if you have an Optimus laptop, make sure you are running on the NVidia card. But the vvvv installer should set that.
Did you update to the latest drivers? If yes, then try the “Studio Driver” which is extra stable and tested. otherwise, not exactly clear what could cause the error, we would need a more detailed error message of the first crash to find out.
Hey thanks for the reply
OK, I did install the studio ones, same error. I can give a try with the not studio drivers?
The nvidia settings are set to use the nvidia gpu all the time
all other heavy patches works super fast, so for sure vvvv is using nvida gpu
hey antokhio how are you ?
Thats sounds logical, but from older vvvv installers all seems to have all dependencies already working
witch one do you recommend to install to give it a try ?
Also on the installers that I try, all says that I have a newer version, that the installation can not continue
I was able to narrow down the problem by re doing the patch from scratch
And I accidentally found that If I leave the render Dx11 buffer stride pin in 16 It “works” but with no color… weird because its a RGBA float, so it should be 3 bytes x 4 chanels, 16
Found a fix for this. bSprite node is expecting a 4D buffer for color, thus, 16 bytes for stride value is ok for 4 floats.
Cloning the buildBuffer3d_CS template and making it 4D(float3->float4).
Be sure to add an alpha value to all sampled points via an “xyzW” node inbetween.
Stride pin in renderer for color buffer goes in 16.