Hi there,
I'm trying to build LisaEm (from
https://github.com/arcanebyte/lisaem/releases/tag/RC5-2025.03.15), and I'm running into several problems. I'm hoping someone here can point me in the right direction!
I cannot get the wxWidgets install script, as included with LisaEm, to finish successfully. At first I had to enforce the use of `clang` over `gcc`, but eventually after seeing heaps of errors and warnings, I decided to simply install the same version via homebrew and add it to my path. This seems to make LisaEm's build and install script happy enough to install the application into my Applications folder.
When I launch LisaEm, I get a window with the following information:
A debugging check in this application has failed.
./src/common/dpycmn.cpp(114): assert ""window"" failed in GetFromWindow(): invalid window
[01] wxDisplay::GetFromWindow(wxWindow const*)
[02] wxDisplay::wxDisplay(wxWindow const*)
[03] 0x0000000104103358
[04] wxEntry(int, wchar_t**)
[05] 0x0000000104106994
With a known good H ROM, if I power on the virtual Lisa, the application becomes unresponsive.
What steps should I try next? (I'm on an M1 MacBook Pro running Sequoia 15.3).
Thanks in advance! (I'm very glad someone has taken up Ray's reins on this project - it's very cool to see it continue on)
(would it perhaps be useful to make a section on this forum for LisaEm-specific issues or comments?)