"Alex (software)" writes: > Hi folks, > I have a strange problem with loading. On my normal machine everything works > find. Fonts are found where they are. (Linux 2.6.34.7-0.5-desktop openSUSE > 11.3 (x86_64)) > > Hoever it does not work on the following machine Linux 2.6.26-1-686 Debian > Lenny. > > The error is the following: > > Warning: Could not find plugin to read objects from file > "./../share/OpenWalnut/fonts/LiberationMono-Bold.ttf". > > The fonts are exactly where the program tries to find them. > > Any idea why the fonts are found on one machine and not on the other?
You can find out inspecting the output of strace: strace -e trace=access <your_program> -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

