Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails on Manjaro 17 (Arch) due to plugins.cfg path differences #2

Open
RMKD opened this issue Mar 25, 2017 · 0 comments
Open

Fails on Manjaro 17 (Arch) due to plugins.cfg path differences #2

RMKD opened this issue Mar 25, 2017 · 0 comments

Comments

@RMKD
Copy link

RMKD commented Mar 25, 2017

Loading library /usr/lib/x86_64-linux-gnu/OGRE-1.9.0/RenderSystem_GL
An exception has occured: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library /usr/lib/x86_64-linux-gnu/OGRE-1.9.0/RenderSystem_GL.  System Error: /usr/lib/x86_64-linux-gnu/OGRE-1.9.0/RenderSystem_GL.so.1.9.0: cannot open shared object file: No such file or directory in DynLib::load at /build/ogre/src/ogre/OgreMain/src/OgreDynLib.cpp (line 109)
*** Error in `./OpenHMDDemo': free(): invalid pointer: 0x00007ffe934ac4e0 ***

quick fix: in plugins.cfg, change PluginsFolder value from /usr/lib/x86_64-linux-gnu/OGRE-1.9.0/ to /usr/lib64/OGRE/ (or wherever your installer put OGRE)

long-term fix: autodetect the location in the cmake process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant