Executor FAQ - Section 2
Executor/DOS


Question 2.1. Which FTP sites will carry stable versions of Executor/DOS?

The first place a new version of E/D will appear is ftp.ardi.com in /pub/Executor_DOS. However, when you log on to ftp.ardi.com, a list of mirrors will be provided and the mirrors are usually much faster than ftp.ardi.com. However, once we're happy with the stability of an Executor/DOS release, we put a copy on the SimTel mirrors.

The primary SimTel mirror is oak.oakland.edu, and you can find the Executor/DOS demo within the "SimTel/msdos/emulator" directory. Look for exec199?.zip (where ? is a letter, the further into the alphabet the letter, the more recent the experimental release). Other SimTel mirrors are:

See also Q1.19 `Where can I pick up the Executor demos?'

Question 2.2. What are the hardware requirements for Executor/DOS?

For Executor/DOS 1.2 you need a '386 or better, VGA, 7 MB disk space, a 3.5" 1.44 MB floppy drive, and 4 MB RAM. A SCSI Controller is needed only if you want to access external Macintosh hard disks or PowerBooks.

Executor/DOS 1.99<x> should work in sixteen colors on any VGA, although we do not have the facilities to test more than a few in house. In addition, if you have a Super VGA that is VESA 1.0 compliant, Executor/DOS should be able to provide 256 colors and a range of screen sizes. Beginning with E/D 1.99n, if you have a video card that is VESA 2.0 compliant, Executor's graphics will be even faster.

Question 2.3. What do I do if my Super VGA card isn't VESA compliant?

There is a shareware SVGA utility that provides VESA compliance for SVGA cards that normally are not VESA compliant. At the time this FAQ was last modified, univbe51.zip was the most recent release of this extender.

It is not a product of ARDI, but as a convenience to people picking up experimental versions of Executor, the file univbe51.zip is available on /ftpon ftp.ardi.com in /ftpin /pub/ardi/Executor_DOS. If you use it, you should pay the shareware fee as described in the documentation included in the zip file. If you have a recent SVGA card you probably don't need univbe. There may be a more recent version of univbe on /ftpon oak.oakland.edu in /ftpin /SimTel/msdos/graphics. This directory also has several other card specific VESA drivers, some of which can be found in vesa-tsr.zip and vesadrv2.zip.

Question 2.4. E/D dies during startup. Why?

The most common cause of E/D not running under DOS is the lack of file descriptors that you might get if you don't have the line:
FILES=30

in your config.sys. If Executor is giving you trouble and you don't have such a line in your config.sys file, please add it, or if you have a smaller number than 30, please increase your number to 30. There is no reason to decrease your number if it is greater than 30.

Question 2.5. Why does my screen look funny when I run Executor?

Your video driver may not be fully VESA compliant. If Executor detects VESA compliance, it will try to use VESA modes. In general, this is a good thing, however, if these modes have bugs in them, Executor will invoke the bugs, and Executor may fail. Try getting a newer driver for your video card if this happens [see Q2.3 `What do I do if my Super VGA card isn't VESA compliant?'].

NOTE: If you run Executor with the "-info" switch, Executor will print out information it finds out about your video card. That information may be helpful in tracking down your problem.

Question 2.6. What's "GrSetMode ; unknown adapter type in driver." mean?

You must be running an old version of Executor; this error cannot occur in versions >= 1.99h.

1.99b had problems when Microsoft's display.sys driver is in config.sys. We have updated the code that had this problem and hope that the problem is now fixed. If it is not, you must remove display.sys from the config.sys section you use when you're using Executor/DOS. Please report this bug if you see it in E/D 1.99e or later.

Question 2.7. Does E/D require an ASPI driver to access SCSI?

If your SCSI drivers patch the "INT 13" BIOS calls, then an ASPI driver is not needed. As long as "INT 13" can allow Executor to read a SCSI drive, there is no need to use ASPI.

Question 2.8. Have you released Executor for OS/2 yet?

We plan on making an OS/2 specific version of Executor, but only after we get Executor 2.0 shipping. However, Executor 1.99l is reported to work well under OS/2 Warp.

Question 2.9. Why won't Executor/DOS work with my Diamond Viper PCI card?

