joerg-cyril.hoe...@t-systems.com wrote:
> Still a few occurances left in wid* functions.
> Also, HeapFree occurs in such sections (which may also cause logging).
> This is not unsafe as it is no requirement that spinlock sections should be
> quick. It's just adequate when contention is presumed lo
Ričardas Barkauskas wrote:
> This time with patch. Sorry.
> Fixes crash with dinput joystick test and pcsx2 lilypad plugin on my system..
>
> -else if (tokens < 15)
> +else if (tokens >=8 && tokens < 15)
Nice catch, this is indeed a bug when token == -1.
Vitaliy.
"Nikolay Sivov" wrote:
Reported as http://bugs.winehq.org/show_bug.cgi?id=19819
Changelog:
- prevent possible buffer overrun
- while (!(*lpSrc>>index & 0x0001) && index>index & 0x0001)) index++;
'index >= MAXTCIINDEX' won't trigger in that case:
if (index >= MAXTCIINDEX || FONT_tci[i
Eric Pouech writes:
> Alexandre Julliard a écrit :
>> Eric Pouech writes:
>>
>>
>>> @@ -1566,7 +1554,41 @@ UINT WINAPI mciLoadCommandResource(HINSTANCE hInst,
>>> LPCWSTR resNameW, UINT type)
>>> if (!(hRsrc = FindResourceW(hInst, resNameW, (LPWSTR)RT_RCDATA))) {
>>> WARN("No comman
Errors:
[/home/cahrendt/wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd
[/home/cahrendt/wine-git/dlls/ntdll/server.c:882]: (error) Resource
leak: fd_cwd
[/home/cahrendt/wine-git/dlls/winex11.drv/xfont.c:2963]: (possible
error) Resource leak: fd
Tools Errors:
[/home/cahrendt/wine-
joerg-cyril.hoe...@t-systems.com a écrit :
Hi,
Using the MCI, I've successfully played an ADPCM sample from Wikipedia, except
at the very end of IMA ADPCM play:
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
After play status length increased from 13813 to 13826!
Alexandre Julliard a écrit :
Eric Pouech writes:
@@ -1566,7 +1554,41 @@ UINT WINAPI mciLoadCommandResource(HINSTANCE hInst,
LPCWSTR resNameW, UINT type)
if (!(hRsrc = FindResourceW(hInst, resNameW, (LPWSTR)RT_RCDATA))) {
WARN("No command table found in resource\n");
} els
Hi,
Using the MCI, I've successfully played an ADPCM sample from Wikipedia, except
at the very end of IMA ADPCM play:
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
After play status length increased from 13813 to 13826! How comes?
However, playing an ULAW sample,
Patch is missing
--
Christian Gmeiner, MSc
Hi,
Here's a series of patches to fix various bugs and increase compatibility.
Alas, it is only yesterday night that I discovered that mciwave will only
record samples in multiples of 333 milliseconds (from using 3 buffers /
second). Thus in my testsuite, the comparisons against 2000ms give fl
On Mon, Oct 19, 2009 at 1:08 PM, Ove Kaaven wrote:
> Roderick Colenbrander skrev:
>> On Mon, Oct 19, 2009 at 12:45 AM, Austin English
>> wrote:
>>> On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie
>>> wrote:
Ove Kaaven wrote:
> This makes it possible to work around bug 10080 without havi
Roderick Colenbrander skrev:
> On Mon, Oct 19, 2009 at 12:45 AM, Austin English
> wrote:
>> On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie
>> wrote:
>>> Ove Kaaven wrote:
This makes it possible to work around bug 10080 without having to patch
the source code.
>>> This is a hack to
Paul Vriens wrote:
On 10/15/2009 12:59 PM, Nikolay Sivov wrote:
Changelog:
- try2: fixed usage of W calls in tests, fixed some typos
- fix an obviously wrong structure size check
Hi Nikolay,
I have been checking the failures for these tests. At first I just
wanted to add some brok
On Mon, Oct 19, 2009 at 10:03 AM, Roderick Colenbrander
wrote:
> On Mon, Oct 19, 2009 at 12:45 AM, Austin English
> wrote:
>> On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie
>> wrote:
>>> Ove Kaaven wrote:
This makes it possible to work around bug 10080 without having to patch
the sour
Eric Pouech writes:
> @@ -1566,7 +1554,41 @@ UINT WINAPI mciLoadCommandResource(HINSTANCE hInst,
> LPCWSTR resNameW, UINT type)
> if (!(hRsrc = FindResourceW(hInst, resNameW, (LPWSTR)RT_RCDATA))) {
> WARN("No command table found in resource\n");
> } else if ((hMem = LoadResource(
On 10/15/2009 12:59 PM, Nikolay Sivov wrote:
Changelog:
- try2: fixed usage of W calls in tests, fixed some typos
- fix an obviously wrong structure size check
Hi Nikolay,
I have been checking the failures for these tests. At first I just
wanted to add some broken() statements.
L
On Monday 19 October 2009 04:19:07 Nathan Gallaher wrote:
> Resubmit of patch.
>
> Patch separated into test and fix components.
> Patch rebased.
> tableName variable --> table_name
> Commented code removed.
> Unused variables removed
> Unnecessary debug printf's removed.
Looks good, please subm
On Mon, Oct 19, 2009 at 12:45 AM, Austin English
wrote:
> On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie
> wrote:
>> Ove Kaaven wrote:
>>> This makes it possible to work around bug 10080 without having to patch
>>> the source code.
>>>
>> This is a hack to allow a work around to function. Much
Hi,
maybe someone with deeper ACM knowledge can help me out. If I understand
the above call correctly it should give the size of the largest
WAVEFORMATEX structure of any driver. This should be more or less the
maximum number of each second DWORD in the registry in the key Software
\Microsoft\Audi
19 matches
Mail list logo