First post, by GriffMG
Can I increase the number of files an application can open when running in DOSBox?
Can I increase the number of files an application can open when running in DOSBox?
Do you really need more than 127 ?
Or are your trying to run a clipper application that gives you the wrong errormessage ?
Water flows down the stream
How to ask questions the smart way!
Hello, it seems the application needs 250 file handles.
The error message is probably misleading, it thinks there is a data integrity error, but I'm pretty sure it's file handles.
I *think* the application is indeed a Clipper one, it uses dbfs etc.
it doesn't 😀
Set core=normal
and the error will go away.
Water flows down the stream
How to ask questions the smart way!
It didn't help.
Are you 100% certain you set it correctly ? As clipper needs an exception that is not being detected by the auto/dynamic core.
mount c c:\whatever
c:
core
(check the answer, probably auto)
core normal
core
(check answer again)
run your app (in this same session)
Water flows down the stream
How to ask questions the smart way!
No - I haven't had access to the users systems yet...
I have forwarded your note though - thank you