Hi,
On linux gentoo-amd64 and mono-2.10.2-r1 i get the following exveption:
> mono emulare.exe
Unhandled Exception: System.EntryPointNotFoundException: GetCurrentThreadId
at (wrapper managed-to-native) WeifenLuo.WinFormsUI.Docking.NativeMethods:GetCurrentThreadId ()
at WeifenLuo.WinFormsUI.Docking.DockPanel+FocusManagerImpl+LocalWindowsHook.Install () [0x00000] in <filename unknown>:0
at WeifenLuo.WinFormsUI.Docking.DockPanel+FocusManagerImpl..ctor (WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel) [0x00000] in <filenamenown>:0
at (wrapper remoting-invoke-with-check) WeifenLuo.WinFormsUI.Docking.DockPanel/FocusManagerImpl:.ctor (WeifenLuo.WinFormsUI.Docking.DockPa
at WeifenLuo.WinFormsUI.Docking.DockPanel..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) WeifenLuo.WinFormsUI.Docking.DockPanel:.ctor ()
at emulare.Interface.MainWindow.InitializeComponent () [0x00000] in <filename unknown>:0
at emulare.Interface.MainWindow..ctor (emulare.DebugServer.DebugServer debugServer) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) emulare.Interface.MainWindow:.ctor (emulare.DebugServer.DebugServer)
at emulare.emulare.Main () [0x00000] in <filename unknown>:0
Is there something more i can do?
Regards,
Kostis
The software does not currently run in linux. There is a problem that needs to be fixed with win32 API calls in the Docking library used.