Hi Alan, this might be the following problem: https://github.com/mono/mono/issues/6752
> directhex commented on 1 Feb > Looks like a big ol' new ABI in NCurses 6. > https://www.gnu.org/software/ncurses/ > gfhcs commented 24 days ago > Workaround: On OpenSUSE Tumbleweed I was able to downgrade the > packages "terminfo" and "terminfo-base" from 6.1 to 5.9 without > breaking any (encoded) dependencies. Now terminal output with mono works > again. Good luck, s. "Alan Grimes" <alonz...@verizon.net>, 04.03.2018, 08:31: > I did some neglected maintenance on my system today, cleared a few > things out.... > I then manually went crawling around in /usr/lib/mono and found 2/3rds > of the stuff there was from 2014.... =\ > I unmerged mono, deleted the entire directory, then reinstalled mono. My > pathetic reward for doing that was the test now passes one test that it > had previously failed and now barfs the same barf (apparently) that > other program I was trying to run does... So what else needs cleaning > out. =\ > tortoise /usr/lib # mono-test-install > Active Mono: /usr/bin/mono > Your have a working System.Drawing setup > 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) [0x00028] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.TermInfoReader..ctor (System.String term, System.String > filename) [0x0005f] in <ae60a710a4744d16826a514602b7b8ed>:0 > at System.TermInfoDriver..ctor (System.String term) [0x00055] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.ConsoleDriver.CreateTermInfoDriver (System.String term) > [0x00000] in <ae60a710a4744d16826a514602b7b8ed>:0 > at System.ConsoleDriver..cctor () [0x0004d] in > <ae60a710a4744d16826a514602b7b8ed>:0 > --- End of inner exception stack trace --- > at System.Console.SetupStreams (System.Text.Encoding inputEncoding, > System.Text.Encoding outputEncoding) [0x00007] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.Console..cctor () [0x0008e] in > <ae60a710a4744d16826a514602b7b8ed>:0 > --- End of inner exception stack trace --- > at Program.Main () [0x00033] in <e4cd324c525b47219f3d424273e7227b>: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) [0x00028] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.TermInfoReader..ctor (System.String term, System.String > filename) [0x0005f] in <ae60a710a4744d16826a514602b7b8ed>:0 > at System.TermInfoDriver..ctor (System.String term) [0x00055] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.ConsoleDriver.CreateTermInfoDriver (System.String term) > [0x00000] in <ae60a710a4744d16826a514602b7b8ed>:0 > at System.ConsoleDriver..cctor () [0x0004d] in > <ae60a710a4744d16826a514602b7b8ed>:0 > --- End of inner exception stack trace --- > at System.Console.SetupStreams (System.Text.Encoding inputEncoding, > System.Text.Encoding outputEncoding) [0x00007] in > <ae60a710a4744d16826a514602b7b8ed>:0 > at System.Console..cctor () [0x0008e] in > <ae60a710a4744d16826a514602b7b8ed>:0 > --- End of inner exception stack trace --- > at Program.Main () [0x00033] in <e4cd324c525b47219f3d424273e7227b>:0 > tortoise /usr/lib #