Jump to content


Cant get the program to start, windows 7


  • Please log in to reply
4 replies to this topic

#1 Guest123

Guest123
  • Guests

Posted 20 June 2012 - 06:52 AM

[Moderator's note: Moved topic from Issues to Support.]

Hi, i installed AHK and got it running. Then all of a sudden it wont start, i tried reboot, clean computer etc, but it refuse, it comes a logo for 0,5 seconds in the taskbar and just dissapears. Tried run as admin, compability mode.

What can i do?

#2 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 20 June 2012 - 06:57 AM

What script are you running?
Please try this Msgbox, Hello World

#3 Guest123

Guest123
  • Guests

Posted 20 June 2012 - 07:20 AM

What script are you running?
Please try this Msgbox, Hello World

Hm, im totally new to AHK and just wants it for Dota 2.

Only thing i did was edit script and wrote this:
{
WheelUp::
Send {Numpad9}
return
WheelDown::
Send {Numpad6}
return
MButton::
Send {Numpad4}
return
}

First it worked great, then i cant even start the program...

How do i do the hello world thing you said?

#4 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 20 June 2012 - 01:25 PM

Not really sure why this is happening.
Open your My Documents folder. Look for a file AutoHotKey.ahk
Delete it. Run AutoHotkey.exe again.
If this fails, try reinstalling.

#5 Guests

  • Guests

Posted 20 June 2012 - 04:53 PM

Thanks! That was the trick :)