PlayOnMac 4.4.3 cannot locate netcat
Opened this issue · 1 comments
madprogramer commented
Expected behavior
PlayOnMac after a clean install should at least be able to launch. But despite netcat being installed on the system, PlayOnMac is somehow unable to locate it.
Actual behavior
PlayOnMac quits immediately after dropping the following message:
PlayOnMac cannot find nc (from NetCat)
You need to install it to continue
Steps to reproduce
- Download the PlayOnMac 4.4.3 Release
- Move package inside .dmg to applications.
- Attempt to run PlayOnMac, either by clicking or through terminal.
System information
- PlayOnMac 4.4.3. Release
- MacOS Monterey (12.4)
- Java Version :1.8.0_321
- netcat installed under:
- /usr/local/bin/nc
- brew
madprogramer commented
Discovery: This appears to be a side-effect of Node.js missing from the system. Perhaps the error message should be updated accordingly or a new warning added.