I installed Ubuntu 9.10 64 bit around a month ago. About a week ago I downloaded wine, through Ubuntu Software Center, and I've been having some problems in getting games to work fully, many of which are said to work without many bugs at all, or at least not as much as I've been experiencing. Two games that I've tried were Half-Life(through steam), and recently Perfect World. Half-Life works at an excellent speed as was expected considering its age, but there isn't sound. I've tried switching Audio driver settings, but it didn't work at all. Perfect World, works, but very crudely. I followed this video guide here, but I'm having problems that aren't the product in the video guide. http://appdb.winehq.org/objectManager.php?sClass=version&iId=9923. Anyway, my problems are that the game has no sound, it runs very slow. The mouse pointer only shows sometimes, the characters textures show up randomly, and it crashes every other startup or in the middle of trying to play. I followed all of the steps in the video, and I have up to date drivers. My PC's specs: Nvidia 9500gt Pentium Dual Core E2140 1.6ghz 4x512mb DDR2 sdram 667mhz I'm wondering, could it be that my version of Wine is outdated? How do I determine if that is the case, and how do I update without losing my files?
Greetings, I am a fellow wine user running Fedora, which, like Ubuntu, uses pulseaudio as the primary sound server. I cannot be bothered with questions about Ubuntu, but I have been dealing with this issue for a while, so I can volunteer some information that may help. Wine does not have an official pulseaudio driver, but Ubuntu may have included one. I would be interested to know if they did. The driver is experimental and incomplete. For one, it does not have any mixer controls, so it may not work with chat programs or dictation software that wants to set microphone levels or anything like that, but it should work for most games. You may run winecfg and choose the pulseaudio driver, if present. If pulseaudio is not present, either disable pulseaudio or install Ubuntu's pulseaudio alsa plugin so alsa applications (wine) will have sound. This link explains how to do that: https://wiki.ubuntu.com/PulseAudio When that's done, run winecfg and set wine's audio driver to alsa. Good luck. Please report back with your results and maybe somebody else can help you. Remember to include a subject in your forum posts. These messages are copied and mailed out to everybody on the list.
billdozor wrote:> Have you tried the wrapping pulse audio around the launch command solution? > > Example: My WoW launcher is: > > padsp wine "/Games/World of Warcraft/Wow.exe" -opengl > > the "padsp" at the beginning corrected sound issues for me in WoW with Ubuntu and Xubuntu.How should I put it if I already have stuff around it. For example: Code: env WINEPREFIX="/home/my username/.wine" wine "C:\Program Files\Steam\steam.exe" -applaunch 70
try this: env WINEPREFIX="/home/my username/.wine" padsp wine "C:\Program Files\Steam\steam.exe" -applaunch 70
Worked for me..!! Thanks..!! Not a permanent solution I think is it..!!?? Clarve..!! .