With DOSBox having been released as a downloadable core, I thought I’d open a thread to discuss a serious issue with it: it doesn’t actually seem to work. Trying to mount a drive through the config file’s autoexec section (since the colon key, among several others, does not seem to register) makes the core freeze, and trying to open a game EXE directly also leads to the same thing.
Am I the only one with this issue? It’s strange, because I actually have an older 32-bit build of this core that I downloaded elsewhere, and apart from the aforementioned issues with certain keys not working and a few games crashing, it actually worked, and I could mount files and drives and play games.
By the way, this issue is in both the 32-bit and 64-bit builds.
Edit: Tried building the core myself to see if that fixed anything. I had to make a slight adjustment to the Makefile for it to compile, however, since it was trying to look for libco.o, when it should be looking for libco.c. In any case, that didn’t help either.