Page 1 of 1

0.38.0 on opensuse 13.2 Pink Screen

Posted: 01 Feb 2016, 02:46
by ven
I recently updated 0.36 to 0.38 on opensuse 13.2

When I get to the screen where you would normally start a new game or load a previous, I just get a pink screen. Any ideas how to fix this?

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 01 Feb 2016, 12:12
by scrawl

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 01 Feb 2016, 20:43
by ven
Thanks for the reply I already have libtxc-dxtn 1.0.1- 8.1-x86_64 installed. Do I need a different version?

-EDIT-

I got it working I just made sure all of the dependencies were installed stated on the wiki.... honestly I am not sure which ones were actually needed but here is the list

Code: Select all

boost-devel
glu-devel
libboost_atomic1_54_0
libboost_graph1_54_0
libboost_graph_parallel1_54_0
libboost_log1_54_0
libboost_math1_54_0
libboost_mpi1_54_0
libboost_random1_54_0
libboost_serialization1_54_0
libboost_test1_54_0
libboost_timer1_54_0
libgif7
libOgreMain-devel
libOIS-1_3_0
libOIS-devel
libSDL2-devel
libtinyxml0
libunshield-devel
libuuid-devel
MyGUI-devel
openmpi-libs
OpenSceneGraph-plugins
tinyxml-devel

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 01 Feb 2016, 21:06
by psi29a
libOgreMain-devel <-- that is no longer needed as OpenMW uses OSG now.

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 09 Mar 2016, 18:59
by nnayo
Hi,
sorry to bump up this thread
but I've a similar problem with fedora 23

up to recently, I used to compile openMW from the master branch
it worked like a champ, it was perfect

but it depended on OSG 3.2.x
the new version requests OSG >= 3.4.x

so I've compiled the OSG from scrawl's git repo,
I've managed to link openMW with this OSG
Spoiler: Show
I've launched it
I've got the intro video
then a pink screen of death :shock: with the music playing

please, any idea??

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 09 Mar 2016, 19:28
by scrawl
I believe when doing a local install there may be an extra step needed to make osg find its plugins. Have you tried adding /home/yog/jeux/openscenegraph/build/lib64 to LD_LIBRARY_PATH ?

What is the content of /home/yog/jeux/openscenegraph/build/lib64/osgPlugins-3.4.0 ?

Re: 0.38.0 on opensuse 13.2 Pink Screen

Posted: 10 Mar 2016, 17:47
by nnayo
bravo!!

I've set LD_LIBRARY_PATH and that makes it!!
I'm too stupid not having thought to do it

and the plugin directory is full:
Spoiler: Show
thank you very much