VOGONS


First post, by Commander_keen

User metadata
Rank Newbie
Rank
Newbie

Pangea cmplains about EMM386 being enabled, if I choose to ignore it it crashes with the following error message (in the status window not the one where the program is running):

CALL: descriptor 12 unsupported

and then closes itsself. I tried to disable EMS, the complain is gone but the problem keeps being the same.
latest version can be obtained here:
http://home.scram.de/pangea/pangea.zip

Reply 1 of 4, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

A stupid question. How did you disable EMS? I am guessing you set the line EMS=False under dosbox.conf right?

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 4 of 4, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It won't work, afaict they need a 64k colours vesa mode to
work, but fail to detect that none is available.
This'll create a nice zero-filled buffer, which makes some
constructor function to behave wrong, which leads to
a call to a zero pointer, crashing the whole thing (you'd
get a protection violation under real dos, but as a call
to a zero selector is very bad dosbox exits if it encounters
one).

wd