Error starting "XAMPP" stack
INFO: Starting "XAMPP" stack
ERROR: Error starting "XAMPP" stack: cannot calculate MAC address: Using fd 9 for I/O notifications
hv_vm_create HV_ERROR (unspecified error)
When I tried to run XAMPP for macOS for the first time on macOS Big Sur, I got the above error.
Solution:I had to downgrade from 8.0.8 / PHP 8.0.8 to 7.3.29 / PHP 7.3.29

cannot calculate MAC address
Have Questions? Post them here!
More Posts related to PHP,
- PHP Code for sending Emails
- PHP drag and drop file upload tutorial using dropzone.js
- Delete file using PHP code : unlink()
- Save current timestamp in MySQL using PHP mysqi binding
- Failed to load resource: net::ERR_CACHE_MISS PHP
- PHP Warning: Cannot modify header information - headers already sent
- PHP header location function not called
- How to destroy PHP session()
- Upload docx file using PHP script
- Call PHP function on Button click using jquery ajax
- Upload Pdf file using PHP Script
- 403 forbidden error for Image
- PHP Base64 encoding decoding a variable
- PHP 301 Redirect Permanently
- Copy file from one directory to other in Php
- PHP Script to Upload Images to Server
- Installing vue.js in Laravel 8
- PHP Fatal error : Call to a member function bind_param() on a non-object
- PHP.ini: How to Remove URL Forward Slash Before Single or Double Quotes
- macOS - cannot calculate MAC address: Using fd 9 hv_vm_create HV_ERROR [PHP XAMPP]
More Posts:
- pip/pip3 ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied - PIP
- Display Output in Java Console as a Table - Java
- How to Restart Mac using Terminal Command - MacOS
- Integrating Android Facebook SDK 3.17.2 Tutorial - Android
- How to start or open a new bourne-again shell (bash) session on Windows using Command Line CMD - Bash
- Change the default login shell on macOS Ventura 13.0 - MacOS
- Sorting an array using Bubble Sort in Python Programming - Python
- How to Copy Entire Directory to another Directory in Linux - Linux