[Wine] Re: Help Sound and vid now works in PP07?

dimesio wineforum-user at winehq.org
Mon Mar 29 09:01:09 CDT 2010


roderakker wrote:
> anyway i decided to reinstall it all, and theres some good news, wmp9 doesn't crash anymore but it does give an error and it continues to look like it's playing the song but there's no sound and such.

There's no need to reinstall your whole OS just to fix a problem with Wine. Reinstalling Wine alone usually won't help, either,  because it doesn't remove ~/.wine, which is what usually needs to be done.

When you reinstalled your OS, did you also remember to install libmpg123? That's not part of the default install for most distros. Have you set up sound in winecfg? Does the sound test work?


> wont let me run in a terminal either
> 
> Code:
> graafschap at graafschap-desktop:~$ wine start 'c:/Program Files/Windows Media Player/wmplayer.exe'
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> 
> 

First, make sure there are no zombie processes still running in the background before you start up WMP9.  

Second, cd to the program directory before running it, and use only the program filename in the command:

Code:
cd "$HOME/.wine/drive_c/Program Files/Windows Media Player"
wine wmplayer.exe









More information about the wine-users mailing list