bakkesmodorg / BakkesModInjectorCpp

C++ rewrite of the BakkesModInjector
67 stars 21 forks source link

Assertion Failure #8

Open DatL4g opened 4 years ago

DatL4g commented 4 years ago

I'm having a issue while running BakkesMod. VCRun 2015 - 2019 is installed. (x64 and x86 version)

When pressing F2 the game gets totally black and this error appears.

image

Bakkes commented 4 years ago

@Stanbroek has looked into this, and it's related to https://github.com/ocornut/imgui/pull/638 (proton using a different d3dcompiler.lib). Apparently it works with proton if we take that precompiled shader, but we need to do some more testing first to make sure it doesn't mess up any windows related stuff (and figure out if maybe we should compile it ourselves)

DatL4g commented 4 years ago

I have described here how to fix it.

The issue can theoretically be closed but maybe it is better to leave it open for now.