1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<?xml version="1.0"?>
<FILE TITLE="Bugs">
<CHAP TITLE="Report a new bug">
<TEXT>
If you have troubles with Liquid War 5,
if you think it is a bug,
and if it is not described in this file, then just
send me a mail at "ufoot@ufoot.org"
with a (precise...) decription of your problem.
I'll try and see what I can do about it.
</TEXT>
</CHAP>
<CHAP TITLE="Memory bugs">
<TEXT>
Memory allocation of Liquid War 5 can get very buggy,
especially when you run it in a DOS box.
</TEXT>
<TEXT>
The main reason is that Liquid War keeps on
allocating and freeing bitmaps.
And sometimes there is not enough DPMI memory to create bitmaps.
If this happens, Liquid War should exit and give you
a short description of the problem.
</TEXT>
<TEXT>
But it is also possible that Liquid War exits
with a page fault error without warning you.
This is often because the GUI manager of Allegro
NEEDS free memory to work correctly.
And if this memory is not available, it crashes...
I have tried hard to work this arround but could not make it.
All you can do to avoid this is to give Liquid War more DPMI memory
and try and reduce the "-mem n" command line parameter.
</TEXT>
</CHAP>
<CHAP TITLE="Network">
<TEXT>
Network support in Liquid War is far from being perfect, so there
are a bunch of little problems which can appear. Basically, once
the game is correctly started on a LAN, you should have no problems,
but getting the game started might be difficult.
</TEXT>
<TEXT>
Basically, network support in 5.4.0 and 5.4.1 is half-broken, and
setting up an internet game is pretty hard.
</TEXT>
</CHAP>
<CHAP TITLE="Interference with other Windows programs">
<TEXT>
It's been reported that Liquid War can run very slowly on Windows
when some other programs (Mozilla for instance) are running.
So if Liquid War's menus seem to be really really slow, then
try to shut down other applications and run the game again.
</TEXT>
<TEXT>
This problem does not seem to apply on GNU/Linux - at least if you
do not run 300 daemons together on your machine 8-)
</TEXT>
</CHAP>
<CHAP TITLE="Mouse cursor display">
<TEXT>
Most of the time, the mouse cursor will not be displayed
correctly, more precisely, weird squares can appear now
an then where the mouse cursor was. I acknowledge this
looks ugly but at least it's not a "blocking" bug...
...it's ugly, that's all!
</TEXT>
</CHAP>
<CHAP TITLE="Datafile bugs">
<TEXT>
Sometimes there are some problems when compiling the datafile,
this includes:
</TEXT>
<LIST>
<ELEM>
The liquidwarcol, liquidwarmap and liquidwartex utilities
might freeze or segfault. Typing "make" again often solves
the problem.
</ELEM>
<ELEM>
The background image sometimes ends up using the wrong palette,
which has a very nasty consequence: it looks ugly.
</ELEM>
</LIST>
<TEXT>
These bugs are quite hard to get rid off, since I can not
reproduce them easily. The good solution would be to completely
rewrite the liquidwarcol, liquidwarmap and liquidwartex utilities.
</TEXT>
</CHAP>
</FILE>
|