It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Playing max, after 150 terns or so start getting following when game freezes up _

Assertion failed: index >= 0 && index < count, file smart list.cpp. line 189 ABNORMAL TERMINATION
( 0 has dot in middle)
Game then will have to be shut down using window key to drop view to start bar and closing gog box window, can restart from last saved game but will not last long before freezing again.

Idea / solutions anyone, in baby steps please as usual resort of getting a bigger hammer will not work in this case :(

thanks

Tom

ps unable to attach screen shot as 'wrong format' ?
No posts in this topic were marked as the solution yet. If you can help, add your reply
I think it's a common bug. Take a look at this older post for a possible solution.
avatar
dr.schliemann: I think it's a common bug. Take a look at this older post for a possible solution.
THANKS HAVE SEEN THIS BUT DONT QUITE FOLLOW WHATS TO DO
I am not quite sure, but I think the problem is an interaction between DOS extender (DOS/4GW) and the emulator (DOSBox). According to the other thread, the version of DOS/4GW that comes with the game (v. 1.97) has some problems and you should replace it with a newer version.

--------------------------------------------------------
To do this, you have to follow some steps:

1) Unbind the old DOS Extender from your executables.
You can search on Internet the PMWBIND utility and use it like this:

PMWBIND /U MAXRUN.EXE
PMWBIND should create a file named MAXRUN.LE which is the executable file unbound from the DOS extender.

2) Download another DOS Extender. You can try DOS/4GW v. 2.01 or maybe DOS32A. Put the file in the MAX directory and rename it to "DOS4GW.EXE".

3) Change the configuration file. Edit the end of file "dosboxMAX1.conf" in the MAX directory to look like this:

DOS4GW Maxrun.LE -fD:\MAX
EXIT
Instead of this:

Maxrun.exe -fD:\MAX
EXIT
--------------------------------------------------------

Now the game should be more stable. I say "should be" because, according to other posts in that thread, this solution doesn't eliminate all the bugs.