External DVD Drive, Amicool USB 3.0 Type-C CD DVD +/-RW Optical Drive USB C Burner Slim CD/DVD ROM Rewriter Writer Reader Portable for PC Laptop Desktop MacBook Mac Windows 7/8.1/10 Linux OS Apple 4.4 out of 5 stars 16,043. First, verify that the application is on your machine. Look for “Messages” in Spotlight Search or via your Applications folder. In case you do not have Messages installed, verify that you are running OS Mountain Lion (10.8) or higher. If not, download the latest OS that your Mac computer allows. Using bootcamp, any Mac user can run a Windows OS of their choice within their Mac OS, giving added virus protection etc. Using bootcamp, you now can have Windows capability for those odd programs that don’t have a Mac version, but you won’t have to sacrifice stability of your entire computer.
VLC media player requires Mac OS X 10.7.5 or later. It runs on any Mac with a 64-bit Intel processor or an Apple Silicon chip. Previous devices are supported by older releases.
Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Please use version 2.0.10 linked below.
If you need help in finding the correct package matching your Mac's processor architecture, please see this official support document by Apple.
Support for NPAPI plugins was removed from all modern web browsers, so VLC's plugin is no longer maintained. The last version is 3.0.4 and can be found here. It will not receive any further updates.
We provide older releases for users who wish to deploy our software on legacy releases of Mac OS X. You can find recommendations for the respective operating system version below. Note that support ended for all releases listed below and hence they won't receive any further updates.
Use VLC 2.2.8. Get it here.
Use VLC 2.0.10. Get it for PowerPC or 32bit Intel.
Mac OS X 10.4.7 or later is required
Use VLC 0.9.10. Get it for PowerPC or Intel.
QuickTime 6.5.2 or later is required
Use VLC 0.8.6i. Get it for PowerPC.
Use VLC 0.8.4a. Get it for PowerPC.
Use VLC 0.7.0. Get it for PowerPC.
I have a penchant for VirtualBox because it gives me a playground for experimentation.
I can intentionally install viruses in the virtual machine (called the guest OS) with little fear of my real computer (the Host OS) getting infected. I can install entire virtual networks with little trepidation of breaking my real network. And I can test out different operating system before changing my Host OS to that OS.
It’s great.
But the other day something odd happened after I spun up my VM…
The guest OS launched fine, well for the first 10 seconds, but then it unceremoniously burped up an error about Guru Meditation?
If you’ve ever seen this error, it’s pretty disconcerting and hard to dismiss. You only have two options:
You can click OK or hit Ignore but both usually return the same result: the application quits. When you launch it again, it barfs up the same rude error you tried to avoid.
Some crazy spiritual stuff about a meditating guru.
What’s all this about?
The first time I ever saw this error, I envisioned a Tibetan monk, perched on his aerie ledge in the Himalayas. His legs are crossed Indian style and his wrists are propped face-up on his knees. I don’t know why but that’s the first thing that comes to my mind.
I did some research on this and it turns out the phrase “Guru Meditation” finds its origins from one of the first personal computers called the Amiga. Sold by Commodore in the mid 80’s, these relics of time would sometimes spit up Guru Meditation errors on software failure.
Guru Meditation refers to an error so arcane that you were basically forced to look for a Guru to fix the problem.
Today, you going to help you become a little more Guru when I show you how to fix this positively baffling error. I promise you my solution doesn’t involve meditation, burning incense or any obscure incantations. With the alchemy of a little common sense and some patience we can fix this problem in no time.
Instead of being solemn about this recondite message, let’s get a little goofy and have fun finding the answer.
Nine times out of Ten when you see a “Guru Meditation” error in Virtualbox it’s related to your system memory. But we don’t have to guess. VirualBox logs all errors to a little file aptly named Vbox.log.
Let’s check it out.
I’m logged into my computer with user account vhudson and my Virtual Machine is simply named “Windows 8.1” so my log file is located here:
Just replace “vhudson” with your computer username and “Windows 8.1” with the name of that refractory VM that keeps going bonkers.
Let’s take a look in here to see what’s going on.
Open VBox.log in Notepad and press Ctrl + End key on your keyboard to zip down to the last line. You should see the Guru Meditation stuff in proximity to the last line. If not, just press Ctrl + f and enter the phrase “Meditation”
There’s a lot of abstruse test in the log but if you look closely you can probably figure out what happened.
I highlighted the last two lines.
It says:
and then this:
The errorID in the first line is telling us the memory on the Host OS is low.
Hmm… so why is that?
Press Ctrl + Shift + Esc to open the Windows Task Manager.
Whoa!
You’ll probably see something similar to the above screenshot. The memory value is almost at the ceiling. I’ve got a total of 8GB of RAM on my Host OS and I’m at 7.6GB (which is only 96% full!)
Alright, so now we need to find out what’s specifically causing the problem.
If you click over to the Process tab and sort by Memory you may find the culprit. A bunch of chrome.exe processes are usually near the top of the list busy slurping up memory, but in my case none had the avarice to debilitate my computer.
I can’t blame Chrome today because after closing VirtualBox I noticed an immediate drop in memory usage. The graph took a veritable nose dive.
Ah, so VirtualBox is killing VirtualBox?
I exonerated Chrome by my new discovery and decided to take a closer look at the VirtualBox settings.
In VirtualBox, select your intractable VM from the left pane and then press Ctrl + s to open the Settings pane.
Click System in the left navigation and check out the Base Memory slider on the right side.
My poor VirtualBox was attempting to allocate half of my physical memory to the VM.
Ultimately, I was apportioning too many resources to VirtualBox. After changing the value from 4096 MB (4GB) to 2048 (2GB), my Guru Meditations went poof!
If you notice VirtualBox is experiencing an accretion of errors lately, check out Vbox.log. A quick look inside will often point you in the right direction. Even if the error isn’t immediately obvious, you could always copy the error and paste it into Google to see what other people did to fix it.
In the case of Guru Meditation, you’ll usually find that you can fix the problem by managing your memory allocations to the guest OS. Try decreasing the base memory value by half and see what happens.
I hope this helped you! If so, please share the goodness in the comments below. Oh, and if it didn’t help let me know too. I like bad news just as much as good news. I really want to make sure VirtualBox works for you.