Jump to content

Working port to Ios


Guest SyntaxError

Recommended Posts

Hmm...

 

You are more of an expert than I am. Something is bugging me about the frame rate ... I did notice a decrease during the debug build and now that it is back up ... I am getting the crashing issue. You think that might be the problem?

 

the issue with framerate? try restarting the iPad and/or gemrb. sometimes i get horrible performance in the simulator and quitting the simulator and restarting it helps but i have no idea the cause or if its related at all. The only 2 changes i made that i can think of affecting performance are:

 

1. the cache folder is by default created in the app bundle. I dont see how or why that would impact performance except i know the iphone is partitioned and gemrb is located on the system partition instead of the other where the tmp dir is. Go into your config and change the path back to the tmp directory to see if that helps.

 

2. the paper doll fix involved messing with some sprite code, but it should have only affected a couple of things and certainly nothing that is getting drawn every frame.

Link to comment

I finally got some time to install it and set it up on my iPad.

App unfortunately crashes to springboard when I click on it.

Trying to run Baldur's Gate 1

I have the app in /private/var/stash/Applications.pwn/

game in /private/var/mobile/Documents/games/Baldur/

Installed SB Settings and I have to start approx 100Mb memory available.

 

What's wrong? Here's my .cfg below, if anybody finds what's wrong it would be awesome.

 

#####################################################

# #

# This is the GemRB Configuration file. #

# Here are defined some default parameters for #

# basic configuration and paths definition. #

# #

# Parameters are defined as a Name=Value pair #

# The Value can be of three types: #

# - String #

# - Integer #

# - Boolean #

# #

# The String value is represented as follows #

# i.e. H:\GemRB\plugins #

# Integers are defined as follows #

# i.e. 12723 #

# Booleans are represented as 1 or 0 in this file #

# #

# Lines starting with # are ignored #

# #

#####################################################

 

#####################################################

# #

# Game Type [string] Use one of the following #

# values: #

# #

# auto Attempt to autodetect game type #

# #

# bg1 Baldur's Gate #

# bg2 Baldur's Gate 2 : SoA or ToB #

# tob Baldur's Gate 2 : ToB (obsolete) #

# iwd IceWind Dale (no How or ToTL installed)#

# how IceWind Dale : HoW or ToTL #

# iwd2 IceWind Dale 2 #

# pst Planescape Torment #

# (More will come) #

# #

#####################################################

 

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

 

#####################################################

# 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

 

#####################################################

# 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

 

#####################################################

# 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=/private/var/mobile/Documents/games/Baldur/

CD1=/private/var/mobile/Documents/games/Baldur/

CD2=/private/var/mobile/Documents/games/Baldur/

CD3=/private/var/mobile/Documents/games/Baldur/

CD4=/private/var/mobile/Documents/games/Baldur/

CD5=/private/var/mobile/Documents/games/Baldur/

CD6=/private/var/mobile/Documents/games/Baldur/

 

#####################################################

# 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/

 

#####################################################

# GemRB Save Path [string] #

# #

# This is the path where GemRB looks for saved #

# games. #

# Enter the full path to the directory containing #

# e.g. the 'save' subdirectory. #

# #

# You do not have to specify this if you use save #

# subdir in the GamePath directory. #

#####################################################

 

#SavePath=/private/var/mobile/Documents/games/Baldur/

 

###### HERE BE DRAGONS #############################

###### HERE BE DRAGONS #############################

###### HERE BE DRAGONS #############################

# You shouldn't need to change anything below this point.

 

#####################################################

# GemRB Path [string] #

# #

# This is the path where GemRB is stored, just #

# enter the full path to the GemRB executable #

#####################################################

 

#GemRBPath=/private/var/stash/Applications.pwn/GemRB iOS.app/

 

#####################################################

# GemRB GUI Scripts Path [string] #

# #

# This is the path where GemRB GUI scripts are #

# stored, usually these are in the GemRB directory #

# Enter the full path to the directory containing #

# the 'GUIScript' subdirectory. #

#####################################################

 

#GUIScriptsPath=/private/var/stash/Applications.pwn/GemRB iOS.app/

 

