Se installandola abilitando quella specie di supporto 3d (3 voci da aggiungere nel file di configurazione della macchina virtuale)doveste incorrere in un errore del genere...
e' perchè non tutto è lincato al posto giusto...Failed to initialize OpenGL.
�#���#��/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6).
Da questa fonte ecco l'estratto che risolve la cosa:
http://www.joeaudette.com/BlogView.a...ID=294&mid=104
se invece vi compare un messaggio del genere:So it seemed that VMWare was expecting a few files in different locations that were not quite right. After a little googling I found a workaround for a similar error with VMWare Workstation.
If you run into this error on openSuse 10.2 this is what you can do to fix it:
open a terminal and su to become root then enter these commands:
cd /usr/lib/vmware/lib/libpng12.so.0
mv libpng12.so.0 libpng12.so.0.old
ln -sf /usr/lib/libpng12.so.0 libpng12.so.0
cd /usr/lib/vmware/lib/libgcc_s.so.1
mv libgcc_s.so.1 libgcc_s.so.1.old
ln -sf /lib/libgcc_s.so.1
and thats it, no more error, you can browse to and open existing virtual machines
è perchè non sono stati messi per bene i drivers della vostra scheda video. (supporto 3d)Failed to construct 3-D rendering backend