Menu

#5 Fails on linux amd64 with System.EntryPointNotFoundException

open-postponed
nobody
None
5
2012-05-27
2011-08-08
No

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

Discussion

  • Imre Leber

    Imre Leber - 2012-05-27
    • status: open --> open-postponed
     
  • Imre Leber

    Imre Leber - 2012-05-27

    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.

     

Log in to post a comment.