Advertisement
Guest User

Mac Issue Workaround

a guest
Jan 8th, 2016
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. The issue with the Mac Launcher is that a few things needed by the launcher aren't installed, we are currently working on sending out a fix to correct this. However, until we do so the following solution is a workaround.
  2.  
  3. Please open up an application on your Mac computer named "Terminal". This can be found by a quick search in Spotlight. After opening Terminal, paste in the following line and press the "return/enter" key on your keyboard. Ensure that you have copied all of it into Terminal on one line before pressing "enter/return":
  4.  
  5. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  6.  
  7. After it finishes installing "brew", paste in the following line and press the "return/enter" key on your keyboard:
  8.  
  9. brew install openssl
  10.  
  11. After it finishes installing "openssl", paste in the following line and press the "return/enter" key on your keyboard:
  12.  
  13. brew link openssl --force
  14.  
  15. After it finishes linking "openssl", you should be able to log into The Legend of Pirates Online's Alpha on your Mac computer!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement