Autolt v3 stop Windows 10 from shutting down.

Here you can submit bugreports
emcodem
Posts: 1650
Joined: Wed Sep 19, 2018 8:11 am

Re: Autolt v3 stop Windows 10 from shutting down.

Post by emcodem »

Thanks for checking this, unfortunately it is saying what we already know, so not really of help hehe..

Well ok, before i give up and say that its better to just wait 2 weeks for the new release, here two more attempts:


First, please creating a text file on your computer, copy this to it and then rename it to .reg and doubleclick.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Windows Error Reporting\ExcludedApplications]
"exe_manager.exe"=""
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Windows Error Reporting\ExcludedApplications]
"FFAStrans.exe"=""
If above still dont work, we have one more try. But be aware that this will automatically close all apps that want to prevent shutdown. So when you hit the shutdown, it would also automatically kill text editors or word documents that are unsaved. So only do this when you really don't care if unsaved documents are lost when you shutdown.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
Attachments
autoendtasks.reg.txt
(208 Bytes) Downloaded 203 times
disable_error_reporting.reg.txt
(270 Bytes) Downloaded 189 times
emcodem, wrapping since 2009 you got the rhyme?
authorleon
Posts: 108
Joined: Fri May 08, 2020 5:18 pm

Re: Autolt v3 stop Windows 10 from shutting down.

Post by authorleon »

Hello,

Thank you for this.

The error still comes up BUT it does shut down.

Thank you...

I cannot wait for the new release.

Thank you!!!!
emcodem
Posts: 1650
Joined: Wed Sep 19, 2018 8:11 am

Re: Autolt v3 stop Windows 10 from shutting down.

Post by emcodem »

Ok cool, that was my goal with the registry keys.
But which one did you use now, the first or the second?
emcodem, wrapping since 2009 you got the rhyme?
authorleon
Posts: 108
Joined: Fri May 08, 2020 5:18 pm

Re: Autolt v3 stop Windows 10 from shutting down.

Post by authorleon »

Hey,

I used the first.
emcodem
Posts: 1650
Joined: Wed Sep 19, 2018 8:11 am

Re: Autolt v3 stop Windows 10 from shutting down.

Post by emcodem »

8-)
emcodem, wrapping since 2009 you got the rhyme?
emcodem
Posts: 1650
Joined: Wed Sep 19, 2018 8:11 am

Re: Autolt v3 stop Windows 10 from shutting down.

Post by emcodem »

Man that was really a hard sunday... I found some machine where i was able to reproduce your issue. Then we spent about 8 manhours together to pin down the issue, it was still there in the Version 1.2.
Anyway, we eventually were able to fix it, so you can count on the New Version :D

By the way, it didnt seem to happen when we install the Service.
emcodem, wrapping since 2009 you got the rhyme?
authorleon
Posts: 108
Joined: Fri May 08, 2020 5:18 pm

Re: Autolt v3 stop Windows 10 from shutting down.

Post by authorleon »

emcodem wrote: Sun Jan 31, 2021 4:54 pm Man that was really a Hard sunday... I found some Maschine where i was able to reproduce your issue. Then we spent about 8 manhours together to pin down the issue, it was still there in the Version 1.2.
Anyway, we eventually werde able to fix it, so you can count on the New Version :D

By the way, it didnt seem to Happen when we install the Service.
Well done. So, what was the issue about.

Thank you again. I cannot wait for the update.

Thank you
emcodem
Posts: 1650
Joined: Wed Sep 19, 2018 8:11 am

Re: Autolt v3 stop Windows 10 from shutting down.

Post by emcodem »

Yeah hard to explian. Talking straight forward: the external JSON Library we are using a million times while the application is running and jobs process was causing this error - but as you already know, only in the time window of "while windows is shutting down".
So there is nothing else you can currently do about it than exactly what you already do - ignore the error :D (or run as service but then you cannot work with mapped network drives anymore and have to use full UNC paths instead)
emcodem, wrapping since 2009 you got the rhyme?
authorleon
Posts: 108
Joined: Fri May 08, 2020 5:18 pm

Re: Autolt v3 stop Windows 10 from shutting down.

Post by authorleon »

Perfect. Thank you for the update.
Post Reply