Executor/DOS requires VESA compliant graphics cards. Many cards are not directly VESA compliant and need a tsr to be run before they will work with Executor/DOS. On a Gateway computer, you can do this with the "vprmode VESA" command [see Q2.3 `What do I do if my Super VGA card isn't VESA compliant?'].

Question 2.10. Why doesn't my mouse work when I run Executor under OS/2 Warp?

If it's not already there, you may need to add this line:
DEVICE=C:\OS2\MDOS\VMOUSE.SYS

to your CONFIG.SYS. This, and related issues, are described on pages 206-207 of _User's Guide to OS/2 Warp_. This line should already have been added for you when you installed Warp.

Also, you may need to load MOUSE.COM in your AUTOEXEC.BAT, for example:

LOADHIGH C:\OS2\MDOS\MOUSE.COM

You can also create an AUTOEXEC file specifically for Executor, place it in the same directory as Executor, and configure Warp to execute that file whenever you launch Executor.

Question 2.11. Any OS/2 Warp suggestions?

We have not yet installed our copy of OS/2 Warp (our particular SCSI adaptor isn't supported by default, and we've been swamped with other things), but an Executor Enthusiast sent this advice:
I haven't been having any problems with running Executor/Dos in
OS/2. What he needs to do (assuming he has Warp) is to run "Add
Programs" object in the "System Setup" folder. This will make a object
for Executor on his desktop (usually in the "Additional Dos Programs"
folder). Go into the settings for that object, and select the
"Session" tab. Set it to "Dos Full Screen", and choose "Dos
Settings". He wants "All Dos Settings". Primarily, Executor needs the
"DPMI Memory Limit" set to 16 megs, and "DPMI Memory Limit" set to
enabled. Since it defaults to 4 megs and automatic, it won't work. For
additional performance, he should set "Dos High" to on, "EMS Memory
Limit" to 0, "Video 8514a XGA IOtrap" to off, "Video Retrace
Emulation" to off, "XMS Memory Limit" to 0, and "XMS Minimum HMA" to
63. The biggest boost comes from "Session Priority". Set this to at
least 16, and if he is going to run no other programs, set it
higher. If he is going to run other programs, this should be left
at 16, and the "Dos Backround Execution" needs to be set to on.

Question 2.12. Does Executor work under Windows '95?

Several users have reported that Executor/DOS 1.99l works well under Windows '95. We have not yet created a version of Executor specifically for Windows '95, but we plan to do so in the future.

Question 2.13. How do I get E/D to see my CD-ROM drive?

Executor accesses CD-ROMs through the Microsoft CD-ROM Extensions (mscdex). You need to have mscdex installed on your machine for Executor to see your CD-ROM. Furthermore, Executor is fussy and will not deal with MS-DOS drives that contain Macintosh formatted media, unless the drive letter is "J" or less. If your CD-ROM drive letter is higher than J, you will need to renumber it to be less than or equal to J.

Under Windows '95, there is a different way to access CD-ROMs -- a way that Executor doesn't use. However, Windows '95 can also use mscdex. To do so, you need to find and remove the:

rem - By Windows 95 Setup

portion from fthe mscdex line in your AUTOEXEC.BAT file. You will also need to edit your CONFIG.SYS file and make sure the CD-ROM driver is also not commented out.

Question 2.14. Executor dies, what should I do?

If Executor dies even running the demo applications, try temporarily moving your config.sys and autoexec.bat files aside and create minimal versions of each, leaving only the lines that you need to initialize your mouse driver and the
FILES=30

line in your config.sys. Then try running Executor. If Executor then starts working, you will have to slowly add back the things that are in your normal autoexec.bat and config.sys files until you know exactly what is causing the problem. Once you know that, you should send information to bugs@ardi.com.

If Executor only dies on a particular application, try increasing the amount of RAM dedicated to the application by using the "-applzone" switch when you run Executor. Also try turning on "Pretend Sound" [see Q1.37 `Are there other parameters I can adjust? [aka "Preferences Panel"]'], or if the screen seems to be only partially updated, try turning on "Refresh".

Once you've done as much as you can to figure out the problem, send a bug report to bugs@ardi.com. Run Executor with the "-info" switch and include that information. Make sure you also include the version of Executor you're running (e.g. Executor/DOS 1.99n), the name and version of the application that is dying (e.g. HyperCard 2.1), the name and version of the operating system you're runing (e.g. DOS 6.22) and enough details to reproduce the crash (e.g. "start the application, choose the "more Elvis" from the "adjust music" menu and the applicaton will crash"). If the application you are running is publicly available via anonymous ftp, telling us where we can pick it up for testing purposes also helps.

We accept bug reports from everyone, although paid customers bug reports are almost always higher priority than those of potential customers.

Question 2.15. Should I have sent in my registration card?

Yes. We use that card to assign your serial number and authorization key so you can continue to download and unlock experimental versions of Executor. In general, we do not assign such numbers when you first purchase Executor because we do not know if you're purchasing Executor as a gift for someone else, or if it's being purchased through a company purchasing department, or what. We want to make sure that we have the address of the eventual owner of Executor and the surest way to avoid mistakes is to send in that card.

Question 2.16. How does printing work under E/D?

Executor/DOS prints to a PostScript file. The first time you print, the file will be named execout1.ps and will be located in the same directory that executor.exe is located in. You can then print this file on a PostScript printer, or if you have a PostScript compatible driver, you can use a non-PostScript printer. Two popular PostScript compatible printer drivers are "GhostScript", available for free, and "ZScript", a commercial program from ZenoGraphics.

Question 2.17. Why does E/D under Windows 3.x have problems hot-keying?

When you use a hot-key to switch away from Executor, Windows 3.x doesn't know how to save the screen, because it only knows about the original VGA screen modes, but Executor uses SVGA/VESA screen modes. So when you switch back, Windows 3.x doesn't know how to replace the screen with what it used to contain.

This problem is further compounded by the fact that Executor has no way of knowing when it's been switched out and switched back. To make matters worse, some Windows drivers (ATI Mach 32, for example) don't even restore the mode properly, so not only will the screen be incorrect, but Executor will die shortly after you switch back.

Luckily this is not a problem in Windows '95 or OS/2.

Question 2.18. Why can't I eject or format my DOS formatted floppy?

1.99n is the first version of E/D to allow you to see DOS drives other than the drive you install Executor on. It's also the first version to allow you to format floppies in the Macintosh format (it used to read and write Mac formatted floppies, but it wouldn't do the formatting itself).

Currently, the two abilities conflict. What we do is if a DOS formatted floppy is in the drive when E/D starts, we treat that drive as a fixed drive from that point on. You can no longer eject the floppy, nor can you convince Executor to consider that floppy as a Mac formatted floppy or a candidate for Mac formatting. This is confusing and ugly; we hope to change it in 1.99o.


Next: Executor/Linux.
Back: Executor in General.
Return to contents.

- 04 July 1995

Extracted from Executor Frequently Asked Questions with Answers, Copyright ARDI 1995.