Archives
- November 2025
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- February 2025
- January 2025
- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
Running 1-2-3 R3 in a VM
I recently tried to install the infamous Lotus 1-2-3 Release 3 from 1989 in a VM. The program disks included both DOS and OS/2 executables, and both were failing. The DOS version stopped with “Cannot initialize system driver” immediately after showing the splash screen, while the OS/2 version failed with the message “Error loading driver file LTSNW” at about the same point. Google was of no help whatsoever, as often happens with software that old.
The OS/2 problem was easy to fix. For some reason, the 1-2-3 installer does not modify OS/2’s CONFIG.SYS to make sure the C:123円R3 (or equivalent) directory is on the LIBPATH. When 123OS2.EXE attempts to dynamically load LTSNW.DLL (apparently some sort of a Novell NetWare interface library), it will fail. Editing LIBPATH appropriately is all it takes to fix the problem. On some systems, LIBPATH contains the current directory (“.”); in that case, 1-2-3 starts as long as it’s launched from its own directory.
The failure of the DOS version was a much tougher nut to crack. The error message was rather non-specific. No version of DOS and no memory manager configuration I tried solved the problem, they all failed in the same way (except in a DPMI environment, 1-2-3 R3.0 refused to start outright, as it requires VCPI). I had a hunch that the issue might have something to do with the BIOS used by VirtualBox, specifically with the contents of the interrupt vector table (IVT).
I tried making sure the last vector (FFh) in the IVT is empty (contains zeros) and voilà—Lotus 1-2-3 R3 started up! But that didn’t make sense… because on many systems, the last portion of the IVT is used as a temporary stack by the BIOS, and the contents of the last 30 or so vectors are unpredictable. Then I tried modifying the contents of other vectors and found that zeroing vector 81h also allowed 1-2-3 to run.
The problem was that neither vector FFh nor 81h has any particular function, certainly nothing even remotely relevant to 1-2-3. In the end I looked at the disassembly of LTSSYS.DLD and realized that 1-2-3 R3 looks for unused interrupts in the 81h-FFh vector range. It doesn’t matter which vector is unused (zeroed), but at least one vector in that range must be available; if it’s not, the LTSSYS.DLD module (the “system driver”) will fail to initialize.
Note that 1-2-3 R3.1 (shown above) may require more unused vectors in the IVT, but for R3.0 one is enough. Release 3.1 also includes a newer version of the DOS/16M DOS extender with support for DPMI, and can thus be launched in DPMI environments such as Windows 3.1.
3 Responses to Running 1-2-3 R3 in a VM
I love the old 1-2-3 logo! It’s so ‘Miami Vice’ 1980’s! Maybe Patrick Nagel was involved with it? Or I’m just feeling nostalgic.
What is more strange is the / interface just comes back to me although I haven’t used it in well over a decade… But it looks so klunky does anyone miss it?
I never really used 1-2-3 back in the day… by the time I needed a spreadsheet, Quattro Pro and Excel were around. Still, even as a 1-2-3 non-user I know that the slash key brings up the menu.
I have the impression that 1-2-3 looks clunky, but is actually pretty efficient and effective once you know how to use. But of course people with no prior experience choose an app which looks easy instead.
The utility program to check for compatibility of 1-2-3 R3 is still available at the Lotus support site: http://www2.support.lotus.com/ftp/pub/desktop/123/dos/3.x/utils/chk123.zip
This site uses Akismet to reduce spam. Learn how your comment data is processed.