#####################################################

# GemRB Plugins Path [string] #

# #

# This is the path containing GemRB plugins #

# - shared libraries (.so) on Unixes, or #

# DLLs (.dll) on windows. #

# Enter the full path to the directory. #

# #

# You may need to specify this path if running #

# GemRB from source directory on Linux. #

#####################################################

 

#PluginsPath=/private/var/stash/Applications.pwn/GemRB iOS.app/

 

#####################################################

# Game Data Path [string] #

# #

# This is the subdirectory under GamePath where #

# game data files are stored. #

# #

# You probably do NOT want to specify this! #

#####################################################

 

#GameDataPath=data

 

#####################################################

# Game Data Override Path [string] #

# #

# This is the subdirectory under GamePath where #

# game data override files are stored. #

# #

# You probably do NOT want to specify this! #

#####################################################

 

#GameOverridePath=override

 

#####################################################

# GemRB Data Override Path [string] #

# #

# This is the path where GemRB looks for the GemRB #

# data override directory. #

# #

# You probably do NOT want to specify this! #

#####################################################

 

#GemRBOverridePath=/usr/local/share/gemrb

 

#####################################################

# END #

#####################################################

Link to comment

Didnt mean to ignore the question about the gemrb folder in the bundle. this is superfluous; delete it. it is remnants for before.

 

@bsauvage

make sure you are editing the confing in the app bundle root and not the one in the afore mentioned gemrb garbage folder.

if it still doesnt work after that you will need to post the console log if you want help. the game isnt crashing it exits when it it doesnt have everything it needs to run. doenload iphone configuration utility from apple to get to the console.

 

I can tell you at a glance your cd paths look suspect.

Link to comment

bsauvage: You need to change EVERY path to point towards the correct folder (for the iPad) or the GemRB app won't launch. Even the ones that say you shouldn't have to edit them.

 

Here is what you need to change: (bolded means make that directory)

 

CachePath=/Applications/GemRB iOS.app/Cache/

 

#SavePath=/private/var/mobile/Documents/games/Baldur/save/ (or /User/Documents/games/Baldur/save/)

 

#GemRBPath=/Applications/GemRB iOS.app/

 

#GUIScriptsPath=/Applications/GemRB iOS.app/GUIScripts/

 

#PluginsPath=/Applications/GemRB iOS.app/plugins/

 

#GameDataPath=/private/var/mobile/Documents/games/Baldur/data/ (or /User/Documents/games/Baldur/data/)

 

#GameOverridePath=/private/var/mobile/Documents/games/Baldur/override/ (or /User/Documents/games/Baldur/override/)

 

#GemRBOverridePath=/Applications/GemRB iOS.app/override/

 

 

 

I repeat, I was unable to get the GemRB iOS app to launch WITHOUT these changes. (Also, some of the changes i mention about are actually shorter path names, so you don't have to use the longer ones)

 

Syntax, if you see anything wrong with my suggestion, please let me know

Link to comment

I'm pretty sure that lines with a # are completely ignored by gemrb, but it obviously wont hurt to change them as well.

you guys should experiment with placing the cache on the other partition to see if that improves performance. maybe toy with moving the guiscripts and overrides to the other partition to compare as well. if it effects performance I'll change the locations back.

Link to comment

Still crashing even after JonathanPi's suggestions.

I've just installed iphone configuration utility. When i connect my ipad it shows it and the list of all apps, but not the jailbroken apps (so i don't see GemRB in the list). Once I'm there how do I run capture the console log for that app ?

Link to comment
Still crashing even after JonathanPi's suggestions.

I've just installed iphone configuration utility. When i connect my ipad it shows it and the list of all apps, but not the jailbroken apps (so i don't see GemRB in the list). Once I'm there how do I run capture the console log for that app ?

 

Once you connectt ipad to pc, it should show under the devices. Click that and you will see 'Console' appear on the far right. That is where the log will populate. Run GemRB and it will create a record of what the device is doing when trying to boot it.

 

