Jump to content

iOS port of GemRB (iPad/iPhone)


SyntaxError

Recommended Posts

Guest joshua
The last bit is also caused by other things, unless you're playing with a small party.

 

 

You have me wondering there Lynx, could you be more specific ?

Link to comment

firstly, sorry for the long absence.

 

second, now build:

synced with git (should fix those stability issues)

reverted right click and tooltips to the initial implementation (ie no tooltips at all, hold 1 finger for .5 sec for right click)

probably some other bug fixes i cant remember.

 

thirdly to avenger.lynx/whoever

I cannot compile /gemrb/plugins/BIKPlayer/fft.cpp using llvm-gcc-4.2 from either xcode or from CLI. there is no error at all it just hangs the compiler. I get no console messages at all. Form what i can tell with my rudimentary knowledge of git it hasn't been modfied since 2009. any ideas on how i can figure out what is going on? compiling with gcc 4.2 works fine.

Link to comment
firstly, sorry for the long absence.

 

second, now build:

synced with git (should fix those stability issues)

reverted right click and tooltips to the initial implementation (ie no tooltips at all, hold 1 finger for .5 sec for right click)

probably some other bug fixes i cant remember.

 

thirdly to avenger.lynx/whoever

I cannot compile /gemrb/plugins/BIKPlayer/fft.cpp using llvm-gcc-4.2 from either xcode or from CLI. there is no error at all it just hangs the compiler. I get no console messages at all. Form what i can tell with my rudimentary knowledge of git it hasn't been modfied since 2009. any ideas on how i can figure out what is going on? compiling with gcc 4.2 works fine.

Sounds like a compiler bug, maybe report that to the developers of the compiler. The fft (fast fourier transformation) is coming from ffmpeg, and needed only to play IWD2 movies. You may want to disable the bink player plugin, if you want a quick result.

Link to comment

Hi everyone,

 

After two days of trying to get GemRB working on my iPad 2 I am hoping someone can give me some advice on what I might have done wrong.

 

File Structure

GemRB.app - installed /Applications/

BGII - installed /private/var/mobile/

gem-cache - installed /private/var/mobile/

 

Permissions

All of the folders have the following permissions

  • Owner: Mobile [501]
  • Owner: Read/Write/Execute (755)

Here is the contents of my GemRB.cfg file with all the commented lines removed for easier reading:

GameType=bg2
GameName=Baldur's Gate 2
Width=1024
Height=768
Bpp=32
Fullscreen=1
TooltipDelay=0
UseSoftKeyboard=1
GUIEnhancements = 1
GamePath=/User/BGII/
CD1=/User/BGII/
CD2=/User/BGII/CD2/
CD3=/User/BGII/CD3/
CD4=/User/BGII/CD4/
CD5=/User/BGII/CD5/
CachePath=/User/gem-cache/

I have tried using full paths for the GamePath etc., but I still get the same crash at the same location. I have added full permissions, tried matching them to other folders in the same locations, and I still get crashing at the same location.

 

Here is the error log I am getting from the iPhone config utility

