Jump to content

Crash when spell casting (duplicated on two installs) and crash on NPC leaving area


Darpaek

Recommended Posts

l#nisst.d: if you don't want to lose some xp, copy the Player6 line and change it to refer to Player7 to Player10.

jan: same here, it fixed all but one ocurrence at lines around 216.

 

Apart from some non-standard spacing, I don't see why this should fail, but I'll check later.

Link to comment

Good morning!

The windows binary crashed on the Worldmap :(

I boot into Ubuntu, follow the instructions on the first page and I have no sound and I still get the error on chargen and load.

crash-in-dev.png


crash-on-chargen-with-stable-build.png

I use the AppImage, I still have no sound, and I have the green squares.  However, I am able to access the Worldmap.

AppImage.png

LOL

 

Link to comment

bizarre, but let's try something with the linux build — updating to latest code and switching to python3.

# go to the "build" dir first
git checkout origin/master
git pull
make clean
rm -r CM*

sudo apt-get install python-is-python3 libpython3.8-dev
cmake ..
make

 

Link to comment

I get an error when I "git pull"

 

darpaek@DonsBigLinuxBitch:~/gemrb/build$ git checkout origin/master
Previous HEAD position was de397ebec 0.9.0
HEAD is now at 8a0348f53 remove unneeded parentheses and nullptr the context
darpaek@DonsBigLinuxBitch:~/gemrb/build$ git pull
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

darpaek@DonsBigLinuxBitch:~/gemrb/build$

This is the error I get when I try to load a save, even after loading Python3

 

arpaek@DonsBigLinuxBitch:~/gemrb/build$ ../admin/run.gdb
No symbol table is loaded.  Use the "file" command.
Breakpoint 1 (abort) pending.
Reading symbols from ../build/gemrb/gemrb...
Starting program: /home/darpaek/gemrb/build/gemrb/gemrb -c ../build/gemrb.cfg
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff782d700 (LWP 10811)]
[Config]: attempting to initialize config with gemrb.cfg
[Core]: GemRB core version v0.9.0 loading ...
[Core]: Starting Plugin Manager...
[PluginMgr]: Loading Plugins from ./gemrb/plugins/
[PluginLoader]: Loaded plugin "CHU File Importer" (./gemrb/plugins/CHUImporter.so).
[PluginLoader]: Loaded plugin "Effect opcodes for the icewind branch of the games" (./gemrb/plugins/IWDOpcodes.so).
[PluginLoader]: Loaded plugin "BMP File Reader" (./gemrb/plugins/BMPImporter.so).
[PluginLoader]: Loaded plugin "GUI Script Engine (Python)" (./gemrb/plugins/GUIScript.so).
[PluginLoader]: Loaded plugin "BAM File Importer" (./gemrb/plugins/BAMImporter.so).
[PluginLoader]: Loaded plugin "BMP File Writer" (./gemrb/plugins/BMPWriter.so).
[PluginLoader]: Loaded plugin "GAM File Importer" (./gemrb/plugins/GAMImporter.so).
[PluginLoader]: Loaded plugin "INI File Importer" (./gemrb/plugins/INIImporter.so).
[PluginLoader]: Loaded plugin "ITM File Importer" (./gemrb/plugins/ITMImporter.so).
[PluginLoader]: Loaded plugin "WED File Importer" (./gemrb/plugins/WEDImporter.so).
[PluginLoader]: Loaded plugin "ACM File Importer" (./gemrb/plugins/ACMReader.so).
[PluginLoader]: Loaded plugin "PLT File Importer" (./gemrb/plugins/PLTImporter.so).
[PluginLoader]: Loaded plugin "IDS File Importer" (./gemrb/plugins/IDSImporter.so).
[PluginLoader]: Loaded plugin "MOS File Importer" (./gemrb/plugins/MOSImporter.so).
[PluginLoader]: Loaded plugin "EFF File Importer" (./gemrb/plugins/EFFImporter.so).
[PluginLoader]: Loaded plugin "TLK File Importer" (./gemrb/plugins/TLKImporter.so).
[PluginLoader]: Loaded plugin "WMP File Importer" (./gemrb/plugins/WMPImporter.so).
[PluginLoader]: Loaded plugin "ZLib Compression Manager" (./gemrb/plugins/ZLibManager.so).
[PluginLoader]: Loaded plugin "2DA File Importer" (./gemrb/plugins/2DAImporter.so).
[PluginLoader]: Loaded plugin "SDL2 Video Driver" (./gemrb/plugins/SDLVideo.so).
[PluginLoader]: Loaded plugin "WAV File Importer" (./gemrb/plugins/WAVReader.so).
[PluginLoader]: Loaded plugin "TIS File Importer" (./gemrb/plugins/TISImporter.so).
[PluginLoader]: Loaded plugin "ARE File Importer" (./gemrb/plugins/AREImporter.so).
[PluginLoader]: Loaded plugin "STO File Importer" (./gemrb/plugins/STOImporter.so).
[PluginLoader]: Loaded plugin "MUS File Importer" (./gemrb/plugins/MUSImporter.so).
[PluginLoader]: Loaded plugin "PRO File Importer" (./gemrb/plugins/PROImporter.so).
[PluginLoader]: Loaded plugin "CRE File Importer" (./gemrb/plugins/CREImporter.so).
[PluginLoader]: Loaded plugin "SAV File Importer" (./gemrb/plugins/SAVImporter.so).
[PluginLoader]: Loaded plugin "KEY File Importer" (./gemrb/plugins/KEYImporter.so).
[PluginLoader]: Loaded plugin "Directory Importer" (./gemrb/plugins/DirectoryImporter.so).
[PluginLoader]: Loaded plugin "BIK Video Player" (./gemrb/plugins/BIKPlayer.so).
[PluginLoader]: Loaded plugin "BIF File Importer" (./gemrb/plugins/BIFImporter.so).
[PluginLoader]: Loaded plugin "Effect opcodes for core games" (./gemrb/plugins/FXOpcodes.so).
[PluginLoader]: Loaded plugin "MVE Video Player" (./gemrb/plugins/MVEPlayer.so).
[PluginLoader]: Loaded plugin "Effect opcodes for the torment branch of the games" (./gemrb/plugins/PSTOpcodes.so).
[PluginLoader]: Loaded plugin "DLG File Importer" (./gemrb/plugins/DLGImporter.so).
[PluginLoader]: Loaded plugin "PNG File Importer" (./gemrb/plugins/PNGImporter.so).
[PluginLoader]: Loaded plugin "Null Sound Driver" (./gemrb/plugins/NullSound.so).
[PluginLoader]: Loaded plugin "Null Resource Source" (./gemrb/plugins/NullSource.so).
[PluginLoader]: Loaded plugin "OpenAL Audio Driver" (./gemrb/plugins/OpenALAudio.so).
[PluginLoader]: Loaded plugin "SPL File Importer" (./gemrb/plugins/SPLImporter.so).
[Core]: Plugin Loading Complete...
[Core]: GemRB Core Initialization...
[Core]: Initializing Video Driver...
[Core]: Initializing Search Path...
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD1/data (CD1/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD1/data (CD1/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD2/data (CD2/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD2/data (CD2/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD3/data (CD3/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD3/data (CD3/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD4/data (CD4/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD4/data (CD4/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD5/data (CD5/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD5/data (CD5/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/CD6/data (CD6/data)
[ResourceManager/WARNING]: Invalid path given: /home/darpaek//BG2/data/CD6/data (CD6/data)
[Core]: Initializing KEY Importer...
[KEYImporter]: Opening /home/darpaek//BG2/CHITIN.KEY...
[KEYImporter]: Checking file type...
[KEYImporter]: Reading Resources...
[KEYImporter]: BIF Files Count: 278 (Starting at 24 Bytes)
[KEYImporter]: RES Count: 46809 (Starting at 8306 Bytes)
[KEYImporter/ERROR]: Cannot find DATA/PROGTEST.BIF...
[KEYImporter/ERROR]: Cannot find DATA/PROGTES2.BIF...
[KEYImporter/ERROR]: Cannot find DATA/DESOUND.BIF...
[KEYImporter]: Resources Loaded...
[SDL 2 Driver]: Creating display
[SDL20Video/DEBUG]: Renderer: opengl
[Core]: Initializing GUI Script Engine...
[ResourceManager]: Found 'GUISCRCW.bam' in 'chitin.key'.
[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 '../gemrb/unhardcoded/bg2/gemrb.ini'
[ResourceManager]: Found 'toolscrl.bam' in 'Override'.
[Core]: Initializing Tooltips...
[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: '../gemrb/unhardcoded/shared/default.ini'
[Core]: Creating Projectile Server...
[ResourceManager]: Found 'gemprjtl.ids' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'projectl.ids' in 'Override'.
[Core]: Checking for Dialogue Manager...
[ResourceManager]: Found 'gender.2da' in 'GemRB Unhardcoded data'.
[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 'chitin.key'.
[Core]: Palettes Loaded
[Core]: Initializing stock sounds...
[ResourceManager]: Found 'defsound.2da' in 'GemRB Unhardcoded data'.
[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'.
[Core]: Loaded Font: NORMAL for ResRef normal
[ResourceManager]: Searching for 'FLOATTXT'...
[ResourceManager]: Found 'FLOATTXT.bam' in 'chitin.key'.
[Core]: Loaded Font: FLOATTXT for ResRef floattxt
[ResourceManager]: Searching for 'NUMBER'...
[ResourceManager]: Found 'NUMBER.bam' in 'chitin.key'.
[Core]: Loaded Font: NUMBER for ResRef number
[ResourceManager]: Searching for 'INITIALS'...
[ResourceManager]: Found 'INITIALS.bam' in 'chitin.key'.
[Core]: Loaded Font: INITIALS for ResRef initials
[ResourceManager]: Searching for 'NUMBER2'...
[ResourceManager]: Found 'NUMBER2.bam' in 'chitin.key'.
[Core]: Loaded Font: NUMBER2 for ResRef number2
[ResourceManager]: Searching for 'NUMBER3'...
[ResourceManager]: Found 'NUMBER3.bam' in 'chitin.key'.
[Core]: Loaded Font: NUMBER3 for ResRef number3
[ResourceManager]: Searching for 'REALMS'...
[ResourceManager]: Found 'REALMS.bam' in 'Override'.
[Core]: Loaded Font: REALMS for ResRef realms
[ResourceManager]: Searching for 'STONEBIG'...
[ResourceManager]: Found 'STONEBIG.bam' in 'chitin.key'.
[Core]: Loaded Font: STONEBIG for ResRef stonebig
[ResourceManager]: Searching for 'STONESML'...
[ResourceManager]: Found 'STONESML.bam' in 'Override'.
[Core]: Loaded Font: STONESML for ResRef stonesml
[ResourceManager]: Searching for 'TOOLFONT'...
[ResourceManager]: Found 'TOOLFONT.bam' in 'chitin.key'.
[Core]: Loaded Font: TOOLFONT for ResRef toolfont
[ResourceManager]: Searching for 'TOOLTIP'...
[ResourceManager]: Found 'TOOLTIP.bam' in 'chitin.key'.
[Core]: Loaded Font: TOOLTIP for ResRef tooltip
[ResourceManager]: Searching for 'STONSML'...
[ResourceManager]: Found 'STONSML.bam' in 'chitin.key'.
[Core]: Loaded Font: STONSML for ResRef stonsml
[ResourceManager]: Searching for 'STATES'...
[ResourceManager]: Found 'STATES.bam' in 'Override'.
[Core]: Loaded Font: STATES for ResRef states
[ResourceManager]: Searching for 'STATES2'...
[ResourceManager]: Found 'STATES2.bam' in 'Override'.
[Core]: Loaded Font: STATES2 for ResRef states2
[Core]: Fonts Loaded...
[Core]: Initializing Window Manager...
[Core]: Starting up the Sound Driver...
[OpenAL]: Initializing OpenAL driver:
AL Version:(null)
AL Renderer:(null)
AL Vendor:(null)
[New Thread 0x7fffeaea2700 (LWP 10814)]
[Thread 0x7fffeaea2700 (LWP 10814) exited]
[New Thread 0x7fffeae21700 (LWP 10815)]
[New Thread 0x7fffeae21700 (LWP 10816)]
[Thread 0x7fffeae21700 (LWP 10815) exited]
[New Thread 0x7fffea620700 (LWP 10817)]
[New Thread 0x7fffe9bf8700 (LWP 10818)]
[OpenAL]: Allocated 30 streams.
[New Thread 0x7fffe99f7700 (LWP 10819)]
[New Thread 0x7fffe910f700 (LWP 10820)]
[Core]: Allocating SaveGameIterator...
[Core]: Initializing Music Manager...
[Core]: Loading music list...
[ResourceManager]: Found 'songlist.2da' in 'Override'.
[Core]: Setting up SFX channels...
[ResourceManager]: Found 'sndchann.2da' in 'chitin.key'.
[Core]: Initializing effects...
[ResourceManager]: Found 'efftext.2da' in 'GemRB Override'.
[ResourceManager]: Found 'effects.ids' in 'GemRB Unhardcoded data'.
[EffectQueue/WARNING]: Couldn't assign effect: stat:setstat
[EffectQueue/WARNING]: Couldn't assign effect: usability:itemusability
[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 'Override'.
[Core]: Initializing random treasure...
[ResourceManager]: Found 'randitem.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'rndwep.2da' in 'Override'.
[ResourceManager]: Found 'rndtreas.2da' in 'Override'.
[ResourceManager]: Found 'rndscrol.2da' in 'Override'.
[ResourceManager]: Found 'rndmagic.2da' in 'Override'.
[ResourceManager]: Found 'rndequip.2da' in 'Override'.
[Core]: Initializing ability tables...
[ResourceManager]: Found 'strmod.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (strmod.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'strmodex.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (strmodex.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'intmod.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (intmod.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'hpconbon.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (hpconbon.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'lorebon.2da' in 'Override'.
[ResourceManager]: Found 'dexmod.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (dexmod.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'chrmodst.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (CHRMODST.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'wisxpbon.2da' in 'Override'.
[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]: Found 'wildmag.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'dmgtypes.2da' in 'shared GemRB Unhardcoded data'.
[ResourceManager]: Found 'stats.ids' in 'shared GemRB Override'.
[Core]: Reading damage type table...
[Core]: Reading game script tables...
[ResourceManager]: Found 'happy.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (happy.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'rmodrep.2da' in 'chitin.key'.
[ResourceManager]: Found 'rmodchr.2da' in 'chitin.key'.
[ResourceManager]: Found 'trigger.ids' in 'Override'.
[ResourceManager]: Found 'action.ids' in 'Override'.
[ResourceManager]: Found 'object.ids' in 'Override'.
[ResourceManager]: Found 'gemact.ids' in 'shared GemRB Unhardcoded data'.
[ResourceManager]: Found 'gemtrig.ids' in 'shared GemRB Unhardcoded data'.
[ResourceManager]: Found 'script.2da' in 'GemRB Unhardcoded data'.
[GameScript/WARNING]: isvalidforpartydialog(o:object*) is in collision with 16451 ifvalidforpartydialogue
[GameScript/WARNING]: ifvalidforpartydialog(o:object*) is in collision with 16451 ifvalidforpartydialogue
[GameScript/WARNING]: isvalidforpartydialogue(o:object*) is in collision with 16451 ifvalidforpartydialogue
[GameScript/WARNING]: ifvalidforpartydialogue(o:object*) is in collision with 16451 ifvalidforpartydialogue
[GameScript/WARNING]: Couldn't assign function to trigger: 7 said
[GameScript/WARNING]: Couldn't assign function to trigger: 85 reset
[GameScript/WARNING]: Couldn't assign function to trigger: 151 summoned
[GameScript/WARNING]: Couldn't assign function to trigger: 16671 checkstatband
[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
[GameScript/WARNING]: Couldn't assign function to action: 101 flytopoint
[GameScript/WARNING]: Couldn't assign function to action: 205 waitwait
[GameScript/WARNING]: Couldn't assign function to action: 216 addfamiliar
[GameScript/WARNING]: Couldn't assign function to action: 217 removefamiliar
[GameScript/WARNING]: Couldn't assign function to action: 303 deathmatchpositionglobal
[GameScript/WARNING]: Couldn't assign function to action: 304 deathmatchpositionarea
[GameScript/WARNING]: Couldn't assign function to action: 305 deathmatchpositionlocal
[GameScript/WARNING]: Couldn't assign function to action: 353 dialoguesetglobal
[GameScript/WARNING]: Couldn't assign function to action: 354 dialogueincrementglobal
[GameScript/WARNING]: Couldn't assign function to action: 355 dialoguesg
[GameScript/WARNING]: Couldn't assign function to action: 356 assign
[GameScript/WARNING]: Couldn't assign function to action: 356 assignfromobject
[GameScript/WARNING]: Couldn't assign function to action: 357 eval
[GameScript/WARNING]: Couldn't assign function to action: 358 clearblockvariables
[GameScript/DEBUG]: player10fill is a synonym of 97 player10fill
[GameScript/DEBUG]: player9fill is a synonym of 96 player9fill
[GameScript/DEBUG]: player8fill is a synonym of 95 player8fill
[GameScript/DEBUG]: player7fill is a synonym of 94 player7fill
[GameScript/DEBUG]: player10 is a synonym of 93 player10
[GameScript/DEBUG]: player9 is a synonym of 92 player9
[GameScript/DEBUG]: player8 is a synonym of 91 player8
[GameScript/DEBUG]: player7 is a synonym of 90 player7
[ResourceManager]: Found 'instant.ids' in 'Override'.
[GameScript/WARNING]: instant action 358 (clearblockvariables()) doesn't exist, ignoring
[GameScript/WARNING]: instant action 357 (eval(s:expression*,i:type*argtype,i:loc*)) doesn't exist, ignoring
[GameScript/WARNING]: instant action 356 (assignfromobject(s:statement*,o:object*,i:type*argtype,i:local*)) doesn't exist, ignoring
[GameScript/WARNING]: instant action 356 (assign(s:statement*,i:type*argtype,i:local*)) doesn't exist, ignoring
[GameScript/WARNING]: instant action 217 (removefamiliar()) doesn't exist, ignoring
[GameScript/WARNING]: instant action 216 (addfamiliar()) doesn't exist, ignoring
[GameScript/WARNING]: instant action 1 (actionoverride(o:actor*,a:action*)) doesn't exist, ignoring
[ResourceManager]: Found 'actsleep.ids' in 'Override'.
[GameScript/WARNING]: actsleep action 358 (clearblockvariables()) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 357 (eval(s:expression*,i:type*argtype,i:loc*)) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 356 (assignfromobject(s:statement*,o:object*,i:type*argtype,i:local*)) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 356 (assign(s:statement*,i:type*argtype,i:local*)) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 217 (removefamiliar()) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 216 (addfamiliar()) doesn't exist, ignoring
[GameScript/WARNING]: actsleep action 1 (actionoverride(o:actor*,a:action*)) doesn't exist, ignoring
[ResourceManager]: Found 'chase.ids' in 'chitin.key'.
[GameScript/WARNING]: chase action 94 (groupattack(o:target*)) doesn't exist, ignoring
[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]: Ignoring key F1
[Unknown]: Ignoring key F2
[Unknown]: Ignoring key F3
[Unknown]: Ignoring key F4
[Unknown]: Ignoring key F5
[Unknown]: Ignoring key F6
[Unknown]: Ignoring key F7
[Unknown]: Ignoring key F8
[Unknown]: Ignoring key F9
[Unknown]: Ignoring key F10
[Unknown]: Ignoring key F11
[Unknown]: Ignoring key F12
[Unknown]: Adding key 1 with function GUICommon::ResolveKey
[Unknown]: Adding key 2 with function GUICommon::ResolveKey
[Unknown]: Adding key 3 with function GUICommon::ResolveKey
[Unknown]: Adding key 4 with function GUICommon::ResolveKey
[Unknown]: Adding key 5 with function GUICommon::ResolveKey
[Unknown]: Adding key 6 with function GUICommon::ResolveKey
[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
[Unknown]: Ignoring key Tab
[Unknown]: Ignoring key Space
[Unknown]: Ignoring key Win1
[Unknown]: Ignoring key Win2
[Unknown]: Ignoring key Menu
[Unknown]: Ignoring key Bksp
[Unknown]: Ignoring key Esc
[Unknown]: Ignoring key Alt1
[Unknown]: Ignoring key Alt2
[Unknown]: Adding key { with function GUICommon::ResolveKey
[Unknown]: Adding key } with function GUICommon::ResolveKey
[Unknown]: Adding key ; with function GUICommon::ResolveKey
[Unknown]: Adding key ' with function GUICommon::ResolveKey
[Unknown]: Adding key , with function GUICommon::ResolveKey
[Unknown]: Adding key . with function GUICommon::ResolveKey
[Unknown]: Adding key / with function GUICommon::ResolveKey
[Unknown]: Adding key \ with function GUICommon::ResolveKey
[Unknown]: Adding key ` with function GUICommon::ResolveKey
[Unknown]: Ignoring key Shift1
[Unknown]: Ignoring key Shift2
[Unknown]: Ignoring key Caps
[Unknown]: Ignoring key Enter
[Core]: Core Initialization Complete!
[GUIScript]: Loading Script Start.
[ResourceManager]: Searching for 'BISLOGO'...
[ResourceManager/WARNING]: Couldn't find 'BISLOGO'... Tried BISLOGO.mve BISLOGO.mve
[ResourceManager]: Searching for 'BWDRAGON'...
[ResourceManager/WARNING]: Couldn't find 'BWDRAGON'... Tried BWDRAGON.mve BWDRAGON.mve
[ResourceManager]: Searching for 'WOTC'...
[ResourceManager/WARNING]: Couldn't find 'WOTC'... Tried WOTC.mve WOTC.mve
[ResourceManager]: Found 'start.chu' in 'Override'.
[ResourceManager]: Searching for 'start25'...
[ResourceManager]: Found 'start25.mos' in 'Override'.
[ResourceManager]: Found 'guimplgc.bam' in 'chitin.key'.
[MUSImporter]: Loading /home/darpaek//BG2/music/Cred.mus...
[ResourceManager]: Searching for 'Combo1/Combo1B'...
[ResourceManager]: Found 'Combo1/Combo1B.acm' in 'Music'.
[MUSImporter]: Playing Combo1/Combo1B...
[ResourceManager]: Searching for 'ston10l'...
[ResourceManager]: Found 'ston10l.mos' in 'Override'.
[ResourceManager]: Searching for 'ston10r'...
[ResourceManager]: Found 'ston10r.mos' in 'Override'.
[ResourceManager]: Searching for 'ston10t'...
[ResourceManager]: Found 'ston10t.mos' in 'Override'.
[ResourceManager]: Searching for 'ston10b'...
[ResourceManager]: Found 'ston10b.mos' in 'Override'.
[OpenAL]: Music in INITIAL State. AutoStarting
[ResourceManager]: Searching for 'gam_09'...
[ResourceManager]: Found 'gam_09.wav' in 'Override'.
[ResourceManager]: Searching for 'INTRO15F'...
[ResourceManager/WARNING]: Couldn't find 'INTRO15F'... Tried INTRO15F.mve INTRO15F.mve
[ResourceManager]: Found 'songlist.2da' in 'Override'.
[MUSImporter]: Loading /home/darpaek//BG2/music/bgtheme.mus...
[ResourceManager]: Searching for 'BGTHEME/BGTHEMEA'...
[ResourceManager]: Found 'BGTHEME/BGTHEMEA.acm' in 'Music'.
[MUSImporter]: Playing BGTHEME/BGTHEMEA...
[GUIScript]: Loading Script Start2.
[ResourceManager]: Searching for 'start'...
[OpenAL]: Music in INITIAL State. AutoStarting
[ResourceManager]: Found 'start.mos' in 'Override'.
[ResourceManager]: Found 'gmpconnc.bam' in 'Override'.
[ResourceManager]: Searching for 'STARTOLD'...
[ResourceManager]: Found 'STARTOLD.mos' in 'Override'.
[GUIScript]: Loading Script GUILOAD.
()
[ResourceManager]: Found 'classes.2da' in 'Override'.
[ResourceManager]: Found 'kitlist.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (KITLIST.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'clskills.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'races.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'xplevel.2da' in 'Override'.
[ResourceManager]: Found 'pdolls.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'strmod.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (strmod.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'strmodex.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (strmodex.2da)! Complaining, but not ignoring...
[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]: Found 'weapprof.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (WeapProf.2DA)! Complaining, but not ignoring...
[ResourceManager/WARNING]: 'charprof.2da' not found...
[ResourceManager]: Found 'guiload.chu' in 'Override'.
[ResourceManager]: Searching for 'guisrsvb'...
[ResourceManager]: Found 'guisrsvb.mos' in 'chitin.key'.
[ResourceManager]: Found 'gusrsvc.bam' in 'chitin.key'.
[ResourceManager]: Found 'gubotc.bam' in 'chitin.key'.
[ResourceManager]: Found 'guiscrc.bam' in 'chitin.key'.
[ResourceManager]: Found 'guils.chu' in 'GemRB Unhardcoded data'.
[ResourceManager]: Searching for 'gprogbar'...
[ResourceManager]: Found 'gprogbar.mos' in 'Override'.
[ResourceManager]: Found 'coadbar.bam' in 'chitin.key'.
[ResourceManager]: Searching for 'GTRSK004'...
[ResourceManager]: Found 'GTRSK004.mos' in 'chitin.key'.
[ResourceManager]: Found 'loadh25.2da' in 'Override'.
[ResourceManager]: Found 'months.2da' in 'chitin.key'.
[ResourceManager]: Found 'baldur.bcs' in 'Override'.
[GameScript/DEBUG]: Caching baldur for the 1-th time
[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 'Override'.
[2DAImporter/WARNING]: Bad signature (npclevel.2da)! Complaining, but not ignoring...
[ResourceManager/ERROR]: Couldn't find 'moncrate.2da'.
[2DAImporter/WARNING]: Bad signature (xpbonus.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'damage.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'overlay.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'csound.2da' in 'Override'.
[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 'xpcap.2da' in 'Override'.
[Actor]: Examining classes.2da
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 1 Name: FIGHTER XPCAP: -1 Classis: 0 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 11 Name: RANGER XPCAP: -1 Classis: 9 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 5 Name: PALADIN XPCAP: -1 Classis: 8 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPPRS.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 2 Name: CLERIC XPCAP: -1 Classis: 5 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPPRS.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 10 Name: DRUID XPCAP: -1 Classis: 6 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 0 Name: MAGE XPCAP: -1 Classis: 1 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPROG.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 3 Name: THIEF XPCAP: -1 Classis: 2 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPROG.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 4 Name: BARD XPCAP: -1 Classis: 4 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 8 Name: FIGHTER_THIEF XPCAP: -1 Classis: 0 Classis: 2 HPROLLMAXLVL: 0 DS: 8 MULTI: 10
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 7 Name: FIGHTER_CLERIC XPCAP: -1 Classis: 0 Classis: 5 HPROLLMAXLVL: 0 DS: 8 MULTI: 6
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 6 Name: FIGHTER_MAGE XPCAP: -1 Classis: 1 Classis: 0 HPROLLMAXLVL: 0 DS: 8 MULTI: 3
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPROG.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 12 Name: MAGE_THIEF XPCAP: -1 Classis: 1 Classis: 2 HPROLLMAXLVL: 0 DS: 16 MULTI: 9
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPPRS.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 13 Name: CLERIC_MAGE XPCAP: -1 Classis: 1 Classis: 5 HPROLLMAXLVL: 0 DS: 32 MULTI: 5
[2DAImporter/WARNING]: Bad signature (HPPRS.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPROG.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 14 Name: CLERIC_THIEF XPCAP: -1 Classis: 5 Classis: 2 HPROLLMAXLVL: 0 DS: 32 MULTI: 12
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 15 Name: FIGHTER_DRUID XPCAP: -1 Classis: 0 Classis: 6 HPROLLMAXLVL: 0 DS: 8 MULTI: 1026
[2DAImporter/WARNING]: Bad signature (HPPRS.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 17 Name: CLERIC_RANGER XPCAP: -1 Classis: 5 Classis: 9 HPROLLMAXLVL: 0 DS: 32 MULTI: 2052
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 9 Name: FIGHTER_MAGE_THIEF XPCAP: -1 Classis: 1 Classis: 0 Classis: 2 HPROLLMAXLVL: 0 DS: 0 MULTI: 11
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (HPWAR.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 16 Name: FIGHTER_MAGE_CLERIC XPCAP: -1 Classis: 1 Classis: 0 Classis: 5 HPROLLMAXLVL: 0 DS: 0 MULTI: 7
[2DAImporter/WARNING]: Bad signature (HPWIZ.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 18 Name: SORCERER XPCAP: -1 Classis: 10 HPROLLMAXLVL: 0
[2DAImporter/WARNING]: Bad signature (HPMONK.2DA)! Complaining, but not ignoring...
[Actor/DEBUG]:  ID: 19 Name: MONK XPCAP: -1 Classis: 7 HPROLLMAXLVL: 0
[Actor/DEBUG]:  ID: 1 Already Found!
[Actor]: Finished examining classes.2da
[ResourceManager]: Found 'wssingle.2da' in 'GemRB Unhardcoded data'.
[2DAImporter/WARNING]: Bad signature (LVLMODWM.2DA)! Complaining, but not ignoring...
[ResourceManager/ERROR]: Couldn't find 'vcremap.2da'.
[ResourceManager]: Found 'comment.2da' in 'shared GemRB Unhardcoded data'.
[ResourceManager]: Found 'skilldex.2da' in 'Override'.
[ResourceManager]: Found 'skillrac.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (skillrac.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'race.ids' in 'Override'.
[ResourceManager/ERROR]: Couldn't find 'subrace.ids'.
[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 'shared GemRB Unhardcoded data'.
[ResourceManager/ERROR]: Couldn't find 'splstate.ids'.
[ResourceManager]: Found 'modal.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'fighter4.bs' in 'Scripts'.
[GameScript/DEBUG]: Caching fighter4 for the 1-th time
[ResourceManager]: Found 'dplayer3.bcs' in 'Override'.
[GameScript/DEBUG]: Caching dplayer3 for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'proftype.2da' in 'GemRB Unhardcoded data'.
[ResourceManager]: Found 'zzweaps.2da' in 'shared GemRB Unhardcoded data'.
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[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 'avatar_shadows.2da' in 'shared GemRB Unhardcoded data'.
[ResourceManager]: Found 'chmb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'fistweap.2da' in 'GemRB Unhardcoded data'.
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'bgimoen.bcs' in 'Override'.
[GameScript/DEBUG]: Caching bgimoen for the 1-th time
[ResourceManager]: Found 'default.bs' in 'Scripts'.
[GameScript/DEBUG]: Caching default for the 1-th time
[ResourceManager]: Found 'dplayer2.bcs' in 'Override'.
[GameScript/DEBUG]: Caching dplayer2 for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'chfb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'c#grey.bcs' in 'Override'.
[GameScript/DEBUG]: Caching c#grey for the 1-th time
[GameScript/DEBUG]: Caching default for the 2-th time

[GameScript/DEBUG]: Caching dplayer2 for the 2-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'yoshimo.bcs' in 'Override'.
[GameScript/DEBUG]: Caching yoshimo for the 1-th time
[ResourceManager]: Found 'initdlg.bcs' in 'Override'.
[GameScript/DEBUG]: Caching initdlg for the 1-th time
[ResourceManager]: Found 'yoshx.bcs' in 'chitin.key'.
[GameScript/DEBUG]: Caching yoshx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'aerie.bcs' in 'Override'.
[GameScript/DEBUG]: Caching aerie for the 1-th time
[ResourceManager]: Found 'shoutinv.bcs' in 'Override'.
[GameScript/DEBUG]: Caching shoutinv for the 1-th time
[ResourceManager]: Found 'aeriex.bcs' in 'Override'.
[GameScript/DEBUG]: Caching aeriex for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'nalia.bcs' in 'Override'.
[GameScript/DEBUG]: Caching nalia for the 1-th time
[ResourceManager]: Found 'npcmage1.bcs' in 'chitin.key'.
[GameScript/DEBUG]: Caching npcmage1 for the 1-th time
[ResourceManager]: Found 'bpwdasgt.bcs' in 'Override'.
[GameScript/DEBUG]: Caching bpwdasgt for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'chfw1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'anomen.bcs' in 'Override'.
[GameScript/DEBUG]: Caching anomen for the 1-th time
[ResourceManager]: Found 'shout06.bcs' in 'chitin.key'.
[GameScript/DEBUG]: Caching shout06 for the 1-th time
[ResourceManager]: Found 'anomx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching anomx for the 1-th time
[GameScript/DEBUG]: Caching bpwdasgt for the 2-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'korgan.bcs' in 'Override'.
[GameScript/DEBUG]: Caching korgan for the 1-th time
[ResourceManager]: Found 'korganx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching korganx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cdmb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'keldorn.bcs' in 'Override'.
[GameScript/DEBUG]: Caching keldorn for the 1-th time
[ResourceManager]: Found 'keldornx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching keldornx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'jan.bcs' in 'Override'.
[GameScript/DEBUG]: Caching jan for the 1-th time
[GameScript/DEBUG]: Caching shout06 for the 2-th time

[ResourceManager]: Found 'janx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching janx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cdmw1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'haerdali.bcs' in 'Override'.
[GameScript/DEBUG]: Caching haerdali for the 1-th time
[ResourceManager]: Found 'haerdax.bcs' in 'chitin.key'.
[GameScript/DEBUG]: Caching haerdax for the 1-th time
[ResourceManager]: Found 'wtasight.bcs' in 'Override'.
[GameScript/DEBUG]: Caching wtasight for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cemb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'valygar.bcs' in 'Override'.
[GameScript/DEBUG]: Caching valygar for the 1-th time
[ResourceManager]: Found 'shoutdlg.bcs' in 'Override'.
[GameScript/DEBUG]: Caching shoutdlg for the 1-th time
[GameScript/DEBUG]: Caching bpwdasgt for the 3-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'ttxan.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttxan for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cemw1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'ttbran.bcs' in 'chitin.key'.
[GameScript/DEBUG]: Caching ttbran for the 1-th time
[ResourceManager]: Found 'priest2.bcs' in 'Override'.
[GameScript/DEBUG]: Caching priest2 for the 1-th time
[ResourceManager]: Found 'ttimoen.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttimoen for the 1-th time
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[ResourceManager]: Found 'ttjaheir.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttjaheir for the 1-th time
[ResourceManager]: Found 'cefb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'ttminsc.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttminsc for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'mazzy.bcs' in 'Override'.
[GameScript/DEBUG]: Caching mazzy for the 1-th time
[GameScript/DEBUG]: Caching shoutdlg for the 2-th time

[ResourceManager]: Found 'mazzyx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching mazzyx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cifb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'cernd.bcs' in 'Override'.
[GameScript/DEBUG]: Caching cernd for the 1-th time
[ResourceManager]: Found 'druidx.bcs' in 'Override'.
[GameScript/DEBUG]: Caching druidx for the 1-th time
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[GameScript/DEBUG]: Caching wtasight for the 2-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[GameScript/DEBUG]: Caching wtasight for the 3-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cefw1g11.bam' in 'chitin.key'.
[GameScript/DEBUG]: Caching wtasight for the 4-th time

[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (Tooltip.2DA)! Complaining, but not ignoring...
[2DAImporter/WARNING]: Bad signature (ITEMDIAL.2DA)! Complaining, but not ignoring...
[ResourceManager]: Found 'cimb1g11.bam' in 'chitin.key'.
[ResourceManager]: Found 'backstab.2da' in 'Override'.
[2DAImporter/WARNING]: Bad signature (backstab.2da)! Complaining, but not ignoring...
[GameScript/DEBUG]: Caching wtasight for the 5-th time

[GameScript/DEBUG]: Caching wtasight for the 6-th time

[ResourceManager]: Searching for 'worldmap'...
[ResourceManager]: Found 'worldmap.mos' in 'Override'.
[ResourceManager]: Found 'bpbgtmap.bam' in 'Override'.
[Unknown]: Decompressing g_gem.sto
[Unknown]: Decompressing d1bg1bag.sto
[Unknown]: Decompressing g_pot.sto
[Unknown]: Decompressing inn2616.sto
[Unknown]: Decompressing ar0015.are
[Unknown]: Decompressing ar6502.are
[Unknown]: Decompressing ar6506.are
[Unknown]: Decompressing ar6518.are
[Unknown]: Decompressing ar6543.are
[Unknown]: Decompressing ar6505.are
[Unknown]: Decompressing g_hold.sto
[Unknown]: Decompressing tem2601.sto
[Unknown]: Decompressing ar6600.are
[Unknown]: Decompressing ticambag.sto
[Unknown]: Decompressing g_scr.sto
[Unknown]: Decompressing ar6517.are
[Unknown]: Decompressing ar7100.are
[Unknown]: Decompressing ar6507.are
[Unknown]: Decompressing ar6516.are
[Unknown]: Decompressing g_ammo.sto
[Unknown]: Decompressing default.tot
[Unknown]: Decompressing default.toh
[Core]: Setting up the Console...
[ResourceManager]: Found 'console.chu' in 'shared GemRB Unhardcoded data'.

Thread 1 "gemrb" received signal SIGSEGV, Segmentation fault.
0x00007ffff5fba329 in PyCallable_Check ()
   from /lib/x86_64-linux-gnu/libpython2.7.so.1.0
(gdb)

 

 

I get a lot of missing library errors during make, but I have all these packages installed.  I installed them using synaptic package manager.

 

darpaek@DonsBigLinuxBitch:~/gemrb/build$ make
-- Detected version: 0.9.0
-- Git version bool: 0
-- Looking for Python libraries and headers: found
-- Autodetecting SDL backend...
-- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
-- Found SDL 2.0, switching to SDL2 backend.
-- Could NOT find SDL2_mixer (missing: SDL2_MIXER_LIBRARIES SDL2_MIXER_INCLUDE_DIRS)
-- Looking for SDL: found
-- Looking for libSDL: found
CMake Warning at CMakeLists.txt:336 (MESSAGE):
  Looking for SDL_mixer: not found!


CMake Warning at CMakeLists.txt:337 (MESSAGE):
  If you want to build the SDL_mixer plugin, install SDL_mixer first.


CMake Warning at CMakeLists.txt:338 (MESSAGE):
  Make sure you use a version compatible with the chosen SDL version.


-- Looking for Zlib: found
-- Looking for OpenAL: found
CMake Warning at CMakeLists.txt:400 (MESSAGE):
  Looking for VLC: not found!


CMake Warning at CMakeLists.txt:401 (MESSAGE):
  If you want to build the VLC plugin, install VLC first.


-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
CMake Warning at CMakeLists.txt:418 (MESSAGE):
  Looking for Freetype: not found!


CMake Warning at CMakeLists.txt:419 (MESSAGE):
  If you want to build the TTF plugin, install Freetype first.


-- Looking for libPNG: found
CMake Warning at CMakeLists.txt:445 (MESSAGE):
  Looking for Ogg Vorbis support: not found!


CMake Warning at CMakeLists.txt:446 (MESSAGE):
  While no original game data is in OGG format, some mod data is and will
  need conversion.


-- Check size of ssize_t
-- Check size of ssize_t - done
-- Performing Test HAS_OBJALIGN4
-- Performing Test HAS_OBJALIGN4 - Success
--
-- These are the configured paths:
--   PREFIX: /usr/local
--   LIB_DIR: /usr/local/lib/gemrb
--   PLUGIN_DIR: /usr/local/lib/gemrb/plugins
--   BIN_DIR: /usr/local/bin
--   DATA_DIR: /usr/local/share/gemrb
--   MAN_DIR: /usr/local/share/man/man6
--   SYSCONF_DIR: /usr/local/etc/gemrb
--   DOC_DIR: /usr/local/share/doc/gemrb
--   ICON_DIR: /usr/local/share/pixmaps
--   SVG_DIR: /usr/local/share/icons/hicolor/scalable/apps
--   MENU_DIR: /usr/local/share/applications
--
-- Options:
--   LAYOUT: fhs
--   NOCOLOR: disabled
--   STATIC_LINK: disabled
--   INSOURCEBUILD: disabled
--   DISABLE_WERROR: disabled
--   WIN32_USE_STDIO: disabled
--   SDL_BACKEND: SDL2
--   OPENGL_BACKEND: None
--
-- Build type: RelWithDebInfo
-- Target bitness: 8*8
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/darpaek/gemrb/build
Scanning dependencies of target gemrb_core

 

 

Commit Log for Fri Aug 13 05:39:44 2021


Installed the following packages:
ant (1.10.7-1)
ant-optional (1.10.7-1)
ca-certificates-java (20190405ubuntu1)
default-jre-headless (2:1.11-72)
fonts-noto-core (20200323-1build1~ubuntu20.04.1)
freetype2-demos (2.10.1-2ubuntu0.1)
freetype2-doc (2.10.1-2ubuntu0.1)
gnu-smalltalk (3.2.5-1.3build3)
gnu-smalltalk-common (3.2.5-1.3build3)
java-common (0.72)
javascript-common (11)
libactivation-java (1.2.0-2)
liballegro4.4 (2:4.4.3.1-1)
libaopalliance-java (20070526-6)
libapache-pom-java (18-1)
libargs4j-java (2.33-1)
libaribb24-0 (1.0.3-2)
libasm-java (7.2-1)
libatinject-jsr330-api-java (1.0+ds1-5)
libbasicusageenvironment1 (2020.01.19-1build1)
libbsd-dev (0.10.0-1)
libcddb2 (1.3.2-6fakesync1)
libcdi-api-java (1.2-2)
libcglib-java (3.2.12-1build2)
libcodemodel-java (2.6+jaxb2.3.0.1-9)
libcommons-cli-java (1.4-1)
libcommons-codec-java (1.14-1)
libcommons-compress-java (1.19-1)
libcommons-io-java (2.6-2)
libcommons-lang3-java (3.8-2)
libcommons-logging-java (1.2-2)
libcommons-parent-java (43-1)
libdc1394-22 (2.2.5-2.1)
libdca0 (0.0.6-1)
libdom4j-java (2.1.1-2)
libdtd-parser-java (1.2~svn20110404-1)
libdvbpsi10 (1.3.3-1)
libebml4v5 (1.3.10-1build1)
libfaad2 (2.9.1-1)
libfastinfoset-java (1.2.12-3)
libfluidsynth2 (2.1.1-2)
libftgl2 (2.4.0-2ubuntu1)
libgeronimo-annotation-1.3-spec-java (1.0-1)
libgeronimo-interceptor-3.0-spec-java (1.0.1-4fakesync)
libgoogle-gson-java (2.8.5-3)
libgroupsock8 (2020.01.19-1build1)
libgst7 (3.2.5-1.3build3)
libguava-java (19.0-1)
libguice-java (4.2.1-1)
libhawtjni-runtime-java (1.17-1)
libhttpclient-java (4.5.11-1)
libhttpcore-java (4.4.13-1)
libhttpmime-java (4.5.11-1)
libinstpatch-1.0-2 (1.1.2-2build1)
libistack-commons-java (3.0.6-4)
libixml10 (1:1.8.4-2ubuntu2)
libjackson2-annotations-java (2.9.8-1)
libjackson2-core-java (2.10.1-1)
libjackson2-databind-java (2.10.2-1)
libjansi-java (1.18-1)
libjansi-native-java (1.8-1)
libjaxb-api-java (2.3.1-1)
libjaxb-java (2.3.0.1-9)
libjaxen-java (1.1.6-4)
libjdom2-java (2.0.6-1)
libjorbis-java (0.0.17-2)
libjs-jquery (3.3.1~dfsg-3)
libjsoup-java (1.10.2-2)
libjsr305-java (0.1~+svn49-11)
libkate1 (0.4.1-11build1)
liblivemedia77 (2020.01.19-1build1)
liblogg4.4 (2:4.4.3.1-1)
liblua5.2-0 (5.2.4-1.1build3)
libmad0 (0.15.1b-10ubuntu1)
libmatroska6v5 (1.5.2-3build1)
libmaven-file-management-java (3.0.0-1)
libmaven-parent-java (31-2)
libmaven-resolver-java (1.4.1-1)
libmaven-shared-io-java (3.0.0-3)
libmaven-shared-utils-java (3.3.0-1)
libmaven3-core-java (3.6.3-1)
libmikmod3 (3.3.11.1-4)
libmodplug1 (1:0.8.9.0-2build1)
libmpcdec6 (2:0.1~r495-2)
libogg-ocaml (0.5.2-1build1)
libogg-vorbis-decoder-perl (0.9-3build5)
libogg-vorbis-header-pureperl-perl (1.0-4)
libopenmpt-modplug1 (0.4.11-1build1)
libopusfile0 (0.9+20170913-1build1)
libplacebo7 (1.7.0-2)
libplexus-archiver-java (3.6.0-2)
libplexus-cipher-java (1.7-3)
libplexus-classworlds-java (2.6.0-1)
libplexus-component-annotations-java (2.1.0-1)
libplexus-interpolation-java (1.26-1)
libplexus-io-java (3.1.1-1)
libplexus-sec-dispatcher-java (1.4-4)
libplexus-utils2-java (3.3.0-1)
libpng++-dev (0.2.10-1)
libpng-dev (1.6.37-2)
libpng-tools (1.6.37-2)
libpnglite0 (0.1.17-2)
libprotobuf-lite17 (3.6.1.3-2ubuntu5)
libproxy-tools (0.4.15-10ubuntu1.2)
libqt5x11extras5 (5.12.8-0ubuntu1)
libquicktime2 (2:1.2.4-12build2)
librelaxng-datatype-java (1.0+ds1-3)
libresid-builder0c2a (2.1.1-15ubuntu2)
librngom-java (2.3.0.1-9)
libroar-compat2 (1.0~beta12-3)
libroar2 (1.0~beta12-3)
libsdl-image1.2 (1.2.12-12)
libsdl-mixer-gst (3.2.5-1.3build3)
libsdl-mixer1.2 (1.2.12-16build1)
libsdl1.2debian (1.2.15+dfsg2-5)
libsdl2-mixer-2.0-0 (2.0.4+dfsg1-2build1)
libsdl2-ttf-2.0-0 (2.0.15+dfsg1-1)
libsidplay2 (2.1.1-15ubuntu2)
libsigsegv2 (2.12-2)
libsisu-guice-java (4.2.0-1)
libsisu-inject-java (0.3.3-1)
libsisu-ioc-java (2.3.0-11)
libsisu-plexus-java (0.3.3-3)
libslf4j-java (1.7.25-3)
libsnappy-java (1.1.7.3-1build1)
libsnappy-jni (1.1.7.3-1build1)
libspatialaudio0 (0.3.0+git20180730+dfsg1-2build1)
libsrt1 (1.4.0-1build1)
libssh2-1 (1.8.0-2.1build1)
libstax-ex-java (1.7.8-3)
libstreambuffer-java (1.5.4-1)
libtika-java (1.22-1)
libtxw2-java (2.3.0.1-9)
libupnp13 (1:1.8.4-2ubuntu2)
libusageenvironment3 (2020.01.19-1build1)
libvlc-bin (3.0.9.2-1)
libvlc5 (3.0.9.2-1)
libvlccore9 (3.0.9.2-1)
libvorbis-java (0.8-3)
libvorbis-ocaml (0.7.1-1build1)
libvorbisidec1 (1.2.1+git20180316-3)
libvorbisspi-java (1.0.3-3)
libwagon-http-java (3.3.4-1)
libwagon-provider-api-java (3.3.4-1)
libxerces2-java (2.12.1-1)
libxml-commons-external-java (1.4.01-3)
libxml-commons-resolver1.1-java (1.2-9)
libxmmsclient6 (0.8+dfsg-18.2ubuntu3)
libxsom-java (2.3.0.1-9)
libxz-java (1.8-2)
ocaml-base-nox (4.08.1-8)
openjdk-11-jre-headless (11.0.11+9-0ubuntu2~20.04)
python3-freetype (2.1.0.post1-2)
python3-vlc (3.0.7110-2)
timgm6mb-soundfont (1.3-3)
ttf-bitstream-vera (1.10-8)
vlc (3.0.9.2-1)
vlc-bin (3.0.9.2-1)
vlc-data (3.0.9.2-1)
vlc-l10n (3.0.9.2-1)
vlc-plugin-base (3.0.9.2-1)
vlc-plugin-notify (3.0.9.2-1)
vlc-plugin-qt (3.0.9.2-1)
vlc-plugin-samba (3.0.9.2-1)
vlc-plugin-skins2 (3.0.9.2-1)
vlc-plugin-video-output (3.0.9.2-1)
vlc-plugin-video-splitter (3.0.9.2-1)
vlc-plugin-visualization (3.0.9.2-1)
vorbis-tools (1.4.0-11)
vorbisgain (0.37-2build1)
xmms2 (0.8+dfsg-18.2ubuntu3)
xmms2-client-cli (0.8+dfsg-18.2ubuntu3)
xmms2-core (0.8+dfsg-18.2ubuntu3)
xmms2-icon (0.8+dfsg-18.2ubuntu3)
xmms2-plugin-alsa (0.8+dfsg-18.2ubuntu3)
xmms2-plugin-id3v2 (0.8+dfsg-18.2ubuntu3)
xmms2-plugin-mad (0.8+dfsg-18.2ubuntu3)
xmms2-plugin-pulse (0.8+dfsg-18.2ubuntu3)
xmms2-plugin-vorbis (0.8+dfsg-18.2ubuntu3)

Reinstalled the following packages:
libbsd0 (0.10.0-1)
libpng16-16 (1.6.37-2)

Commit Log for Fri Aug 13 07:44:08 2021


Installed the following packages:
freeglut3 (2.8.1-3)
ledit (2.04-4build1)
libfindlib-ocaml (1.8.1-1build3)
libfindlib-ocaml-dev (1.8.1-1build3)
libfishsound1 (1.0.0-8)
libfreetype-dev (2.10.1-2ubuntu0.1)
libfreetype6-dev (2.10.1-2ubuntu0.1)
libftgl-dev (2.4.0-2ubuntu1)
liblablgl-ocaml (1:1.06-1build1)
liblabltk-ocaml (8.06.6+dfsg-1build1)
libogg-dev (1.3.4-0ubuntu1)
liboggplay1 (0.2.1~git20091227-5)
liboggz2 (1.1.1-7)
libsdl-console (2.1-6)
libsdl-gfx1.2-5 (2.0.25-11)
libsdl-kitchensink1 (1.0.7-1)
libsdl-net1.2 (1.2.8-6)
libsdl-ocaml (0.9.1-3build1)
libsdl-pango1 (0.1.2-8)
libsdl-sge (030809dfsg-9)
libsdl-sound1.2 (1.0.3-9)
libsdl-ttf2.0-0 (2.0.11-6)
libsdl2-gfx-1.0-0 (1.0.4+dfsg-3)
libsdl2-image-2.0-0 (2.0.5+dfsg1-2)
libsdl2-net-2.0-0 (2.0.1+dfsg1-4)
libtcl8.6 (8.6.10+dfsg-1)
libtk8.6 (8.6.10-1)
libtorrent-rasterbar9 (1.1.13-1.1build2)
libvlc-dev (3.0.9.2-1)
libvlccore-dev (3.0.9.2-1)
libvorbis-dev (1.3.6-2ubuntu1)
libxcb-composite0 (1.14-2)
ocaml-compiler-libs (4.08.1-8)
ocaml-findlib (1.8.1-1build3)
ocaml-interp (4.08.1-8)
ocaml-man (4.08.1-8)
ocaml-nox (4.08.1-8)
oggz-tools (1.1.1-7)
vlc-plugin-access-extra (3.0.9.2-1)
vlc-plugin-bittorrent (2.6-1build1)
vlc-plugin-fluidsynth (3.0.9.2-1)
vlc-plugin-jack (3.0.9.2-1)
vlc-plugin-svg (3.0.9.2-1)

Reinstalled the following packages:
libfreetype6 (2.10.1-2ubuntu0.1)
libftgl2 (2.4.0-2ubuntu1)
libsdl-image1.2 (1.2.12-12)
libsdl-mixer1.2 (1.2.12-16build1)
libsdl1.2debian (1.2.15+dfsg2-5)
libsdl2-2.0-0 (2.0.10+dfsg1-3)
libsdl2-mixer-2.0-0 (2.0.4+dfsg1-2build1)
libsdl2-ttf-2.0-0 (2.0.15+dfsg1-1)
libvlc-bin (3.0.9.2-1)
libvlc5 (3.0.9.2-1)
libvlccore9 (3.0.9.2-1)
python3-vlc (3.0.7110-2)

 

Edited by Darpaek
Link to comment

You're building the old release code + I forgot we have a python version switch now — you still built the python2 version.

git checkout master
git pull
make clean
rm -r CM*
cmake .. -DPYTHON_VERSION=3
make -j3
Link to comment
Spoiler

[KEYImporter/ERROR]: Cannot find DATA/PROGTEST.BIF...
[KEYImporter/ERROR]: Cannot find DATA/PROGTES2.BIF...
[KEYImporter/ERROR]: Cannot find DATA/DESOUND.BIF...

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

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

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

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


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

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

[GameScript/DEBUG]: Caching ttxan for the 1-th time

[CREImporter/ERROR]: Invalid item index (0) in creature!


[ResourceManager]: Found 'priest2.bcs' in 'Override'.
[GameScript/DEBUG]: Caching priest2 for the 1-th time
[CREImporter/ERROR]: Invalid item index (0) in creature!


[ResourceManager]: Found 'ttimoen.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttimoen for the 1-th time
[CREImporter/ERROR]: Invalid item index (0) in creature!


[ResourceManager]: Found 'ttjaheir.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttjaheir for the 1-th time
[CREImporter/ERROR]: Invalid item index (0) in creature!

[ResourceManager]: Found 'ttminsc.bcs' in 'Override'.
[GameScript/DEBUG]: Caching ttminsc for the 1-th time
[CREImporter/ERROR]: Invalid item index (1) in creature!

Above are the errors I get when starting GemRB

Freezes on load.  Below is the error when it freezes:

Spoiler

[SAVImporter]: Decompressing g_gem.sto
[SAVImporter]: Decompressing d1bg1bag.sto
[SAVImporter]: Decompressing g_pot.sto
[SAVImporter]: Decompressing inn2616.sto
[SAVImporter]: Decompressing g_hold.sto
[SAVImporter]: Decompressing tem2601.sto
[SAVImporter]: Decompressing ticambag.sto
[SAVImporter]: Decompressing g_scr.sto
[SAVImporter]: Decompressing g_ammo.sto
[SAVImporter]: Decompressing default.tot
[SAVImporter]: Decompressing default.toh
[Core/WARNING]: 167 ms (extracting the SAV)
[Core]: Setting up the Console...
[ResourceManager]: Found 'console.chu' in 'shared GemRB Unhardcoded data'.

Thread 1 "gemrb" received signal SIGSEGV, Segmentation fault.
0x00007ffff5e88799 in PyCallable_Check () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
(gdb)

This was the re-build.  It looked like it worked, except it still can't find a bunch of libraries that I have installed.
 

Spoiler

darpaek@DonsBigLinuxBitch:~/gemrb/build$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
darpaek@DonsBigLinuxBitch:~/gemrb/build$ git pull
Already up to date.
darpaek@DonsBigLinuxBitch:~/gemrb/build$ make clean
darpaek@DonsBigLinuxBitch:~/gemrb/build$ rm -r CM*
darpaek@DonsBigLinuxBitch:~/gemrb/build$ cmake .. -DPYTHON_VERSION=3
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is Clang 10.0.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected version: 0.9.0-git
-- Git version bool: 1
-- Performing Test VISIBILITY_HIDDEN
-- Performing Test VISIBILITY_HIDDEN - Success
-- Performing Test STACK_PROTECTOR
-- Performing Test STACK_PROTECTOR - Success
-- Performing Test FALLTHROUGH
-- Performing Test FALLTHROUGH - Success
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable version "3.8.10", minimum required is "3")
-- Looking for Python libraries and headers: found
-- Autodetecting SDL backend...
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread  
-- Found SDL 2.0, switching to SDL2 backend.
-- Could NOT find SDL2_mixer (missing: SDL2_MIXER_LIBRARIES SDL2_MIXER_INCLUDE_DIRS)
CMake Warning at CMakeLists.txt:345 (MESSAGE):
  Looking for SDL_mixer: not found!


CMake Warning at CMakeLists.txt:346 (MESSAGE):
  If you want to build the SDL_mixer plugin, install SDL_mixer first.


CMake Warning at CMakeLists.txt:347 (MESSAGE):
  Make sure you use a version compatible with the chosen SDL version.


-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Looking for Zlib: found
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so  
-- Looking for OpenAL: found
-- Found LibVLC include-dir path: /usr/include
-- Found LibVLC library path:/usr/lib/x86_64-linux-gnu/libvlc.so
-- Looking for VLC: found
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.10.1")
-- Looking for Freetype: found
-- Looking for iconv_open
-- Looking for iconv_open - found
-- Performing Test ICONV_COMPILES
-- Performing Test ICONV_COMPILES - Success
-- Found ICONV: In glibc  
-- Found ICONV includes: /usr/include
-- One (and only one) of the ICONV_ACCEPTS_... tests must pass
-- Performing Test ICONV_ACCEPTS_NONCONST_INPUT
-- Performing Test ICONV_ACCEPTS_NONCONST_INPUT - Success
-- Performing Test ICONV_ACCEPTS_CONST_INPUT
-- Performing Test ICONV_ACCEPTS_CONST_INPUT - Failed
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.37")
-- Looking for libPNG: found
-- Looking for Ogg Vorbis support: found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long int
-- Check size of long int - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for ldexpf
-- Looking for ldexpf - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for memalign
-- Looking for memalign - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Performing Test HAS_WSTRING
-- Performing Test HAS_WSTRING - Success
-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST
-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST - Failed
--
-- These are the configured paths:
--   PREFIX: /usr/local
--   LIB_DIR: /usr/local/lib/gemrb
--   PLUGIN_DIR: /usr/local/lib/gemrb/plugins
--   BIN_DIR: /usr/local/bin
--   DATA_DIR: /usr/local/share/gemrb
--   MAN_DIR: /usr/local/share/man/man6
--   SYSCONF_DIR: /usr/local/etc/gemrb
--   DOC_DIR: /usr/local/share/doc/gemrb
--   ICON_DIR: /usr/local/share/pixmaps
--   SVG_DIR: /usr/local/share/icons/hicolor/scalable/apps
--   MENU_DIR: /usr/local/share/applications
--
-- Options:
--   LAYOUT: fhs
--   NOCOLOR: disabled
--   STATIC_LINK: disabled
--   INSOURCEBUILD: disabled
--   DISABLE_WERROR: disabled
--   WIN32_USE_STDIO: disabled
--   SDL_BACKEND: SDL2
--   PYTHON_VERSION: 3
--   OPENGL_BACKEND: None
--
-- Build type: RelWithDebInfo
-- Target bitness: 8*8
--
-- Compiler warnings are fatal.
-- If you hit one, let us know and rerun cmake with -DDISABLE_WERROR=1 to continue.
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/darpaek/gemrb/build
darpaek@DonsBigLinuxBitch:~/gemrb/build$ make -j3

This is the backtrace after the freeze on load:
 

Spoiler

(gdb) bt
#0  0x00007ffff5e88799 in PyCallable_Check () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#1  0x00007ffff61b7964 in GemRB_Window_SetAction (self=<optimized out>,
    args=<optimized out>) at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:1796
#2  0x00007ffff5ed4687 in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#3  0x00007ffff5ca9f48 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#4  0x00007ffff5df6e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#5  0x00007ffff5ed4114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#6  0x00007ffff5ca0d6d in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#7  0x00007ffff5ca2018 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#8  0x00007ffff5df6e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#9  0x00007ffff5ed4114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#10 0x00007ffff5ed6407 in _PyObject_FastCallDict ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#11 0x00007ffff61b0e78 in GemRB::GUIScript::RunFunction (this=<optimized out>,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad", pArgs=0x0,
    report_error=true) at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13714
#12 0x00007ffff61b0f6d in GemRB::GUIScript::RunFunction (this=0x562460,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad",
    report_error=true, intparam=<optimized out>)
    at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13732
#13 0x00007ffff7eaf064 in GemRB::Interface::HandleFlags (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:497
#14 0x00007ffff7eb14f8 in GemRB::Interface::Main (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:767
#15 0x000000000040141c in main (argc=<optimized out>, argv=0x7fffffffe038)
    at /home/darpaek/gemrb/gemrb/GemRB.cpp:73
(gdb)

 

 

Link to comment

The "errors" in the log are fine. But from the cmake run I see you have gemrb compiled with two compilers, which could be problematic. Try this in the build dir:

rm -r CM*
CXX=clang++-10 CC=clang-10 cmake .. -DPYTHON_VERSION=3
make -j3
Link to comment

No luck.  Failed on load again.  Also, failed on chargen.  Tried BG2 and TOB imported and created just for throughness.
 

Spoiler

[SAVImporter]: Decompressing g_gem.sto
[SAVImporter]: Decompressing d1bg1bag.sto
[SAVImporter]: Decompressing g_pot.sto
[SAVImporter]: Decompressing inn2616.sto
[SAVImporter]: Decompressing g_hold.sto
[SAVImporter]: Decompressing tem2601.sto
[SAVImporter]: Decompressing ticambag.sto
[SAVImporter]: Decompressing g_scr.sto
[SAVImporter]: Decompressing g_ammo.sto
[SAVImporter]: Decompressing default.tot
[SAVImporter]: Decompressing default.toh
[Core/WARNING]: 166 ms (extracting the SAV)
[Core]: Setting up the Console...
[ResourceManager]: Found 'console.chu' in 'shared GemRB Unhardcoded data'.

Thread 1 "gemrb" received signal SIGSEGV, Segmentation fault.
0x00007ffff6c66799 in PyCallable_Check () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
(gdb) bt
#0  0x00007ffff6c66799 in PyCallable_Check () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#1  0x00007ffff6f95964 in GemRB_Window_SetAction (self=<optimized out>,
    args=<optimized out>) at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:1796
#2  0x00007ffff6cb2687 in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#3  0x00007ffff6a87f48 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#4  0x00007ffff6bd4e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#5  0x00007ffff6cb2114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#6  0x00007ffff6a7ed6d in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#7  0x00007ffff6a80018 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#8  0x00007ffff6bd4e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#9  0x00007ffff6cb2114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#10 0x00007ffff6cb4407 in _PyObject_FastCallDict ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#11 0x00007ffff6f8ee78 in GemRB::GUIScript::RunFunction (this=<optimized out>,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad", pArgs=0x0,
    report_error=true) at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13714
#12 0x00007ffff6f8ef6d in GemRB::GUIScript::RunFunction (this=0x5dd890,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad",
    report_error=true, intparam=<optimized out>)
    at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13732
#13 0x00007ffff7eaf064 in GemRB::Interface::HandleFlags (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:497
#14 0x00007ffff7eb14f8 in GemRB::Interface::Main (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:767
#15 0x000000000040141c in main (argc=<optimized out>, argv=0x7fffffffe038)
    at /home/darpaek/gemrb/gemrb/GemRB.cpp:73
(gdb)

 

Link to comment

Always the same exact problem, at least it's consistent. I wonder what's different about my ubuntu install.

And just to make sure you have python fully installed, do a:

sudo apt-get install python3.8-dev python3.8

If that doesn't help, did you perhaps set PYTHONPATH or PYTHONHOME?

Edited by lynx
Link to comment

I updated the Python dev and recompiled.  Had a couple of objects recompile.

Spoiler

[ 85%] Built target PROImporter
[ 86%] Built target PNGImporter
[ 87%] Built target PSTOpcodes
Scanning dependencies of target SDLVideo
[ 89%] Built target SAVImporter
[ 89%] Built target SPLImporter
[ 90%] Building CXX object gemrb/plugins/SDLVideo/CMakeFiles/SDLVideo.dir/SDL20Video.cpp.o
[ 91%] Built target STOImporter
[ 92%] Built target TISImporter
[ 93%] Built target TLKImporter
[ 95%] Built target TTFImporter
[ 96%] Built target WAVReader
[ 97%] Built target VLCPlayer
[ 99%] Built target WEDImporter
[ 99%] Built target WMPImporter
[ 99%] Built target ZLibManager
[ 99%] Linking CXX shared module ../SDLVideo.so
[100%] Built target SDLVideo

Still crashed on Loading Game, but the error log is slightly longer.

Spoiler

Core]: Setting up the Console...
[ResourceManager]: Found 'console.chu' in 'shared GemRB Unhardcoded data'.

Thread 1 "gemrb" received signal SIGSEGV, Segmentation fault.
0x00007ffff6c66799 in PyCallable_Check ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
(gdb) bt
#0  0x00007ffff6c66799 in PyCallable_Check ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#1  0x00007ffff6f95964 in GemRB_Window_SetAction (self=<optimized out>,
    args=<optimized out>)
    at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:1796
#2  0x00007ffff6cb2687 in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#3  0x00007ffff6a87f48 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#4  0x00007ffff6bd4e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#5  0x00007ffff6cb2114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#6  0x00007ffff6a7ed6d in ?? () from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#7  0x00007ffff6a80018 in _PyEval_EvalFrameDefault ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#8  0x00007ffff6bd4e3b in _PyEval_EvalCodeWithName ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#9  0x00007ffff6cb2114 in _PyFunction_Vectorcall ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#10 0x00007ffff6cb4407 in _PyObject_FastCallDict ()
   from /lib/x86_64-linux-gnu/libpython3.8.so.1.0
#11 0x00007ffff6f8ee78 in GemRB::GUIScript::RunFunction (this=<optimized out>,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad",
--Type <RET> for more, q to quit, c to continue without paging--
    pArgs=0x0, report_error=true)
    at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13714
#12 0x00007ffff6f8ef6d in GemRB::GUIScript::RunFunction (this=0x549bd0,
    moduleName=0x7ffff7f5aae2 "Console", functionName=0x7ffff7f585f0 "OnLoad",
    report_error=true, intparam=<optimized out>)
    at /home/darpaek/gemrb/gemrb/plugins/GUIScript/GUIScript.cpp:13732
#13 0x00007ffff7eaf064 in GemRB::Interface::HandleFlags (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:497
#14 0x00007ffff7eb14f8 in GemRB::Interface::Main (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:767
#15 0x000000000040141c in main (argc=<optimized out>, argv=0x7fffffffe098)
    at /home/darpaek/gemrb/gemrb/GemRB.cpp:73
(gdb)

I wouldn't know how to change the Python path if I tried.  My knowledge of Python ends at PANDAS and Anaconda.

Link to comment

It found Python and a bunch of packages it couldn't find earlier.  I don't understand how it can't find SDL_Mixer but the music still plays.  Here are some compiler errors I am getting with the second line:

Spoiler

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable version "3.8.10", minimum required is "3")
-- Looking for Python libraries and headers: found
-- Autodetecting SDL backend...
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found

-- Could NOT find SDL2_mixer (missing: SDL2_MIXER_LIBRARIES SDL2_MIXER_INCLUDE_DIRS)
CMake Warning at CMakeLists.txt:345 (MESSAGE):
  Looking for SDL_mixer: not found!


CMake Warning at CMakeLists.txt:346 (MESSAGE):
  If you want to build the SDL_mixer plugin, install SDL_mixer first.


CMake Warning at CMakeLists.txt:347 (MESSAGE):
  Make sure you use a version compatible with the chosen SDL version.


-- Performing Test ICONV_ACCEPTS_CONST_INPUT
-- Performing Test ICONV_ACCEPTS_CONST_INPUT - Failed

-- Looking for strlcpy
-- Looking for strlcpy - not found

-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found

-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST
-- Performing Test PERMITS_OBJECT_TO_FUNCTION_CAST - Failed
--
-- These are the configured paths:
--   PREFIX: /usr/local
--   LIB_DIR: /usr/local/lib/gemrb
--   PLUGIN_DIR: /usr/local/lib/gemrb/plugins
--   BIN_DIR: /usr/local/bin
--   DATA_DIR: /usr/local/share/gemrb
--   MAN_DIR: /usr/local/share/man/man6
--   SYSCONF_DIR: /usr/local/etc/gemrb
--   DOC_DIR: /usr/local/share/doc/gemrb
--   ICON_DIR: /usr/local/share/pixmaps
--   SVG_DIR: /usr/local/share/icons/hicolor/scalable/apps
--   MENU_DIR: /usr/local/share/applications
--
-- Options:
--   LAYOUT: fhs
--   NOCOLOR: disabled
--   STATIC_LINK: disabled
--   INSOURCEBUILD: disabled
--   DISABLE_WERROR: disabled
--   WIN32_USE_STDIO: disabled
--   SDL_BACKEND: SDL2
--   PYTHON_VERSION: 3
--   OPENGL_BACKEND: None
--
-- Build type: Debug
-- Target bitness: 8*8
--
-- Compiler warnings are fatal.
-- If you hit one, let us know and rerun cmake with -DDISABLE_WERROR=1 to continue.
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/darpaek/gemrb/build

I don't know if this is good or not, but the loading bar got more full, so we seem to be making progress.  And the error message is different this time.

Spoiler

gemrb: /home/darpaek/gemrb/gemrb/plugins/AREImporter/AREImporter.cpp:205: Holder<GemRB::Sprite2D> MakeTileProps(const GemRB::ResRef &, bool): Assertion `lightmap->Format().Bpp == 1 && heightmap->Format().Bpp == 1 && searchmap->Format().Bpp == 1' failed.

Thread 1 "gemrb" hit Breakpoint 1, __GI_abort () at abort.c:49
49    abort.c: No such file or directory.
(gdb) bt
#0  __GI_abort () at abort.c:49
#1  0x00007ffff7550729 in __assert_fail_base (
    fmt=0x7ffff76e6588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
    assertion=0x7ffff49885e7 "lightmap->Format().Bpp == 1 && heightmap->Format().Bpp == 1 && searchmap->Format().Bpp == 1",
    file=0x7ffff498809f "/home/darpaek/gemrb/gemrb/plugins/AREImporter/AREImporter.cpp", line=205, function=<optimized out>) at assert.c:92
#2  0x00007ffff7561f36 in __GI___assert_fail (
    assertion=0x7ffff49885e7 "lightmap->Format().Bpp == 1 && heightmap->Format().Bpp == 1 && searchmap->Format().Bpp == 1",
    file=0x7ffff498809f "/home/darpaek/gemrb/gemrb/plugins/AREImporter/AREImporter.cpp", line=205,
    function=0x7ffff49885a4 "Holder<GemRB::Sprite2D> MakeTileProps(const GemRB::ResRef &, bool)") at assert.c:101
#3  0x00007ffff496d0e4 in MakeTileProps (wedref=..., day_or_night=false)
    at /home/darpaek/gemrb/gemrb/plugins/AREImporter/AREImporter.cpp:205
#4  0x00007ffff496c9eb in GemRB::AREImporter::ChangeMap (this=0x349b7d0,
    map=0x5f0a1b0, day_or_night=false)
    at /home/darpaek/gemrb/gemrb/plugins/AREImporter/AREImporter.cpp:390
#5  0x00007ffff7ddcead in GemRB::Map::ChangeMap (this=0x5f0a1b0,
    day_or_night=false) at /home/darpaek/gemrb/gemrb/core/Map.cpp:4015
#6  0x00007ffff7d1dae4 in GemRB::Game::GetMap (this=0x9f5f80, areaname=...,
    change=true) at /home/darpaek/gemrb/gemrb/core/Game.cpp:715
--Type <RET> for more, q to quit, c to continue without paging--
#7  0x00007ffff7ccb4ea in GemRB::GameControl::ChangeMap (this=0x323ee80, pc=
    0x2f0ba90, forced=true)
    at /home/darpaek/gemrb/gemrb/core/GUI/GameControl.cpp:2580
#8  0x00007ffff7d8e77e in GemRB::Interface::HandleFlags (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:508
#9  0x00007ffff7d90c2f in GemRB::Interface::Main (this=0x41ab50)
    at /home/darpaek/gemrb/gemrb/core/Interface.cpp:767
#10 0x0000000000401585 in main (argc=3, argv=0x7fffffffe058)
    at /home/darpaek/gemrb/gemrb/GemRB.cpp:73
(gdb)

Morefull.png

 

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...