http://bugs.winehq.org/show_bug.cgi?id=13558
Summary: part of the VARIANT data lost during OLE Automation data transport Product: Wine Version: 1.0-rc2 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: maihuaz@hotmail.com
We have a client-server application that uses OLE automation as transportation mechanism. The data type we use is VARIANT var. Code snippet looks like this on client side: LPSAFEARRAY psa; VARIANT var; VariantInit( &var ); var.vt = VT_ARRAY | VT_UI1; var.parray = psa;
On server side, we can get the var.vt part correctly, but the var.parray is NULL, it gets lost during the transport.
I have attached error log from client side for your reference.
Thanks.
Michael
http://bugs.winehq.org/show_bug.cgi?id=13558
--- Comment #1 from Michael Zhang maihuaz@hotmail.com 2008-05-30 15:18:23 --- Created an attachment (id=13499) --> (http://bugs.winehq.org/attachment.cgi?id=13499) error logs from client side
http://bugs.winehq.org/show_bug.cgi?id=13558
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #2 from Austin English austinenglish@gmail.com 2008-05-30 15:40:29 --- Not a blocker.
Can you attach a small test app (source and binary) showing the problem?
http://bugs.winehq.org/show_bug.cgi?id=13558
--- Comment #3 from Michael Zhang maihuaz@hotmail.com 2008-06-02 12:43:01 --- (In reply to comment #2)
Not a blocker.
Can you attach a small test app (source and binary) showing the problem?
Sure. It might be a couple of days before I can get back to you with a test app. Regards,
Michael
http://bugs.winehq.org/show_bug.cgi?id=13558
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-01 02:12:11 --- Is this still an issue in current (1.1.9 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13558
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #5 from Austin English austinenglish@gmail.com 2009-06-02 10:43:31 --- Abandoned. If you still have an issue in current (1.1.22 or newer) wine and can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=13558
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com 2009-06-02 10:46:17 --- Closing.