[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hex-a-hop for users



On Sun, Aug 19, 2007 at 10:01:22PM +0400, Yuri Kozlov wrote:
> 2007/8/19, Damyan Ivanov <dam@modsoftsys.com>:
> >
> > - -=| Jens Seidel, 19.08.2007 19:48 |=-
> > > http://packages.qa.debian.org/h/hex-a-hop.html). Or simply use a
> > > slightly older version of all patches from hex-a-hop_0.0.20070315-3.diff.gz.
> >
> > I tried the binary package for hex-a-hop_0.0.20070315-3 and it segafults
> > after reading the configuration. Back-trace follows:
>
> See bug 438644

(This bug was cloned to 438800, please refer to 438800.)

I think I found the reason for bug 438800: A too short fixed array size.
Changing
 char optionSlotName[MAX_GAMESLOT][40]
to
 char optionSlotName[MAX_GAMESLOT][400]
in menus.h:387 should fix it.

Damyan, can you please confirm that you tested Yuri's Russian translation
or did it happen in English mode?

I suggest to directly reply to this bug and not this mailing list.

Please test again after applying this pseudo patch (and calling
clean!!!). Don't forget to remove all ~/.hex-a-hop/save?.dat files as well
as they could be corrupted.

PS: I really hate (such?) C programming code, in every line one is able to
find errors, you just have to inspect it carefully ...

Jens



Reply to: