VOGONS

Common searches


Search results

Display options

Re: All DOS Graphics Generate NTVDM CPU Error

in DOS
Hex modes 12/13 are standard vga modes, so they *should* work (640x480x16col and 320x200x256col). Either something is bugged in the vga bios (it would not work then under raw dos as well), or it's some funny incompatibility with the OS (if it works under dos). Not sure how much effect drivers can …

Re: All DOS Graphics Generate NTVDM CPU Error

in DOS
Any and all DOS based graphics mode generate this blank screen of death and error. I actually went into my old copy of Qbasic and activated each mode, one at a time. Um so ANY modeset through int10 causes this crash?? Even mode12 and mode13?

Re: All DOS Graphics Generate NTVDM CPU Error

in DOS
What happens when you set some cga mode? (especially try the cga graphics modes and see if it stays in text mode or just screws up the screen). What's exactly wrong with running it under dosbox?

Re: Sim Earth

> after installation is automatically closes dosbox. so i reopen Well maybe the installation has not finished. DOSBox doesn't just close, something bad must have happened. Might be a bad copy of the game, downloaded stuff is generally not supported on the forum.

Re: Sim Earth

> loadfix -275 Try loadfix without parameters, should allocate 64k. Also try reinstalling, but do NOT close dosbox after that, just see if the game works.

Re: bug report (?) win3.x and latest cvs

I think i found some bug that could cause this, it's no new/introduced bug but seems to occur more often with the reduced number of code pages. It should not occur if the CACHE_PAGES is large enough, whatever that means in your case. I can't reproduce the problem itself with windows, and don't have …

Re: bug report (?) win3.x and latest cvs

> but I do not find it very comfortable to manually change these lines every time ... . Well maybe first you could try to find out what's working and what not. Please get the latest cvs, and ONLY change the following line #define CACHE_PAGES (512) to some higher value (2048 instead of 512), if that …

Re: bug report (?) win3.x and latest cvs

Ok, keep that define outcommented for the moment. In core_dyn_x86.cpp, there's a block after the includes, please replace that one with the following: #define CACHE_MAXSIZE (4096*2) #define CACHE_PAGES (128*8) #define CACHE_TOTAL (CACHE_PAGES*4096) #define CACHE_BLOCKS (64*1024) #define CACHE_ALIGN …

Page 361 of 445