http://bugs.winehq.org/show_bug.cgi?id=28038
Summary: wininet/tests/urlcache: CommitUrlCacheEntry fails
sometimes
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See at
http://test.winehq.org/data/8c00ee0beff1a9a6be08f32d821186c798d15b9d/linux_…
and also locally. Here's a log, with backtrace:
../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p
wininet_test.exe.so urlcache.c
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
urlcache.c:418: Test failed: CommitUrlCacheEntry failed with error 112
urlcache.c:424: Test failed: RetrieveUrlCacheEntryFile should have set last
error to ERROR_INSUFFICIENT_BUFFER instead of 2
urlcache.c:429: Test failed: RetrieveUrlCacheEntryFile failed with error 2
urlcache.c:43: Test failed: RetrieveUrlCacheEntryFile: dwStructSize was 1114360
urlcache.c:44: Test failed: RetrieveUrlCacheEntryFile: lpszSourceUrlName should
be http://urlcachetest.winehq.org/index.html instead of ^X^T
urlcache.c:45: Test failed: RetrieveUrlCacheEntryFile: lpszLocalFileName should
be C:\users\dank\Local Settings\Temporary Internet
Files\Content.IE5\2IJCR9QJ\index[0].html instead of
Unhandled exception: page fault on read access to 0x00650053 in 32-bit code
(0x682a1527).
Backtrace:
=>0 0x682a1527 in libc.so.6 (+0x111527) (0x0032fb18)
1 check_cache_entry_infoA+0x152(returnedfrom="RetrieveUrlCacheEntryFile",
lpCacheEntryInfo=0x131400) [dlls/wininet/tests/urlcache.c:46]
2 test_urlcacheA+0xacd() [dlls/wininet/tests/urlcache.c:431]
3 func_urlcache+0xa8() [dlls/wininet/tests/urlcache.c:782]
4 run_test+0x9e(name="urlcache.c") [include/wine/test.h:556]
0x682a1527: repe movq 0x0(%edx),%mm2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26134
Summary: d3d9/query test shows a few leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_occlusion_query_states (query.c:169)
by func_query (query.c:278)
by run_test (test.h:556)
by main (test.h:624)
...
32 bytes in 1 blocks are definitely lost
at malloc (vg_replace_malloc.c:236)
by realloc (vg_replace_malloc.c:525)
by ??? (in /usr/lib/libGL.so.1.2)
by ??? (in /usr/lib/libGL.so.1.2)
by drawStridedFast (drawprim.c:47)
by drawPrimitive (drawprim.c:718)
by IWineD3DDeviceImpl_DrawPrimitiveUP (device.c:4926)
by IDirect3DDevice9Impl_DrawPrimitiveUP (device.c:1954)
by test_occlusion_query_states (query.c:203)
by func_query (query.c:278)
by run_test (test.h:556)
by main (test.h:624)
...
56 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_query_support (query.c:107)
by func_query (query.c:277)
by run_test (test.h:556)
by main (test.h:624)
...
56 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_query_support (query.c:121)
by func_query (query.c:277)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26132
Summary: dsound/capture tests shows some leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 26131
After bug 26131, there are some more leaks in dsound:
828 bytes in 46 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:494)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
...
846 bytes in 47 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:473)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
and one possible leak:
18 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:494)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26924
Summary: Beta League of Legends Patcher locks up.
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)placesthroughtime.com
Using the new League of Legends patcher found at:
http://amshaegar.de/lol/LoLRADS_US.zip
Which requires you to have vcrun2005 installed with winetricks I get the
following error message and it locks up.
err:ntdll:RtlpWaitForCriticalSection section 0x509838 "?" wait timed out in
thread 0022, blocked by 0025, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26067
Summary: user32/dialog tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33246)
--> (http://bugs.winehq.org/attachment.cgi?id=33246)
valgrind log
Invalid read of size 4
at DIALOG_DoDialogBox (dialog.c:817)
by DialogBoxParamA (dialog.c:846)
by test_DialogBoxParamA (dialog.c:1047)
by func_dialog (dialog.c:1291)
by run_test (test.h:556)
by main (test.h:624)
...
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DefDlgProcA (defdlg.c:362)
by test_WM_NEXTDLGCTL (dialog.c:600)
by func_dialog (dialog.c:1287)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24470
Summary: winegcc: 32-bit libs are not found with -m32 on 64-bit
host
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Use a 64-bit Linux, and save following as main.c:
#include <windows.h>
int main(int argc, char **argv)
{
MessageBoxA(0,"test","app",0);
return 0;
}
in the folder containing that file type:
winegcc main.c -m32 -o main.exe.so
you can verify the normal behaviour with:
winegcc main.c -o main64.exe.so
but you will get a 64-bit winelib app.
this worked before, so i added regression.
other projects like lmms depend on that, so setting keyword regression
see also Bug 24402
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16792
Summary: BaseHead 1.7 crashes while moving window around
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.baseheadinc.com/downloads/47?task=download
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.winehq.org/pipermail/wine-devel/2009-January/071730.html
was a post from an ISV who mentioned that his app "runs pretty chunky"
in Wine, so I tried it out. He mentioned that it needed flash,
so I did 'winetricks flash' first.
First problem: The installer uses a tiny, tiny font, which looks like bug
16264.
Second problem: playing around with the app's window, trying to position
it right on my laptop's 1024x768 screen, I got the following crash:
Unhandled exception: page fault on read access to 0x00000148 in 32-bit code
(0x7
eb1e72b).
Backtrace:
=>0 0x7eb1e72b PEN_SelectObject+0x2b(handle=0x64, hdc=0x26f8)
[dlls/gdi32/pen.c:238] in gdi32 (0x0032f9d4)
1 0x7eb09d8c SelectObject+0xac(hdc=0x26f8, hObj=?) [dlls/gdi32/gdiobj.c:1129]
in gdi32 (0x0032fa04)
2 0x734759fb in msvbvm60 (+0x559fb) (0x00b9410c)
0x7eb1e72b PEN_SelectObject+0x2b [dlls/gdi32/pen.c:238] in gdi32: movl
0x148(%eax),%edx
238 if (dc->funcs->pSelectPen && !dc->funcs->pSelectPen( dc->physDev,
ha
ndle ))
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16255
Summary: AOM Gold does not show marker when setting tasks for
citizens
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
AOM Gold does not show marker when setting tasks for citizens
It will only show a marker when moving a unit or when a Town Center attacks an
undeveloped wall.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10001
Summary: Lack of hardware mixing
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Directsound properly plays most games correctly but there is no support for
hardware mixing. Various cards support it through Alsa. Support for this would
reduce latency and improve audio quality. Further multiple audio channels can
be supported on such cards more efficiently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28135
Summary: BiG World Project for baldur's gate will not work.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
It's a complicated bat file to download and setup mods for Baldur's gate 2 & 1
It appears that wineconsole is not prepared to deal with it.
http://www.shsforums.net/index.php?app=downloads&module=display§ion=dow…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.