Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
FIX: PD 18 Starting Bootloop
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuChenly committed Aug 21, 2023
1 parent 79faf9d commit 2bef9cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ EA7E-8888

PD18 说明与注意事项:<br>

1. 注入后先运行"Launch Parallels_原神.command",PD将会自动启动。
2. 打开PD后不要运行虚拟机,确认已经激活后运行"Launch Parallels_启动.command",提示操作已成功完成即可使用虚拟机。
3. 每次打开PD都要重复步骤1、2才能完美使用。步骤2执行一次之后只要PD你没有退出,就可以直接使用PD不需要再去执行步骤1、2。
4. 总结: 原神,启动!
1. 注入后先不要打开PD, 去运行"Parallels_原始人_起洞.command", PD将会自动启动。
2. 每次打开PD都要重复步骤1才能完美使用。步骤1执行一次之后只要PD你没有退出, 就可以直接使用PD不需要再去执行步骤1。
3. 总结: 原始人,起洞!

灵感和解决思路来自于:<br>
仓库: https://github.com/trueToastedCode/ParallelsLab/tree/%3E18.1.1-53328-lab<br>
Expand Down
7 changes: 0 additions & 7 deletions tool/Launch Parallels_启动.command

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PDFM_DIR="/Applications/Parallels Desktop.app"
PDFM_DISP_DST="${PDFM_DIR}/Contents/MacOS/Parallels Service.app/Contents/MacOS/prl_disp_service"
PDFM_DISP_PATCH="${PDFM_DISP_DST}_patched"
PDFM_DISP_BCUP="${PDFM_DISP_DST}_backup"

if [ "$(pgrep -x prl_disp_service)" != "" ] && [ "$(pgrep -x prl_client_app)" != "" ]; then
open "${PDFM_DIR}"
Expand All @@ -11,3 +12,8 @@ fi

sudo cp -f "${PDFM_DISP_PATCH}" "${PDFM_DISP_DST}"
open "${PDFM_DIR}"

sleep 2


sudo cp -f "${PDFM_DISP_BCUP}" "${PDFM_DISP_DST}"

0 comments on commit 2bef9cf

Please sign in to comment.