| View previous topic :: View next topic |
| Author |
Message |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Tue Oct 27, 2009 1:15 pm Post subject: Sendplay and Windows 7 doesn't work together |
|
|
Hi,
SendPlay isn't working together with Windows 7:
| Code: | | SendPlay,Hello World! |
It would be great if it could be fixed in the next version!
Happy developing.
Greets from Germany,
DHMH
[Moved from Bug Reports forum. ~jaco0646] |
|
| Back to top |
|
 |
teddan
Joined: 27 Oct 2009 Posts: 25
|
Posted: Tue Oct 27, 2009 6:03 pm Post subject: I second that |
|
|
I just started using Windows 7 and noticed this problem.
It would be great if this could be checked on.
Thanks! _________________ Teddan |
|
| Back to top |
|
 |
teddan
Joined: 27 Oct 2009 Posts: 25
|
Posted: Fri Oct 30, 2009 3:46 pm Post subject: Strange |
|
|
I was over at a friends house and he uses Win7 x64, and Sendplay seems to work fine over there. _________________ Teddan |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 3113 Location: MN, USA
|
Posted: Fri Oct 30, 2009 4:51 pm Post subject: |
|
|
| Can other Win 7 users confirm this? I will move it back to Bug Reports of there is consensus that it is an AHK problem rather than a Windows problem. |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Oct 30, 2009 5:13 pm Post subject: |
|
|
Win7 Pro 32bit
no problems in notepad |
|
| Back to top |
|
 |
el Guest
|
Posted: Fri Oct 30, 2009 5:14 pm Post subject: |
|
|
| o yes, forgot to mention, i turn off UAC and give full admin rights to AHK scripts and exe |
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Fri Oct 30, 2009 5:27 pm Post subject: |
|
|
mhh...
I'm the developer of Realtime Browser, and users reported me, that one function wasn't working on w7.
I replaced SendPlay with SendInput and now it works...
IT must be a bug |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Oct 30, 2009 5:32 pm Post subject: |
|
|
is he using 64bit?
i heard some users do have few functions not working with 64bit systems before |
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Fri Oct 30, 2009 6:35 pm Post subject: |
|
|
| I'm using 32 bit |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Oct 30, 2009 7:28 pm Post subject: |
|
|
how about set the program compatibility mode to XP or Vista
does it work? |
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Sat Oct 31, 2009 7:52 am Post subject: |
|
|
no  |
|
| Back to top |
|
 |
teddan
Joined: 27 Oct 2009 Posts: 25
|
Posted: Sat Oct 31, 2009 1:34 pm Post subject: It's WORKING! |
|
|
Hi everyone!
Just wanna say that I've turned UAC OFF, and now "Sendplay" is working in WIN 7 x86 version.
Sendplay doesn't seem to accept UAC turned on.
Thanks all! _________________ Teddan
Last edited by teddan on Sat Oct 31, 2009 5:09 pm; edited 2 times in total |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Sat Oct 31, 2009 3:05 pm Post subject: |
|
|
SendPlay uses the "journal playback" hook, which has been "broken" since Vista. This is the clearest information I could find:
| Quote: | To set a Journal hook, the app needs to be signed, manifested for uiAccess, and run from a secure location (usually Program Files).
Source: RE: Journal Hooks in Vista |
MSDN confirms that a process launched with UIAccess rights "Can set journal hooks", but also implies that a process running as admin should be able to. Several other sources confirm that running as admin isn't sufficient, but disabling UAC is.
Note that this applies to all applications which use journal hooks on Vista and later, not just AutoHotkey on Windows 7. |
|
| Back to top |
|
 |
Newbie007
Joined: 01 Dec 2010 Posts: 82
|
Posted: Sat Jun 11, 2011 2:25 pm Post subject: |
|
|
| so it is npossible to make sendplay work for uac -on users??? |
|
| Back to top |
|
 |
HovR
Joined: 26 Jul 2011 Posts: 2
|
Posted: Tue Jul 26, 2011 10:54 pm Post subject: |
|
|
SendPlay is working fine on my Win7 x86 system.
However scripts I have written containing SendPlay haven't worked for Win7 x64 users I have sent them to. |
|
| Back to top |
|
 |
|