Alright, so you had ZSNES working fine, then upgraded to Gutsy, suddenly no go...
So you go to terminal and type zsnes, and you see some arcane message about mcop and being unable to create a link.
This takes care of it:
Just cut and paste this line into terminal, and hit enter.
Special thanks to mastahkillah666 for more readable terminal commandsCode:mkdir -p $HOME/.kde/socket-$HOSTNAME && chown -hR $USER $HOME/.kde && chmod 755 -R $HOME/.kde
it will make the directory zsnes looks for, then makes sure it's owned by your username, and that its permissions match those of the home folder.
Another fix (probably the TRUE fix, but it requires superuser privilege)
Big thanks to Fibonacci for posting it, and mastahkillah666 for a great lesson in bash scripting.
This one makes the single variable in libao.conf set to alsa, not that mysterious alsa9Code:sudo sh -c 'echo "default_driver=alsa" > /etc/libao.conf'
How about that?
Happy emulating!
FYI: I've used both fixes in regard to testing, so you can use either fix or both without worry.![]()




Adv Reply



Bookmarks