VOGONS


font file??

Topic actions

First post, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

ok. Here is my problem. I am trying to run gpr.exe (dos based data acquisition program for geophysical equipment) and then a white window appears saying with small black letters ''Could,nt read fontfile'
Any ideas?? Program runs well on a separate pc using Win98.
thanks 😎

Reply 1 of 17, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

And where would that font file be located? And you are sure it is a DOS program?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

yes it is a dos program. that's why cannot run it under xp. there is a font file inside the same directory that program is installed where ofcourse exe is located which I am trying to run. Is it possible that I might have to load it manually in dosbox?? the name of the file is wst_engl and when I check description says that is a font file.

Reply 3 of 17, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Try following my 60 Seconds Guide to DOSBox when installing the program.

If that doesn't help, come back with details on how you mounted your C and D drives, and how you did the install.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 5 of 17, by ADDiCT

User metadata
Rank Oldbie
Rank
Oldbie
MiniMax wrote:

If that doesn't help, come back with details on how you mounted your C and D drives, and how you did the install.

Reply 6 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

obviously the link MiniMax gave me didn't solve the problem. There is nothing to install. the program comes as a self extracted zip file. You unzip it and it creates a directory. Inside that directory is an exe which you run. program works fine. I've used it before as I said. problem is I never managed to make it work using dosbox or virtual pc software. always same problem. font file couldn't found. again, under win98 there is no problem. but I am running xp.

Reply 7 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

MOUNT C C:\.......folder name......
C:
aaaa.exe

Reply 8 of 17, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Bad luck then. Look up the error message in the app's readme/documentation or whatever you got.

Reply 9 of 17, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

please give details when people ask for them.
Hints, try to mount the folder before the one you now mount, can't say which since you didn't write it.
If that doesn't help, try to see if there is any configuration file that maybe has written in it where the fonts file is located (or an install.exe or setup.exe in that folder that does change stuff like that).
Is that program downloadable somewhere? What is its exact name?

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 11 of 17, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

I didn't ask for file, I asked for the folder. Looking at the program now it is clear what is happening.
The program has the location of the font files hardcoded to be in c:\ramac2. So, as I wrote before mount the folder before c:\ramac2 which in this case is c:\. Even though that is not recommended (but in this case if you want to use it with both Windows and Dosbox you need it to be there).

So start Dosbox and type that
mount c c:\
c:
cd ramac2
gpr

And it works (at least it starts without the fonts error).

If you don't need to run it from Windows anymore, then move the whole folder to c:\Dos (as a security measure). You then have to adjust the mount command (mount c c:\dos).

But remember next time you ask here for help please be as detailed as you can be especially when people ask for it.
You didn't state which program you have problems with in detail. You didn't give the exact mount command and what you execute when you start the game (well you did but it varied from aaaa.exe to gpr.exe). We can't help you if you don't give us information.
The moment you gave me the program location I was able to see the problem in less than five minutes...

Reply 12 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

Dominus thanks a lot! It seems it works. I have to connect the equipment now - have to use a usb/parallel converter - hope it will work otherwise I know who to ask for help.
I didn't think this info was helpful in the begining - next time I will think twice.
Again, thank you very much - you and whoever looked at my problem. Keep up the good work.

Reply 13 of 17, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

uhm, if you want to use any equipment with dosbox you might either need a special built or you might even be out of luck. Dosbox is really not developed for this 🙁

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 14 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

that's a problem. the machine communicates via a parallel port. I use a pcmcia/parallel converter.... but guess what. my PC recognizes it, but dosbox obviously doesn't see it..... you think it cannot work with dosbox??

Reply 15 of 17, by jal

User metadata
Rank Oldbie
Rank
Oldbie
aaaaa wrote:

that's a problem. the machine communicates via a parallel port. I use a pcmcia/parallel converter.... but guess what. my PC recognizes it, but dosbox obviously doesn't see it..... you think it cannot work with dosbox??

No, it cannot. DOSbox can only use COM ports for direct communication, not parallel ports (or printing would be easy).

JAL

Reply 16 of 17, by aaaaa

User metadata
Rank Newbie
Rank
Newbie

I see.......
thanks

Reply 17 of 17, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Maybe check out hal's lpt passthrough thing, but don't know if this would
work together with your converter.