Mac Client - PoE Repeat Crashing - Macbook Pro M4 Max

+1
+1
+1
+1
+1
While we wait, I turned the previous instructions into a shell script via ChatGPT.


#!/bin/bash

# Get current user
USER=$(whoami)

# Define paths
POE_DIR="/Users/$USER/Library/Application Support/Path of Exile"
STEAM_POE_DIR="/Users/$USER/Library/Application Support/Steam/steamapps/common/Path of Exile"

# Change to the Path of Exile directory
cd "$POE_DIR" || exit 1

# Copy and unzip update
cp update.dat update.zip
unzip -o update.zip

# Copy the .app to the Steam directory
cp -R "Path Of Exile.app" "$STEAM_POE_DIR"

# Fix permissions and sign the app
sudo xattr -cr "$STEAM_POE_DIR/PathOfExileClient.app"
sudo codesign --force --deep --sign - "$STEAM_POE_DIR/PathOfExileClient.app"

# Launch the game
"$STEAM_POE_DIR/Path Of Exile.app/Contents/MacOS/Path of Exile"
+1
+1
as we are counting

+1
+1

Report Forum Post

Report Account:

Report Type

Additional Info