As far as the crashing, did you SSH into your device and set permissions? You need to have mobile [501] set as owner and have Read write and execute assigned to owner. Do this for the GemRB iOS.app folder (and files within) and with your baldur's gate folder.

 

If you are using windows, download a program called WinSCP and make sure you get OpenSSH from cydia.

 

 

Syntax, I've tried moving my files around. Nothing seems to help. The app wont even boot with the files in the other partition. The debug build you sent me works fine with all the folders bundled within the app. I am quite stumped...

Link to comment
Still crashing even after JonathanPi's suggestions.

I've just installed iphone configuration utility. When i connect my ipad it shows it and the list of all apps, but not the jailbroken apps (so i don't see GemRB in the list). Once I'm there how do I run capture the console log for that app ?

 

Once you connectt ipad to pc, it should show under the devices. Click that and you will see 'Console' appear on the far right. That is where the log will populate.

 

As far as the crashing, did you SSH into you device and set permissions? You need to have mobile [501] set as owner and have Read write and execute assigned to owner. Do this for the GemRB iOS.app folder (and files within) and with your baldur's gate folder.

 

If you are using windows, download a program called WinSCP and make sure you get OpenSSH from cydia.

Here;s the crash log:

Jun 25 14:25:43 Linglings-iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380][225]) <Error>: (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380]) posix_spawn("/Applications/GemRB iOS.app/GemRB iOS", ...): Permission denied

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Unable to obtain a task name port right for pid 225: (os/kern) failure

Jun 25 14:25:43 Linglings-iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380][225]) <Warning>: (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380]) Exited with exit code: 1

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Unable to send activation event to <SBApplication: 0x1d940080> net.sourceforge.GemRB_iOS animate activate: safe animationStart = 1271.327734875 deactivate: : (ipc/send) invalid destination port

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Application 'GemRB iOS' exited abnormally with exit status 1

 

You're right it seems a permission issue.

I've been using ifile to set everything to R/W/X but doesn't seem to be good enough. Which program should I use to SSH ito the device and set those permissions ?

Link to comment
Still crashing even after JonathanPi's suggestions.

I've just installed iphone configuration utility. When i connect my ipad it shows it and the list of all apps, but not the jailbroken apps (so i don't see GemRB in the list). Once I'm there how do I run capture the console log for that app ?

 

Once you connectt ipad to pc, it should show under the devices. Click that and you will see 'Console' appear on the far right. That is where the log will populate.

 

As far as the crashing, did you SSH into you device and set permissions? You need to have mobile [501] set as owner and have Read write and execute assigned to owner. Do this for the GemRB iOS.app folder (and files within) and with your baldur's gate folder.

 

If you are using windows, download a program called WinSCP and make sure you get OpenSSH from cydia.

Here;s the crash log:

Jun 25 14:25:43 Linglings-iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380][225]) <Error>: (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380]) posix_spawn("/Applications/GemRB iOS.app/GemRB iOS", ...): Permission denied

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Unable to obtain a task name port right for pid 225: (os/kern) failure

Jun 25 14:25:43 Linglings-iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380][225]) <Warning>: (UIKitApplication:net.sourceforge.GemRB_iOS[0x8380]) Exited with exit code: 1

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Unable to send activation event to <SBApplication: 0x1d940080> net.sourceforge.GemRB_iOS animate activate: safe animationStart = 1271.327734875 deactivate: : (ipc/send) invalid destination port

Jun 25 14:25:43 Linglings-iPad SpringBoard[150] <Warning>: Application 'GemRB iOS' exited abnormally with exit status 1

 

You're right it seems a permission issue.

I've been using ifile to set everything to R/W/X but doesn't seem to be good enough. Which program should I use to SSH ito the device and set those permissions ?

Sorry just see your suggestion of winscp

Trying and will revert...

Link to comment
Sorry just see your suggestion of winscp

Trying and will revert...

Haha, yeah. iFile is not good enough. I tried to do that at first too. If you use WinSCP, make sure to get your Wi-F IP address from sbsettings, you'll need to use that in the WinSCP to log into the device. User name is 'root' and password is 'alpine'

 

