Frictional Games Forum (read-only)

Full Version: Native Linux HplLangTool / mono + ibus?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to compile a native linux HplLangTool?
Alternatively: Is it possible to make mono applications work with the ibus input methods?

Background to this question: I would like to make an Esperanto translation of Amnesia, but inputting the "hatted" characters ĉ,ĝ,ĥ,ĵ,ŝ,ŭ (which is easy using ibus x-sistemo/m17n) does not work with HplLangTool under mono.
The one at http://www.frictionalgames.com/forum/thread-12213.html has been tested under Linux with mono and works well.
(08-19-2013, 01:07 AM)Your Computer Wrote: [ -> ]The one at http://www.frictionalgames.com/forum/thread-12213.html has been tested under Linux with mono and works well.

Code:
ludger@abulafia:~/Programme/HPL2EDT/LangEditorV1.1$ mono LangEditor.exe
Missing method .ctor in assembly /home/ludger/Programme/HPL2EDT/LangEditorV1.1/LangEditor.exe, type System.Windows.Resources.AssemblyAssociatedContentFileAttribute
Can't find custom attr constructor image: /home/ludger/Programme/HPL2EDT/LangEditorV1.1/LangEditor.exe mtoken: 0x0a000002

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Try downloading an older version. My Linux system is currently down, but i know at least one of the versions listed there worked when i tested it, i just don't remember what version.