Jump to content

iOS port of GemRB (iPad/iPhone)


SyntaxError

Recommended Posts

Guest Joshua
No idea about the rebooting thing; i dont own an ipad. try viewing the log and google.

 

give me a link and ill definitely see that it gets added.

 

You don't own an Ipad, too bad :laugh: Hopefully you will have one soon.

 

At the next release I will use the console to trap the nasty messages preventing the ipad to shutdown properly.

 

One thing I've noticed a lot today.

The text panel at the bottom is very hard to expand or reduce. The buttons are way too small.

Is there a way increase the hit zone.

 

Also when i try and scroll the text area, it brings up the keyboard

 

Voila no more for today

Link to comment
No idea about the rebooting thing; i dont own an ipad. try viewing the log and google.

 

give me a link and ill definitely see that it gets added.

 

You don't own an Ipad, too bad :laugh: Hopefully you will have one soon.

 

At the next release I will use the console to trap the nasty messages preventing the ipad to shutdown properly.

 

One thing I've noticed a lot today.

The text panel at the bottom is very hard to expand or reduce. The buttons are way too small.

Is there a way increase the hit zone.

 

Also when i try and scroll the text area, it brings up the keyboard

 

Voila no more for today

 

If I'm not mistaken to make those buttons bigger would require modifying the game resources (CHU files). that would make it outside the scope of gemrb, but you likely could modify the resources and gemrb would probably work just fine with it if the original game does.

 

the keyboard comes up for any 3 fingered gesture; you can scroll the text areas with 1 or 2. I cannot get the keyboard to display using 1 or 2 fingers so i suspect your ipad is registering 3 fingers. if it is a problem of accidentally registering 3 fingers somehow i can make it 4 or you can turn off the softkeyboard in the config file.

Link to comment
Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: [ResourceManager]: Searching for avprefg.2da...[ERROR]

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: [GUIScript]: Runtime Error:

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: Traceback (most recent call last):

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: File "/Applications/GemRB.app/GUIScripts/bg2/GUICG13.py", line 99, in OnLoad

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: BGCommon.RefreshPDoll (PDollButton, MinorColor, MajorColor, SkinColor, HairColor)

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: File "/Applications/GemRB.app/GUIScripts/BGCommon.py", line 34, in RefreshPDoll

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: table = GemRB.LoadTable ("avprefg")

Jul 13 17:00:52 mars0124s-iPad UIKitApplication:net.sourceforge.GemRB[0x57f9][959] <Notice>: RuntimeError: Can't find resource

 

seems you are missing some resource. you should look in those python files on the given lines.

 

I'm pretty new to all of this, but from what I can see it comes from a missing "/Applications/GemRB.app/override/bg2/avprefg.2da". From what I've seen looking back in the various GemRB builds on their website: it doesn't exist. Also I've seen some old error logs indicating that this file does not exist but in itself should not cause issues...

 

Am I on the wrong track here?

 

Why would the python codes be looking for a resource that just doesn't exist?

 

Edit: Found it - it wasn't bg2/avprefg.2da that was missing it was the entire override/shared folder - somehow it wasn't extracted with the rest of the files.

Link to comment
Also when i try and scroll the text area, it brings up the keyboard

 

I sometimes have this issue too. Usually when I first enter the text area and go to scroll. I do not experience it when scrolling the viewable area of the map.

 

This is the link that helped me alot. I think Johnathan posted it.

 

http://www.mediafire.com/file/mw99lv7o797l...all%20guide.rtf

 

I did indeed. I have updated the install guide (minor fixes) to reflect newest changes since it was last posted. Here is the link

Link to comment
modifying commented out lines will have no effect, so you can skip that part. And please put this somewhere on the wiki.

 

Modifying the commented out lines in the .cfg is 'REQUIRED' if you want this to work on the iPad. Without doing so, the app will NOT launch. I know it doesn't make sense but I've tried multiple times and if you do not change ALL of the paths, you get nowhere.

 

The only time, I have found you do not need to alter those lines is when the GemRB is installed via .ipa file.

Link to comment
modifying commented out lines will have no effect, so you can skip that part. And please put this somewhere on the wiki.

 

Modifying the commented out lines in the .cfg is 'REQUIRED' if you want this to work on the iPad. Without doing so, the app will NOT launch. I know it doesn't make sense but I've tried multiple times and if you do not change ALL of the paths, you get nowhere.

 

