VOGONS

Common searches


Search results

Display options

Re: Demo application crashing.

Is this the packer? The unpacker is pmwunlit, can handle the default pmode/w compression. Do you suggest adding a patch to dump the code segment or similar? Well if you manage to compile the dosbox sources, you can simply add the emms to behave like a nop.

Re: Demo application crashing.

I just didn't think DOSBox would crash because of that. Official 0.72 release doesn't crash for me, maybe you can doublecheck that. I've just added the emms instruction as NOP in dosbox, didn't mess around with the demo executables (maybe there's some pmwunpack or so around so you could try it). …

Re: Demo application crashing.

It does NOT crash with 0.72 for me. this should be a very common problem and already taken care of... A dos game executing mmx stuff while not checking for the processor type is a common "problem"? DOSBox fully takes care of that in throwing exception6 which is what a real non-mmx processor does.

Re: Demo application crashing.

Get some debugger-enabled build of dosbox, should be easier than disassembling a packed .exe Either the intstruction is intentional (nothing you can do besides implementing some mmx instructions) or it executes rubbish, where you'd have to look WHY it executes that.

Page 242 of 445