Re: CS installation on Mac os x
Alexandru Voicu <[email protected]>
| Newsgroups | gmane.comp.graphics.crystalspace.devel |
|---|---|
| Message-ID | <CANOKqHtLRXFGr=WjH_Ky4MS5-L4Q3Z6SYpbrLnUJi=fD5mogTA@mail.gmail.com> |
Hey Eric, Thanks for the suggestion, I added something similar to CS_IMPLEMENT_PLATFORM_PLUGIN in CS/include/csutil/macosx/csosdef.h and I only get a ld problem for two projects (sndsysopenal.csbundle and xwin.csbundle - but because OpenAL and Xaw7 were not found). However, when I try to start any application the window closes. I tried running from the command line: 'open walktest.app/' and 'open -a walktest' with the same result. I have attached you system.log I have tried setting up the CRYSTAL environment var by: defaults write NSGlobalDomain CrystalSpaceRoot "/usr/local/" export CRYSTAL="/usr/local" setenv CRYSTAL "/usr/local/" but to the same result. Thanks, Alex. On Fri, May 18, 2012 at 11:24 PM, Eric Sunshine <[email protected]>wrote: > This doesn't really appear to be a problem with the 3rd-party > dependences since it is stating that main() can not be found. What is > the actual build command which fails? Is it building an application at > this point or a plugin? If it's a plugin, then it may be the case that > when CS is built with this particular compiler, the plugin needs a > main(), as is the case with Unix. See, for instance, > CS/include/csutil/unix/csosdef.h:CS_IMPLEMENT_PLATFORM_PLUGIN. > > -- ES > > > On Fri, May 18, 2012 at 6:11 PM, Alexandru Voicu > <[email protected]> wrote: > > Hi Jonathan, > > > > I also tried to install CS on lion, see > > thread: http://sourceforge.net/mailarchive/message.php?msg_id=29230297 > > At the moment I have installed XCode 4.1 and changed gcc, g++, cc and c++ > > to i686-apple-darwin11-gcc-4.2.1 instead > > of i686-apple-darwin11-llvm-gcc-4.2. Everything compiles (make install as > > well from what I saw) and the executables are built, but I have some > linking > > problems (so they don't really run): > > > > > > Undefined symbols for architecture i386: > > "_main", referenced from: > > __start in crt1.o > > ld: symbol(s) not found for architecture i386 > > collect2: ld returned 1 exit status > > > > > > I think it might be cause by the fact that the dependencies were compiled > > with the old llvm compiler so I should probably recompile them. I'll do > that > > these days and email if it works. > > > > Cheers, > > Alex. > > > > On Fri, May 18, 2012 at 2:39 PM, Jonathan Dixon <[email protected]> > > wrote: > >> > >> Hi Christian, > >> > >> Sorry for my mistake indeed the '-' is not required. I may have been a > bit > >> early in sending through the email, although i got a lot further on the > >> make, CS is failing to 'make install' so possibly changing the compiler > from > >> gcc to clang may not make any difference. > >> > >> I will continue to try to resolve this issue and keep you updated > >> > >> Thanks > >> > >> Jonathan > >> > >> > >> On 18 May 2012 14:24, Christian Van Brussel > >> <[email protected]> wrote: > >>> > >>> Hi, > >>> > >>> Tanks for the tip! > >>> > >>> I'm updating the manual but would like to be sure to provide some good > >>> example. I have several questions for that: > >>> > >>> * In your example, you have a '-' before the 'CC' option, although this > >>> doesn't seem to be allowed. Aren't the real options to be used > >>> './configure CC=/usr/bin/clang CXX=/usr/bin/clang++' ? > >>> > >>> * Are your additional options given to 'make' really useful? Shouldn't > >>> simply 'make' or 'jam' be enough? > >>> > >>> * Finally, I guess a better example would use gcc instead of clang, ie > >>> './configure CC=/usr/bin/gcc CXX=/usr/bin/g++' > >>> > >>> > >>> > >>> On Fri, 2012-05-18 at 12:27 +0100, Jonathan Dixon wrote: > >>> > Hi All, > >>> > > >>> > > >>> > I have managed to resolve this issue and i would recommend an update > >>> > to the install guide. First users will need to install clang and > clang > >>> > ++ > >>> > > >>> > > >>> > Then do ./configure -CC=/usr/bin/clang CXX=/usr/bin/clang++ > >>> > > >>> > > >>> > Followed by > >>> > > >>> > > >>> > make -CC=/usr/bin/clang CXX=/usr/bin/clang++ > >>> > > >>> > > >>> > Hope that helps someone else > >>> > > >>> > > >>> > Thanks > >>> > > >>> > > >>> > Jonathan > >>> > > >>> > On 18 May 2012 12:07, Jonathan Dixon <[email protected]> wrote: > >>> > Wow, well thats very kind of Apple. Have you got any > >>> > recommendations for an alternative. Would it just be worth > >>> > using a linux machine instead of mac as this isnt the first > >>> > issue i have had with development on the mac. > >>> > > >>> > > >>> > Thanks for the help > >>> > > >>> > > >>> > On 18 May 2012 12:00, Weltall <[email protected]> wrote: > >>> > The c++ compiler in xcode 4 doesn't support the c++ > >>> > standard. It might sound like a joke but apple > shipped > >>> > an incomplete compiler. The thunk issue is at code > >>> > generation. So the code is correctly parsed but the > >>> > backend doesn't know how to create the assembly code > >>> > for the target. To make it easy you need another > >>> > compiler > >>> > > >>> > On May 18, 2012 11:45 AM, "Jonathan Dixon" > >>> > <[email protected]> wrote: > >>> > > >>> > Hi Everyone, > >>> > > >>> > > >>> > I am having a bit of trouble installing > >>> > crystal space on mac osx lion. I have checked > >>> > and double checked all the requirements, i > >>> > have tried using make and jam but cannot get > >>> > it to install. i have saved a log of > >>> > my ./configure and make command output. > >>> > > >>> > > >>> > Log file : http://pastebin.com/nrRgixYZ > >>> > > >>> > > >>> > If anyone can suggest what the problem is i > >>> > would be most grateful > >>> > > >>> > > >>> > Thanks > >>> > > >>> > > >>> > Jonathan > >>> > > >>> > > >>> > > >>> > > ------------------------------------------------------------------------------ > >>> > Live Security Virtual Conference > >>> > Exclusive live event will cover all the ways > >>> > today's security and > >>> > threat landscape has changed and how IT > >>> > managers can respond. Discussions > >>> > will include endpoint security, mobile > >>> > security and the latest in malware > >>> > threats. > >>> > > >>> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >>> > > _______________________________________________ > >>> > Crystal-develop mailing list > >>> > [email protected] > >>> > > >>> > https://lists.sourceforge.net/lists/listinfo/crystal-develop > >>> > > >>> > > >>> > > >>> > > ------------------------------------------------------------------------------ > >>> > Live Security Virtual Conference > >>> > Exclusive live event will cover all the ways today's > >>> > security and > >>> > threat landscape has changed and how IT managers can > >>> > respond. Discussions > >>> > will include endpoint security, mobile security and > >>> > the latest in malware > >>> > threats. > >>> > > >>> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >>> > _______________________________________________ > >>> > Crystal-develop mailing list > >>> > [email protected] > >>> > > >>> > https://lists.sourceforge.net/lists/listinfo/crystal-develop > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > ------------------------------------------------------------------------------ > >>> > Live Security Virtual Conference > >>> > Exclusive live event will cover all the ways today's security and > >>> > threat landscape has changed and how IT managers can respond. > >>> > Discussions > >>> > will include endpoint security, mobile security and the latest in > >>> > malware > >>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >>> > _______________________________________________ > >>> > Crystal-develop mailing list > >>> > [email protected] > >>> > https://lists.sourceforge.net/lists/listinfo/crystal-develop > >>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> Live Security Virtual Conference > >>> Exclusive live event will cover all the ways today's security and > >>> threat landscape has changed and how IT managers can respond. > Discussions > >>> will include endpoint security, mobile security and the latest in > malware > >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >>> _______________________________________________ > >>> Crystal-develop mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/crystal-develop > >> > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> Live Security Virtual Conference > >> Exclusive live event will cover all the ways today's security and > >> threat landscape has changed and how IT managers can respond. > Discussions > >> will include endpoint security, mobile security and the latest in > malware > >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >> _______________________________________________ > >> Crystal-develop mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/crystal-develop > >> > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Crystal-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/crystal-develop > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Crystal-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-develop > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Crystal-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-develop
system.log
(application/octet-stream, 79.3 KB)
Marker - May 19, 2012 11:45:14 AM
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.animesh (from /usr/local/lib/crystalspace-2.1/animesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/animesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.animesh (from /usr/local/lib/crystalspace-2.1/animeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/animeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.animesh (from /usr/local/lib/crystalspace-2.1/animeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/animeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.animesh (from /usr/local/lib/crystalspace-2.1/animeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/animeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.animesh (from /usr/local/lib/crystalspace-2.1/animeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/animeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.assimp (from /usr/local/lib/crystalspace-2.1/assimpldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/assimpldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.documentsystem.binary (from /usr/local/lib/crystalspace-2.1/bindoc.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/bindoc.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.blobs (from /usr/local/lib/crystalspace-2.1/blobs.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/blobs.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.body (from /usr/local/lib/crystalspace-2.1/bodymesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/bodymesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.animesh.body (from /usr/local/lib/crystalspace-2.1/bodymeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/bodymeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain.bruteblock (from /usr/local/lib/crystalspace-2.1/bruteblock.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/bruteblock.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.bugplug (from /usr/local/lib/crystalspace-2.1/bugplug.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/bugplug.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.cameramanager (from /usr/local/lib/crystalspace-2.1/cameramanager.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cameramanager.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.colladaconvertor (from /usr/local/lib/crystalspace-2.1/colladaconvertor.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/colladaconvertor.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.bmp (from /usr/local/lib/crystalspace-2.1/csbmpimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csbmpimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.console.input.standard (from /usr/local/lib/crystalspace-2.1/csconin.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csconin.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.console.output.standard (from /usr/local/lib/crystalspace-2.1/csconout.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csconout.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.cursor (from /usr/local/lib/crystalspace-2.1/cscursor.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cscursor.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.dds (from /usr/local/lib/crystalspace-2.1/csddsimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csddsimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.dxt.decompress.default (from /usr/local/lib/crystalspace-2.1/csddsimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csddsimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.font.server.default (from /usr/local/lib/crystalspace-2.1/csfont.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csfont.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.gif (from /usr/local/lib/crystalspace-2.1/csgifimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csgifimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.network.factory.http (from /usr/local/lib/crystalspace-2.1/cshttpconnection.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cshttpconnection.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.jpg (from /usr/local/lib/crystalspace-2.1/csjpgimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csjpgimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.collisiondetection.opcode (from /usr/local/lib/crystalspace-2.1/csopcode.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csopcode.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.collider (from /usr/local/lib/crystalspace-2.1/csopcode.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csopcode.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.level.threadedloader (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.level.loader (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.checkerboard (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.image (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.cubemap (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.tex3d (from /usr/local/lib/crystalspace-2.1/csparser.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/csparser.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.png (from /usr/local/lib/crystalspace-2.1/cspngimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cspngimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.script.python (from /usr/local/lib/crystalspace-2.1/cspython.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cspython.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.level.saver (from /usr/local/lib/crystalspace-2.1/cssaver.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cssaver.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.syntax.loader.service.text (from /usr/local/lib/crystalspace-2.1/cssynldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cssynldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.tga (from /usr/local/lib/crystalspace-2.1/cstgaimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/cstgaimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.debug (from /usr/local/lib/crystalspace-2.1/debug.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/debug.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.decal.manager (from /usr/local/lib/crystalspace-2.1/decal.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/decal.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.document.preprocessor (from /usr/local/lib/crystalspace-2.1/docpreproc.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/docpreproc.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.documentsystem.multiplexer (from /usr/local/lib/crystalspace-2.1/dsplex.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/dsplex.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.culling.dynavis (from /usr/local/lib/crystalspace-2.1/dynavis.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/dynavis.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics2d.embedgl (from /usr/local/lib/crystalspace-2.1/embedgl.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/embedgl.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.emit (from /usr/local/lib/crystalspace-2.1/emit.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/emit.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.emit (from /usr/local/lib/crystalspace-2.1/emitldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/emitldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.emit (from /usr/local/lib/crystalspace-2.1/emitldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/emitldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.emit (from /usr/local/lib/crystalspace-2.1/emitldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/emitldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.emit (from /usr/local/lib/crystalspace-2.1/emitldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/emitldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.engine.3d (from /usr/local/lib/crystalspace-2.1/engine.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/engine.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.sequence.engine (from /usr/local/lib/crystalspace-2.1/engseq.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/engseq.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.console.output.fancy (from /usr/local/lib/crystalspace-2.1/fancycon.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/fancycon.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.font.server.multiplexer (from /usr/local/lib/crystalspace-2.1/fontplex.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/fontplex.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.font.server.freetype2 (from /usr/local/lib/crystalspace-2.1/freefnt2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/freefnt2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.culling.frustvis (from /usr/local/lib/crystalspace-2.1/frustvis.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/frustvis.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.furmesh (from /usr/local/lib/crystalspace-2.1/furmesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/furmesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.furmesh (from /usr/local/lib/crystalspace-2.1/furmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/furmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.furmesh (from /usr/local/lib/crystalspace-2.1/furmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/furmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.furmesh (from /usr/local/lib/crystalspace-2.1/furmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/furmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.furmesh (from /usr/local/lib/crystalspace-2.1/furmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/furmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.genmesh (from /usr/local/lib/crystalspace-2.1/genmesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/genmesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.opengl (from /usr/local/lib/crystalspace-2.1/gl3d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gl3d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics2d.glosx (from /usr/local/lib/crystalspace-2.1/glosx2d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glosx2d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.glarb (from /usr/local/lib/crystalspace-2.1/glshader_arb.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glshader_arb.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.glcg (from /usr/local/lib/crystalspace-2.1/glshader_cg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glshader_cg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.glfixed (from /usr/local/lib/crystalspace-2.1/glshader_fixed.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glshader_fixed.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.glsl (from /usr/local/lib/crystalspace-2.1/glshader_glsl.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glshader_glsl.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.glps1 (from /usr/local/lib/crystalspace-2.1/glshader_ps1.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/glshader_ps1.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.anim.genmesh (from /usr/local/lib/crystalspace-2.1/gmeshanim.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshanim.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.anim.pdlight (from /usr/local/lib/crystalspace-2.1/gmeshanimpdl.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshanimpdl.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.genmesh (from /usr/local/lib/crystalspace-2.1/gmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.genmesh (from /usr/local/lib/crystalspace-2.1/gmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.genmesh (from /usr/local/lib/crystalspace-2.1/gmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.genmesh (from /usr/local/lib/crystalspace-2.1/gmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.anim.skeleton2 (from /usr/local/lib/crystalspace-2.1/gmeshskelanim2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/gmeshskelanim2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.haze (from /usr/local/lib/crystalspace-2.1/haze.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/haze.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.haze (from /usr/local/lib/crystalspace-2.1/hazeldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/hazeldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.haze (from /usr/local/lib/crystalspace-2.1/hazeldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/hazeldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.haze (from /usr/local/lib/crystalspace-2.1/hazeldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/hazeldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.haze (from /usr/local/lib/crystalspace-2.1/hazeldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/hazeldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.ik.ccd (from /usr/local/lib/crystalspace-2.1/ikccd.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/ikccd.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.ik.physical (from /usr/local/lib/crystalspace-2.1/ikphysical.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/ikphysical.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphic.image.io.multiplexer (from /usr/local/lib/crystalspace-2.1/imgplex.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/imgplex.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.lightning (from /usr/local/lib/crystalspace-2.1/lghtng.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lghtng.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.lightning (from /usr/local/lib/crystalspace-2.1/lghtngldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lghtngldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.lightning (from /usr/local/lib/crystalspace-2.1/lghtngldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lghtngldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.lightning (from /usr/local/lib/crystalspace-2.1/lghtngldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lghtngldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.lightning (from /usr/local/lib/crystalspace-2.1/lghtngldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lghtngldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.lookat (from /usr/local/lib/crystalspace-2.1/lookat.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/lookat.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.movierecorder (from /usr/local/lib/crystalspace-2.1/movierecorder.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/movierecorder.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.noise (from /usr/local/lib/crystalspace-2.1/noise.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/noise.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics2d.null (from /usr/local/lib/crystalspace-2.1/null2d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/null2d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.null (from /usr/local/lib/crystalspace-2.1/null3d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/null3d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.null (from /usr/local/lib/crystalspace-2.1/nullmesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/nullmesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.null (from /usr/local/lib/crystalspace-2.1/nullmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/nullmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.null (from /usr/local/lib/crystalspace-2.1/nullmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/nullmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.null (from /usr/local/lib/crystalspace-2.1/nullmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/nullmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.null (from /usr/local/lib/crystalspace-2.1/nullmeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/nullmeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.collisions.opcode2 (from /usr/local/lib/crystalspace-2.1/opcode2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/opcode2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.terraformer.paging (from /usr/local/lib/crystalspace-2.1/pagingformer.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/pagingformer.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.terraformer.paging.loader (from /usr/local/lib/crystalspace-2.1/pagingformerldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/pagingformerldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.particles (from /usr/local/lib/crystalspace-2.1/particles.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particles.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.particles.emitter (from /usr/local/lib/crystalspace-2.1/particles.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particles.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.particles.effector (from /usr/local/lib/crystalspace-2.1/particles.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particles.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.particles (from /usr/local/lib/crystalspace-2.1/particlesldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particlesldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.particles (from /usr/local/lib/crystalspace-2.1/particlesldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particlesldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.particles (from /usr/local/lib/crystalspace-2.1/particlesldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particlesldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.particles (from /usr/local/lib/crystalspace-2.1/particlesldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/particlesldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.addons.pathloader (from /usr/local/lib/crystalspace-2.1/pathloader.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/pathloader.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.profiler (from /usr/local/lib/crystalspace-2.1/profiler.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/profiler.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.protomesh (from /usr/local/lib/crystalspace-2.1/protomesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/protomesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.protomesh (from /usr/local/lib/crystalspace-2.1/protomeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/protomeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.protomesh (from /usr/local/lib/crystalspace-2.1/protomeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/protomeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.protomesh (from /usr/local/lib/crystalspace-2.1/protomeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/protomeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.protomesh (from /usr/local/lib/crystalspace-2.1/protomeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/protomeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.animimg (from /usr/local/lib/crystalspace-2.1/ptanimimg.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/ptanimimg.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.pdlight (from /usr/local/lib/crystalspace-2.1/ptpdlight.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/ptpdlight.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.loop.loader (from /usr/local/lib/crystalspace-2.1/rendloop_loader.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendloop_loader.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.generic (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.generic.type (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.lightiter (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.lightiter.type (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.rendertarget (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadowmap (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.rendertarget.type (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadowmap.type (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.fullscreenquad (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.fullscreenquad.type (from /usr/local/lib/crystalspace-2.1/rendstep_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadow.stencil (from /usr/local/lib/crystalspace-2.1/rendstep_stencil.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_stencil.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadow.stencil.type (from /usr/local/lib/crystalspace-2.1/rendstep_stencil.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_stencil.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadow.stencil2 (from /usr/local/lib/crystalspace-2.1/rendstep_stencil2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_stencil2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.renderloop.step.shadow.stencil2.type (from /usr/local/lib/crystalspace-2.1/rendstep_stencil2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rendstep_stencil2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.reporter (from /usr/local/lib/crystalspace-2.1/reporter.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/reporter.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.retarget (from /usr/local/lib/crystalspace-2.1/retarget.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/retarget.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.deferred (from /usr/local/lib/crystalspace-2.1/rm_deferred.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_deferred.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.null (from /usr/local/lib/crystalspace-2.1/rm_null.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_null.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.osm (from /usr/local/lib/crystalspace-2.1/rm_osm.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_osm.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.rlcompat (from /usr/local/lib/crystalspace-2.1/rm_rlcompat.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_rlcompat.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.shadow_pssm (from /usr/local/lib/crystalspace-2.1/rm_shadow_pssm.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_shadow_pssm.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.rendermanager.unshadowed (from /usr/local/lib/crystalspace-2.1/rm_unshadowed.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/rm_unshadowed.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.sequence (from /usr/local/lib/crystalspace-2.1/sequence.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sequence.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shadermanager (from /usr/local/lib/crystalspace-2.1/shadermgr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/shadermgr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shadercompiler.weaver (from /usr/local/lib/crystalspace-2.1/shaderweaver.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/shaderweaver.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.terraformer.simple (from /usr/local/lib/crystalspace-2.1/simpleformer.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/simpleformer.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.terraformer.simple.loader (from /usr/local/lib/crystalspace-2.1/simpleformerldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/simpleformerldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graveyard (from /usr/local/lib/crystalspace-2.1/skeleton.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/skeleton.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.skeletalanimation (from /usr/local/lib/crystalspace-2.1/skeleton2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/skeleton2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.skeletalanimation.loader (from /usr/local/lib/crystalspace-2.1/skeleton2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/skeleton2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.skeletalanimation.saver (from /usr/local/lib/crystalspace-2.1/skeleton2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/skeleton2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graveyard.loader (from /usr/local/lib/crystalspace-2.1/skelldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/skelldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.combiner.glcg (from /usr/local/lib/crystalspace-2.1/slcombiner.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/slcombiner.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.combiner.glsl (from /usr/local/lib/crystalspace-2.1/slcombiner.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/slcombiner.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.manager (from /usr/local/lib/crystalspace-2.1/sndmanager.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndmanager.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.software.driver.coreaudio (from /usr/local/lib/crystalspace-2.1/sndsyscoreaudio.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsyscoreaudio.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.utility.eventrecorder (from /usr/local/lib/crystalspace-2.1/sndsyseventrecorder.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsyseventrecorder.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.element.loader (from /usr/local/lib/crystalspace-2.1/sndsysloader.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsysloader.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.software.driver.null (from /usr/local/lib/crystalspace-2.1/sndsysnull.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsysnull.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.renderer.openal (from /usr/local/lib/crystalspace-2.1/sndsysopenal.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsysopenal.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.renderer.software (from /usr/local/lib/crystalspace-2.1/sndsyssoft.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsyssoft.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.sndsys.element.wav (from /usr/local/lib/crystalspace-2.1/sndsyswav.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/sndsyswav.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.animesh.animnode.speed (from /usr/local/lib/crystalspace-2.1/speed.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/speed.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.animesh.splitmorph (from /usr/local/lib/crystalspace-2.1/splitmorph.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/splitmorph.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.sprite.2d (from /usr/local/lib/crystalspace-2.1/spr2d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr2d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.sprite.2d (from /usr/local/lib/crystalspace-2.1/spr2dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr2dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.sprite.2d (from /usr/local/lib/crystalspace-2.1/spr2dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr2dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.sprite.2d (from /usr/local/lib/crystalspace-2.1/spr2dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr2dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.sprite.2d (from /usr/local/lib/crystalspace-2.1/spr2dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr2dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.sprite.3d (from /usr/local/lib/crystalspace-2.1/spr3d.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3d.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.sprite.3d.binary (from /usr/local/lib/crystalspace-2.1/spr3dbin.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dbin.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.sprite.3d.binary (from /usr/local/lib/crystalspace-2.1/spr3dbin.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dbin.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.sprite.3d (from /usr/local/lib/crystalspace-2.1/spr3dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.sprite.3d (from /usr/local/lib/crystalspace-2.1/spr3dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.sprite.3d (from /usr/local/lib/crystalspace-2.1/spr3dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.sprite.3d (from /usr/local/lib/crystalspace-2.1/spr3dldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3dldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.sprite.3d.md2 (from /usr/local/lib/crystalspace-2.1/spr3md2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/spr3md2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.dots (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.fire (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.plasma (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.sky (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.water (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.type.dots (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.type.fire (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.type.plasma (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.type.sky (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.type.water (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.saver.dots (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.saver.fire (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.saver.plasma (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.saver.sky (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.saver.water (from /usr/local/lib/crystalspace-2.1/stdpt.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdpt.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.stdrep (from /usr/local/lib/crystalspace-2.1/stdrep.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/stdrep.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.bruteblockrenderer (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.terraformerdatafeeder (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.threadeddatafeeder (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.simpledatafeeder (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2.modifiabledatafeeder (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.terrain2 (from /usr/local/lib/crystalspace-2.1/terrain2.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.terrain2 (from /usr/local/lib/crystalspace-2.1/terrain2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.terrain2 (from /usr/local/lib/crystalspace-2.1/terrain2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.terrain2 (from /usr/local/lib/crystalspace-2.1/terrain2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.terrain2 (from /usr/local/lib/crystalspace-2.1/terrain2ldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrain2ldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.terrain (from /usr/local/lib/crystalspace-2.1/terrainldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrainldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.terrain (from /usr/local/lib/crystalspace-2.1/terrainldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrainldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.terrain (from /usr/local/lib/crystalspace-2.1/terrainldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrainldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.terrain (from /usr/local/lib/crystalspace-2.1/terrainldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/terrainldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.texthud (from /usr/local/lib/crystalspace-2.1/texthud.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/texthud.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.texture.loader.func (from /usr/local/lib/crystalspace-2.1/tlfunc.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/tlfunc.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.translator.standard (from /usr/local/lib/crystalspace-2.1/trans_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/trans_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.translator.loader.xml (from /usr/local/lib/crystalspace-2.1/trans_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/trans_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.kernel.vfs (from /usr/local/lib/crystalspace-2.1/vfs.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/vfs.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.utilities.visualdebugger (from /usr/local/lib/crystalspace-2.1/visualdebug.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/visualdebug.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shader.vproc_std (from /usr/local/lib/crystalspace-2.1/vproc_std.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/vproc_std.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.object.watermesh (from /usr/local/lib/crystalspace-2.1/watermesh.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/watermesh.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.factory.watermesh (from /usr/local/lib/crystalspace-2.1/watermeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/watermeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.loader.watermesh (from /usr/local/lib/crystalspace-2.1/watermeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/watermeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.factory.watermesh (from /usr/local/lib/crystalspace-2.1/watermeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/watermeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.mesh.saver.watermesh (from /usr/local/lib/crystalspace-2.1/watermeshldr.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/watermeshldr.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.window.x.extf86vm (from /usr/local/lib/crystalspace-2.1/xext86vm.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/xext86vm.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.documentsystem.xmlread (from /usr/local/lib/crystalspace-2.1/xmlread.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/xmlread.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.graphics3d.shadercompiler.xmlshader (from /usr/local/lib/crystalspace-2.1/xmlshader.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/xmlshader.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.documentsystem.tinyxml (from /usr/local/lib/crystalspace-2.1/xmltiny.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/xmltiny.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_NOTIFY: class crystalspace.window.x (from /usr/local/lib/crystalspace-2.1/xwin.csplugin) has already been registered in a different context: ‘crystalspace’ vs. ‘app’ (from /usr/CS/xwin.csplugin); this message appears only in debug builds
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: ERROR: Error reading bundle identifier: {
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationName = walktest;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationPath = "/usr/CS/walktest.app";
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessIdentifier = 36176;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessSerialNumberHigh = 0;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessSerialNumberLow = 819400;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSWorkspaceApplicationKey = "<NSRunningApplication: 0x20ff60 ((null) - 36176)>";
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: }
May 19 11:45:22 avoicu-macbookair root: Error reading bundle identifier: {
NSApplicationName = walktest;
NSApplicationPath = "/usr/CS/walktest.app";
NSApplicationProcessIdentifier = 36176;
NSApplicationProcessSerialNumberHigh = 0;
NSApplicationProcessSerialNumberLow = 819400;
NSWorkspaceApplicationKey = "<NSRunningApplication: 0x20ff60 ((null) - 36176)>";
}
May 19 11:45:22 avoicu-macbookair root: Application Launched: bundle_id: walktest version: 0 path: /usr/CS/walktest.app
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: INFO: Application Launched: bundle_id: walktest version: 0 path: /usr/CS/walktest.app
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: DLERROR (/usr/CS/vfs.csplugin): dlopen(/usr/CS/vfs.csbundle, 10): no suitable image found. Did find:
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: /usr/CS/vfs.csbundle: can't map unslidable segment __TEXT to 0x1000 with size 0x62000
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: SCF_WARNING: factory returned a null instance for crystalspace.kernel.vfs
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: if error messages are not self explanatory, recompile CS with CS_DEBUG
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: * This likely means that the plugins could not be found.
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: If you're a user: Check the working directory the application starts from -
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: on MaxOS/X, it should be the directory containing the
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: ‘<application>.app’ subdirectory, *not* ‘<application>.app/ContentsMacOS’.
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: If in doubt, contact the vendor.
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: If you're a developer: Check if the CRYSTAL environment var points to the
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: correct location - usually the directory CS was built in.
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: You can also use the ‘--verbose’ command line switch to troubleshoot
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: where CS looks for plugins.
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: Crystal Space for MacOS/X 2.1.0.2501 [MacOS/X-x86(32)-GCC]
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: Ported to MacOS/X by Eric Sunshine <[email protected]>
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: WARNING: could not load plugin ‘crystalspace.kernel.vfs’
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: ERROR: Failed to initialize config!
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: (A common cause is the CRYSTAL environment variable not being set correctly.)
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: Error initializing system!
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: Cleaning up...
May 19 11:45:22 avoicu-macbookair [0x0-0xc80c8].walktest[36176]: Error saving configuration ‘/config/walktest.cfg’.
May 19 11:45:22 avoicu-macbookair com.apple.launchd.peruser.159085[280] ([0x0-0xc80c8].walktest[36176]): Exited with code: 255
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: ERROR: Error reading bundle identifier: {
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationName = walktest;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationPath = "/usr/CS/walktest.app";
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessIdentifier = 36176;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessSerialNumberHigh = 0;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSApplicationProcessSerialNumberLow = 819400;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSWorkspaceApplicationKey = "<NSRunningApplication: 0x6ead3250 ((null) - 36176)>";
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: NSWorkspaceExitStatusKey = 255;
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: }
May 19 11:45:22 avoicu-macbookair root: Error reading bundle identifier: {
NSApplicationName = walktest;
NSApplicationPath = "/usr/CS/walktest.app";
NSApplicationProcessIdentifier = 36176;
NSApplicationProcessSerialNumberHigh = 0;
NSApplicationProcessSerialNumberLow = 819400;
NSWorkspaceApplicationKey = "<NSRunningApplication: 0x6ead3250 ((null) - 36176)>";
NSWorkspaceExitStatusKey = 255;
}
May 19 11:45:22 avoicu-macbookair root: Application Quit: bundle_id: walktest version: 0 path: /usr/CS/walktest.app
May 19 11:45:22 avoicu-macbookair com.googlecode.pymacadmin.crankd[124]: INFO: Application Quit: bundle_id: walktest version: 0 path: /usr/CS/walktest.app