search for: wodplay

Displaying 4 results from an estimated 4 matches for "wodplay".

2008 Sep 10
1
Bug in winealsa.drv? Incredibly specific oddity
...t seems like an incredibly specific problem. I've been struggling with the TTS output for the navigation, it just keeps randomly locking up the app, sometimes after a mile, sometimes 30, after figuring out I could debug just the wave classes, I think I've found a clue. It keeps hanging on wodPlayer_NotifyCompletions and just waiting forever when it locks up. Here's the interesting part though... It only locks up when the difference between lpWaveHdr->reserved and wwo->dwPlayedTotal is EXACTLY 940 [Shocked] I've repeated this over 4 times. How I even caught it... lol. I w...
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see below). Notepad is running fine, so i decided to run something more fun, starcraft. The installation program works, even with sound and all, exept when i decide to run the previews. The previews run rine, but whithout sound. When i return to the installation program the sound is gone. But anyway, it does it's yob,
2002 Apr 04
1
wave/OSS and JumpStart Kindergarten...
...the problem.... The sound cuts off after the first few waves are played. I turned on --debugmsg trace+wave,warn+wave and a few traces of my own to see what was going on. It appears that JSK is trying to open the sound device (wodOpen) on one thread while it is in the middle of using it to play (wodPlay) on another thread. Access/Modification of the static OSS_OpenFD isn't thread safe, so when OSS_OpenDevice() fails, the -1 is stuffed into OSS_OpenFD, which hoses the playback thread. If I make the necessary changes to make the OSS_OpenDevice() failure not blast OSS_OpenFD, the playing thread...
2008 Sep 05
0
Wine release 1.1.4
...in Wine traces. kernel32/tests: Add a trailing '\n' to an ok() call. d3dxof: Add a '\n' to a Wine trace. Gerald Pfeifer (3): winhttp: Include <sys/socket.h>. quartz: Add return statement to PullPin_Thread_Main(). winenas: Add return statement to wodPlayer(). Hans Leidekker (26): winhttp: Add support for querying most of the standard header attributes. winhttp: Add networking infrastructure. winhttp: Implement WinHttpSendRequest. winhttp: Implement WinHttpReceiveResponse. winhttp: Implement WinHttpQueryDataAvailable....