Does Wine handle Hibernation/Standby?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
abstractspoon
Newbie
Newbie
Posts: 2
Joined: Mon Jul 09, 2018 7:57 pm

Does Wine handle Hibernation/Standby?

Post by abstractspoon »

Hi All

My app relies on receiving the WM_POWERBROADCAST message to correctly handle Hibernation/Standby changes and I have a user reporting that this functionality is broken.

I cloned the GitHub repo and searched the code for 'WM_POWERBROADCAST' but found nothing of interest.

Can anyone confirm whether Wine handles this?
Or does it deal with Hibernation/Standby in another way?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Does Wine handle Hibernation/Standby?

Post by DarkShadow44 »

Wine doesn't support this as of now. Feel free to report it at https://bugs.winehq.org/
Locked