wont let me run in a terminal either
Code: Select all
graafschap@graafschap-desktop:~$ wine start 'c:/Program Files/Windows Media Player/wmplayer.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000100
Code: Select all
graafschap@graafschap-desktop:~$ wine start 'c:/Program Files/Windows Media Player/wmplayer.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000100
Linux does not rely on extensions to determine file type.http://linuxdump.webs.com/Wmp9Terminal01
I see it has no extension... wierd... why does it do that?
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.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.
First, make sure there are no zombie processes still running in the background before you start up WMP9.wont let me run in a terminal eitherCode: Select all
graafschap@graafschap-desktop:~$ wine start 'c:/Program Files/Windows Media Player/wmplayer.exe' fixme:exec:SHELL_execute flags ignored: 0x00000100
Code: Select all
cd "$HOME/.wine/drive_c/Program Files/Windows Media Player"
wine wmplayer.exe
This one does have a crash, and it's in libmpg123. Try using the native codec installed by WMP9 instead: http://wiki.winehq.org/FAQ#head-8cfe86e ... df2da7490eroderakker wrote:It tells me it gets a serious problem, and then it either closes, or plays without sound. I do have libmpg. Reinstalling it in it's entirety helps me to keep it all organised, mind you, this is a college project. Sound in Wine works fine, because avi, wmv and wav do play just fine. Please excuse my newby-ness. Thanks again for helping.
screenshot: http://i42.tinypic.com/2jfkf8h.png
terminal output: http://linuxdump.webs.com/Wmp9Terminal02
"Copy l3codeca.acm to the wineprefix's /windows/system32 directory (or use winetricks to install WMP9), then create a symlink to it named winemp3.acm in the same directory", this?dimesio wrote:This one does have a crash, and it's in libmpg123. Try using the native codec installed by WMP9 instead: http://wiki.winehq.org/FAQ#head-8cfe86e ... df2da7490e
Yes. You already have WMP9 installed, so l3codeca.acm should already be there. Just create the symlink. If there's a file named winemp3.acm already in /system32, just rename it for now. It's a fake dll.roderakker wrote:"Copy l3codeca.acm to the wineprefix's /windows/system32 directory (or use winetricks to install WMP9), then create a symlink to it named winemp3.acm in the same directory", this?dimesio wrote:This one does have a crash, and it's in libmpg123. Try using the native codec installed by WMP9 instead: http://wiki.winehq.org/FAQ#head-8cfe86e ... df2da7490e
Code: Select all
"$HOME/.wine/drive_c/Program Files/Windows Media Player"
wine wmplayer.exe
What do you mean by "won't let me run it"? What does it say in the terminal?roderakker wrote:I tried cdbut it wont let me run it... Anyway, I get the same problem still...Code: Select all
"$HOME/.wine/drive_c/Program Files/Windows Media Player" wine wmplayer.exe
the frame-lag on wmv files is no problem, but if you have any tips, they're welcome!* install Ubuntu, I used 9.10
* update it completely
* open the synaptic package manager -
and add ppa:ubuntu-wine/ppa to the repository
* install Wine 1.2 from the synaptic package manager,
it'll automaticly get the latest version (I'm running 1.1.41 still)
* install MS Office 2007
* open winecfg and set winemp3.acm to native (& bulletin)
* install the K-Lite codec, Basic or Full, it makes little difference
* in the terminal, enter:thenCode: Select all
wget http://www.kegel.com/wine/winetricks
* have it install wmp9 and the required componentsCode: Select all
sh winetricks wmp9
everything should work fine by now,
but I got crashes when using mp3's.
* open winecfg and remove msvcrt from the libraries list
* make a symlink called 'winemp3.acm' to 'l3codeca.acm' -
which is located in the system32 folder
* Open winecfg and set winemp3.acm to native (& bulletin)
Done!
mp3's and everything else works fine, aside from some frame-lag when playing wmv files.
It didn't crash, but it didn't fix the framelag either. That's okay though, I'm glad I got it 90% working. Any idea how I can open a powerpoint presentation on my USB stick from the terminal using MS Office (including manually mounting it) ?diormesio wrote:The video renderer is quartz.dll. That would be a straightforward override, but the last time I checked, native quartz crashed Wine.
Have you tried Impress, which is part of the Open Office suite? I've yetAny idea how I can open a powerpoint presentation on my USB stick from
the terminal using MS Office (including manually mounting it) ?
Yes, ofcourse, but what's the challenge in that? Also, it has some slight differences when viewing a presentation. Keep in mind that it'll have to be software-dummy-friendly, most people don't know anything about OO.Martin Gregorie wrote:On Thu, 2010-04-01 at 06:38 -0500, roderakker wrote:
Have you tried Impress, which is part of the Open Office suite? I've yetAny idea how I can open a powerpoint presentation on my USB stick from
the terminal using MS Office (including manually mounting it) ?
to see a Powerpoint presentation that it can't display. OpenOffice has
been ported to OS X and Linux.
Martin