Page 1 of 1

[Feature Request] Delayed Hooking

Posted: Mon Nov 03, 2014 3:05 am
by Flaim
i'd like to suggest the implementation of the delayed hooking feature.
the reason for this is that without delayed hooking there is the problem that the steam overlay does not work in x64 games if started with bandicam running.

i made a workaround for myself via batch files that:
1) kill bandicam before a 64 bit game is launched
2) waits for the game to have launched successfully
3) afterwards it launches bandicam.

while working on that workaround i found out that this hook delay has to be variable as some games do fine with just 7 seconds of delay and others need up to 30 seconds.

i'm sure there are a lot of people who are unaware of this, so i hope this idea gets implemented soon-ish.


here's an example of the batch code. this one is for the multiplayer of call of duty ghosts.

Code: Select all

@echo off
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
rem Anything after here will run in a minimized window

TASKKILL /F /IM "bdcam.exe"
TASKKILL /F /IM "bdcam64.bin"
timeout /T 2 /nobreak
start "Call of Duty: Ghosts" steam://rungameid/209170

:search
tasklist|find "iw6mp64_ship.exe"
IF %ERRORLEVEL% == 0 (GOTO found)
TIMEOUT /T 1
GOTO search

:found

timeout /T 10
start "Bandicam" "C:\Program Files (x86)\Bandicam\bdcam.exe"
exit

Re: [Feature Request] Delayed Hooking

Posted: Mon Nov 03, 2014 3:01 pm
by Bandicam Company
Hello Flaim,

We've forwarded your post to the Bandicam developer.

Thank you for your informative tip.

Re: [Feature Request] Delayed Hooking

Posted: Thu Nov 27, 2014 10:49 pm
by dyadyaAndreika
yes I also pursues this issue. STEAM and UPLAY overlay is not working

Re: [Feature Request] Delayed Hooking

Posted: Mon Dec 15, 2014 6:45 pm
by dyadyaAndreika
Hello Flaim,

We've forwarded your post to the Bandicam developer.

Thank you for your informative tip.
when this problem will be fixed?

Re: [Feature Request] Delayed Hooking

Posted: Tue Dec 16, 2014 3:50 pm
by Bandicam Company
We've reviewed this issue.
However, we don't have a good solution for this issue.

We're sorry that we couldn't solve your problem.