Article

coolguys's picture
article
Reads:

3739

Score:
0
0
 
Comments:

0

Solution for Error: The Folder could not be displayed - VFS error: Invalid parameters

(View Disclaimer)

Problem:

When running VMWare workstation on OpenSuse 10.2, you get an error "The Folder could not be displayed - VFS error: Invalid parameters"

Solution:

  1. Rename libpng12.so.0 in /usr/lib/vmware/lib/libpng12.so.0
  2. ln -sf /usr/lib/libpng12.so.0
    (while in the /usr/lib/vmware/lib/libpng12.so.0)
  3. Rename libgcc_s.so.1 in /usr/lib/vmware/lib/libgcc_s.so.1
  4. ln -sf /lib/libgcc_s.so.1
    (while in the /usr/lib/vmware/lib/libgcc_s.so.1 directory )

Environment:

OpenSuse 10.2

VMware Workstation 5.5.2.xxx


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2012 Novell