WowLegacyCore / HermesProxy

A World of Warcraft connection Proxy for VMaNGOS & CMaNGOS.
GNU General Public License v3.0
304 stars 97 forks source link

M1 MacOS AesGcm not supported, considering incorrect path after brew install #366

Open wellswei opened 3 months ago

wellswei commented 3 months ago

Macbook M1, brew installed openssl@3, issue remaining:

12:18:53 | Storage | Server | New: /Applications/WoW Private/HermesProxy-MacOS-v3.10 12:18:54 | Error | Server | AesGcm is not supported on your platform 12:18:54 | Error | Server | Since you are on MacOS, you can install openssl@3 via homebrew 12:18:54 | Error | Server | Run this: brew install openssl@3 12:18:54 | Error | Server | Start Hermes: DYLD_LIBRARY_PATH=/opt/homebrew/opt/openssl@3/lib ./HermesProxy

0blu commented 3 months ago

How did you execute HermesProxy after you installed openssl?

jedlirad commented 3 months ago

Having same issue. I found my openssl folder is /opt/homebrew/opt/openssl@3.2/lib ...is is OK since error is reffering to version 3?

0blu commented 3 months ago

Does it work if you run DYLD_LIBRARY_PATH=/opt/homebrew/opt/openssl@3.2/lib ./HermesProxy?