Must be another bad Microsoft error message (I have to deal with those all the time at work).
While checking out this page: http://blog.bennymichielsen.be/2016/03/14/getting-up-and-running-with-mono-and-raspberry-pi-3/ I found this: It turns out installing mono runtime doesn’t quite get you all the bits you need. You need to run the following command: sudo apt-get install libmono-system-core4.0-cil And that's what it took. Once that was installed, it worked. Thanks. On Sat, Sep 23, 2017 at 1:33 PM, John R. Hogerhuis <[email protected]> wrote: > > It's weird because mono compiles modules as needed, and it should not be > loading that type > > 'LaddieCon.LaddieIoWin32' > > It is only supposed to load that if the -win32 flag is passed. > > Maybe install WINE? I don't think that should matter but maybe it's trying > to link to it. > > If you want to mess with the source or try debugging the problem, git clone > from here > > http://bitchin100.com/pub-git/laddiealpha.git/ > > -- John. -- Ron Lauzon - rlauzon at acm dot org Homepage: http://webpages.charter.net/rlauzon/ Weblog: http://ronsapartment.blogspot.com/ TRS-80 Model 1 Level II -> Commodore PET -> TRS-80 PC-4 -> Computer Science Degree -> Intel MS-DOS -> IBM MVS/TSO/VM -> HP 1000/RTE-A -> IBM RISC/AIX -> Intel Windows/Linux -> Raspberry Pi Debian -> Arduino -> Tandy 102. I think I've come full circle.