@Syntax, I only notice a performance issue when running the debug build you gave me (I assume from all the extra information it is recording) but no loss of available RAM. The new build runs absolutely great except for the crashing issue on spell books (again, RAM usage is constant in both applications). There should be no need to move the folders out of the app.

Link to comment
Sorry just see your suggestion of winscp

Trying and will revert...

Haha, yeah. iFile is not good enough. I tried to do that at first too. If you use WinSCP, make sure to get your Wi-F IP address from sbsettings, you'll need to use that in the WinSCP to log into the device. User name is 'root' and password is 'alpine'

 

@Syntax, I only notice a performance issue when running the debug build you gave me (I assume from all the extra information it is recording) but no loss of available RAM. The new build runs absolutely great except for the crashing issue on spell books (again, RAM usage is constant in both applications). There should be no need to move the folders out of the app.

JonathanPI you are THE MAN! Thanks to your advice, it works great now.

Only one thing that is annoying me now is that the game runs on half my screen (in the middle). How do I force it to use all available space?

Can't wait....

Yay!!!!

Link to comment
JonathanPI you are THE MAN! Thanks to your advice, it works great now.

Only one thing that is annoying me now is that the game runs on half my screen (in the middle). How do I force it to use all available space?

Can't wait....

Yay!!!!

 

Make sure these lines in the .cfg file are as listed. (You probably have it set at 800x600)

 

#Screen width

Width=1024

 

#Screen height

Height=768

Link to comment
JonathanPI you are THE MAN! Thanks to your advice, it works great now.

Only one thing that is annoying me now is that the game runs on half my screen (in the middle). How do I force it to use all available space?

Can't wait....

Yay!!!!

 

Make sure these lines in the .cfg file are as listed. (You probably have it set at 800x600)

 

#Screen width

Width=1024

 

#Screen height

Height=768

already like that, any other idea?

 

