VOGONS


File handles DosBox...

Topic actions

First post, by GriffMG

User metadata
Rank Newbie
Rank
Newbie

Can I increase the number of files an application can open when running in DOSBox?

Reply 1 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

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!

Reply 2 of 6, by GriffMG

User metadata
Rank Newbie
Rank
Newbie

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.

Reply 3 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

it doesn't 😀
Set core=normal
and the error will go away.

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

Reply 4 of 6, by GriffMG

User metadata
Rank Newbie
Rank
Newbie

It didn't help.

Reply 5 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

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!

Reply 6 of 6, by GriffMG

User metadata
Rank Newbie
Rank
Newbie

No - I haven't had access to the users systems yet...

I have forwarded your note though - thank you