I can't get this thing to work, albeit I am total n00b with Linux.
Here is what i get after typing sudo mono HFM.exe
Code:
nick@nick-VirtualBox:~/HFM$ sudo mono '/home/nick/HFM/HFM.exe'
X does not support your locale
** (/home/nick/HFM/HFM.exe:1775): WARNING **: The following assembly referenced from /home/nick/HFM/HFM.exe could not be loaded:
Assembly: System.Runtime.Remoting (assemblyref_index=11)
Version: 2.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/nick/HFM/).
** (/home/nick/HFM/HFM.exe:1775): WARNING **: Could not load file or assembly 'System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
** (/home/nick/HFM/HFM.exe:1775): WARNING **: Missing method .ctor in assembly /home/nick/HFM/HFM.exe, type System.Runtime.Remoting.Channels.Ipc.IpcServerChanne
Plus a HFM window opens with a exception thrown thingy.
I then tried to remote monitor from my host. I tried for 5 hours to get to see my guest shared folders on my host with no success. I could find guides to share host folders to the guest all over the place(they are all over the place) but not even one the other way around. I am using virtualbox btw.
Please help, I am losing my mind

BTW, it would be really cool if someone could post a guide to remote monitor from the host. I couldn't find one anywhere and I googled for hours.
Edit: nevermind, I hadn't installed libmono-system-runtime2.0-cil

Working fine now
Edited by yannickhk - 3/19/12 at 8:49pm