I installed the latest version off your site, to run in free mode.
when I launch the app it opens x11, then the app starts to open (the icon appears in the task bar)
then it instantly closes… no explanation…
deadline 5.1.46114
osx 10.6.8
mono 2.6.7 (i think… not sure how to test that it’s installed correctly)
any insight would be appreciated
thanks
You can confirm that mono is installed properly by opening up a terminal and running this:
mono -V
This will print out the version info. Feel free to post the output for us to have a look.
We can also use the terminal to try and figure out why Deadline isn’t launching. Deadline should be in your PATH, so you can just run this:
deadlinemonitor
If it can’t find that problem, just run the full path:
/Applications/Deadline/Resources/bin/deadlinemonitor
If it crashes, it should print out some info to the terminal, which you can post here as well.
Cheers,
thanks
so what does this mean? ha-ha
[code]wb-mac-a1:~ jeremy$ mono -V
Mono JIT compiler version 2.10.8 (tarball Mon Dec 19 17:43:18 EST 2011)
Copyright © 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: normal
Notification: kqueue
Architecture: x86
Disabled: none
Misc: debugger softdebug
LLVM: yes(2.9svn-mono)
GC: Included Boehm (with typed GC)
wb-mac-a1:~ jeremy$
[/code]
wb-mac-a1:~ jeremy$ deadlinemonitor
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using built-in colorscheme
System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level
Deadline Monitor 5.1: GdipCreateFromXDrawable_linux (System.EntryPointNotFoundException)
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdipCreateFromXDrawable_linux (intptr,intptr,intptr&)
at System.Drawing.Graphics.FromXDrawable (IntPtr drawable, IntPtr display) [0x00000] in <filename unknown>:0
at System.Drawing.Graphics.FromHwnd (IntPtr hwnd) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.GetAutoScaleSize (System.Drawing.Font font) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI.GetAutoScaleSize (System.Drawing.Font font) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Form.GetAutoScaleSize (System.Drawing.Font font) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0
at FranticXForms.CustomControls.CustomForm..ctor () [0x00000] in <filename unknown>:0
at FranticXForms.Forms.SplashScreen..ctor (System.Drawing.Bitmap bitmap) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) FranticXForms.Forms.SplashScreen:.ctor (System.Drawing.Bitmap)
at FranticXForms.Forms.SplashScreen.ShowAsynch (System.Drawing.Bitmap bitmap) [0x00000] in <filename unknown>:0
at DeadlineMonitor.DeadlineMonitorApp.Main (System.String[] args) [0x00000] in <filename unknown>:0
wb-mac-a1:~ jeremy$
Thanks. This is showing that you have Mono 2.10.8 installed. First, run this shell script to uninstall Mono from the machine:
mono-project.com/Mono:OSX#Un … n_Mac_OS_X
Then install Mono 2.6.7 (make sure to grab the x86 installer):
download.mono-project.com/archiv … /download/
After this, mono -V should print out version 2.6.7. If this all looks correct, then try running deadlinemonitor from the terminal again. If you still get an error, please post it and we’ll have a look.
Thanks!