0.38.0 on opensuse 13.2 Pink Screen

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
ven
Posts: 8
Joined: 07 Apr 2015, 03:38

0.38.0 on opensuse 13.2 Pink Screen

Post 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?
Attachments
pinkscreen.png
ven
Posts: 8
Joined: 07 Apr 2015, 03:38

Re: 0.38.0 on opensuse 13.2 Pink Screen

Post 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
User avatar
psi29a
Posts: 5355
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: 0.38.0 on opensuse 13.2 Pink Screen

Post by psi29a »

libOgreMain-devel <-- that is no longer needed as OpenMW uses OSG now.
User avatar
nnayo
Posts: 72
Joined: 25 Feb 2013, 15:05
Location: Cannes, France

Re: 0.38.0 on opensuse 13.2 Pink Screen

Post 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??
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: 0.38.0 on opensuse 13.2 Pink Screen

Post 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 ?
User avatar
nnayo
Posts: 72
Joined: 25 Feb 2013, 15:05
Location: Cannes, France

Re: 0.38.0 on opensuse 13.2 Pink Screen

Post 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
Locked