alexholliz
alexholliz
Ok, I just solved this: I changed: `TRANSCODER_DIR = "/Applications/Plex Media Server.app/Contents/"` to: `TRANSCODER_DIR = "/Applications/Plex Media Server.app/Contents/MacOS/"`
I also noticed this needed to be changed for OSX: `SETTINGS_PATH = "~/Library/Preferences/com.plexapp.plexmediaserver"` to: `SETTINGS_PATH = "~/Library/Preferences/com.plexapp.plexmediaserver.plist"`
Note: I can't run a: `prt check_config` on either paths in the above comment. The error is as follows: `Performing PRT configuration check ERROR: Couldn't open settings file - ~/Library/Preferences/com.plexapp.plexmediaserver.plist`
Of course! Duh. So right now your Master and Slave both need to be the same platform, or at the very least have the same paths to the external libraries....
I'll give that a go and report back
I was actually pretty confused on how to statically set the FFMPEG libraries on the ubuntu machine, any idea where I should look for that?
I also noticed that I don't have a prt.log on my ubuntu machine. Is there somewhere I should look for that specifically? mlocate couldn't find it.
Looking through those logs, I'd say this is 9/10 an OpenRA problem. Here's a link to the issue in their repo: https://github.com/OpenRA/ra2/issues/388
Noticed a few more errors during installation: ``` Remove-Item : Cannot find path 'C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\OpenRA-bleed\OpenRA.GameMonitor' because it does not exist. At C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\install.ps1:379 char:2 + Remove-Item -Recurse .\data\windows\OpenRA-bleed\OpenRA.GameMonit ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +...
[tibsunra2_install.txt](https://github.com/Fincer/openra-tibsunra2/files/1046695/tibsunra2_install.txt) Attached log, There's a bunch of .NET 4.5 warnings, but running the .NET 4.5 installer just tells me it's already installed.