The only time, I have found you do not need to alter those lines is when the GemRB is installed via .ipa file.

 

there is something else at play. # lines are ignored by gemrb and i have deleted that entire section from the config with no ill effects.

 

I assume the keyboard thing is when you are trying to scroll a textarea that is editable. the build im posting may fix that since it says to dismiss the keyboard when scrolling a text area. can you give an specific example of a text area where this happens? and does it happen with both single and double finger motions?

 

anyhow new build:

 

Now a universal binary that will run on iphone4 or ipad.

virtual keyboard will get dismissed when scrolling text areas

 

interacting with sliders no longer prevents single finger scrolling of text fields.

re-enabled drag cursors

 

I will have to talk to lynx about getting the OP edited with this new development as well as a gesture guide and a link to the install guide.

 

I have an idea to get visual feedback for pending action. since i have disabled cursors i was thinking of instead drawing the cursor icon above the PC that is going to take the action. what do you all think?

 

download

Link to comment

well i got bored and implemented my action icons above active PC idea so i hope you all like it. download link is same as the above post. Of course its not perfect, but im looking for feedback before taking it farther.

 

Edit:

Hmmm. somehow i broke right click. dont know if ill get around to fixing it tonight.

 

Ok i see that something is going on inside SDL and the coordinates are getting screwed up... this universal binary doesnt appear to be completely universal... :)

I cant promise right click will work on iphone but it seems if you run on the ipad at 1024x768 instead of 800x600 it works ok. I'll investigate more after i get some sleep.

Link to comment
Guest Fabian

Hi Guys!

 

Has anyone ever gotten Baldur's Gate 1 to work? I just installed the GOG Version on my PC and moved everything to the iPad. I can get into the menu but whenever I tap on New Game it crashes.

 

And another general question: Do I have to install the widescreen mod? There is even a special option for GemRB during the setup process.

 

