https://bugs.winehq.org/show_bug.cgi?id=54902
Bug ID: 54902 Summary: Zoom Meeting screen sharing shows black screen Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: zhaxok@gmail.com Distribution: ---
After running Zoom screen sharing on Wine, which uses Microsoft's LRPC communication mechanism, the server received the client's request to call the corresponding callback function, but the response RPC_BINDING_HANDLE value was empty, causing the client to not get the correct value, resulting in a black screen. How to solve this?
https://bugs.winehq.org/show_bug.cgi?id=54902
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Component|rpc |-unknown Ever confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com --- Wine version?
Please attach the terminal output.
https://bugs.winehq.org/show_bug.cgi?id=54902
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |rpc
https://bugs.winehq.org/show_bug.cgi?id=54902
zhaxok zhaxok@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zhaxok@gmail.com
--- Comment #2 from zhaxok zhaxok@gmail.com --- Created attachment 74417 --> https://bugs.winehq.org/attachment.cgi?id=74417 log output with rpc
wine version is wine-7.12-660-g816b1ced5d1.And I tried the latest 8.2 version also have problem.