Quartz icon indicating copy to clipboard operation
Quartz copied to clipboard

it's black screen wehn run release binary

Open zinwalin opened this issue 4 years ago • 6 comments

anyone had the same issue?

image

zinwalin avatar Nov 22 '19 05:11 zinwalin

yes i have same, nvidia quadro p4000, black screen, i dont know how to resolve this... any hint please ?

PerspectivesLab avatar Jan 22 '20 19:01 PerspectivesLab

As far as I understand it, you need a Vulkan device + driver that supports the "VK_NV_raytracing" extension, which means a card that has raytracing cores, like the Nvidia RTX series.

HorstBaerbel avatar Feb 11 '20 16:02 HorstBaerbel

I have this issue with an RTX 2080 Ti and newest driver. This used to work, but I'm thinking a driver update at some point caused the breakage. It could be the app is relying on a bug in the driver that was fixed.

I had some issues getting the code to build, but it's been a while so I don't remember what was going on. I should try again.

SirKnightTG avatar Feb 17 '20 03:02 SirKnightTG

As far as I understand it, you need a Vulkan device + driver that supports the "VK_NV_raytracing" extension, which means a card that has raytracing cores, like the Nvidia RTX series.

You don't need RTCores for VK_NV_raytracing (or DXR) support to exist. Pascal going back to 1060 will work. It'll be slow as heck, but it'll work.

SirKnightTG avatar Feb 17 '20 03:02 SirKnightTG

You don't need RTCores for VK_NV_raytracing (or DXR) support to exist. Pascal going back to 1060 will work. It'll be slow as heck, but it'll work.

Thanks for the clarification. Didn't know that. Now I feel tempted to try it on my GTX 1650 Ti... ;)

HorstBaerbel avatar Feb 20 '20 20:02 HorstBaerbel

What is the status of this issue ? I am also seeing only black screen.

jcxz avatar Apr 21 '20 18:04 jcxz