amiga-mui / htmlview

A well-known and used MUI custom class (HTMLview.mcc) which provides MUI application programmers a gadget for viewing/displaying HTML pages. It comes with an object-oriented design, slim and tidy so that the HTML engine is capable of showing HTML very fast...
GNU Lesser General Public License v2.1
10 stars 4 forks source link

HTMLView bugs on MorphOS #4

Open jPV1260 opened 4 years ago

jPV1260 commented 4 years ago

HTMLView doesn't seem to work correctly under MorphOS. Not the native version nor the 68k version.

The demo program from the archive does start and shows the page, but makes a Wipeout hit. Using HTMLView from Hollywood's RapaGUI plugin also crashes.

Out of curiosity I also tried 68k version of the libraries, but it also makes hits and the demo program just shows empty page.

I'll attach few debug logs of each situation.

jPV1260 commented 4 years ago

Well, apparently attaching didn't work with OWB, but let's see later or please ask if someone wants to take a look at them.

SamuraiCrow commented 3 years ago

Not only do the binaries not work on MorphOS, but the source doesn't compile natively on MorphOS 3.15 either. The problem seems to be init.c but I'll have to look into it some other day.