DadSchoorse / vkBasalt

a vulkan post processing layer for linux
zlib License
1.24k stars 52 forks source link

FakeHDR Reshade fails #224

Closed kodatarule closed 1 year ago

kodatarule commented 1 year ago

Hello,

I'm trying to load FakeHDR.fx into vkbasalt, but I get this error:

vkBasalt err:   failed to load shader file: /opt/reshade/shaders/fakeHDR.fx
vkBasalt err:   Does the filepath exist and does it not include spaces?
/usr/include/c++/13.2.1/bits/stl_vector.h:1125: constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = std::vector<VkImageView_T*>; _Alloc = std::allocator<std::vector<VkImageView_T*> >; reference = std::vector<VkImageView_T*>&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Aborted (core dumped)
kodatarule commented 1 year ago

closing issue as the problem was that the name starts with capital F, "FakeHDR.fx" and not fakeHDR.fx