Package: wesnoth
Version: 1:1.3.9-3
Severity: normal

Hello,

Wesnoth crashes reliably when playing "Invasion from The Unknown" campaign,
whenever unit dies and Mal Keshar is raising it again. It seems to be this
event (in Invasion_from_the_Unknown/utils/scenario-deaths.cfg - commenting it
out prevented the crash):

        [event]
                name=die
                first_time_only=no
                [filter]
                        side=1
                        [not]
                                race=undead
                        [/not]
                [/filter]
                [filter_second]
                        [not]
                                #Basically not any type that has plague or eats 
its victim
                                type=Walking 
Corpse,Soulless,Necromancer,Ghoul,Necrophage,Ghast
                        [/not]
                [/filter_second]

                [if]
                        [have_unit]
                                description=Mal Keshar
                                side=1
                        [/have_unit]
                        [then]
                                [store_unit]
                                        [filter]
                                                x,y=$x1,$y1
                                        [/filter]
                                        kill=no
                                        variable=necro_store
                                [/store_unit]
                                [kill]
                                        x,y=$x1,$y1
                                        fire_event=yes
                                        animate=no
                                [/kill]
                                [sound]
                                        name=zombie-attack.wav
                                [/sound]
                                [unit]
                                        # This will look pretty good as soon as 
BfW has recruit animations for WCs :)
                                        animate=yes
                                        type=Walking Corpse
                                        x=$necro_store.x
                                        y=$necro_store.y
                                        upkeep=$necro_store.upkeep
                                        random_traits=yes
                                        moves=0
                                        resting=no
                                        side=1
                                        
user_description=$necro_store.user_description
                                        facing=$necro_store.facing
                                        variation=$necro_store.undead_variation
                                [/unit]
                        [/then]
                [/if]
                
        [/event]


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wesnoth depends on:
ii  libc6                   2.6.1-6          GNU C Library: Shared libraries
ii  libfreetype6            2.3.5-1+b1       FreeType 2 font engine, shared lib
ii  libfribidi0             0.10.7-4         Free Implementation of the Unicode
ii  libgcc1                 1:4.2.2-3        GCC support library
ii  libsdl-image1.2         1.2.6-1          image loading library for Simple D
ii  libsdl-mixer1.2         1.2.8-1          mixer library for Simple DirectMed
ii  libsdl-net1.2           1.2.7-2          network library for Simple DirectM
ii  libsdl1.2debian         1.2.12-1         Simple DirectMedia Layer
ii  libstdc++6              4.2.2-3          The GNU Standard C++ Library v3
ii  libx11-6                2:1.0.3-7        X11 client-side library
ii  python2.4               2.4.4-6          An interactive high-level object-o
ii  wesnoth-data            1:1.3.9-3        data files for Wesnoth
ii  zlib1g                  1:1.2.3.3.dfsg-6 compression library - runtime

wesnoth recommends no packages.

-- no debconf information
-- 
                                                 Jan 'Bulb' Hudec <[EMAIL 
PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to