[Bug 19016] New: Unhandled type TKIND_COCLASS in oleaut serialze_param() and deserialize_param()
http://bugs.winehq.org/show_bug.cgi?id=19016 Summary: Unhandled type TKIND_COCLASS in oleaut serialze_param() and deserialize_param() Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: joshudson(a)gmail.com fixme:ole:serialize_param unhandled switch cases tattr->typekind 5 This causes Word Automation from .NET to not work. Tell me how to get what logs you want and I'll be happy to provide them. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Summary|Unhandled type |Word Automation from .NET |TKIND_COCLASS in oleaut |does not work |serialze_param() and | |deserialize_param() | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #1 from Joshua <joshudson(a)gmail.com> 2009-06-21 21:05:53 --- Info lost in previous edit: Unhandled type 5 is TKIND_COCLASS -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #2 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-06-22 07:03:17 --- Is this app available for download? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #3 from Joshua <joshudson(a)gmail.com> 2009-06-22 14:20:27 --- No it's not but I can provide an isolated test case in a day or so. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #4 from Joshua <joshudson(a)gmail.com> 2009-06-22 20:55:45 --- Created an attachment (id=21957) --> (http://bugs.winehq.org/attachment.cgi?id=21957) Word automation tester Word automation tester. * Install .NET Framework 2.0 * Install Word 2003. IMPORTANT: Choose .NET Programmability Support under tools. If the option is not present, cancel out of the install and do step 1 first. * Run the program with whatever logging is desired. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #5 from Joshua <joshudson(a)gmail.com> 2009-06-22 20:58:05 --- Created an attachment (id=21958) --> (http://bugs.winehq.org/attachment.cgi?id=21958) Word automation tester source This is very big because of WORDPIA.BIN, which resolves the reference to Word at compile time (it is Microsoft-provided WORDPIA.DLL renamed to .BIN due to a bug in ASPX). At runtime, the appropriate DLL is fetched from the GAC if possible. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski(a)gmail.com --- Comment #6 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2010-01-29 15:07:08 --- FWIW, typekind 5 is TKIND_COCLASS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2010-09-06 08:48:45 CDT --- Jan Ohlsen filed a patch, http://www.winehq.org/pipermail/wine-patches/2010-September/092976.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 08:03:36 CDT --- It seems that patch was not commited so I guess the bug is still present in latest version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #9 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2013-07-24 01:16:20 CDT --- (In reply to comment #7)
Jan Ohlsen filed a patch, http://www.winehq.org/pipermail/wine-patches/2010-September/092976.html
This patch has some issues before it would be accepted. . Whitespace not consistent. . C++ style comment . if(!hr) isn't correct. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 Marcus Meissner <marcus(a)jet.franken.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus(a)jet.franken.de --- Comment #10 from Marcus Meissner <marcus(a)jet.franken.de> --- Could someone with word try this again? perhaps its fixed already with all the COM and IDL work in the last 4 years -- 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.
http://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #11 from Joshua <joshudson(a)gmail.com> --- I can confirm that this bug is still unfixed in wine 1.7.12. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com, | |jactry92(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #12 from super_man(a)post.com --- patching file dlls/oleaut32/tmarshal.c Hunk #1 succeeded at 859 (offset 135 lines). Hunk #2 succeeded at 921 (offset 135 lines). Hunk #3 succeeded at 1173 (offset 137 lines). Hunk #4 succeeded at 1248 (offset 137 lines). so the patch havent been merged. 1.7.53 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #13 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Created attachment 52674 --> https://bugs.winehq.org/attachment.cgi?id=52674 The patch against GIT. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |udippel(a)gmail.com --- Comment #14 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- *** Bug 38202 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |STAGED CC| |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Ever confirmed|0 |1 Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/oleaut32-TKIND | |_COCLASS -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #15 from Vijay Kamuju <infyquest(a)gmail.com> --- Please rebase and send the patch to wine-patches(a)winehq.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #16 from super_man(a)post.com --- A fix related to this was committed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #17 from Sebastian Lackner <sebastian(a)fds-team.de> --- (In reply to Vijay Kamuju from comment #15)
Please rebase and send the patch to wine-patches(a)winehq.org
We are currently during a code freeze, which means each change needs convincing arguments. In this case I'm not sure if my tests are convincing enough, to ensure it doesn't break something else. (In reply to super_man from comment #16)
A fix related to this was committed.
No, only a first set of tests. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #18 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, one part of the Wine-Staging patchset referenced here that is 'ITypeInfo_fnInvoke' support for coclass objects (TKIND_COCLASS) in arguments is also needed for Visilogic 8.0 I've created bug 39799 to track this separately (marshalling is not involved). Dmitry says the current patch https://github.com/wine-compholio/wine-staging/blob/master/patches/oleaut32-... still contains some issue (https://bugs.winehq.org/show_bug.cgi?id=12688#c11) and fixing that allows Visilogic to proceed further. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #52674|0 |1 is obsolete| | --- Comment #19 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Comment on attachment 52674 --> https://bugs.winehq.org/attachment.cgi?id=52674 The patch against GIT. Staging patches provide a better implementation. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 --- Comment #20 from udippel <udippel(a)gmail.com> --- Sorry, but I'm too far away from the development process to understand the most recent posts. I was the poster of a duplicate. Now I wonder if there is any pre-compiled version that I could test? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/oleaut32-TKIND |er/patches/oleaut32-TKIND_C |_COCLASS |OCLASS -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED CC| |z.figura12(a)gmail.com Fixed by SHA1| |5d44b1d4bd21b6f36bc50bdef1e | |7afaa0f6d4b83 Resolution|--- |FIXED --- Comment #21 from Zebediah Figura <z.figura12(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/5d44b1d4bd21b6f36bc50bdef1.... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=19016 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.21. -- 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