Hey all, just got 6.1 setup and attempted to run the client on my Linux box so I can check on renders. I’m running Ubuntu 13.04 (I know 12.04 is last officially supported version) and Mono 2.10.8.1 but I’m getting the following message when I attempt to start the launcher:
sudo ./deadlinelauncher
Missing method Contains in assembly /opt/Thinkbox/Deadline6/bin/deadline.dll, type System.Linq.Enumerable
Missing method Contains in assembly /opt/Thinkbox/Deadline6/bin/deadline.dll, type System.Linq.Enumerable
Exception on Startup: System.IO.FileNotFoundException: Could not load file or assembly ‘System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ or one of its dependencies.
File name: ‘System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’
at Deadline.Configuration.DeadlineConfig.GetIniFileSetting (System.String key, System.String defaultValue) [0x00000] in :0
at Deadline.Configuration.DeadlineConfig.GetSlavePath (System.String defaultPath) [0x00000] in :0
at Deadline.IO.DeadlineClientPath.GetDeadlineClientSlavePath (System.String slaveName) [0x00000] in :0
at Deadline.Configuration.DeadlineConfig.InitApplication (Boolean delayLoadPython) [0x00000] in :0
at a.a (System.String[] A_0) [0x00000] in :0
Deadline Slave will now exit.
Thanks for any help.