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=30917
Bug #: 30917
Summary: Liquidator 2 needs
msvcp71.dll.??0?$basic_istringstream@DU?$char_traits@D
@std@@V?$allocator@D@2@@std@@QAE@ABV?$basic_string@DU?
$char_traits@D@std@@V?$allocator@D@2@@1@H@Z
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Classification: Unclassified
Having d3dx9_36.dll
Produces
wine: Call from 0x6845d6c2 to unimplemented function
msvcp71.dll.??0?$basic_istringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@H@Z,
aborting
err:seh:setup_exception_record stack overflow 1196 bytes in thread 0009 eip
6834f128 esp 00230e84 stack 0x230000-0x231000-0x330000
Segmentation fault (core dumped)
Tested with wine-1.5.6-136-ge412c8c
--
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=31215
Bug #: 31215
Summary: FOCA Free fails to start because of carriage return
entities in .net's machine.config?
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
A user complained in http://forum.winehq.org/viewtopic.php?t=16143
that "FOCA Free" crashed on startup.
The app initially crashes with some weird mono error, so I tried
'winetricks dotnet20'.
This prompted the app to crash with
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'System.Core, Version=3.5.0.0
so I tried 'winetricks dotnet35'.
After that, the app crashed with
System.Configuration.ConfigurationErrorsException: Unrecognized element.
(C:\windows\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 156)
Looking at that file, I saw that that line and all later lines ended with
a carriage return entity (ampersand # 13 ;). Removing those entities let
the app start ok. Verified that doing a clean install of .net 3.5 in
an empty .wine directory before installing the app gives the same result.
I tried to nail down when those bogus entities appeared by watching
that file as I installed the various prerequisites, and (aside from
having real CR's in it) it seemed clean right up through dotnet30sp1.
However, I can't always get dotnet35 to install... it often hangs.
So this bug report is somewhat incomplete.
--
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=30998
Bug #: 30998
Summary: [regression] Fonts antialiasing has stopped working in
some situtations
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 40691
--> http://bugs.winehq.org/attachment.cgi?id=40691
iexplorer with broken fonts antialiasing
I now have some parts of multiple applications having not-antialiased fonts,
including iexplore.exe.
Wine 1.5.3 didn't have this problem, so it's a clear regression.
--
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=31353
Bug #: 31353
Summary: wine notepad crashed when exiting with some CJK
characters remaining in text area
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felixonmars(a)gmail.com
CC: fracting(a)gmail.com
Classification: Unclassified
Created attachment 41197
--> http://bugs.winehq.org/attachment.cgi?id=41197
crash log
This is what I've tested:
1. locale: en_US.UTF-8
$ wine notepad
Then input or paste some Chinese/Japanese characters, and hit exit button (or
alt-f4).
Crashed.
2. locale: en_US.UTF-8
$ wine notepad
Then input or paste some Chinese/Japanese characters, then delete them, and hit
exit button (or alt-f4).
It did not crash.
3. locale: zh_CN.UTF-8
Same operations as 1, did not crash too.
log attached.
--
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.