VOGONS


First post, by Agathosdaimon

User metadata
Rank Member
Rank
Member

Okay i am trying to get Armored Fist 2 working right in dosbox - currently i have it installed and it can run passably with the cpu and core on auto and cycles at 80000, but still quite choppy and also the game will crash if you are on the map screen for too long, but also it seesm teh game will crash if one is just playing it for too long also. these certainly never happened for me playing it on my actual p133 16mb ram back in the late 90s.

the error message in the second dosbox screen mentions being out of cache blocks - so i have tried AF2 in dosbox-x where i can enter something regarding cache in the config but while this i think does extend the time before AF2 crashes, it seems to make the game no longer respond to the air support request key(prt scr ) key

Reply 1 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Try memsize=31, which I often do with heavier games from the late 90's.

Running out of cache blocks can be avoided with core=normal, but then you will probably need more cycles, so perhaps cycles=auto (which translates to cycles=max for protected mode games).

Reply 2 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

thanks - i thought core on auto did usually just go to normal, but thats not the case clearly.

i just found another thread here about AF2 and that person found they had issues mounting an iso, and instead just copied the contents to a folder, so i have tried that and i ran through a whole mission with no ctd and no ctd on the map screens, so i wonder if that has somehow fixed things?

Reply 3 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

With a "typical" install of AF2, I'm seeing myriad file searches (FindFirst) during gameplay that are left hanging (FindNext never called), which can consume a lot of host memory but not sure it causes crashes... I haven't seen any crash yet.

Based on this finding, I suggest trying the helper program here in DOSBox.

Reply 4 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

thanks again for the help - did you run it by making a folder to put the cd contents in mounting that folder as d drive instead of an ISO? i do have the actual AF2 disk somewhere in my game collection, i havent tried it with that yet

Reply 5 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

I installed from a disc image as normal.

If you haven't tried it already, I suggest using a build of straight SVN source, as many improvements have been made to the dynamic core. However, as I mentioned before, running out of cache blocks can be avoided by using normal core, though depending on the host system it might be kind of slow for AF2.

Reply 6 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

update - looks like it still crashes even with teh cd contents in a "d" folder, i tried it also not with the program you suggested justyet, but i will. i was just trying it firstly with another suggestion i got - slowread.com which i think you also created. - Sadly it still crashed with the out of cache error, but i do have the core on auto still. i tried normal but the game unplayably slow,

i just doesnt seem fair that its either stable and too slow to play, or fast and smooth to play but prone to crash after about 5-10 minutes.

where can i get "straight SVN source" ?

Reply 7 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The maintainer of the ECE build also provides builds of straight SVN source. There's a link to the website in the maintainer's signature: DOSBox ECE (for Windows & Linux)

The builds not labeled as "ECE" are the straight SVN builds.

Reply 8 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

okay although the game still crashes out with the core set to auto in the SVN build r4465, if i run the game with normal core and cycles at 100000 it actually is not too bad, it is faster than standard dosbox . the only thing is the sound gets a bit choppy, but no crashes which is good. I applied the ffclose program too not sure if that helps or not

oddly if i run it at auto then it plays at max cycles and is actually running with poorer frames but the sound is good

Reply 11 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Yes, default settings except memsize, so DOSBox is switching to dynamic core due to core=auto and AF2 running in protected mode.

Which host CPU and OS are you running DOSBox on?

Reply 12 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

i am running dosbox on my windows 10 64bit system

i had my memsize still on 63 - i had on that from some earlier tests, i changed it to 31 and ran it on auto and no crash for the whole Rollout mission in the Provide Relief campaign - i hope this means the problem might be gone with the memsize on 31 - so memsize 31 can make all the difference? why not 63, which is a setting that i have seen as a default on a few dosbox games online that have dosbox packaged with them?

Reply 13 of 19, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Well, wait and see how it goes after playing awhile, as there may be only a reduced frequency of the cache block problem.

Anyway, more memory is not always better in DOS games, because too much can and does cause issues in some cases.

Reply 15 of 19, by hail-to-the-ryzen

User metadata
Rank Member
Rank
Member

As a test of last resort for the use of the dynamic x86 core, it is possible to change a cache block setting from 32 to another value. I have not tested it, but a value of 16 may work. Here is one of the locations of the setting in core_dyn_x86.cpp:
block=CreateCacheBlock(chandler,ip_point,32)

If building dosbox on your machine, then it should be possible to select either the x86 or x64 dynamic core. The choice of dynamic core may affect the appearance of the cache block error.

I believe dosbox-x has a configuration setting for the above cache block setting value which does not require a code edit. However, it uses a different variant of the dosbox dynamic core and may produce different results.

Reply 16 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member

thanks- i have dosbox-x and see in its conf settings that there is the entry
dynamic core cache block size=32

i did see this in teh SVN daum dosbox also - another version i was trying AF2 with, i was thinking i had to make the amount larger, but this had no effect on the crashing, - are suggesting it be smaller?

Reply 19 of 19, by Agathosdaimon

User metadata
Rank Member
Rank
Member
ripsaw8080 wrote on 2021-09-15, 03:10:

Well, wait and see how it goes after playing awhile, as there may be only a reduced frequency of the cache block problem.

Anyway, more memory is not always better in DOS games, because too much can and does cause issues in some cases.

i have tried AF2 again and again no crash - completed the 2nd mission in the provide relief campaign, certainly it is looking good so far!