Aug  7 14:27:34 iPad GemRB[151] <Notice>: MS:Notice: Installing: net.sourceforge.GemRB [GemRB] (550.58)
Aug  7 14:27:34 iPad GemRB[151] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib
Aug  7 14:27:35 iPad GemRB[151] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Backgrounder.dylib
Aug  7 14:27:35 iPad GemRB[151] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/FullForce.dylib
Aug  7 14:27:35 iPad GemRB[151] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib
Aug  7 14:27:35 iPad GemRB[151] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/pdfpatch2.dylib
Aug  7 14:27:35 iPad GemRB[151] <Warning>: adding display: screen=<UIScreen: 0x1fd571e0; bounds = {{0, 0}, {768, 1024}};
mode = <UIScreenMode: 0x1fd38850; size = 1024.000000 x 768.000000>> mode=<UIScreenMode: 0x1fd38850; size = 1024.000000 x 768.000000> w=1024 h=768
Aug  7 14:27:35 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: Could not find platform independent libraries <prefix>
Aug  7 14:27:35 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: Could not find platform dependent libraries <exec_prefix>
Aug  7 14:27:35 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Aug  7 14:27:35 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: 'import site' failed; use -v for traceback
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: GemRB Core Version v0.6.5-git Loading...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing the Event Manager...
[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Config]: Trying to open GemRB.cfg [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Starting Plugin Manager...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [PluginMgr]: Loading Plugins from /Applications/GemRB.app/plugins/
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Plugin Loading Complete...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: GemRB Core Initialization...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing Video Driver...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing Search Path...[ResourceManager]: Invalid path given: /User/BGII/CD5/data (CD5/data)
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Invalid path given: /User/BGII/CD6/data (CD6/data)
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing KEY Importer...[KEYImporter]: Opening /User/BGII/Chitin.key...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: Checking file type...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: Reading Resources...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]:  BIF Files Count: 128 (Starting at 24 Bytes)
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: RES Count: 35200 (Starting at 3834 Bytes)
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: Cannot find data/progtest.bif...[ERROR]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: Cannot find data/ProgTes2.bif...[ERROR]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [KEYImporter]: Resources Loaded...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing GUI Script Engine...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Reading Game Options...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for gemrb.ini...[GemRB Override]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading game type-specific GemRB setup...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: /Applications/GemRB.app/override/bg2/gemrb.ini[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Creating Projectile Server...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for gemprjtl.ids...[GemRB Override]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for projectl.ids...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Checking for Dialogue Manager...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for gender.2da...[GemRB Override]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Dialog.tlk file...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Palettes...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for MPALETTE... MPALETTE.bmp...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for MPALETTE... MPALETTE.bmp...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for MPAL256... MPAL256.bmp...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Palettes Loaded
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing stock sounds...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for defsound.2da...[GemRB Override]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Broadcasting Event Manager...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing Window Manager...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for cursors.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Cursors...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for fogowar.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Fog-Of-War bitmaps...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Ground circle bitmaps...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Loading Fonts...
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for fonts.2da...[GemRB Override]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for NORMAL.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for FLOATTXT.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for NUMBER.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for INITIALS.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for NUMBER2.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for NUMBER3.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for REALMS.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STONEBIG.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STONESML.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for TOOLFONT.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STONESM2.bam...[ERROR]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for TOOLTIP.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STONSML.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for GAMETEXT.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STATES.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for STATES2.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Fonts Loaded...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [ResourceManager]: Searching for toolscrl.bam...[chitin.key]
Aug  714:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Initializing Tooltips...[OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Setting up the Console...[ResourceManager]: Searching for carot.bam...[chitin.key]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [OK]
Aug  7 14:27:37 iPad UIKitApplication:net.sourceforge.GemRB[0xa557][151] <Notice>: [Core]: Starting up the Sound Driver...
Aug  7 14:27:37 iPad GemRB[151] <Warning>: Could not find mapped image Black_Backgrounder_Native.png
Aug  7 14:27:37 iPad GemRB[151] <Warning>: height = 768 width = 1024
Aug  7 14:27:37 iPad GemRB[151] <Warning>: init view: w=1024.000000 h=768.000000
Aug  7 14:27:38 iPad ReportCrash[152] <Notice>: Formulating crash report for process GemRB[151]
Aug  7 14:27:38 iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB[0xa557][151]) 
<Warning>: (UIKitApplication:net.sourceforge.GemRB[0xa557]) Job appears to have crashed: Segmentation fault: 11
Aug  7 14:27:38 iPad SpringBoard[31] <Warning>: Application 'GemRB' exited abnormally with signal 11: Segmentation fault: 11
Aug  7 14:27:38 iPad ReportCrash[152] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/GemRB_2011-08-07-142738_iPad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

 

Any help that can be given I would really appreciate it.

Link to comment
Try to disable any sound and see if it still crashes.

 

SkipPlugin=OpenALAudio.so

SkipPlugin=SDLAudio.so

 

Hi Avenger,

 

No luck with disabling the plugins. I added the two SkipPlugin lines to the GemRB.cfg file and no luck. Log file is below. I don't think I mentioned it, but I am running iOS 4.3.3 if that makes any difference or helps anyone with bugs/troubleshooting.

 

Aug  7 16:02:06 iPad GemRB[147] <Notice>: MS:Notice: Installing: net.sourceforge.GemRB [GemRB] (550.58)
Aug  7 16:02:06 iPad GemRB[147] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib
Aug  7 16:02:07 iPad GemRB[147] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib
Aug  7 16:02:07 iPad GemRB[147] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/pdfpatch2.dylib
Aug  7 16:02:07 iPad GemRB[147] <Warning>: adding display: screen=<UIScreen: 0x1f5746d0; bounds = {{0, 0}, {768, 1024}}; mode = <UIScreenMode: 0x1f564180; size = 1024.000000 x 768.000000>> mode=<UIScreenMode: 0x1f564180; size = 1024.000000 x 768.000000> w=1024 h=768
Aug  7 16:02:07 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: Could not find platform independent libraries <prefix>
Aug  7 16:02:07 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: Could not find platform dependent libraries <exec_prefix>
Aug  7 16:02:07 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Aug  7 16:02:07 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: 'import site' failed; use -v for traceback
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: GemRB Core Version v0.6.5-git Loading...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing the Event Manager...[Core]: Initializing Lists Dictionary...[Core]: Initializing Variables Dictionary...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Config]: Trying to open GemRB.cfg [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Starting Plugin Manager...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [PluginMgr]: Loading Plugins from /Applications/GemRB.app/plugins/
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Plugin Loading Complete...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: GemRB Core Initialization...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing Video Driver...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing Search Path...[ResourceManager]: Invalid path given: /User/BGII/CD5/data (CD5/data)
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Invalid path given: /User/BGII/CD6/data (CD6/data)
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing KEY Importer...[KEYImporter]: Opening /User/BGII/Chitin.key...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: Checking file type...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: Reading Resources...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]:  BIF Files Count: 128 (Starting at 24 Bytes)
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: RES Count: 35200 (Starting at 3834 Bytes)
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: Cannot find data/progtest.bif...[ERROR]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: Cannot find data/ProgTes2.bif...[ERROR]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [KEYImporter]: Resources Loaded...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing GUI Script Engine...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Reading Game Options...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for gemrb.ini...[GemRB Override]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading game type-specific GemRB setup...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: /Applications/GemRB.app/override/bg2/gemrb.ini[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Creating Projectile Server...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for gemprjtl.ids...[GemRB Override]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for projectl.ids...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Checking for Dialogue Manager...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for gender.2da...[GemRB Override]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Dialog.tlk file...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Palettes...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for MPALETTE... MPALETTE.bmp...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for MPALETTE... MPALETTE.bmp...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for MPAL256... MPAL256.bmp...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Palettes Loaded
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing stock sounds...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for defsound.2da...[GemRB Override]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Broadcasting Event Manager...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing Window Manager...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for cursors.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Cursors...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for fogowar.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Fog-Of-War bitmaps...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Ground circle bitmaps...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Loading Fonts...
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for fonts.2da...[GemRB Override]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for NORMAL.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for FLOATTXT.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for NUMBER.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for INITIALS.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for NUMBER2.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for NUMBER3.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for REALMS.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for STONEBIG.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for STONESML.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for TOOLFONT.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching forSTONESM2.bam...[ERROR]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for TOOLTIP.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for STONSML.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for GAMETEXT.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for STATES.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for STATES2.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Fonts Loaded...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [ResourceManager]: Searching for toolscrl.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Initializing Tooltips...[OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Setting up the Console...[ResourceManager]: Searching for carot.bam...[chitin.key]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [OK]
Aug  7 16:02:09 iPad UIKitApplication:net.sourceforge.GemRB[0xece3][147] <Notice>: [Core]: Starting up the Sound Driver...
Aug  7 16:02:09 iPad GemRB[147] <Warning>: height = 768 width = 1024
Aug  7 16:02:09 iPad GemRB[147] <Warning>: init view: w=1024.000000 h=768.000000
Aug  7 16:02:10 iPad ReportCrash[148] <Notice>: Formulating crash report for process GemRB[147]
Aug  7 16:02:10 iPad com.apple.launchd[1] (UIKitApplication:net.sourceforge.GemRB[0xece3][147]) <Warning>: (UIKitApplication:net.sourceforge.GemRB[0xece3]) Job appears to have crashed: Segmentation fault: 11
Aug  7 16:02:10 iPad SpringBoard[34] <Warning>: Application 'GemRB' exited abnormally with signal 11: Segmentation fault: 11
Aug  7 16:02:10 iPad ReportCrash[148] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/GemRB_2011-08-07-160210_iPad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Aug  7 16:02:10 iPad SpringBoard[34] <Debug>: spd:___libspd_initialize_protocol_block_invoke_2:172 spd [PID=140] went bye-bye
Aug  7 16:02:45 iPad profiled[55] <Warning>: profiled|Idled.
Aug  7 16:02:45 iPad profiled[55] <Warning>: profiled|Service stopping.
Aug  7 16:02:51 iPad misd[35] <Debug>: now quitting (60 sec idle)
Aug  7 16:02:51 iPad misd[35] <Info>: exit: 0

Link to comment
Avenger, the iOS build is static linked so there are no plugins.

 

Rokskul, If you havent tried already i uploaded a new build just yesterday.

So, you cannot disable or select the sound driver (or movie player)?

 

The only way would be a recompile while leaving them out. Building a dynamic lib for iOS is a pain since Apple doesn't allow apps to dynamically load non-apple libraries. that means there is no support in the SDK and one would need to use more cunning means. possible? yes definitely. worth it for me to do? not so much.

Link to comment
Avenger, the iOS build is static linked so there are no plugins.

 

Rokskul, If you havent tried already i uploaded a new build just yesterday.

So, you cannot disable or select the sound driver (or movie player)?

 

The only way would be a recompile while leaving them out. Building a dynamic lib for iOS is a pain since Apple doesn't allow apps to dynamically load non-apple libraries. that means there is no support in the SDK and one would need to use more cunning means. possible? yes definitely. worth it for me to do? not so much.

 

Hi Syntax,

 

The fact that you have even managed to get BG2 running on iOS astounds me and I wanted to say that all the work and help is appreciated, and by no means am I asking you to go out of your way to compile special versions to solve my problem.

 

Everything I keep reading says that I might have permission errors. I set the permissions using winSCP and I have tried using a terminal to do it as well. I thought it might be helpful if someone saw the permissions on the three folders and they can tell me if there is something wrong. No matter what I change I get the same crash as the iPhone config log I posted above.

 

I have always set them using the recursively option and have checked files deep into the file structure to make sure they are being set.

 

BG2-folder.jpg

cache-folder.jpg

GemRB-folder.jpg

 

I also went into the GemRB.cfg file and uncommented the audio line and tried OpenALAudio, SDLAudio, and the none option but none of those changes made a difference. Same log file.

 

Any other suggestions?

Link to comment
Guest Joshua
Avenger, the iOS build is static linked so there are no plugins.

 

Rokskul, If you havent tried already i uploaded a new build just yesterday.

 

 

Hi SyntaxError, where did you put it ? Wiki link on the first post is a dead end

Thanks

Link to comment
Avenger, the iOS build is static linked so there are no plugins.

 

Rokskul, If you havent tried already i uploaded a new build just yesterday.

 

 

Hi SyntaxError, where did you put it ? Wiki link on the first post is a dead end

Thanks

 

This is where I have been downloading GemRB from and getting instructions on installation along with a guide hosted on Mediafire I found in an earlier post.

 

http://gemrb.org/wiki/doku.php?id=install:ios

 

I used the link in step 1

 

http://dl.dropbox.com/u/13866402/GemRB.zip

 

Maybe this is an older version?

Link to comment

Archived

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

×
×
  • Create New...