This is the console dump.

Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for rndmagic.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for rndequip.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Initializing random treasure...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for strmod.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for strmodex.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for intmod.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for hpconbon.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for lorebon.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dexmod.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chrmodst.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Initializing ability tables...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for reputati.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading reputation mod table...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for WMAPLAY.2da...[NOT FOUND]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for gametime.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading game time table...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for splspec.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wildmag.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading special spells table...[NOT FOUND]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for itemexcl.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for itemdial.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for tooltip.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading item tables...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dmgtypes.2da...[shared GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for stats.ids...[shared GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading damage type table...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for modal.2da...[shared GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading modal states table...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Reading game script tables...[ResourceManager]: Searching for happy.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for rmodrep.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for rmodchr.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for trigger.ids...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for action.ids...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for object.ids...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for gemact.ids...[shared GemRB Override]
Jul17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for script.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to trigger: 85 reset
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to trigger: 84 detected
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to trigger: 7 said
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: bashdoor(o:object) overrides existing action 148 bashdoor
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: interact(o:object*) overrides existing action 168 interact
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 183 multiplayersync
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 94 groupattack
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 81 nidspecial12
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 80 nidspecial11
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 79 nidspecial10
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 77 nidspecial8
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 37 followpath
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: Couldn't assign function to action: 20 layhands
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for instant.ids...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: instant action 1 (actionoverride(o:actor*,a:action*)) doesn't exist, ignoring
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for svtriobj.ids...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: saved trigger 85 (reset(o:object*)) doesn't exist, ignoring
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: saved trigger 84 (detected(o:object*)) doesn't exist, ignoring
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GameScript]: saved trigger 7 (said(o:object*,i:dialog) doesn't exist, ignoring
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Initializing keymap tables...[ResourceManager]: Searching for keymap.2da...[shared GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key 7 with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key 8 with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key 9 with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key 0 with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key - with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key = with function GUICommonWindows::ResolveKey
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key I with function GUIINV::OpenInventoryWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key J with function GUIJRNL::OpenJournalWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key M with function GUIMA::OpenMapWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key W with function GUIMG::OpenMageWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key P with function GUIPR::OpenPriestWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key O with function GUIOPT::OpenOptionsWindow
Jul 17 17:27:58unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key R with function GUIREC::OpenRecordsWindow
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key A with function GUICommonWindows::AIPress
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key C with function GUIMP::*
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key Q with function GUISAVE::QuickSavePressed
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key G with function GUICommonWindows::ReturnToGame
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key T with function GUIMP::*
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Adding key L with function GUICommonWindows::LocationPressed
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [Core]: Core Initialization Complete!
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: Creating display
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: SDL_SetVideoMode...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: Checking for HardWare Acceleration...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: Creating Main Surface...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: Creating Back Buffer...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: Creating Extra Buffer...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [sDLVideo]: CreateDisplay...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [GUIScript]: Loading Script Start...[OK]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for BG4LOGO... BG4LOGO.mve...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for TSRLOGO... TSRLOGO.mve...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for BILOGO... BILOGO.mve...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for INFELOGO... INFELOGO.mve...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for INTRO... INTRO.mve...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for START.chu...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for guierr2b... guierr2b.mos...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for guistmsc.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for start... start.mos...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for gmpconnc.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: reset music
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [MUSImporter]: Loading /User/baldurs/Music/Theme.mus...[FOUND]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for THEME/THEMEA... THEME/THEMEA.acm...[Music]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Playing: THEME/THEMEA
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [OPENAL]: Music in INITIAL State. AutoStarting
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for gam_09... gam_09.wav...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for gam_04... gam_04.wav...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for months.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for baldur.gam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for WORLDMAP.wmp...[Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for baldur.bcs...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sprklclr.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for mastarea.2da...[Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for restmov.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for STARTARE.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for kivan.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for xpbonus.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for clskills.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for damage.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for overlay.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for csound.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for qslots.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for qslot2.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for itemuse.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for itemanim.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for mxsplwis.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for featreq.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Examining classes.2da
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 1 Name: FIGHTER Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 9 ID: 11 Name: RANGER Classis: 9 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 9 ID: 5 Name: PALADIN Classis: 8 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 9 ID: 2 Name: CLERIC Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 9 ID: 10 Name: DRUID Classis: 6 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 9 ID: 0 Name: MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 10 ID: 3 Name: THIEF Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 10 ID: 4 Name: BARD Classis: 4 [ResourceManager]: Searching for HPROG.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: TmpHP: 10 ID: 8 Name: FIGHTER_THIEF Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 2 HPCON: 9 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 7 Name: FIGHTER_CLERIC Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 5 HPCON: 9 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 6 Name: FIGHTER_MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: HPCON: 9 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 12 Name: MAGE_THIEF Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: HPCON: 10 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 13 Name: CLERIC_MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: HPCON: 10 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 14 Name: CLERIC_THIEF Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: HPCON: 10 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 15 Name: FIGHTER_DRUID Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 6 HPCON: 9 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 17 Name: CLERIC_RANGER Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 9 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: HPCON: 9 DS: -1
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 9 Name: FIGHTER_MAGE_THIEF Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 2 HPCON: 9 DS: 0
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: ID: 16 Name: FIGHTER_MAGE_CLERIC Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Classis: 5 HPCON: 9 DS: 0
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: Finished examining classes.2da
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wspecial.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wspatck.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wstwowpn.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wstwohnd.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wsshield.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wssingle.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for monkbon.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for lvlmodwm.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for vcremap.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for skillsta.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for comment.2da...[shared GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for randcolr.2da...[ERROR]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for kivan.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wtarsgt.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dplayer.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for leat04.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sper01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for bow05.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for arow01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for avatars.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for bloodclr.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for walksnd.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for cemf1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for fistweap.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for fist.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for alora.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for alora.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wtrunsgt.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for misc88.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dagg01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for cift1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for minsc.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for minsc.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for wtasight.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for leat01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sw2h01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for misc84.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chmf1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dynahe.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for dynaheir.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chfw1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for yeslic.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for yeslick.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for priest1.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for cdmc1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for kitlist.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for coran.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for coran.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for bow03.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sw1h04.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for ajanti.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for ajantis.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for helm11.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chan01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for shld03.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sw1h01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for khalid.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for khalid.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for shout.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for helm01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chan04.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for potn08.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for jaheir.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for jaheira.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for staf01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for potn10.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for ceff1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for garric.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for sw1h07.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for bolt01.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for xbow04.itm...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chmt1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for safana.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for safana.bcs...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for chft1g1.bam...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for faldor.cre...[chitin.key]
Jul 17 17:27:58 unknown UIKitApplication:net.sourceforge.GemRB[0x8de3][2504] <Notice>: [ResourceManager]: Searching for priest2.bcs...[chitin.k
Jul 17 17:28:00 unknown ReportCrash[2508] <Notice>: Formulating crash report for process GemRB[2504]
Jul 17 17:28:00 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:net.sourceforge.GemRB[0x8de3]) Job appears to have crashed: Segmentation fault: 11
Jul 17 17:28:00 unknown SpringBoard[30] <Warning>: Application 'GemRB' exited abnormally with signal 11: Segmentation fault: 11
Jul 17 17:28:00 unknown ReportCrash[2508] <Error>: libMobileGestalt loadBasebandMobileEquipmentInfo: CommCenter error: 1:45
Jul 17 17:28:00 unknown ReportCrash[2508] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Jul 17 17:28:00 unknown ReportCrash[2508] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Jul 17 17:28:00 unknown ReportCrash[2508] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/GemRB_2011-07-17-172759_iPad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

 

And this is the GemRB config:

 

GameType=bg1

#####################################################
#  Game Name [string] Title for GemRB window, use   #
#  anything you wish, e.g. Baldur's Gate 3: RotFL   #
#####################################################

GameName=Baldur's Gate 2

#####################################################
#  Video Parameters                                 #
#####################################################

#Screen width
Width=1024

#Screen height
Height=768

#Bits per pixel [integer:16,32]
Bpp=32

#Fullscreen [boolean]
Fullscreen=1

# Delay before tooltips appear [milliseconds]
TooltipDelay=500

#####################################################
#  Audio Parameters                                 #
#####################################################
#                                                   #
# All volume options are in percents, with 100      #
# being the normal and default volume               #
#                                                   #
#####################################################

# Choices: openal (default), sdlaudio (faster, but limited featureset), none
#AudioDriver = openal

# Volume of ambient sounds
#VolumeAmbients = 100

# Volume during movie playback
#VolumeMovie = 100

# Volume of background music
#VolumeMusic = 100

# Volume of sound effects
#VolumeSFX = 100

# Volume of PC or NPC voices
#VolumeVoices = 100

#####################################################
#  Input Parameters                                 #
#####################################################

#wether or not to use software keyboard on devices that support one
UseSoftKeyboard=1

#Adds a gutter around the screen for scrolling
#TouchScrollAreas=1

#####################################################
#  Case Sensitive Filesystem [boolean]              #
#                                                   #
#  If your installed game files are residing on a   #
#  case sensitive filesystem (ext2 on Linux) then   #
#  you need to set this value to 1, it has no       #
#  effect on Windows                                #
#####################################################

#CaseSensitive=1

#GameOnCD=0

#####################################################
#  GUI Parameters                                   #
#####################################################
#                                                   #
# GemRB may enhance the GUI of the Infinity Engine  #
# games (so far only in bg2) creating functionally  #
# new buttons or scrollbars where they weren't      #
# present in original games. It may improve its     #
# usability, but is not quite compatible with       #
# mods changing graphics and alignment in the *.chu #
# files (e.g. the buttons will appear in old        #
# coordinates and may stop being clickable).        #
#####################################################

# Enable all gui enhancements ? [boolean]
GUIEnhancements = 1


#####################################################
#  Debug                                            #
#####################################################

# Do not play intro videos [boolean], useful for development
#SkipIntroVideos=1

# Draw Frames per Second info [boolean]
#DrawFPS=1

# Hide unexplored parts of a map
#FogOfWar=1

# Enable debug and cheat keystrokes, see docs/en/CheatKeys.txt
#   full listing
#EnableCheatKeys=1

#####################################################
#  Paths                                            #
#####################################################

#####################################################
#  Game Paths [string]                              #
#                                                   #
#  These are the paths where the Game you want to   #
#  play is installed.                               #
#  Enter the full path to the directory.             #
#####################################################

GamePath=/User/baldurs/
CD1=/User/baldurs/data
CD2=/User/baldurs/data
CD3=/User/baldurs/data
CD4=/User/baldurs/data
CD5=/User/baldurs/data

#####################################################
#  GemRB Cache Path [string]                        #
#                                                   #
#  This is the path where GemRB will store the      #
#  cached files, enter the full path to the GemRB   #
#  Cache directory.                                 #
#####################################################

CachePath=./Cache/

Link to comment
Guest Fabian

I have given set every Folder/File involved to 777 so that shouldn't be the problem. When you test the game in the emulator do you apply any of the widescreen patches and if yes which settings do you use?

Link to comment
I have given set every Folder/File involved to 777 so that shouldn't be the problem. When you test the game in the emulator do you apply any of the widescreen patches and if yes which settings do you use?

 

no i dont use a widescreen mod or any other mod just a vanilla TOB install. Id recommend you check the permissions on the cache folder (and make sure it exists). If you have BG2 just install the mod that lets you play both 1 and 2 from the same install.

Link to comment
Hi Guys!

 

Has anyone ever gotten Baldur's Gate 1 to work? I just installed the GOG Version on my PC and moved everything to the iPad. I can get into the menu but whenever I tap on New Game it crashes.

 

And another general question: Do I have to install the widescreen mod? There is even a special option for GemRB during the setup process.

 

GameType=bg1

#####################################################
#  Game Name [string] Title for GemRB window, use   #
#  anything you wish, e.g. Baldur's Gate 3: RotFL   #
#####################################################

GameName=Baldur's Gate 2

#####################################################
#  Video Parameters                                 #
#####################################################

#Screen width
Width=1024

#Screen height
Height=768

#Bits per pixel [integer:16,32]
Bpp=32

#Fullscreen [boolean]
Fullscreen=1

# Delay before tooltips appear [milliseconds]
TooltipDelay=500

#####################################################
#  Audio Parameters                                 #
#####################################################
#                                                   #
# All volume options are in percents, with 100      #
# being the normal and default volume               #
#                                                   #
#####################################################

# Choices: openal (default), sdlaudio (faster, but limited featureset), none
#AudioDriver = openal

# Volume of ambient sounds
#VolumeAmbients = 100

# Volume during movie playback
#VolumeMovie = 100

# Volume of background music
#VolumeMusic = 100

# Volume of sound effects
#VolumeSFX = 100

# Volume of PC or NPC voices
#VolumeVoices = 100

#####################################################
#  Input Parameters                                 #
#####################################################

#wether or not to use software keyboard on devices that support one
UseSoftKeyboard=1

#Adds a gutter around the screen for scrolling
#TouchScrollAreas=1

#####################################################
#  Case Sensitive Filesystem [boolean]              #
#                                                   #
#  If your installed game files are residing on a   #
#  case sensitive filesystem (ext2 on Linux) then   #
#  you need to set this value to 1, it has no       #
#  effect on Windows                                #
#####################################################

#CaseSensitive=1

#GameOnCD=0

#####################################################
#  GUI Parameters                                   #
#####################################################
#                                                   #
# GemRB may enhance the GUI of the Infinity Engine  #
# games (so far only in bg2) creating functionally  #
# new buttons or scrollbars where they weren't      #
# present in original games. It may improve its     #
# usability, but is not quite compatible with       #
# mods changing graphics and alignment in the *.chu #
# files (e.g. the buttons will appear in old        #
# coordinates and may stop being clickable).        #
#####################################################

# Enable all gui enhancements ? [boolean]
GUIEnhancements = 1


#####################################################
#  Debug                                            #
#####################################################

# Do not play intro videos [boolean], useful for development
#SkipIntroVideos=1

# Draw Frames per Second info [boolean]
#DrawFPS=1

# Hide unexplored parts of a map
#FogOfWar=1

# Enable debug and cheat keystrokes, see docs/en/CheatKeys.txt
#   full listing
#EnableCheatKeys=1

#####################################################
#  Paths                                            #
#####################################################

#####################################################
#  Game Paths [string]                              #
#                                                   #
#  These are the paths where the Game you want to   #
#  play is installed.                               #
#  Enter the full path to the directory.             #
#####################################################

GamePath=/User/baldurs/
CD1=/User/baldurs/data
CD2=/User/baldurs/data
CD3=/User/baldurs/data
CD4=/User/baldurs/data
CD5=/User/baldurs/data

#####################################################
#  GemRB Cache Path [string]                        #
#                                                   #
#  This is the path where GemRB will store the      #
#  cached files, enter the full path to the GemRB   #
#  Cache directory.                                 #
#####################################################

CachePath=./Cache/

 

If the GemRB app is failing to launch, then its the .cfg file. If you can get to the game screen and character selection, but game crashes after, then it is the permissions and/or missing game data.

 

My money is on the .cfg. Try my guide Here. I've found the it is necessary to change the paths, regardless of what the file says, for it to launch on the iPad. You will need to install widescreen mod prior to moving files over to iPad to make the screen fit the resolution properly.

Link to comment

Archived

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

×
×
  • Create New...