hiitiger / goverlay

DirectX hook and game overlay solution for Electron, Qt and CEF, just like discord/steam game overlay,inject any app to overlay in your game
Other
783 stars 108 forks source link

DirectX11 not injecting #124

Closed Pxpe123 closed 6 months ago

Pxpe123 commented 6 months ago

Dx11 Demo.exe (x64) https://github.com/guitarfreak/DirectX-11-Demo/releases/tag/v0.6.3

When i attempt to run a dx11 demo and run my overlay its just logging

try inject DirectX 11 Demo

and nothing after No game Ui no console logs nothing

Dx9 demo.exe (from here) works still though

hiitiger commented 6 months ago

the demo uses window title to find the process to inejct your app window didn't set a title you can change it or find the window using windowId (handle)

Pxpe123 commented 6 months ago

Hey, i may be blind but i cant find what im ment to change to alter the target exe Do you happen to know where specifically to look?

Sorry