VMware Workstation

 View Only
  • 1.  VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Posted Feb 27, 2026 05:32 AM
      |   view attached

    VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    I'm on Ubuntu 26.04, Gnome 50 pure wayland

    How I can fix it?

    I'm attaching the logs on this post



    -------------------------------------------

    Attachment(s)

    log
    mksSandbox.log   57 KB 1 version


  • 2.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Broadcom Employee
    Posted Feb 27, 2026 05:54 AM

    Hyphaed Specific to Ubuntu we have support till the latest Released Ubuntu 24.04.4.

    Looks like Ubuntu 26 is not officially released yet. Once it is released, requesting you to try on that.

    Also please update to the latest Workstation 25H2u1 and let us know if the issue still persists.

    -------------------------------------------



  • 3.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Posted Feb 28, 2026 08:03 PM

    I'm already using VMware® Workstation Pro 25H2u1

    Shouldn't be ready for Ubuntu 26.04 ?  Ubuntu 26.04 is a major LTS version to be released in few weeks, beta is coming now in March, in my opinion a healthy roadmap develop cycle will have Workstation to test now that beta is about to start 

    -------------------------------------------



  • 4.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Posted Feb 28, 2026 08:04 PM

    I'm already using ; VMware® Workstation Pro 25H2u1

    Shouldn't that be ready for Ubuntu 26.04 release, in few weeks? 26.04 is a major LTS version

    -------------------------------------------



  • 5.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Broadcom Employee
    Posted Mar 02, 2026 12:07 AM

    Hyphaed Request you to recreate the issue and share full support bundle of the affected VM.

    -------------------------------------------



  • 6.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Broadcom Employee
    Posted Mar 02, 2026 02:21 PM

    Per your other thread, it looks like you already solved this (please don't post duplicate threads).

    For anyone else who comes across this in the future, this is the same as https://community.broadcom.com/vmware-cloud-foundation/discussion/sudden-ui-exit-on-arch-linux which was fixed in xkb.

    -------------------------------------------



  • 7.  RE: VMWare workstation crashes when I tell going full screen and/or guest machine grabs the mouse

    Posted 9 days ago

    In cas this helps anyone else falling onto this thread: I installed a fresh Kubuntu 26.04 and latest VMWare workstation had this problem. The OS had the patched library but somehow AppLoader insisted in loading the bundled libraries from /usr/lib/vmware/lib. The libX11.so.6 included with VMWare workstation bundle does NOT have the patch yet. I solved the crash by copying my fresh system library over to the vmware lib directory:

    sudo diff /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/vmware/lib/libX11.so.6/



    -------------------------------------------