Windows – Zoom meetings fail, error code 1132

windowszoom-meeting

A few days ago, my Windows 10 PC became unable to do Zoom meetings, either as a host or guest. When I try to start or join a meeting, I get an error message like "The meeting has an unexpected error. Error code 1132".

I'm not the only person this is happening to. The same issue is being discussed in a Reddit thread titled Zoom error code 1132. I can still use Zoom from all other devices in my house (Macs and iPhones).

One guy in the Reddit thread claimed that resetting his laptop to factory settings fixed the problem, but that isn't an option for me.

I cannot find any documentation on what error code 1132 might mean as related to Zoom at their site. If it is a Windows error code, it apparently means:

ERROR_MAPPED_ALIGNMENT 
1132 (0x46C)
The base address or the file offset specified does not have the proper alignment.

Any ideas how I can fix this?

Best Answer

This is using an elephant gun to swat a fly; I suggest trying other solutions first, but since I have no solution for the mystery 1132 error (and apparently neither does Zoom right now...)

Use Ubuntu on your PC alongside Windows, without removing Windows. Ubuntu's installer has a specific option for this, and Zoom supports Ubuntu Linux. Then, you can reboot your PC into Linux, use your PC with Zoom, and access files in your Windows filesystem as needed during the teleconferences.

There are multiple different flavours of Ubuntu available to choose from at https://ubuntu.com/download/flavours ; some are more Mac-like, such as Ubuntu Budgie. They all are downloaded and created in the same way; almost all use the same installer program, and those which don't ask the same questions during install.

You do not need to actually install Ubuntu to use it; it will run from your LiveUSB (more on that below) without disturbing your Windows operating system, programs, or data files. You can also access your Windows data files with Ubuntu's programs (like using Ubuntu's LibreOffice Calc to open an Excel spreadsheet or Libreoffice Write to open a Word document).

Now, let's make a LiveUSB.

Download Ubuntu's ISO file at https://ubuntu.com/download

Next, check for download errors by https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu

Create a LiveUSB following these instructions on your Windows PC https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0

A 4GB or larger USB flash drive AKA pen drive is required to make the LiveUSB; it will erase whatever's on the USB flash drive, so make sure nothing's on there before doing this!

Larger flash drives let you set up 'persistence' so you can add programs to the LiveUSB and use them the next time you reboot, or save data files on the LiveUSB you may have downloaded or copied from your Windows drive.

LibreOffice and many other Ubuntu Linux apps (included, free) are interoperable with Microsoft Office and many other Windows apps; you can open a Microsoft Office file, edit it and save it with LibreOffice, then come back later and use it again with Microsoft Office.

Once you make a LiveUSB, you can either boot your PC with it and use Ubuntu on it without installing. Yes, this gives you an emergency backup in case Windows completely crashes, one you can use on any PC (or Intel Mac) in your household. If that's all you want, you never need to install Ubuntu Linux on your PC, just use it.

=

If you want to install Ubuntu on your PC alongside Windows, follow these steps https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop

When you get to step 6, Allocate Disk Space, choose the first option, Install alongside Windows and tell it to give 30 GB to Ubuntu. It will automatically shrink the NTFS filesystem of Windows and make its own Linux ext4 filesystem to put the Ubuntu OS in.

When it asks where to put GRUB, tell it /dev/sda (not /dev/sda1) or /dev/nvme0 if your PC has an NVMe (aka PCIe) SSD instead of the traditional SATA SSD or HDD.

When it completes, it will reboot your PC and thereafter give you the choice of booting into Ubuntu or into Windows each time you reboot or power up.

Superuser.com has an allied Q&A specialty site just for Ubuntu and its flavours at https://askubuntu.com for questions and free support, or you can ask and get help here.

Related Question