Also I experience a crash when I click New Game! here's the console log (might be due to bad CD1...etc paths, given that on the PC install it asks me to insert the CD in the drive at that moment??? or is it copy protection??)

 

 

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for BILOGO... BILOGO.mve...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for INFELOGO... INFELOGO.mve...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [OpenAL]: Failed to delete buffers: 0xa004 [WARNING]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for INTRO... INTRO.mve...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for START.chu...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for guierr2b... guierr2b.mos...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for guistmsc.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for start... start.mos...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for gmpconnc.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [MUSImporter]: Loading /private/var/mobile/Documents/games/Baldur/Music/Theme.mus...[FOUND]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for THEME/THEMEA... THEME/THEMEA.acm...[Music]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Playing: THEME/THEMEA

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [OPENAL]: Music in INITIAL State. AutoStarting

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for gam_09... gam_09.wav...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [sDLVideo]: Unrecognized SDL event type.

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event type:700

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [sDLVideo]: Unrecognized SDL event type.

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event type:700

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for gam_04... gam_04.wav...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: event grabbed

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for months.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for baldur.gam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for WORLDMAP.wmp...[Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for baldur.bcs...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sprklclr.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for mastarea.2da...[Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for restmov.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for STARTARE.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for kivan.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for xpbonus.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for clskills.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for damage.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for overlay.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for csound.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for qslots.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for qslot2.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for itemuse.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for itemanim.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for mxsplwis.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for featreq.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Examining classes.2da

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 1 Name: FIGHTER Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 9 ID: 11 Name: RANGER Classis: 9 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 9 ID: 5 Name: PALADIN Classis: 8 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 9 ID: 2 Name: CLERIC Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 9 ID: 10 Name: DRUID Classis: 6 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 9 ID: 0 Name: MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 10 ID: 3 Name: THIEF Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 10 ID: 4 Name: BARD Classis: 4 [ResourceManager]: Searching for HPROG.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: TmpHP: 10 ID: 8 Name: FIGHTER_THIEF Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 2 HPCON: 9 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 7 Name: FIGHTER_CLERIC Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 5 HPCON: 9 DS: -1

Jun 2515:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 6 Name: FIGHTER_MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: HPCON: 9 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 12 Name: MAGE_THIEF Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: HPCON: 10 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 13 Name: CLERIC_MAGE Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: HPCON: 10 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 14 Name: CLERIC_THIEF Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 2 [ResourceManager]: Searching for HPROG.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: HPCON: 10 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 15 Name: FIGHTER_DRUID Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 6 HPCON: 9 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 17 Name: CLERIC_RANGER Classis: 5 [ResourceManager]: Searching for HPPRS.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 9 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: HPCON: 9 DS: -1

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 9 Name: FIGHTER_MAGE_THIEF Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 2 HPCON: 9 DS: 0

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: ID: 16 Name: FIGHTER_MAGE_CLERIC Classis: 1 [ResourceManager]: Searching for HPWIZ.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 0 [ResourceManager]: Searching for HPWAR.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Classis: 5 HPCON: 9 DS: 0

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: Finished examining classes.2da

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wspecial.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wspatck.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wstwowpn.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wstwohnd.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wsshield.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wssingle.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for monkbon.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for lvlmodwm.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for vcremap.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for skillsta.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for randcolr.2da...[ERROR]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for kivan.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wtarsgt.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for dplayer.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for leat04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sper01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for bow05.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for arow01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for avatars.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for bloodclr.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for walksnd.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cemf1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for fistweap.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for fist.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for alora.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for alora.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wtrunsgt.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for misc88.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for dagg01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cift1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for minsc.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for minsc.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wtasight.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for leat01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sw2h01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for misc84.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chmf1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for dynahe.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for dynaheir.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chfw1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for yeslic.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for yeslick.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for priest1.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cdmc1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for kitlist.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for coran.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for coran.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for bow03.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sw1h04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ajanti.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ajantis.bcs...[chitin.key]

Jun 25 15:13:46Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for helm11.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chan01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for shld03.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sw1h01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for khalid.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for khalid.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for shout.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for helm01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chan04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for potn08.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for jaheir.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for jaheira.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for staf01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for potn10.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ceff1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for garric.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sw1h07.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for bolt01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for xbow04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chmt1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for safana.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for safana.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chft1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for faldor.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for priest2.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for blun01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chfc1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for branwe.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for quayle.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for quayle.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for mage1.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for slng01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for bull01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for blun02.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for xan.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cemw1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for skie.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wdrunsgt.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wdarsgt.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for eldoth.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for eldoth.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for mage5.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for xzar.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for xzar.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for scrl82.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for scrl84.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chmw1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for montar.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for montaron.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for potn14.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cimf1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for tiax.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for tiax.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for blun04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for kagain.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for kagain.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for helm12.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ax1h01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cdmf1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sharte.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for sharteel.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for shld01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chff1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for edwin.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for edwin.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for misc89.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for viconi.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for viconia.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for initdlg.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cefc1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for imoen1.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wand12.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for obe.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for initobe.bcs...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cander.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ihelm01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for iplat01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ishld02.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for iblun04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for chmc1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for mordai.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for idart01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cefw1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for arkani.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ihelm10.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ichan01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ishld03.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for iax1h01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for iarow01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ibow03.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for deder.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ileat04.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for isw1h07.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ipotn08.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for cimt1g1.bam...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Override]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for backstab.2da...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for osprey.cre...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for ihamm01.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for wand11.itm...[chitin.key]

Jun 25 15:13:46 Linglings-iPad UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219] <Notice>: [ResourceManager]: Searching for classes.2da...[GemRB Overri

Jun 25 15:13:46 Linglings-iPad ReportCrash[220] <Notice>: Formulating crash report for process GemRB iOS[219]

Jun 25 15:13:46 Linglings-iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB_iOS[0x5383][219]) <Warning>: (UIKitApplication:net.sourceforge.GemRB_iOS[0x5383]) Job appears to have crashed: Segmentation fault: 11

Jun 25 15:13:46 Linglings-iPad SpringBoard[34] <Warning>: Application 'GemRB iOS' exited abnormally with signal 11: Segmentation fault: 11

Jun 25 15:13:47 Linglings-iPad ReportCrash[220] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/GemRB iOS_2011-06-25-151346_Linglings-iPad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

Link to comment

Archived

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

×
×
  • Create New...