zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
499 stars 192 forks source link

Could not start Mdb Mono debugger within eclipse under ubuntu (plugin emotic used) #451

Closed phsimon closed 9 years ago

phsimon commented 9 years ago

Hi,

I try to run in debug mode item_recommendation.exe with eclipse (i have downloaded mymedialite by github). I have installed emotic plugin to be able to work with .NET and so on.

No problem for running program without debug option, but with option (and xps2 framework), I get "could not start MDB"

Here, the message:

"Could not start MDB System.TypeInitializationException: An exception was thrown by the type initializer for Emonic.Debugfrontend.EmonicLineInterpreter ---> System.DllNotFoundException: monodebuggerserver at (wrapper managed-to-native) Emonic.Debugfrontend.EmonicLineInterpreter:mono_debugger_server_static_init () at Emonic.Debugfrontend.EmonicLineInterpreter..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at Emonic.Debugfrontend.Webservice.StartMdb (System.String cmdLine) [0x00000] in :0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0 "

any idea (I use eclipse 3.8.1...plugin emotic...Mono JIT compiler version 3.12.1 )

BR

zenogantner commented 9 years ago

This looks very much like a setup issue to me.

Let me know in case we should adapt paths in the repo, but other than that I cannot help.