Tom van der Kleij
Tom van der Kleij
When running the unit tests on mono (on linux), some unit tests fail because of an `InvalidProgramException`. It appears that this happens for all unit tests that contain a setup...
While executing code from a `Smock.Run(context => {...})` call, no breakpoints are being hit. Currently the only known workaround is to add a `Debugger.Break()` call, after which the code can...
I'm trying to run [Colonization](https://en.wikipedia.org/wiki/Sid_Meier's_Colonization) in spice86. When I start it, it outputs the following and then exits: ``` [Executor] spice86.emulator.ProgramExecutor - Loading file VICEROY.EXE with loader class spice86.emulator.loadablefile.dos.exe.ExeLoader [Executor]...