VOGONS


First post, by mjs

User metadata
Rank Newbie
Rank
Newbie

Hi,

I have a DOS16M application (DataEase 4.53) that I want to run from within DOSBox. The problem is that it stops right after showing the initial application start message. I tried to turn on/off various memory types and several DOS16M settings, changed CPU emulation modes, etc... but nothing helped.

Any idea? Can I provide any information that may help solving this problem?

Regards,
Mark

EDIT: I tried it both with 0.65 and todays CVS (vanilla and "Daum") version

Reply 2 of 7, by Heep

User metadata
Rank Newbie
Rank
Newbie

Hello! I realize this is a rather old post and the original poster has probably long since moved on, but I'm having the exact same trouble.

I'm trying to run DataEase 5.15 on a Vista 64-bit machine through DOSBox. As on our Win98 machines, when you initiate the program, it says "DataEase..." and blinks the cursor for a few seconds, but unlike the Win98 machines, it just keeps blinking the cursor endlessly instead of starting up the program.

Here's what I did to get to this point:

Z:\>SET BLASTER=A220 I7 D1 H5 T6 (this done by DOSBox automatically)

Z:\>mount c c:\
Mounting c:\ is NOT recommended. Please mount a (sub)directory next time.
Drive C is mounted as local directory c:\

Z:\>c:

C:\>cd dease

C:\DEASE>de16m
DataEase...

And here's what the console shows:

DOSBox version 0.73
Copyright 2002-2009 DOSBox Team, published under GNU GPL.
---
CONFIG:Loading primary settings from config file C:\Users\(***)\AppData\Local\DOSBox\dosbox-0.73.conf
MIDI:Opened device:win32

And that's it. It just sits there and blinks at me.

Thanks in advance for any ideas!

Reply 3 of 7, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Could be caused by a multitude of limitations in DOSBox. E.g. something to do with file attributes (not fully supported), special ways of accessing files, drivers it tries to load, etc, etc. A lot of things. You need a real DOSBox guru with access to a copy of the program to debug this problem. Remember, DOSBox is meant for gaming - that it works for other purposes is pure luck and coincidence.

Now, you could try changing the core setting before launching the program. Either edit the configuration file, or simply use a command like

C:\> core=normal

before running the program. Look in the config file (and the README) for valid settings.

Edit: Doh!! core, not cycles!

Last edited by MiniMax on 2009-06-23, 14:31. Edited 1 time in total.

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 4 of 7, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

and if you are bored you can run the debug version of DOSBox (found in dev forum)
and see if something pops up

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 7, by Kippesoep

User metadata
Rank Oldbie
Rank
Oldbie
MiniMax wrote:

Now, you could try changing the core setting before launching the program. Either edit the configuration file, or simply use a command like

C:\> cycles=normal

I think he means "core=normal".