Error when running a windows program -fixme:win:LockWindowUp

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
p75213
Newbie
Newbie
Posts: 1
Joined: Fri Sep 25, 2015 6:02 am

Error when running a windows program -fixme:win:LockWindowUp

Post by p75213 »

I have three programs running under Wine. However one of them is exhibiting some unusual behavior. When I view my open app windows there is the normal window for the program plus a program icon. Clicking on either the window or the icon brings the window into focus. The docking bar only displays a single icon. When I view the running processes with htop there is 2 or sometimes 3 instances of that program. Even though only one has been started. When I run the program from the command line I get the following errors:

fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!

Is anybody able to offer an explanation and/or solution to what's going on here?
Locked