krumpfwylg 1 Posted ... Hi, I've tried to build Eddie from git source, using Linux method 1 as described here but it fails.Distro is Gentoo 64-bit, kernel 4.14.78, mono version is 4.8.0 $ ./build_linux.sh Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.TermInfoDriver..ctor (System.String term) [0x00058] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.ConsoleDriver..cctor () [0x00062] in <f712f98eb8e445c8918edaf595bbe465>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.Console..cctor () [0x000a8] in <f712f98eb8e445c8918edaf595bbe465>:0 --- End of inner exception stack trace --- at Eddie.Deploy.Engine.Log (System.String message) [0x00001] in <19d0ce78192e4a109f0a59b797f4251a>:0 at Eddie.Deploy.Engine.Start (System.String[] args) [0x0002c] in <19d0ce78192e4a109f0a59b797f4251a>:0 at Eddie.Deploy.Program.Main (System.String[] args) [0x00007] in <19d0ce78192e4a109f0a59b797f4251a>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.TermInfoDriver..ctor (System.String term) [0x00058] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.ConsoleDriver..cctor () [0x00062] in <f712f98eb8e445c8918edaf595bbe465>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <f712f98eb8e445c8918edaf595bbe465>:0 at System.Console..cctor () [0x000a8] in <f712f98eb8e445c8918edaf595bbe465>:0 --- End of inner exception stack trace --- at Eddie.Deploy.Engine.Log (System.String message) [0x00001] in <19d0ce78192e4a109f0a59b797f4251a>:0 at Eddie.Deploy.Engine.Start (System.String[] args) [0x0002c] in <19d0ce78192e4a109f0a59b797f4251a>:0 at Eddie.Deploy.Program.Main (System.String[] args) [0x00007] in <19d0ce78192e4a109f0a59b797f4251a>:0 Off-topic: source is ~470MiB, quite huge for an OpenVpn GUI. Also, a mono-free version would be nice for Linux/Mac users, I had to compile mono just to try (and fail) to compile Eddie (while actually using the non-mono portable version) Quote Share this post Link to post