1.1.33.03 hotkeys bug Topic is solved

Report problems with documented functionality
nu10e8368NrrfXGQKvwn
Posts: 6
Joined: 01 Mar 2021, 05:43

1.1.33.03 hotkeys bug

Post by nu10e8368NrrfXGQKvwn » 01 Mar 2021, 05:50

Code: Select all

#NoEnv							; Recommended for performance and compatibility with future AutoHotkey releases
SendMode Input					; Recommended for new scripts due to its superior speed and reliability
#Warn All, MsgBox				; Enable warnings to assist with detecting common errors
#SingleInstance, Force			; Allow only one running instance of script
#Persistent						; Keep the script permanently running until terminated

msgbox started

Return


^Numpad1::
^+Numpad1::
^NumpadEnd::
^+NumpadEnd::
	msgbox pressed
return
Hi, this works with version 1.1.33.02, but with the new one it just crashes. I only found out the problem because two of my scripts use the same hotkeys and they are the only ones that didn't work after updating.
lexikos
Posts: 9592
Joined: 30 Sep 2013, 04:07
Contact:

Re: 1.1.33.03 hotkeys bug

Post by lexikos » 01 Mar 2021, 06:36

I've pulled the download because I noticed a problem. It's late here now, so I won't be fixing it straight away.

I was actually testing a different version (v1.1.33.03 + 1 commit) and forgot that the 1 commit wasn't part of v1.1.33.03. I'll look into the problem you reported as well.
lexikos
Posts: 9592
Joined: 30 Sep 2013, 04:07
Contact:

Re: 1.1.33.03 hotkeys bug

Post by lexikos » 01 Mar 2021, 16:26

I didn't find any actual problem with v1.1.33.03, so I restored the download. The script you posted does not crash, and works just fine for me.
Post Reply

Return to “Bug Reports”