http://bugs.winehq.org/show_bug.cgi?id=33561
Bug #: 33561 Summary: Windows screen keyboard utility setting dialog crash due to unimplemented OpenInputDesktop Product: Wine Version: 1.5.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: orzhvs@gmail.com Classification: Unclassified
Created attachment 44425 --> http://bugs.winehq.org/attachment.cgi?id=44425 WINEDEBUG=+relay wine /usr/local/vboxvm/vmshare/osk/osk.exe 2>&1 |grep Desktop
out.txt
1. copy osk.exe & msswch.dll from windows system32 directory. 2. run osk.exe in wine, it warns that could not open input desktop. 3. open the option dialog from menu, simply click ok, it crashes.
http://bugs.winehq.org/show_bug.cgi?id=33561
--- Comment #1 from Guo Jian orzhvs@gmail.com 2013-05-10 23:23:45 CDT --- Giving the 'Default' desktop as retval of OpenInputDesktop seems work.
I saw the default stations and desktops in my wine as following: sta WinSta0 desk Default sta __wineservice_winstation desk Default
stations & desktops in msdn ( http://msdn.microsoft.com/en-us/library/windows/desktop/ms681928(v=vs.85).as... ) says : A window station is a securable object that is associated with a process, and contains a clipboard, an atom table, and one or more desktop objects. A desktop is a securable object contained within a window station. A desktop has a logical display surface and contains user interface objects such as windows, menus, and hooks.
Will other desktop rather than 'Default' become current input desktop? In which case will there be more desktops or more windowstations in wine? As we have only one clipboard and had been synchronized with the one in the host system. So can we say the 'Default' in 'WinSta0' will always be the input desktop?
http://bugs.winehq.org/show_bug.cgi?id=33561
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-05-10 23:29:42 CDT --- Dup of bug 12067?
http://bugs.winehq.org/show_bug.cgi?id=33561
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-05-11 06:01:01 CDT --- Hello folks,
@Bruno
yep, dupe of bug 12067
Regards
*** This bug has been marked as a duplicate of bug 12067 ***
http://bugs.winehq.org/show_bug.cgi?id=33561
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2013-06-05 09:14:00 CDT --- Closing duplicate bugs.