-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Using dosbox in Debian, I mount and run SCAN.EXE merely to test. I run with the defaults, i.e. confirm everything with RETURN. However it fails with
GINOGRAF Version 4.2a(c) Copyright Bradly Associates Ltd 1999
*** Incorrect GRAF-F Serial No. - Program Aborted ***
I ran again and then get yellow screen, purple text. I gather these are GUI issues. Found a gino.con, with the serial number GBBAS044GF0106. Decided it could easily be the unix line endings. So, convert to DOS line endings. Rerun, but no change in behaviour.
Try several times. Incredibly, but just once, it is able to progress beyond this error and produces a SCAN run (i.e. I get several lists of some 15 float values, I take this to be a proper run). It has now settled back to producing the above error.
Have tried in 32-bit Windows COMMAND.EXE and get a garbled screen. Once more, suspect the GUI.
Have tried dosbox in Windows 64bit, but it claims to have trouble finding files.
May I ask, what about compiling the DCFORTRAN from scratch, say with gfortran? I suspect this will throw up a bunch of issues, 64 bit vs. 32 bit ... also the assembly code. Let it be said however, I did randomly try one FOR file, and it actually did compile to object with gfortran 64 bit, so it's not a crazy idea either.