NightFyre / DX11-ImGui-Internal-Hook

Complete DX11 Internal Hook w/ Dear ImGui
65 stars 29 forks source link

When i build the debug version and inject into the Arena Breakout,it crashed, #10

Closed Cyk-Fad closed 1 month ago

Cyk-Fad commented 1 month ago

IM_ASSERT(bd != nullptr && "Context or backend not initialized! Did you call ImGui_ImplDX11_Init()?");

Here crash.I don't know where to change the code.I use kernel injector.

xCENTx commented 1 month ago

with kernel you need to handle any and all imports manually. I don't really intend to offer support for kernel implementations as that is outside the scope of this repository.