jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

Crashes on startup - IBM 5162 (286) #7

Closed ajrossnz closed 2 years ago

ajrossnz commented 2 years ago

I have an IBM 5162 with DOS 6.22 and an ATI All in wonder EGA+ card. 3com 3c509. The binary crashes on run, doesn't switch to graphics mode, just hangs. Any clues? Would love to check this out!

jhhoward commented 2 years ago

Are you using prebuilt binaries or building from source?

Some things you can try:

If it is running properly in CGA mode, you can also try the -e command line option to manually set EGA 640x350, in case it is incorrectly identifying your card as a VGA compatible.

ajrossnz commented 2 years ago

Thanks, I think it was identifying the card incorrectly. I have an ATI EGA Wonder 800+ for your information. Starting with either -e or -c works just fine, thank you for your help!