

I'm no expert on PlayOnMac so any help you have would be much appreciated. (I'm no tech expert), but the issue seems to involve executables in playonmac and their interactions with MacOS. POL_SetupWindow_message "$(eval_gettext '\nInstallation is finished ! :)')" "$TITLE" POL_Shortcut_InsertBeforeWine "$TITLE" "POL_Wine start /unix swtor_fix.exe POL_Message_OSXFlicker POL_Shortcut "launcher.exe" "$TITLE" "" "" "Game " # Set customized settings for the Launcher #Ĭat "$(find.

POL_Wine -ignore-errors "$SETUP_EXE" "/q" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM" POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL" Mkdir -p "$WINEPREFIX/drive_c/users/$USER/Local Settings/Application Data/SWTOR/swtor/settings"Ĭd "$WINEPREFIX/drive_c/users/$USER/Local Settings/Application Data/SWTOR/swtor/settings" # Push window resolution into the game's settings file # # Set window the resolution to use for the game # # Asking about memory size of graphic card # Set Graphic Card (useful if laptop with dual GPU) POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_SetupWindow_presentation "$TITLE" "LucasArts & Bioware" "" "Quentin PÂRIS" "$PREFIX" POL_GetSetupImages "$PREFIX/top.jpg" "$PREFIX/left.jpg" "$TITLE" GAME_VMS="256" # Minimum MB of VRAM required on the GPU (according the 'readme.txt' after installation). # - Add msls31 (because riched30 added a crash because msls missing). # - Add riched30 (because errors found in the POL's installation log, Wine 4.11) # - Add winhttp because several reports in recommend it. # - d3dx9 update to d3dx9_43 + d3dcompiler_43 # - Upgrade wine 4.3 to 4.12.1 (many bug fixes) # - Add POL_RequiredVersion (mainly because of Wine 4.3) # - Add client_settings.ini modification (for a quick first start, without it can take up to 1 hour) # - Add Set_Desktop (to avoid display problems in the system and game) # - launcher-settings different changes and add language selection # - swtor_fix.exe re-inserted (without it does not start properly) # Distribution used to test : Xubuntu 18.04 圆4
