Jump to content

Fedora 0.8.1 looting crash


Gennady

Recommended Posts

Can you wipe the build dir, rerun cmake, adding -DCMAKE_BUILD_TYPE=Debug and then running gemrb through gdb? Or if you can tell any more details where and how this happens (it shouldn't): area code or name, location of container / loot.

Link to comment

This fail had to occured while items looted from corpses and ground everywhere.

DBG info:

-----

Program received signal SIGSEGV, Segmentation fault.

0xb7ac9c26 in BlitSprite_internal<unsigned int, false, false, SRShadow_Regular, SRTinter_NoTint<false>, SRBlender<unsigned int, SRBlender_NoAlpha, SRFormat_Hard> > (target=0x80bebb8,

srcdata=0x88204c9d <Address 0x88204c9d out of bounds>, col=0x81ff248, tx=-2147483122, ty=399,

width=9, yflip=false, clip=..., transindex=0, cover=0x0, spr=0x8209758, flags=0, shadow=...,

tint=..., blend=...) at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SpriteRenderer.inl:613

613 Uint8 p = *srcdata++;

--------

Link to comment

huh, that's a very odd place to crash in. Of course looting works fine for me here. Can you post the full backtrace? Just type backtrace or bt into gdb after the crash.

 

Or post a save game.

Link to comment

At my previous post between ¨------¨ is gdb backtrace after crash. As I understood, there is ¨scandal¨ void function BlitSprite_internal into plugin SDLVideo at SpriteRenderer.inl 613th line where integer algebraic expression Uint8 p = *srcdata++ . This problem occurs when inventory (taking from ground, containers etc) window opens. I think error is related with window positioning or palette (sprites?) graphic processing. It seems like datatypes were mistook. However, I have no more vodka to solve this problem lol. Also, savegame I have attached, but this one shows anything because when I started new game and just for experiment drop item from inventory and try to take it back error had occured too. If nedeed, it is possible to send compiled at my system gemrb binaries. Ah... 0.8.0.1 had no problems...

888888888-001.zip

Link to comment

Ok, full trace

----------begin-----------

Starting program: /home/Gennady/gemrb/gemrb

[Thread debugging using libthread_db enabled]

Using host libthread_db library "/lib/libthread_db.so.1".

[Core]: GemRB Core Version v0.8.1 Loading...

[Config]: attempting to initialize config with GemRB.cfg

[Core]: Initializing the Event Manager...

[Core]: Starting Plugin Manager...

[PluginMgr]: Loading Plugins from /home/Gennady/gemrb/plugins/

[PluginLoader]: Loaded plugin "TIS File Importer" (TISImporter.so).

[PluginLoader]: Loaded plugin "ITM File Importer" (ITMImporter.so).

[PluginLoader]: Loaded plugin "STO File Importer" (STOImporter.so).

[PluginLoader]: Loaded plugin "SDL Audio Driver" (SDLAudio.so).

[PluginLoader]: Loaded plugin "Effect opcodes for core games" (FXOpcodes.so).

[PluginLoader]: Loaded plugin "2DA File Importer" (2DAImporter.so).

[PluginLoader]: Loaded plugin "Directory Importer" (DirectoryImporter.so).

[PluginLoader]: Loaded plugin "PLT File Importer" (PLTImporter.so).

[PluginLoader]: Loaded plugin "IDS File Importer" (IDSImporter.so).

[PluginLoader]: Loaded plugin "CHU File Importer" (CHUImporter.so).

[PluginLoader]: Loaded plugin "CRE File Importer" (CREImporter.so).

[PluginLoader]: Loaded plugin "ZLib Compression Manager" (ZLibManager.so).

[PluginLoader]: Loaded plugin "MUS File Importer" (MUSImporter.so).

[PluginLoader]: Loaded plugin "BMP File Writer" (BMPWriter.so).

[PluginLoader]: Loaded plugin "WED File Importer" (WEDImporter.so).

[PluginLoader]: Loaded plugin "OGG File Importer" (OGGReader.so).

[PluginLoader]: Loaded plugin "DLG File Importer" (DLGImporter.so).

[PluginLoader]: Loaded plugin "INI File Importer" (INIImporter.so).

[PluginLoader]: Loaded plugin "TTF Font Importer" (TTFImporter.so).

[PluginLoader]: Loaded plugin "PNG File Importer" (PNGImporter.so).

[PluginLoader]: Loaded plugin "BAM File Importer" (BAMImporter.so).

[PluginLoader]: Loaded plugin "OpenAL Audio Driver" (OpenALAudio.so).

[PluginLoader]: Loaded plugin "ACM File Importer" (ACMReader.so).

[PluginLoader]: Loaded plugin "MOS File Importer" (MOSImporter.so).

[PluginLoader]: Loaded plugin "BMP File Reader" (BMPImporter.so).

[PluginLoader]: Loaded plugin "SPL File Importer" (SPLImporter.so).

[PluginLoader]: Loaded plugin "GUI Script Engine (Python)" (GUIScript.so).

[PluginLoader]: Loaded plugin "ARE File Importer" (AREImporter.so).

[PluginLoader]: Loaded plugin "VLC Video Player" (VLCPlayer.so).

[PluginLoader]: Loaded plugin "Null Resource Source" (NullSource.so).

[PluginLoader]: Loaded plugin "GAM File Importer" (GAMImporter.so).

[PluginLoader]: Loaded plugin "Effect opcodes for the torment branch of the games" (PSTOpcodes.so).

[PluginLoader]: Loaded plugin "SDL1 Video Driver" (SDLVideo.so).

[PluginLoader]: Loaded plugin "WMP File Importer" (WMPImporter.so).

[PluginLoader]: Loaded plugin "PRO File Importer" (PROImporter.so).

[PluginLoader]: Loaded plugin "WAV File Importer" (WAVReader.so).

[PluginLoader]: Loaded plugin "MVE Video Player" (MVEPlayer.so).

[PluginLoader]: Loaded plugin "EFF File Importer" (EFFImporter.so).

[PluginLoader]: Loaded plugin "Null Sound Driver" (NullSound.so).

[PluginLoader]: Loaded plugin "BIF File Importer" (BIFImporter.so).

[PluginLoader]: Loaded plugin "Effect opcodes for the icewind branch of the games" (IWDOpcodes.so).

[PluginLoader]: Loaded plugin "SAV File Importer" (SAVImporter.so).

[PluginLoader]: Loaded plugin "BIK Video Player" (BIKPlayer.so).

[PluginLoader]: Loaded plugin "KEY File Importer" (KEYImporter.so).

[PluginLoader]: Loaded plugin "TLK File Importer" (TLKImporter.so).

[Core]: Plugin Loading Complete...

[Core]: GemRB Core Initialization...

[Core]: Initializing Video Driver...

[sDL 1.2 Driver]: Creating display

[sDL 1.2 Driver]: SDL_SetVideoMode...

[sDL 1.2 Driver]: Checking for HardWare Acceleration...

[sDL 1.2 Driver]: Creating Main Surface...

[sDL 1.2 Driver]: Creating Back Buffer...

[sDL 1.2 Driver]: Creating Extra Buffer...

[Core]: Initializing Search Path...

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/portraits (Portraits)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/Data (Data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD1/data (CD1/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD1/data (CD1/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD2/data (CD2/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD2/data (CD2/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD3/data (CD3/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD3/data (CD3/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD4/data (CD4/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD4/data (CD4/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD5/data (CD5/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD5/data (CD5/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/CD6/data (CD6/data)

[ResourceManager/WARNING]: Invalid path given: /home/Gennady/WINE/BG1/Data/CD6/data (CD6/data)

[Core]: Initializing KEY Importer...

[KEYImporter]: Opening /home/Gennady/WINE/BG1/Chitin.key...

[KEYImporter]: Checking file type...

[KEYImporter]: Reading Resources...

[KEYImporter]: BIF Files Count: 159 (Starting at 24 Bytes)

[KEYImporter]: RES Count: 16694 (Starting at 4780 Bytes)

[KEYImporter]: Resources Loaded...

[Core]: Initializing GUI Script Engine...

[GUIScript]: Detecting GameType.

[ResourceManager/WARNING]: 'EXPTABLE.2da' not found...

[ResourceManager/WARNING]: 'EXPTABLE.2da' not found...

[ResourceManager/WARNING]: 'VAR.var' not found...

[ResourceManager/WARNING]: 'KITLIST.2da' not found...

[GUIScript]: Detected GameType: bg1

[ResourceManager/WARNING]: Invalid path given: /usr/share/fonts/TTF (CustomFonts)

[Core]: Reading Game Options...

[ResourceManager]: Found 'gemrb.ini' in 'GemRB Unhardcoded data'.

[Core]: Loading game type-specific GemRB setup '/home/Gennady/gemrb/unhardcoded/bg1/gemrb.ini'

[Core]: Loading original game options from /home/Gennady/WINE/BG1/gem-baldur.ini

[ResourceManager]: Found 'defaults.ini' in 'shared GemRB Unhardcoded data'.

[Core]: Reading Encoding Table...

[ResourceManager]: Found 'default.ini' in 'shared GemRB Unhardcoded data'.

[Core]: Loading encoding definition for default: '/home/Gennady/gemrb/unhardcoded/shared/default.ini'

[Core]: Creating Projectile Server...

[ResourceManager]: Found 'gemprjtl.ids' in 'GemRB Unhardcoded data'.

[ResourceManager/ERROR]: Couldn't find 'projectl.ids'.

[Core]: Checking for Dialogue Manager...

[ResourceManager/ERROR]: Couldn't find 'gender.2da'.

[Core]: Loading Dialog.tlk file...

[Core]: Loading Palettes...

[ResourceManager]: Searching for 'MPALETTE'...

[ResourceManager]: Found 'MPALETTE.bmp' in 'chitin.key'.

[ResourceManager]: Searching for 'MPALETTE'...

[ResourceManager]: Found 'MPALETTE.bmp' in 'chitin.key'.

[ResourceManager]: Searching for 'MPAL256'...

[ResourceManager]: Found 'MPAL256.bmp' in 'GemRB Unhardcoded data'.

[Core]: Palettes Loaded

[Core]: Initializing stock sounds...

[ResourceManager]: Found 'defsound.2da' in 'GemRB Unhardcoded data'.

[Core]: Broadcasting Event Manager...

[Core]: Initializing Window Manager...

[Core]: Loading Cursors...

[ResourceManager]: Found 'cursors.bam' in 'chitin.key'.

[ResourceManager]: Found 'fogowar.bam' in 'chitin.key'.

[Core]: Loading Fog-Of-War bitmaps...

[Core]: Loading Ground circle bitmaps...

[Core]: Loading Fonts...

[ResourceManager]: Found 'fonts.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Searching for 'NORMAL'...

[ResourceManager]: Found 'NORMAL.bam' in 'Override'.

[ResourceManager]: Searching for 'TOOLFONT'...

[ResourceManager]: Found 'TOOLFONT.bam' in 'Override'.

[ResourceManager]: Searching for 'NUMBER'...

[ResourceManager]: Found 'NUMBER.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'INITIALS'...

[ResourceManager]: Found 'INITIALS.bam' in 'Override'.

[ResourceManager]: Searching for 'NUMBER2'...

[ResourceManager]: Found 'NUMBER2.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'NUMBER3'...

[ResourceManager]: Found 'NUMBER3.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'REALMS'...

[ResourceManager]: Found 'REALMS.bam' in 'Override'.

[ResourceManager]: Searching for 'STONEBIG'...

[ResourceManager]: Found 'STONEBIG.bam' in 'Override'.

[ResourceManager]: Searching for 'STONESML'...

[ResourceManager]: Found 'STONESML.bam' in 'Override'.

[ResourceManager]: Searching for 'STATES'...

[ResourceManager]: Found 'STATES.bam' in 'Override'.

[ResourceManager]: Searching for 'STATES2'...

[ResourceManager]: Found 'STATES2.bam' in 'Override'.

[Core]: Fonts Loaded...

[ResourceManager]: Found 'tooltip.bam' in 'chitin.key'.

[Core]: Initializing Tooltips...

[Core]: Starting up the Sound Driver...

[OpenAL]: Initializing OpenAL driver:

AL Version:(null)

AL Renderer:(null)

AL Vendor:(null)

[New Thread 0xb70feb40 (LWP 3897)]

[Thread 0xb70feb40 (LWP 3897) exited]

[New Thread 0xb70feb40 (LWP 3898)]

[New Thread 0xb26ffb40 (LWP 3899)]

[OpenAL]: Allocated 30 streams.

[New Thread 0xb25feb40 (LWP 3900)]

[Core]: Allocating SaveGameIterator...

[Core]: Initializing Token Dictionary...

[Core]: Initializing Music Manager...

[Core]: Loading music list...

[ResourceManager]: Found 'music.2da' in 'GemRB Unhardcoded data'.

[Core]: Bringing up the Global Timer...

[Core]: Initializing effects...

[ResourceManager]: Found 'efftext.2da' in 'GemRB Override'.

[ResourceManager]: Found 'effects.ids' in 'GemRB Unhardcoded data'.

[Core]: Initializing Inventory Management...

[ResourceManager]: Found 'itemtype.2da' in 'GemRB Unhardcoded data'.

[ResourceManager/ERROR]: Couldn't find 'itemdata.2da'.

[ResourceManager]: Found 'slottype.2da' in 'GemRB Unhardcoded data'.

[Core]: Initializing string constants...

[ResourceManager]: Found 'strings.2da' in 'GemRB Unhardcoded data'.

[Core]: Initializing random treasure...

[ResourceManager]: Found 'randitem.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'rndtreas.2da' in 'chitin.key'.

[ResourceManager]: Found 'rndscrol.2da' in 'Override'.

[ResourceManager]: Found 'rndmagic.2da' in 'chitin.key'.

[ResourceManager]: Found 'rndequip.2da' in 'chitin.key'.

[Core]: Initializing ability tables...

[ResourceManager]: Found 'strmod.2da' in 'chitin.key'.

[ResourceManager]: Found 'strmodex.2da' in 'chitin.key'.

[ResourceManager]: Found 'intmod.2da' in 'chitin.key'.

[ResourceManager]: Found 'hpconbon.2da' in 'chitin.key'.

[ResourceManager]: Found 'lorebon.2da' in 'chitin.key'.

[ResourceManager]: Found 'dexmod.2da' in 'chitin.key'.

[ResourceManager]: Found 'chrmodst.2da' in 'chitin.key'.

[Core]: Reading reputation mod table...

[ResourceManager]: Found 'reputati.2da' in 'chitin.key'.

[ResourceManager/WARNING]: 'WMAPLAY.2da' not found...

[Core]: Reading game time table...

[ResourceManager]: Found 'gametime.2da' in 'GemRB Unhardcoded data'.

[Core]: Reading special spells table...

[ResourceManager]: Found 'splspec.2da' in 'GemRB Unhardcoded data'.

[ResourceManager/ERROR]: Couldn't find 'wildmag.2da'.

[Core/WARNING]: Failed to load special spells.

[Core]: Reading item tables...

[ResourceManager]: Found 'itemexcl.2da' in 'chitin.key'.

[ResourceManager/ERROR]: Couldn't find 'itemdial.2da'.

[ResourceManager]: Found 'tooltip.2da' in 'chitin.key'.

[ResourceManager]: Found 'dmgtypes.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'stats.ids' in 'shared GemRB Override'.

[Core]: Reading damage type table...

[Core]: Reading modal states table...

[ResourceManager]: Found 'modal.2da' in 'shared GemRB Unhardcoded data'.

[Core]: Reading game script tables...

[ResourceManager]: Found 'happy.2da' in 'chitin.key'.

[ResourceManager]: Found 'rmodrep.2da' in 'chitin.key'.

[ResourceManager]: Found 'rmodchr.2da' in 'chitin.key'.

[ResourceManager]: Found 'trigger.ids' in 'chitin.key'.

[ResourceManager]: Found 'action.ids' in 'chitin.key'.

[ResourceManager]: Found 'object.ids' in 'chitin.key'.

[ResourceManager]: Found 'gemact.ids' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'gemtrig.ids' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'script.2da' in 'GemRB Unhardcoded data'.

[GameScript/WARNING]: Couldn't assign function to trigger: 7 said

[GameScript/WARNING]: Couldn't assign function to trigger: 85 reset

[GameScript]: reallyforcespelldead(o:target,i:spell*spell) overrides existing action 181 reallyforcespell

[GameScript/WARNING]: Couldn't assign function to action: 20 layhands

[GameScript/WARNING]: Couldn't assign function to action: 37 followpath

[GameScript/WARNING]: Couldn't assign function to action: 77 nidspecial8

[GameScript/WARNING]: Couldn't assign function to action: 79 nidspecial10

[GameScript/WARNING]: Couldn't assign function to action: 80 nidspecial11

[GameScript/WARNING]: Couldn't assign function to action: 81 nidspecial12

[GameScript/WARNING]: Couldn't assign function to action: 94 groupattack

[ResourceManager]: Found 'instant.ids' in 'chitin.key'.

[GameScript/WARNING]: instant action 1 (actionoverride(o:actor*,a:action*)) doesn't exist, ignoring

[ResourceManager/ERROR]: Couldn't find 'actsleep.ids'.

[ResourceManager/ERROR]: Couldn't find 'chase.ids'.

[ResourceManager]: Found 'svtriobj.ids' in 'chitin.key'.

[GameScript/WARNING]: saved trigger 85 (reset(o:object*)) doesn't exist, ignoring

[GameScript/WARNING]: saved trigger 7 (said(o:object*,i:dialog) doesn't exist, ignoring

[Core]: Initializing keymap tables...

[ResourceManager]: Found 'keymap.2da' in 'shared GemRB Unhardcoded data'.

[unknown]: Adding key 7 with function GUICommon::ResolveKey

[unknown]: Adding key 8 with function GUICommon::ResolveKey

[unknown]: Adding key 9 with function GUICommon::ResolveKey

[unknown]: Adding key 0 with function GUICommon::ResolveKey

[unknown]: Adding key - with function GUICommon::ResolveKey

[unknown]: Adding key = with function GUICommon::ResolveKey

[Core]: Setting up the Console...

[ResourceManager]: Found 'carot.bam' in 'chitin.key'.

[Core]: Core Initialization Complete!

[GUIScript]: Loading Script Start.

[ResourceManager]: Searching for 'BG4LOGO'...

[ResourceManager]: Found 'BG4LOGO.mve' in 'chitin.key'.

[ResourceManager]: Searching for 'TSRLOGO'...

[ResourceManager]: Found 'TSRLOGO.mve' in 'chitin.key'.

[ResourceManager]: Searching for 'BILOGO'...

[ResourceManager]: Found 'BILOGO.mve' in 'chitin.key'.

[ResourceManager]: Searching for 'INFELOGO'...

[ResourceManager]: Found 'INFELOGO.mve' in 'chitin.key'.

[ResourceManager]: Searching for 'INTRO'...

[ResourceManager]: Found 'INTRO.mve' in 'chitin.key'.

[ResourceManager]: Found 'START.chu' in 'chitin.key'.

[ResourceManager]: Searching for 'guierr2b'...

[ResourceManager]: Found 'guierr2b.mos' in 'chitin.key'.

[ResourceManager]: Found 'guistmsc.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'start'...

[ResourceManager]: Found 'start.mos' in 'chitin.key'.

[ResourceManager]: Found 'gmpconnc.bam' in 'chitin.key'.

[MUSImporter]: Loading /home/Gennady/WINE/BG1/Music/Theme.mus...

[ResourceManager]: Searching for 'THEME/THEMEA'...

[ResourceManager]: Found 'THEME/THEMEA.acm' in 'Music'.

[unknown]: Playing: THEME/THEMEA

[OPENAL]: Music in INITIAL State. AutoStarting

[ResourceManager]: Searching for 'gam_09'...

[ResourceManager]: Found 'gam_09.wav' in 'chitin.key'.

[ResourceManager]: Searching for 'gam_04'...

[ResourceManager]: Found 'gam_04.wav' in 'chitin.key'.

[GUIScript]: Loading Script GUILOAD.

[ResourceManager]: Found 'GUILOAD.chu' in 'chitin.key'.

[ResourceManager]: Searching for 'guisrsvb'...

[ResourceManager]: Found 'guisrsvb.mos' in 'chitin.key'.

[ResourceManager]: Found 'guistscr.bam' in 'chitin.key'.

[ResourceManager]: Found 'guisrsvc.bam' in 'chitin.key'.

[saveGameIterator/ERROR]: Invalid savegame directory 'save' in /home/Gennady/WINE/BG1/Save.

[ResourceManager]: Found 'guils.chu' in 'GemRB Unhardcoded data'.

[ResourceManager]: Searching for 'gprogbar'...

[ResourceManager]: Found 'gprogbar.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpbg'...

[ResourceManager]: Found 'gtrbpbg.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpbar'...

[ResourceManager]: Found 'gtrbpbar.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpcap'...

[ResourceManager]: Found 'gtrbpcap.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'GTRSK003'...

[ResourceManager]: Found 'GTRSK003.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'GTRBPSK'...

[ResourceManager]: Found 'GTRBPSK.mos' in 'chitin.key'.

[ResourceManager]: Found 'months.2da' in 'chitin.key'.

[ResourceManager/ERROR]: Couldn't find 'baldur.bcs'.

[ResourceManager]: Found 'sprklclr.2da' in 'chitin.key'.

[ResourceManager]: Found 'mastarea.2da' in 'Override'.

[ResourceManager]: Found 'restmov.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'npclevel.2da' in 'chitin.key'.

[ResourceManager]: Found 'clskills.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'damage.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'overlay.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'csound.2da' in 'chitin.key'.

[ResourceManager]: Found 'qslots.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'itemuse.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'mxsplwis.2da' in 'chitin.key'.

[ResourceManager]: Found 'classes.2da' in 'GemRB Unhardcoded data'.

[Actor]: Examining classes.2da

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]:

[Actor/DEBUG]: ULTI: 11

[Actor/DEBUG]: MULTI: 7

[Actor]: Finished examining classes.2da

[ResourceManager]: Found 'wspecial.2da' in 'chitin.key'.

[ResourceManager]: Found 'wspatck.2da' in 'chitin.key'.

[ResourceManager]: Found 'wssingle.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'vcremap.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'comment.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'skilldex.2da' in 'chitin.key'.

[ResourceManager]: Found 'skillrac.2da' in 'chitin.key'.

[ResourceManager]: Found 'race.ids' in 'chitin.key'.

[ResourceManager]: Found 'difflvls.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'avprefix.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'AVPREFR.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'AVPREFG.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'AVPREFC.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'dplayer3.bcs' in 'Override'.

[ResourceManager]: Found 'proftype.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'avatars.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'bloodclr.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'walksnd.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'chmc1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'fistweap.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'xzar.bcs' in 'chitin.key'.

[ResourceManager]: Found 'default.bs' in 'Scripts'.

[ResourceManager]: Found 'dplayer2.bcs' in 'chitin.key'.

[ResourceManager]: Found 'chmw1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'jaheira.bcs' in 'chitin.key'.

[ResourceManager]: Found 'ceff1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'kitlist.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'khalid.bcs' in 'chitin.key'.

[ResourceManager]: Found 'cemf1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'chft1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'chfc1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'montaron.bcs' in 'chitin.key'.

[ResourceManager]: Found 'cimf1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'cefw1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'cimt1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'cefc1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'cdmf1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'alora.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wtrunsgt.bcs' in 'chitin.key'.

[ResourceManager]: Found 'dplayer.bcs' in 'chitin.key'.

[ResourceManager]: Found 'cift1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'dynaheir.bcs' in 'chitin.key'.

[ResourceManager]: Found 'chfw1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'yeslick.bcs' in 'chitin.key'.

[ResourceManager]: Found 'priest1.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wtasight.bcs' in 'chitin.key'.

[ResourceManager]: Found 'cdmc1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'coran.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wtarsgt.bcs' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'ajantis.bcs' in 'chitin.key'.

[ResourceManager]: Found 'chmf1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'priest2.bcs' in 'chitin.key'.

[ResourceManager]: Found 'quayle.bcs' in 'chitin.key'.

[ResourceManager]: Found 'mage1.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wdrunsgt.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wdarsgt.bcs' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'eldoth.bcs' in 'chitin.key'.

[ResourceManager]: Found 'mage5.bcs' in 'chitin.key'.

[ResourceManager]: Found 'chmt1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'tiax.bcs' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'kagain.bcs' in 'chitin.key'.

[ResourceManager]: Found 'sharteel.bcs' in 'chitin.key'.

[ResourceManager]: Found 'chff1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'viconia.bcs' in 'chitin.key'.

[ResourceManager]: Found 'initdlg.bcs' in 'chitin.key'.

[ResourceManager]: Found 'initobe.bcs' in 'chitin.key'.

[ResourceManager]: Found 'minsc.bcs' in 'chitin.key'.

[ResourceManager]: Found 'cemw1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'edwin.bcs' in 'chitin.key'.

[ResourceManager]: Found 'safana.bcs' in 'chitin.key'.

[ResourceManager]: Found 'backstab.2da' in 'chitin.key'.

[ResourceManager]: Found 'kivan.bcs' in 'chitin.key'.

[ResourceManager]: Searching for 'worldmap'...

[ResourceManager]: Found 'worldmap.mos' in 'chitin.key'.

[ResourceManager]: Found 'mapicons.bam' in 'chitin.key'.

[unknown]: Decompressing ar3300.are

[unknown]: Decompressing ar4902.are

[unknown]: Decompressing inn3304.sto

[unknown]: Decompressing ar2618.are

[unknown]: Decompressing inn3351.sto

[unknown]: Decompressing inn4801.sto

[unknown]: Decompressing ar5400.are

[unknown]: Decompressing ar2602.are

[unknown]: Decompressing ar4804.are

[unknown]: Decompressing ar4802.are

[unknown]: Decompressing ar3800.are

[unknown]: Decompressing highhedg.sto

[unknown]: Decompressing ar3354.are

[unknown]: Decompressing ar3600.are

[unknown]: Decompressing ar3357.are

[unknown]: Decompressing ar2800.are

[unknown]: Decompressing ar3306.are

[unknown]: Decompressing ar4809.are

[unknown]: Decompressing tav4809.sto

[unknown]: Decompressing ar4806.are

[unknown]: Decompressing ar2606.are

[unknown]: Decompressing ar5404.are

[unknown]: Decompressing tem2601.sto

[unknown]: Decompressing ar5406.are

[unknown]: Decompressing ar4100.are

[unknown]: Decompressing ar3307.are

[unknown]: Decompressing ar3339.are

[unknown]: Decompressing friend.sto

[unknown]: Decompressing ar4810.are

[unknown]: Decompressing inn3307.sto

[unknown]: Decompressing ar4900.are

[unknown]: Decompressing ar2302.are

[unknown]: Decompressing taerum.sto

[unknown]: Decompressing ar5401.are

[unknown]: Decompressing ar4906.are

[unknown]: Decompressing ar3201.are

[unknown]: Decompressing ar5402.are

[unknown]: Decompressing ar3301.are

[unknown]: Decompressing ar4808.are

[unknown]: Decompressing ar3202.are

[unknown]: Decompressing ar4803.are

[unknown]: Decompressing ar4905.are

[unknown]: Decompressing ar3345.are

[unknown]: Decompressing ar2607.are

[unknown]: Decompressing ar5300.are

[unknown]: Decompressing ar5405.are

[unknown]: Decompressing ar3346.are

[unknown]: Decompressing ar4805.are

[unknown]: Decompressing ar3351.are

[unknown]: Decompressing ar3315.are

[unknown]: Decompressing stovai.sto

[unknown]: Decompressing ar2643.are

[unknown]: Decompressing ar4800.are

[unknown]: Decompressing ar4903.are

[unknown]: Decompressing ar4200.are

[unknown]: Decompressing ar3348.are

[unknown]: Decompressing ar4101.are

[unknown]: Decompressing ar2303.are

[unknown]: Decompressing ar2300.are

[unknown]: Decompressing ar3318.are

[unknown]: Decompressing ar3700.are

[unknown]: Decompressing ar5000.are

[unknown]: Decompressing ar3601.are

[unknown]: Decompressing ar2301.are

[unknown]: Decompressing ar4801.are

[unknown]: Decompressing ar2626.are

[unknown]: Decompressing ar4300.are

[unknown]: Decompressing ar4904.are

[unknown]: Decompressing ar3100.are

[unknown]: Decompressing inn2616.sto

[unknown]: Decompressing ar3305.are

[unknown]: Decompressing ar3352.are

[unknown]: Decompressing ar2600.are

[unknown]: Decompressing ar3200.are

[unknown]: Decompressing ar2616.are

[unknown]: Decompressing sto4803.sto

[unknown]: Decompressing ar3347.are

[unknown]: Decompressing ar3304.are

[unknown]: Decompressing ar2617.are

[unknown]: Decompressing tem4802.sto

[unknown]: Decompressing ar2700.are

[unknown]: Decompressing ar5403.are

[unknown]: Decompressing tem2304.sto

[unknown]: Decompressing ar2304.are

[unknown]: Decompressing default.tot

[unknown]: Decompressing default.toh

[ResourceManager]: Found 'fatigue.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'fatigmod.2da' in 'chitin.key'.

 

[ResourceManager]: Found 'classes.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'clskills.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'races.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'xplevel.2da' in 'chitin.key'.

[ResourceManager]: Found 'pdolls.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'strmod.2da' in 'chitin.key'.

[ResourceManager]: Found 'strmodex.2da' in 'chitin.key'.

[ResourceManager]: Found 'spldisp.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'aligns.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'itemtype.2da' in 'GemRB Unhardcoded data'.

[ResourceManager/WARNING]: 'worldm25.wmp' not found...

[ResourceManager]: Found 'formatio.2da' in 'GemRB Unhardcoded data'.

[GUIScript]: Loading Script MessageWindow.

[ResourceManager]: Found 'GUIW.chu' in 'chitin.key'.

[ResourceManager]: Searching for 'guiwbtp1'...

[ResourceManager]: Found 'guiwbtp1.mos' in 'chitin.key'.

[ResourceManager]: Found 'guibtbut.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'guiwlsp'...

[ResourceManager]: Found 'guiwlsp.mos' in 'chitin.key'.

[ResourceManager]: Found 'guilsop.bam' in 'chitin.key'.

[ResourceManager]: Found 'cbut.bam' in 'chitin.key'.

[ResourceManager/WARNING]: 'expmap.wmp' not found...

[ResourceManager]: Searching for 'guiwrsp'...

[ResourceManager]: Found 'guiwrsp.mos' in 'chitin.key'.

[ResourceManager]: Found 'guirspor.bam' in 'chitin.key'.

[ResourceManager]: Found 'guibtact.bam' in 'chitin.key'.

[Python]: DEBUG:GUICommonWindows.OpenPortraitWindow:NEEDCONTROLS ON

[ResourceManager/WARNING]: 'expmap.wmp' not found...

[Python]: AIPress: GS_PARTYAI was: 1 at toggle: 0

[ResourceManager/WARNING]: 'expmap.wmp' not found...

[ResourceManager]: Found 'guibtact.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'FORM6.bam' in 'chitin.key'.

[ResourceManager]: Found 'FORM8.bam' in 'chitin.key'.

[ResourceManager]: Found 'FORM1.bam' in 'chitin.key'.

[ResourceManager]: Found 'FORM9.bam' in 'chitin.key'.

[ResourceManager]: Found 'FORM5.bam' in 'chitin.key'.

[ResourceManager/WARNING]: 'expmap.wmp' not found...

[ResourceManager]: Found 'CGEAR.bam' in 'chitin.key'.

[ResourceManager]: Found 'CDIAL.bam' in 'chitin.key'.

[ResourceManager]: Found 'GUIW.chu' in 'chitin.key'.

[ResourceManager]: Searching for 'guiwdmb'...

[ResourceManager]: Found 'guiwdmb.mos' in 'chitin.key'.

[ResourceManager]: Found 'guiwctlc.bam' in 'chitin.key'.

[ResourceManager]: Found 'guiwsbr.bam' in 'chitin.key'.

[GameControl]: window: ActionsWindow

[GameControl]: position: ActionsPosition

[GameControl]: window: MessageWindow

[GameControl]: position: MessagePosition

[GameControl]: window: OptionsWindow

[GameControl]: position: OptionsPosition

[GameControl]: window: TopWindow

[GameControl]: window: OtherWindow

[GameControl]: window: PortraitWindow

[GameControl]: position: PortraitPosition

[ResourceManager]: Found 'defsound.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'guils.chu' in 'GemRB Unhardcoded data'.

[ResourceManager]: Searching for 'gprogbar'...

[ResourceManager]: Found 'gprogbar.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpbg'...

[ResourceManager]: Found 'gtrbpbg.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpbar'...

[ResourceManager]: Found 'gtrbpbar.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'gtrbpcap'...

[ResourceManager]: Found 'gtrbpcap.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'GTRSK002'...

[ResourceManager]: Found 'GTRSK002.mos' in 'chitin.key'.

[ResourceManager]: Searching for 'GTRBPSK'...

[ResourceManager]: Found 'GTRBPSK.mos' in 'chitin.key'.

[ResourceManager]: Found 'ar5300.are' in 'Cache'.

[ResourceManager]: Found 'pathfind.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'ar5300.wed' in 'chitin.key'.

[ResourceManager]: Found 'ar5300.tis' in 'chitin.key'.

[ResourceManager]: Found 'wtstr.tis' in 'chitin.key'.

[ResourceManager]: Found 'wtstrR.tis' in 'chitin.key'.

[ResourceManager]: Found 'wtfall.tis' in 'chitin.key'.

[ResourceManager]: Found 'wtfallR.tis' in 'chitin.key'.

[ResourceManager]: Searching for 'ar5300'...

[ResourceManager]: Found 'ar5300.mos' in 'chitin.key'.

[ResourceManager/ERROR]: Couldn't find 'ar5300.bcs'.

[ResourceManager]: Searching for 'ar5300LM'...

[ResourceManager]: Found 'ar5300LM.bmp' in 'chitin.key'.

[ResourceManager]: Searching for 'ar5300SR'...

[ResourceManager]: Found 'ar5300SR.bmp' in 'chitin.key'.

[ResourceManager]: Searching for 'ar5300HT'...

[ResourceManager]: Found 'ar5300HT.bmp' in 'chitin.key'.

[unknown]: Loading regions

[unknown]: Loading containers

[ResourceManager]: Found 'gsw1h07.bam' in 'chitin.key'.

[ResourceManager]: Found 'gbow01.bam' in 'chitin.key'.

[ResourceManager]: Found 'ghalb01.bam' in 'chitin.key'.

[ResourceManager]: Found 'gmisc01.bam' in 'chitin.key'.

[ResourceManager]: Found 'gshld08.bam' in 'chitin.key'.

[ResourceManager]: Found 'gchan01.bam' in 'chitin.key'.

[ResourceManager]: Found 'ghelm01.bam' in 'chitin.key'.

[ResourceManager]: Found 'gdart01.bam' in 'chitin.key'.

[ResourceManager]: Found 'gleat01.bam' in 'chitin.key'.

[unknown]: Loading doors

[unknown]: Loading spawnpoints

[unknown]: Loading actors

[ResourceManager]: Found 'albert.bcs' in 'chitin.key'.

[ResourceManager]: Found 'nboyhg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'albert.bcs' in 'chitin.key'.

[ResourceManager]: Found 'randfly.bcs' in 'chitin.key'.

[ResourceManager]: Found 'abirg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'randfly.bcs' in 'chitin.key'.

[ResourceManager]: Found 'shout.bcs' in 'chitin.key'.

[ResourceManager]: Found 'shout.bcs' in 'chitin.key'.

[ResourceManager]: Found 'sendai.bcs' in 'chitin.key'.

[ResourceManager]: Found 'sendai.bcs' in 'chitin.key'.

[ResourceManager]: Found 'mkobg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'mxvtg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'mtasg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'abatg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'xvart.bcs' in 'chitin.key'.

[ResourceManager]: Found 'xvart.bcs' in 'chitin.key'.

[ResourceManager]: Found 'mskl1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'cbear.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wdasight.bcs' in 'chitin.key'.

[ResourceManager]: Found 'mberg1.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'mber_ca'...

[ResourceManager]: Found 'mber_ca.bmp' in 'chitin.key'.

[ResourceManager]: Found 'cbear.bcs' in 'chitin.key'.

[ResourceManager]: Found 'wdasight.bcs' in 'chitin.key'.

[ResourceManager]: Searching for 'mber_ca'...

[ResourceManager]: Found 'mber_ca.bmp' in 'chitin.key'.

[ResourceManager]: Found 'mwlfg1.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'mwlf_wi'...

[ResourceManager]: Found 'mwlf_wi.bmp' in 'chitin.key'.

[ResourceManager]: Searching for 'mwlf_wi'...

[ResourceManager]: Found 'mwlf_wi.bmp' in 'chitin.key'.

[unknown]: Loading animations

[ResourceManager]: Found 'fish2s.bam' in 'chitin.key'.

[ResourceManager]: Found 'fish3s.bam' in 'chitin.key'.

[ResourceManager]: Found 'fish1s.bam' in 'chitin.key'.

[ResourceManager]: Found 'splash.bam' in 'chitin.key'.

[unknown]: Loading entrances

[unknown]: Loading variables

[unknown]: Loading ambients

[unknown]: Loading automap notes

[unknown]: Loading traps

[unknown]: Loading tiles

[unknown]: Loading explored bitmap

[unknown]: Loading wallgroups

[ResourceManager]: Searching for 'GTRBPSK2'...

[ResourceManager]: Found 'GTRBPSK2.mos' in 'chitin.key'.

[New Thread 0xb10f3b40 (LWP 3910)]

[MUSImporter]: Loading /home/Gennady/WINE/BG1/Music/FDay.mus...

[ResourceManager]: Searching for 'FDAY/FDAYA'...

[ResourceManager]: Found 'FDAY/FDAYA.acm' in 'Music'.

[unknown]: Playing: FDAY/FDAYA

[OPENAL]: Music in INITIAL State. AutoStarting

[ResourceManager/WARNING]: 'ANIMS.2da' not found...

[ResourceManager]: Found 'GUIW.chu' in 'chitin.key'.

[GameControl]: window: PortraitWindow

[GameControl]: position: PortraitPosition

[GameControl]: window: OtherWindow

[GameControl]: window: TopWindow

[GameControl]: window: OptionsWindow

[GameControl]: position: OptionsPosition

[GameControl]: window: MessageWindow

[GameControl]: position: MessagePosition

[GameControl]: window: ActionsWindow

[GameControl]: position: ActionsPosition

[GameControl]: window: ActionsWindow

[GameControl]: position: ActionsPosition

[GameControl]: window: MessageWindow

[GameControl]: position: MessagePosition

[GameControl]: window: OptionsWindow

[GameControl]: position: OptionsPosition

[GameControl]: window: TopWindow

[GameControl]: window: OtherWindow

[GameControl]: window: PortraitWindow

[GameControl]: position: PortraitPosition

[ResourceManager]: Found 'mxvtg1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'mskl1g1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'mwlfg1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'chmf1g1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'mkobg1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'chfc3g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpMMSg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpMD3g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpMH0g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'chmc2g1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLSLg1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLD1g1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLH5g1e.bam' in 'chitin.key'.

[ResourceManager]: Found 'cemf4g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpMS1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'ceff2g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'chft2g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpMBWg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'chmw2g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLDDg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'detect.spl' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Found 'cgtable.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'dstable.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'dsclass.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Found 'dsrace.2da' in 'GemRB Unhardcoded data'.

[ResourceManager]: Searching for 'WAL_04'...

[ResourceManager]: Found 'WAL_04.wav' in 'chitin.key'.

[ResourceManager]: Found 'chmc2g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLSLg1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLD1g1.bam' in 'chitin.key'.

[ResourceManager]: Found 'wpLH5g1.bam' in 'chitin.key'.

[ResourceManager]: Searching for 'WAL_04b'...

[ResourceManager]: Found 'WAL_04b.wav' in 'chitin.key'.

[GameControl]: window: PortraitWindow

[GameControl]: position: PortraitPosition

[GameControl]: window: OtherWindow

[GameControl]: window: TopWindow

[GameControl]: window: OptionsWindow

[GameControl]: position: OptionsPosition

[GameControl]: window: MessageWindow

[GameControl]: position: MessagePosition

[GameControl]: window: ActionsWindow

[GameControl]: position: ActionsPosition

[ResourceManager]: Found 'GUIW.chu' in 'chitin.key'.

[ResourceManager]: Searching for 'guicontb'...

[ResourceManager]: Found 'guicontb.mos' in 'chitin.key'.

[ResourceManager]: Found 'stonslot.bam' in 'chitin.key'.

[ResourceManager]: Found 'contback.bam' in 'chitin.key'.

[ResourceManager]: Found 'containr.2da' in 'shared GemRB Unhardcoded data'.

[ResourceManager]: Searching for 'AMB_D18'...

[ResourceManager]: Found 'AMB_D18.wav' in 'chitin.key'.

[ResourceManager]: Found 'CONTGRND.bam' in 'chitin.key'.

[GameControl]: window: ActionsWindow

[GameControl]: position: ActionsPosition

[GameControl]: window: MessageWindow

[GameControl]: window: OptionsWindow

[GameControl]: position: OptionsPosition

[GameControl]: window: TopWindow

[GameControl]: window: OtherWindow

[GameControl]: window: PortraitWindow

[GameControl]: position: PortraitPosition

 

Program received signal SIGSEGV, Segmentation fault.

0xb7ac9c26 in BlitSprite_internal<unsigned int, false, false, SRShadow_Regular, SRTinter_NoTint<false>, SRBlender<unsigned int, SRBlender_NoAlpha, SRFormat_Hard> > (target=0x80beee0,

srcdata=0x88204fd5 <Address 0x88204fd5 out of bounds>, col=0x81ff580, tx=-2147483122, ty=399,

width=9, yflip=false, clip=..., transindex=0, cover=0x0, spr=0x8209a90, flags=0, shadow=...,

tint=..., blend=...) at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SpriteRenderer.inl:613

613 Uint8 p = *srcdata++;

Missing separate debuginfos, use: debuginfo-install SDL-1.2.15-12.fc20.i686 SDL_mixer-1.2.12-5.fc20.i686 dbus-libs-1.6.12-8.fc20.i686 flac-libs-1.3.0-3.fc20.i686 freetype-2.5.0-5.fc20.i686 glibc-2.18-12.fc20.i686 gsm-1.0.13-10.fc20.i686 json-c-0.11-6.fc20.i686 libICE-1.0.8-6.fc20.i686 libSM-1.2.1-6.fc20.i686 libX11-1.6.1-1.fc20.i686 libXau-1.0.8-2.fc20.i686 libXcursor-1.1.14-2.fc20.i686 libXext-1.3.2-2.fc20.i686 libXfixes-5.0.1-2.fc20.i686 libXi-1.7.2-2.fc20.i686 libXrandr-1.4.1-2.fc20.i686 libXrender-0.9.8-2.fc20.i686 libXtst-1.2.2-2.fc20.i686 libasyncns-0.8-6.fc20.i686 libattr-2.4.47-3.fc20.i686 libcap-2.22-7.fc20.i686 libgcc-4.8.2-7.fc20.i686 libogg-1.3.0-6.fc20.i686 libpng-1.6.3-3.fc20.i686 libsndfile-1.0.25-8.fc20.i686 libstdc++-4.8.2-7.fc20.i686 libuuid-2.24.2-1.fc20.i686 libvorbis-1.3.4-1.fc20.i686 libxcb-1.9.1-3.fc20.i686 openal-soft-1.15.1-3.fc20.i686 pulseaudio-libs-4.0-13.gitf81e3.fc20.i686 python-libs-2.7.5-11.fc20.i686 tcp_wrappers-libs-7.6-76.fc20.i686 zlib-1.2.8-3.fc20.i686

------------------end--------------------

Link to comment

0 0xb7ac9c26 in BlitSprite_internal<unsigned int, false, false, SRShadow_Regular, SRTinter_NoTint<false>, SRBlender<unsigned int, SRBlender_NoAlpha, SRFormat_Hard> > (target=0x80bec00,

srcdata=0x88204ce5 <Address 0x88204ce5 out of bounds>, col=0x81ff290, tx=-2147483122, ty=399,

width=9, yflip=false, clip=..., transindex=0, cover=0x0, spr=0x82097a0, flags=0, shadow=...,

tint=..., blend=...) at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SpriteRenderer.inl:613

#1 0xb7abb379 in BlitSpritePAL_dispatch2<unsigned int, SRShadow_Regular, SRTinter_NoTint<false>, SRBlender<unsigned int, SRBlender_NoAlpha, SRFormat_Hard> > (COVER=false, XFLIP=false, target=0x80bec00,

srcdata=0x8204ccd "\177\177\177\177\177\177\177\177\177\177\023\251\263\207\223\263\237\177\177\177\263\263\177\177*\275\177", col=0x81ff290, tx=-2147483122, ty=399, width=9, height=11, yflip=false,

clip=..., transindex=0, cover=0x0, spr=0x82097a0, flags=0, shadow=..., tint=..., blend=...)

at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SpriteRenderer.inl:790

#2 0xb7ab9470 in BlitSpritePAL_dispatch<SRShadow_Regular, SRTinter_NoTint<false>, SRBlender_NoAlpha>

(COVER=false, XFLIP=false, target=0x80bec00,

srcdata=0x8204ccd "\177\177\177\177\177\177\177\177\177\177\023\251\263\207\223\263\237\177\177\177\263\263\177\177*\275\177", col=0x81ff290, tx=-2147483122, ty=399, width=9, height=11, yflip=false,

clip=..., transindex=0, cover=0x0, spr=0x82097a0, flags=0, shadow=..., tint=...)

at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SpriteRenderer.inl:839

#3 0xb7ab24f6 in GemRB::SDLVideoDriver::BlitSprite (this=0x80706a8, spr=0x82097a0, x=-2147483122,

y=410, anchor=true, clip=0xbfffea84, palette=0x81ff290)

at /home/Gennady/gemrb-0.8.1/gemrb/plugins/SDLVideo/SDLVideo.cpp:607

#4 0xb7e650b0 in GemRB::Font::Print (this=0x820a0e8, cliprgn=..., rgn=...,

string=0x83a5a20 "\343\356\362\356\342", <incomplete sequence \356>, hicolor=0x0,

Alignment=97 'a', anchor=true, initials=0x0, cursor=0x0, curpos=0, NoColor=false)

at /home/Gennady/gemrb-0.8.1/gemrb/core/Font.cpp:415

#5 0xb7e64983 in GemRB::Font::Print (this=0x820a0e8, rgn=...,

string=0x83a5a20 "\343\356\362\356\342", <incomplete sequence \356>, hicolor=0x0,

Alignment=97 'a', anchor=true, initials=0x0, cursor=0x0, curpos=0, NoColor=false)

at /home/Gennady/gemrb-0.8.1/gemrb/core/Font.cpp:281

#6 0xb7f24bdd in GemRB::Button::DrawInternal (this=0xa57bab8, rgn=...)

at /home/Gennady/gemrb-0.8.1/gemrb/core/GUI/Button.cpp:324

#7 0xb7f27930 in GemRB::Control::Draw (this=0xa57bab8, x=64, y=390)

at /home/Gennady/gemrb-0.8.1/gemrb/core/GUI/Control.cpp:118

#8 0xb7f3bbff in GemRB::Window::DrawWindow (this=0x83aa048)

at /home/Gennady/gemrb-0.8.1/gemrb/core/GUI/Window.cpp:136

#9 0xb7e8a738 in GemRB::Interface::DrawWindows (this=0x804b038, allow_delete=true)

at /home/Gennady/gemrb-0.8.1/gemrb/core/Interface.cpp:3300

#10 0xb7e81d8a in GemRB::Interface::Main (this=0x804b038)

at /home/Gennady/gemrb-0.8.1/gemrb/core/Interface.cpp:1154

#11 0x08048c4c in main (argc=1, argv=0xbfffef14) at /home/Gennady/gemrb-0.8.1/gemrb/GemRB.cpp:100

Link to comment

so that x coordinate looks horribly wrong, but I would think that would crash in and of itself (i thought we clipped things), but it might indicate corruption somewhere.

 

do you have any mods installed? have you noticed any oddities with text/fonts? What language/encoding are you using?

 

If lynx cant reproduce then maybe just wait till I merge in my font rewrite and hope it goes away :D

Link to comment

Any mods, default ¨clear¨ English version I use. I have no problems at 0.8.0.1 version. In this (0.8.1) version X coordinate calculation seems me incorrect (datatypes mistake). Programming with SDL is not my profile, so now I have no ideas and free time to solve this one :/

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...