[Bug 9909] New: VB6 - CoRegisterMessageFilter
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(a)winehq.org ReportedBy: stanwell(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from James Hawkins <truiken(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2007-10-05 13:13:47 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Bushido <stanwell(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Bushido <stanwell(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #4 from James Hawkins <truiken(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #5 from Bushido <stanwell(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #6 from Bushido <stanwell(a)gmx.de> 2007-10-05 14:33:38 --- sorry this is the link http://www.zshare.net/download/4037147b3f0151/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Component|test |wine-ole -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #7 from Vitaliy Margolen <vitaliy(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-05 15:26:45 --- Duplicate, forgot to mark it *** This bug has been marked as a duplicate of bug 9813 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Bushido <stanwell(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |REMIND --- Comment #9 from Bushido <stanwell(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|REMIND |DUPLICATE --- Comment #10 from Vitaliy Margolen <vitaliy(a)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 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-05 15:57:07 --- Closing DO NOT reopen! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #12 from Bushido <stanwell(a)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" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9909 --- Comment #13 from James Hawkins <truiken(a)gmail.com> 2007-10-05 16:42:21 --- That fixme has nothing to do with the bug. Please stop posting in a closed bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9909 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |-unknown -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org