Georg Lehmann
Georg Lehmann
@CME42 says this is a depth bias issue on nvidia
The nvidia card (what ever it is, some fermi card) is not supported by the latest nvidia driver anymore. Your system is running on the igpu only.
@Leopard1907 the driver will not load because the card is too old.
Does it work if you revert 04474b761be0732f3e1fae813935fc3bcd2bab65?
Sounds similar to #2025.
> ( BTW, is there a way to get rid of the systematic printing of the input filename on stdout ? (i.e the first output line in the above command)...
The name is a bit confusing, but the only thing `--quiet` silences is https://github.com/KhronosGroup/glslang/blob/7f1d926a3a397f1d16bd1c36d2b35ba86891081c/StandAlone/StandAlone.cpp#L1329
If `layer->getTable()->GetDeviceProcAddr` is fossilize's own vkGetDeviceProcAddr you have bug somewhere, and I'm pretty sure it's not in fossilize since all it does to get that point is call down the...
> What is this for? Is it for Windows games via Wine/Proton, or for native Linux ports that use a particular compatibility layer, or what? It's for d3d9 games in...
My concern is that the problem isn't apparent if I change vkBasalt to continue silently after the file failed to load. I don't want to call the segfault intended behavior,...