I've been sent something to have a look at. The machine i'm on is running Fedora14 64, upon running I got an error concerning libGL, after trying to install the i686 version I ended up using a soft link:
ln -s /usr/lib64/libGL.so.1.2 /usr/lib/libGL.so.1
Then I got a similar issue with pulseaudio for ALSA, so I installed the following:
yum install alsa-plugins-pulseaudio.i686
Now both errors are gone, I can run the app and see the menus but when it attempts to load a scene it just goes black, no errors or output...
Any ideas please?