http://bugs.winehq.org/show_bug.cgi?id=9909
Summary: VB6 - CoRegisterMessageFilter Product: Wine Version: 0.9.46. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: stanwell@gmx.de
A simple VB6.exe is not working at all, Wine just gives this error message: "fixme:ole:CoRegisterMessageFilter stub"
Source code: ------------
Module: -------
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) -------
Private Sub Form_Load()
Clipboard.SetText "test" Sleep (8000)
End Sub
http://bugs.winehq.org/show_bug.cgi?id=9909
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from James Hawkins truiken@gmail.com 2007-10-05 13:13:35 --- fixme's are not bugs. If the app doesn't work, you have to describe exactly what it is supposed to do and what it's not doing along with steps to reproduce the problem.
http://bugs.winehq.org/show_bug.cgi?id=9909
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2007-10-05 13:13:47 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=9909
Bushido stanwell@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Bushido stanwell@gmx.de 2007-10-05 13:50:57 --- The App is supposed to do this: ------------------- Private Sub Form_Load()
Clipboard.SetText "test" Sleep (8000)
End Sub
-------------------
To explain it, the first Line represents that this is a procedure (subroutine), which is executed when the form is loaded. Then something should be written to Clipboard (that copy/paste thingy). In this case it is "test" then the progamm waits for 8 seconds End
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #4 from James Hawkins truiken@gmail.com 2007-10-05 14:03:04 --- I can read code. You still haven't said what isn't working and the exact steps to reproduce the bug. Also, you need to attach the executable.
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #5 from Bushido stanwell@gmx.de 2007-10-05 14:29:15 --- It's a program to test if Clipboard functionality is working. It realy only writes a string to clipboard amd waits 8 seconds (in that time i tried to paste in KWrite), but as mentioned earlier, Wine does'nt write anything to clipboard but clears it out.
I have Slax 5.1.8, Wine 0.9.17
http://www.zshare.net/delete.html?4037147-cfa8885ed94c73471da3dfbb97e95c38
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #6 from Bushido stanwell@gmx.de 2007-10-05 14:33:38 --- sorry this is the link http://www.zshare.net/download/4037147b3f0151/
http://bugs.winehq.org/show_bug.cgi?id=9909
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Component|test |wine-ole
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-05 15:24:58 --- Duplicate actually.
Unless you explain us how is that what you ding any different from bug 9813?
http://bugs.winehq.org/show_bug.cgi?id=9909
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-05 15:26:45 --- Duplicate, forgot to mark it
*** This bug has been marked as a duplicate of bug 9813 ***
http://bugs.winehq.org/show_bug.cgi?id=9909
Bushido stanwell@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |REMIND
--- Comment #9 from Bushido stanwell@gmx.de 2007-10-05 15:54:55 --- "It's the way the clipboard works under X11" http://bugs.winehq.org/show_bug.cgi?id=9813#c2 afer terminating the app (or subroutine) the clipboard is cleared. So i added a pause of 8 seconds before it ends. Within that time intervall the clipboard still did'nt received any text..
is that an issue of Wine at all?
http://bugs.winehq.org/show_bug.cgi?id=9909
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|REMIND |DUPLICATE
--- Comment #10 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-05 15:56:52 --- No this bug is a duplicate!
DO NOT change resolution!!!
*** This bug has been marked as a duplicate of bug 9813 ***
http://bugs.winehq.org/show_bug.cgi?id=9909
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-05 15:57:07 --- Closing DO NOT reopen!
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #12 from Bushido stanwell@gmx.de 2007-10-05 16:24:39 --- obviously Wine is not doing what it should do So how shall i fix the problem? "fixme:ole:CoRegisterMessageFilter stub"
http://bugs.winehq.org/show_bug.cgi?id=9909
--- Comment #13 from James Hawkins truiken@gmail.com 2007-10-05 16:42:21 --- That fixme has nothing to do with the bug. Please stop posting in a closed bug.
https://bugs.winehq.org/show_bug.cgi?id=9909
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole |-unknown