Hi,
I'm trying to run mission planner on linux (debian). However when I startup I get a lot of errormessages (see attachement).
I think I am missing some required mono library/package, but I don't know which. Is there some list of requiered depencies?
Replies
Googling reveals this as usually a problem when trying to run .Net 4.0 assemblies on mono. However the Mission planner should be targeting .Net 3.5
still apparently this may be worth a shot:
mono --runtime=v4.0 ArdupilotMegaPlanner10.exe