Mail Archives: djgpp/2001/09/05/12:04:58
On Wed, 5 Sep 2001 WADE802 AT aol DOT com wrote:
> Help... I am trying to compile (mame054s) & I keep getting this
> error message :(
>
> Load error: no DPMI selectors
> make.exe: *** [obj/dmame/drivers/sonson.o] Error 1
On what OS is that?
If that's Windows, you should be able to run Make again, and it should
pick up where the previous Make left off. If that doesn't help, close
the DOS box and open a new one, then try to invoke Make again.
These problems happen because some DPMI servers leak selectors (they
don't release all of them when a DJGPP program exits). So after many
DJGPP programs, there are no more selectors left, and the startup code
fails.
- Raw text -