You are not logged in.
Pages: 1
Having a new tower rig setup being built for my arch linux build, it finally means I get a chance to play with wine and all that good stuff. I decieded to go with 64 bit on everything just to milk what I can on certain programs when need be. I ended up spending 3-4 hours trying to get the fresh install to just boot (Thanks to my lack of GRUB knowledge).
After another 3 hours just trying to get 64 bit wine and net framework 2.0, I've got a mere one task that I've run into: Get steam to play audio. I've read the page, I tried a few of the methods around there and I'm really hitting a wall. I prefer the aoss method over everything, I've been using that for years now to workaround any audio issues. I'm only trying to be able to play a game that's coming out on steam soon and it barely uses up much power for even this outdated processor. It's called Recettear: An Item Shop's Tale. It's basically SNES sprites, and I don't see why I would have issues running it on the Arch Linux end of things if it doesn't strain the system. I tested the game outside sound, and it works like a charm. I do however, get a bunch of sound errors like these:
In general, running aoss wine is yielding this error for some reason:
ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored.As far as the game Recettear goes, I get floored with spam of a couple different messages, which I'm sure most are related to it asking for a sound device that steam refuses to give it:
fixme:dmime:IDirectMusicPerformance8Impl_InitAudio return dsound((nil),-2005401480)
err:quartz:GetClassMediaFile Media class not foundWine also likes to give me another error that says:
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directoryI've seen that one before and it usually didn't mean a thing before seeing as I have other things on Wine running fine with audio so I don't think it's an issue. I hope any of these obvious audio errors might give anybody here an idea of what I might need to fix.
One other thing, the steam windows flicker (only when I move the mouse) and try to give me a seizure, is this a known problem?
Offline
Getting sound to work in steam doesn't do much for the games - probably the only thing it is used for is watching videos and receiving message alerts. I don't have it working as far as I know, but sound in CS:S is fine. Maybe you want to try installing lib32-mpg123? That should get rid of the last error, but I don't know if it will get sound working
"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page
Offline
What lib32 packages do you have? I think you may be missing lib32-alsa-utils or whatever provides aoss 32-bit.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
So I came to this error while trying to run Dungeon of the Endless o wine 1.7.22, 1.7.24 and 1.6.2.
winetricks quartz fixed the problem.
Sorry for bringing a 4 years old topic up but since I ended here while looking for the soluting I hope that now this may help somebody.
Offline
Pages: 1