https://bugs.winehq.org/show_bug.cgi?id=36182
Bug ID: 36182
Summary: valgrind shows a potential leaks in
atl/tests/registrar.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13481== 28 bytes in 1 blocks are possibly lost in loss record 161 of 562
==13481== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13481== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13481== by 0x529E83E: COMPOBJ_DllList_Add (compobj.c:526)
==13481== by 0x52A0B7A: apartment_getclassobject (compobj.c:1335)
==13481== by 0x52A42C4: get_inproc_class_object (compobj.c:2894)
==13481== by 0x52A4783: CoGetClassObject (compobj.c:3032)
==13481== by 0x52A4D45: CoCreateInstance (compobj.c:3197)
==13481== by 0x4C9A026: test_registrar (registrar.c:68)
==13481== by 0x4C9A8A7: func_registrar (registrar.c:159)
==13481== by 0x4C9B6A7: run_test (test.h:584)
==13481== by 0x4C9BA96: main (test.h:654)
==13481==
--
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=26108
Summary: ole32/defaulthandlers tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at StorageImpl_CreateDirEntry (storage32.c:1251)
by StorageBaseImpl_CreateDirEntry (storage32.h:272)
by StorageBaseImpl_CreateStream (storage32.c:985)
by init_ole_stream (defaulthandler.c:1619)
by DefaultHandler_IPersistStorage_InitNew (defaulthandler.c:1685)
by test_olestream (defaulthandler.c:81)
by func_defaulthandler (defaulthandler.c:107)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlReAllocateHeap (heap.c:1897)
by HeapReAlloc (heap.c:277)
by GlobalReAlloc (heap.c:676)
by HGLOBALLockBytesImpl_SetSize (memlockbytes.c:518)
by StorageImpl_Construct (storage32.c:2740)
by Storage_Construct (storage32.c:5131)
by StgCreateDocfileOnILockBytes (storage32.c:7709)
by create_storage (defaulthandler.c:41)
by test_olestream (defaulthandler.c:69)
by func_defaulthandler (defaulthandler.c:107)
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=26049
Summary: ws2_32/sock tests shows some leaks in AcceptEx?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33221)
--> (http://bugs.winehq.org/attachment.cgi?id=33221)
valgrind log
Several leaks like:
36 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WS2_AcceptEx (socket.c:1991)
by test_AcceptEx (sock.c:4464)
by func_sock (sock.c:4703)
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.
https://bugs.winehq.org/show_bug.cgi?id=36326
Bug ID: 36326
Summary: valgrind shows a leak in rpcrt4/tests/rpc_protoseq.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13435== 68 bytes in 1 blocks are possibly lost in loss record 143 of 282
==13435== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13435== by 0x5BB4B33: rpcrt4_protseq_sock_alloc (rpc_transport.c:1554)
==13435== by 0x5BAFAE5: RPCRT4_get_or_create_serverprotseq
(rpc_server.c:927)
==13435== by 0x5BB1D62: RpcServerUseProtseqA (rpc_server.c:1041)
==13435== by 0x4D7A5B0: func_rpc_protseq (rpc_protseq.c:71)
==13435== by 0x4D9AC78: run_test (test.h:584)
==13435== by 0x4D9B067: main (test.h:654)
==13435==
==13580== 64 bytes in 1 blocks are possibly lost in loss record 140 of 282
==13580== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13580== by 0x5B94EC7: rpcrt4_protseq_np_alloc (rpc_transport.c:642)
==13580== by 0x5B8FAE5: RPCRT4_get_or_create_serverprotseq
(rpc_server.c:927)
==13580== by 0x5B919A1: RpcServerUseProtseqEpExA (rpc_server.c:997)
==13580== by 0x5B91B08: RpcServerUseProtseqEpA (rpc_server.c:892)
==13580== by 0x4D5A4F6: func_rpc_protseq (rpc_protseq.c:58)
==13580== by 0x4D7AC78: run_test (test.h:584)
==13580== by 0x4D7B067: main (test.h:654)
==13580==
--
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=32126
Bug #: 32126
Summary: Mathcad 14 ends up in a loop
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mlang
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)uukgoblin.net
Classification: Unclassified
Running Mathcad 14 (Academic Version from Open University) on wine 1.5.16.
When opening specific files or when displaying some of the tips of the day,
Mathcad 14 freezes up, and there's lots of lines like these displayed in the
console:
fixme:mlang:fnIMLangLineBreakConsole_BreakLineW (0x361f760)->1024 L"Find out
what's new in Mathcad 14 under New Features." 53 -17197070 0xede79c 0xede768
The third number from the right decreases by 1 with each line printed, and
everything else stays the same.
Austin English suggested using "native mlang/usp10" (in bug 32091). I've
installed usp10 with winetricks and it's set to use native first in winecfg,
but it didn't help.
I'm not sure how to get native mlang, winetricks doesn't seem to know what it
is - any help on that would be appreciated.
--
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=35736
Bug ID: 35736
Summary: Citavi 4.3 is installed but can not be started
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jules(a)habmalnefrage.de
I tried to install Citavi 4.3 in Wine 1.7.13 (OS: Ubuntu 13.10).
First, I created a Prefix with win32 Architecture
rm -rf .wine
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
Then I successfully installed .NET 4.5 as described here:
https://appdb.winehq.org/objectManag…sion&iId=25478
Furthermore I installed Internet Explorer 7 for Windows Server 2003 32-bit
(https://www.microsoft.com/en-us/down….aspx?id=24802) with wine and
gdiplus, corefonts, vcrun2008, vcrun2010, vb6run, mdac28 and jet40 with
winetricks.
Then I was not sure: According to the description
(https://appdb.winehq.org/objectManag…sion&iId=25478) I should have changed the
windows version of the Wine-Prefix to Windows 2003 after installing .NET 4.5.
But Citavi 4.3 requires Windows 7. So I carried on with Windows 7 and installed
Citavi 4.3 (Download: http://www.citavi.de/de/download.html). The Installation
ran without problems. But Citavi could not be started afterwards. When starting
it from bash I just got the attached feedback.
Regards,
Jules
--
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=20951
Summary: Wine cannot be compiled with -pg GCC option
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
make[1]: Entering directory `/tmp/wine-1.1.34/loader'
gcc -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c000000 preloader.o ../libs/port/libwine_port.a
preloader.o: In function `__bb_init_func':
/tmp/wine-1.1.34/loader/preloader.c:162: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail_local':
/tmp/wine-1.1.34/loader/preloader.c:166: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail':
/tmp/wine-1.1.34/loader/preloader.c:167: undefined reference to `mcount'
preloader.o: In function `wld_mmap':
/tmp/wine-1.1.34/loader/preloader.c:276: undefined reference to `mcount'
preloader.o: In function `wld_strcmp':
/tmp/wine-1.1.34/loader/preloader.c:340: undefined reference to `mcount'
preloader.o:/tmp/wine-1.1.34/loader/preloader.c:367: more undefined references
to `mcount' follow
collect2: ld returned 1 exit status
make[1]: *** [wine-preloader] Error 1
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #92 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to Christopher Thielen from comment #91)
> Does this look like the same MPEG splitter issue?
No. If "decodebin" appears in the log, it's not this issue. In your case you
probably just need to install the 32-bit "bad" plugin set.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #91 from Christopher Thielen <cthielen(a)gmail.com> ---
I think this bug may still describe an error playing videos in more than just
the game referenced. Here's Ultima IX trying to play its intro video using Wine
5.12. I believe I have the correct gstreamer plugins installed as the video
files used by the game play in 'gst123' and GNOME Videos:
02c:fixme:winediag:start_process Wine Staging 5.12 is a testing version
containing experimental patches.
002c:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
00b0:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
00b0:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
00bc:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
00bc:fixme:advapi:ReportEventA
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xd0fab0,(nil)):
stub
00bc:fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x21e2e8,(nil)):
stub
00bc:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00bc:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00bc:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000013
00bc:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
00bc:fixme:advapi:ReportEventA
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xd0fab0,(nil)):
stub
00bc:fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x21e2e8,(nil)):
stub
0050:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0050:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0050:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0050:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
00bc:fixme:advapi:ReportEventA
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xd0fab0,(nil)):
stub
00bc:fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x21e2e8,(nil)):
stub
00bc:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0xd0fb68 0xd0fb60
00bc:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00bc:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
00bc:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000013
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:ddraw:ddraw7_Initialize Ignoring guid
{00000000-0000-0000-0000-000000000000}.
00c0:err:clipboard:convert_selection Timed out waiting for SelectionNotify
event
00c0:err:clipboard:convert_selection Timed out waiting for SelectionNotify
event
0100:err:gstreamer:unknown_type Could not find a filter for caps: "video/mpeg,
systemstream=(boolean)true, mpegversion=(int)1"
0024:err:gstreamer:gstdecoder_init_gst Failed to play stream.
0100:err:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing
a plug-in.
0100:err:gstreamer:watch_bus gstdecodebin2.c(4678): gst_decode_bin_expose ():
/GstBin:bin0/GstDecodeBin:decodebin0:
no suitable plugins found:
Missing decoder: MPEG-1 System Stream (video/mpeg, systemstream=(boolean)true,
mpegversion=(int)1)
0024:fixme:gstreamer:mpeg_splitter_sink_query_accept Unsupported subtype
{e436eb84-524f-11ce-9f53-0020af0ba770}.
0100:err:gstreamer:unknown_type Could not find a filter for caps: "video/mpeg,
systemstream=(boolean)true, mpegversion=(int)1"
0024:err:gstreamer:gstdecoder_init_gst Failed to play stream.
0100:err:gstreamer:watch_bus decodebin1: Your GStreamer installation is missing
a plug-in.
0100:err:gstreamer:watch_bus gstdecodebin2.c(4678): gst_decode_bin_expose ():
/GstBin:bin1/GstDecodeBin:decodebin1:
no suitable plugins found:
Missing decoder: MPEG-1 System Stream (video/mpeg, systemstream=(boolean)true,
mpegversion=(int)1)
0024:fixme:gstreamer:mpeg_splitter_sink_query_accept Unsupported subtype
{e436eb84-524f-11ce-9f53-0020af0ba770}.
0024:fixme:quartz:AMGetErrorTextW (80040218,0031F000,160) stub
0024:fixme:ddraw:ddraw7_Initialize Ignoring guid
{00000000-0000-0000-0000-000000000000}.
0024:err:d3d:wined3d_unregister_window Window 0x10066 is not registered with
wined3d.
0024:fixme:ddraw:ddraw7_Initialize Ignoring guid
{00000000-0000-0000-0000-000000000000}.
[cthielen@localhost Ultima IX - Ascension]$ 00bc:fixme:advapi:ReportEventA
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xd0faac,(nil)):
stub
00bc:fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x21e388,(nil)):
stub
00bc:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Does this look like the same MPEG splitter issue?
--
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=32215
Bug #: 32215
Summary: wine 11game.exe run error after installed by wine
5211setup.exe
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning1141(a)gmail.com
Classification: Unclassified
Created attachment 42489
--> http://bugs.winehq.org/attachment.cgi?id=42489
wine 11game.exe
1. Download 5211Game.exe from http://www.5211game.com/down.aspx
2. install with wine
$wine 5211setup.exe
3. start from wine
$wine ~/.wine/drive_c/Program\ Files\ \(x86\)/11game/11Game.exe &>
wine-11game.log
11game.exe will not start, with such output:
wine: Unhandled page fault on read access to 0x7a2b0000 at address 0x78aa1f77
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x7a2b0000 in 32-bit code
(0x78aa1f77).
A full log is attached.
The software 5211setup.exe updates frequently.
$sha1sum 5211setup.exe
fff5d91fcd4cde99b42a77a435435d2baf8c44b3 5211setup.exe
--
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.