Не запускался установщик на m4 max. с ошибкой
Цитата:
The operation couldn’t be completed. (com.apple.installer.pagecontroller error -1.)
Couldn’t open “baldur_s_gate_3_english_BG3_MacOS_v4_1_1_6072089_Gold.pkg”.
Вот инструкция найденная на одном из форумов. Нужно пересобрать установщик. Мне помогло.
У меня был нюанс - не собирался заново пакет. Зависал терминал и пкг весил ноль. Помогло пересборкой на внутреннем ссд.
Цитата:
I found the problem with the installer. If you are handy with the Mac terminal, you can fix it.
If you use pkgutil to expand the .pkg file:
pkgutil --expand baldurs_gate_iii/baldur_s_gate_3_english_BG3_MacOS_v4_1_1_6072089_Gold.pkg ./bg3_eng
You'll see in the bg3_eng directory:
Distribution
Resources
package.pkg
If you look in the Distribution file, you'll see the line:
<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64”/>
The quote at the end is a smart quote, not a straight quote. Change it to a straight quote.
Then rebuild the package:
pkgutil --flatten bg3_eng bg3_eng.pkg
Then copy the file bg3_eng.pkg into the baldurs_gate_iii directory and double-click it. The installer should then work.
Кому кажется сложным - идем общаться с чатом джипити.
Если не запускается игра после выбора ARM мне помогло следующее.
либо просто в терминале прописываем
arch -arm64 "/Volumes/
WD_BLACK SN770 2TB/Application/Baldur's Gate 3.app/Contents/MacOS/Baldur's Gate 3 GOG"
либо
создаем plain text в textedit. создаем
#!/bin/bash
arch -arm64 "/Volumes/
WD_BLACK SN770 2TB/Application/Baldur's Gate 3.app/Contents/MacOS/Baldur's Gate 3 GOG"
далее в терминале
chmod +x ~/Desktop/BG3_ARM.command
далее с этого файла запускаемся