Search code examples
macosapachexampp

Error starting "XAMPP" stack: cannot calculate MAC address: signal killed


I recently installed XAMPP-VM on my Mac. I am encountering a problem whenever I click Start in the General tab. Log tab shows that...

INFO: Starting "XAMPP" stack

ERROR: Error starting "XAMPP" stack: cannot calculate MAC address: signal: killed

As an individual who is not knowledgeable of such error, could someone explain what this error means and how to fix it? General TabError encounterLog Tab


Solution

  • I had the same problem and fixed it.

    You have to close xampp, then type on your terminal:

    rm -rf ~/.bitnami/stackman 
    

    And open xampp again.

    Hope it works for you :) .