caspar wrote: > Yes, I had CrystalSpaceRoot value set as per manual. > Just got the latest revisions and error messages change slightly. > Celstart continues to fail with error message that it could not load > plugin 'cel.physicallayer'. And as before hovertest, celtst & walktut > all run when double-clicking from the finder but fail when launched > from the command line.
I haven't looked at the code lately, but it might be the case that when run from the command-line, the CRYSTAL environment variable takes precedence over CrystalSpaceRoot, so if you have different values for the two, that might manifest as a problem. Also, I suppose it's possible that the current implementation treats CRYSTAL and CrystalSpaceRoot differently (which probably would be considered a bug). > For example, running walktut >> % ./walktut >> crystalspace.pluginmgr.loadplugin: >> could not load plugin 'cel.physicallayer' >> cel.initializer: >> Couldn't find vfs.cfg! >> Bus error It might be instructive to add the --verbose option to the command-line invocation in order to find out where it is searching for vfs.cfg and for the plugins. Also, there might be a difference between running it as ./walktest and the form documented in the manual, ./walktest.app/Content/MacOS/walktest. > Interestingly, after i had run jam I launched the celstart.app > directly in the build directory i WAS able to launch and run > physicsdemo.celzip. In this case all the plugins / bundles are in the > same directory, so I think I has to be some problem with where it > thinks the various files are located. Very likely. Path handling / interpretation has changed a number of times in the past, and the Mac port may not have been updated to match how it is done now on the other platforms. -- ES ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
