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

in some cases, the injector_helper x86 is chosen instead of the injector_helper x64 on 64-bit systems. #126

Open luisMDev opened 4 months ago

luisMDev commented 4 months ago

On most of the pcs I have tested it works correctly but on some of them it selects the x86 injector helper on 64-bit systems and do not get the hook

here is a log on a 64 bit system: 2024-02-22 11:01:16 info: overlay: game: process {"pid":24908,"path":"\\\\?\\C:\\Users\\ricar\\AppData\\Local\\app\\app-electron\\win-unpacked\\resources\\app.asar.unpacked\\node_modules\\game-overlay\\build\\Release\\n_ovhelper.exe"}

any clues?