Moses Miller

Results 18 comments of Moses Miller

This is printed to the command line, might have something to do with it: ``` Warning: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler...

Can you check to see if #11324 fixes this?

This is the place to report bugs in the *launcher*. This seems to be a bug in the specific modpack (Infinity Evolved), so please go report it in its forums/contact...

Yes, and disabling translucency sorting does appear to fix it - though that causes some other rendering issues with bits of underwater oil columns being rendered on top of the...

Maybe related to #434? Try disabling translucency sorting.

It happens regardless of the presentation mode selected; if I pick fifo it reports the same error (with fifo specified).

I'm not sure what you mean, I am passing a mode to `vkCreateSwapchainKHR` through the `presentMode` field.

This message only gets printed with MANGOHUD=1 set, if I set MANGOHUD=0 the message isn't printed. My GPU supports both mailbox and fifo.

I will try to prepare a minimal reproducible C example and get back to you once I'm done. Vsync isn't set in my mangohud config I'm not sure what you...

After a lot of further investigation, I think this has to do with some kind of interaction between SDL as a vulkan loader, Zig, and Mangohud. It only seems to...