SegoCode / AutoWall

🌌 Live wallpapers on Windows 7/8/10/11(23H2) using open-source wallpaper engine
GNU General Public License v3.0
566 stars 54 forks source link

Run autoPause at startup #24

Closed touanu closed 2 years ago

touanu commented 2 years ago

Tried to add command to setwallpaper() but not working, so i added it in autorun launch

SegoCode commented 2 years ago

Hi,

Thats because the mvp pipe must be open https://github.com/SegoCode/AutoWall/blob/740469f793183e1e4dcbf7429e85098a451a5595/src/tools/autoPause.au3#L25

But... in my windows works autoPause in the startup, do you know if this is a code issue?

touanu commented 2 years ago

I am not sure, never see autoPause.exe process run together with mpv at startup if i don't add run command

SegoCode commented 2 years ago

Well... i found why... https://github.com/SegoCode/AutoWall/blob/d539068c61d53fac8b31020cfab9379f849cb0c1/src/AutoWall.au3#L32-L35

I use a 1.9 version, in that version autopause always runs on start, so... you found a 1.10 bug thx!