Page 2 of 2

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 09 Mar 2018, 08:35
by robodesign
Release 1.1.28.H004 still crashes instantenously... with the example provided here.

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 23 Mar 2018, 05:36
by robodesign
@the developer:

Please test the provided sample script when AHKH is executed from C:\Temp\ ... It crashes ON ANY SYSTEM. It also crashed under other folder names, not just this one.

Best regards, Marius.

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 23 Mar 2018, 09:16
by guest3456
robodesign wrote:Yes, sure!

1. I downloaded the ZIP and unpacked it.
2. I created the file: AutoHotkey.ahk ... in x32w.
The content is:

Code: Select all

 #Persistent
 testThread := ahkThread("#Persistent`n#NoTrayIcon`nSoundBeep`nReturn")
 SoundBeep
Return
3. Executed the file with AutoHotkey.exe from x32w.
4. Result: it crashed all the same. Instantly. No beeps.
yes, this now fails for me too with the latest release

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 23 Mar 2018, 09:33
by robodesign
THANK YOU VERY MUCH FOR CONFIRMING THIS!!!!!!!! It crashes based on the current folder of AHK-H.

Lets hope the developer takes notice ;-).

Best regards, Marius.

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 24 Mar 2018, 18:51
by HotKeyIt

Code: Select all

#Persistent
 testThread := ahkThread("#Persistent`n#NoTrayIcon`nSoundBeep`nReturn")
 SoundBeep
Return
Just tested with latest release (1.1.28.0-H006) using 32w, 32a and 64 bit also in C:\Temp and no crash, script runs as expected :?
Can you please test again with the newest release?

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 24 Mar 2018, 19:35
by guest3456
HotKeyIt wrote:

Code: Select all

#Persistent
 testThread := ahkThread("#Persistent`n#NoTrayIcon`nSoundBeep`nReturn")
 SoundBeep
Return
Just tested with latest release (1.1.28.0-H006) using 32w, 32a and 64 bit also in C:\Temp and no crash, script runs as expected :?
Can you please test again with the newest release?
still a silent crash on all 3 for me, win10x64 version 1709 build 16299.309

works on the v2 builds

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 25 Mar 2018, 03:29
by robodesign
Yes, I just tested H006 and it still crashes. It has not yet been fixed.

Thank you for working on fixing bugs.

Win 10 x64, build 1709.

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 25 Mar 2018, 09:54
by HotKeyIt
I think I have found the problem, can you please try latest release.

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 25 Mar 2018, 14:13
by guest3456
HotKeyIt wrote:I think I have found the problem, can you please try latest release.
yes looks like its fixed :thumbup:

Re: Crash with ahkThread on Win10 x64 - v1.1.28

Posted: 25 Mar 2018, 14:38
by robodesign
I confirm as well. Seems to be fixed, indeed.

Thank you very much!