http://bugs.winehq.org/show_bug.cgi?id=30180
Bug #: 30180
Summary: winecfg hangs on drive actions
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If I'm opening winecfg and going to the Drives register winecfg has some
problems if there is for example a burning process on a drive which is listed
there. In this case I don't get a list of drives and winecfg is hanging until
the related drive gets unlocked.
Maybe the drive list could be something like a sandbox so if winecfg can't
access a drive it is still possible to go through the menu and make some
actions/close winecfg.
--
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=36237
Bug ID: 36237
Summary: valgrind shows a leak in comctl32/tests/subclass.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25345== 16 bytes in 1 blocks are definitely lost in loss record 135 of 690
==25345== at 0x7BC4C735: notify_alloc (heap.c:255)
==25345== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==25345== by 0x7B84586B: HeapAlloc (heap.c:271)
==25345== by 0x7B845A92: GlobalAlloc (heap.c:364)
==25345== by 0x7B846ECF: LocalAlloc (heap.c:967)
==25345== by 0x4C64A16: Alloc (comctl32undoc.c:74)
==25345== by 0x4C68824: SetWindowSubclass (commctrl.c:1030)
==25345== by 0x49B8014: test_subclass (subclass.c:236)
==25345== by 0x49B8571: func_subclass (subclass.c:330)
==25345== by 0x49F4A1C: run_test (test.h:584)
==25345== by 0x49F4E0B: main (test.h:654)
==25345==
--
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=39333
Bug ID: 39333
Summary: Tera: Unimplemented function
bcrypt.dll.BCryptCreateHash
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: skotlex(a)mailforce.net
Distribution: ---
Ever since today's (2015.09.24) update to Tera, the client crashes every half
an hour or so due to this missing function.
The console prints out:
fixme:bcrypt:BCryptOpenAlgorithmProvider 0x1598e22c, L"SHA256", L"Microsoft
Primitive Provider", 00000000 - stub
wine: Call from 0x7edcaf66 to unimplemented function
bcrypt.dll.BCryptCreateHash, aborting
wine: Unimplemented function bcrypt.dll.BCryptCreateHash called at address
0x7edcaf66 (thread 0091), starting debugger...
Is there anything that can be done here? I imagine a stub won't do for the
missing create hash function?
--
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=39205
Bug ID: 39205
Summary: wordpad: paragraph didn't be repaint after undo
setting of alignment
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
reproduce:
1. $ wine wordpad;
2. Type a line of text in wordpad and enter Ctrl+e to change it's alignment
format;
3. Enter Ctrl+z, you will find nothing happen in the editor;
4. Enter Ctrl+z again, you will find text we typed is backout.
--
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=38728
Bug ID: 38728
Summary: valgrind shows uninitialized memory in
dlls/user32/clipboard.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p
user32_test.exe.so clipboard && touch clipboard.ok
clipboard.c:172: Test failed: SetClipboardData succeeded
clipboard.c:173: Test failed: wrong error 0
==4874== Thread 2:
==4874== Conditional jump or move depends on uninitialised value(s)
==4874== at 0x7B84A38C: strlenW (unicode.h:200)
==4874== by 0x7B84E1A2: WideCharToMultiByte (locale.c:2343)
==4874== by 0x56A9169: intern_atoms (clipboard.c:371)
==4874== by 0x56AF69C: X11DRV_SelectionRequest_TARGETS (clipboard.c:3256)
==4874== by 0x56AFDAF: X11DRV_HandleSelectionRequest (clipboard.c:3453)
==4874== by 0x56B0032: X11DRV_SelectionRequest (clipboard.c:3527)
==4874== by 0x56B164F: call_event_handler (event.c:395)
==4874== by 0x56B185A: process_events (event.c:462)
==4874== by 0x56B1978: X11DRV_MsgWaitForMultipleObjectsEx (event.c:488)
==4874== by 0x4ACEAB5: wait_message (winproc.c:1128)
==4874== by 0x4A93D63: wait_objects (message.c:3068)
==4874== by 0x4A961A3: MsgWaitForMultipleObjectsEx (message.c:4148)
==4874== by 0x56AEB3A: selection_thread_proc (clipboard.c:2920)
==4874== by 0x7BC81BB7: ??? (signal_i386.c:2682)
==4874== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741)
==4874== by 0x7BC81B95: ??? (signal_i386.c:2682)
==4874== by 0x7BC88D78: start_thread (thread.c:443)
==4874== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so)
==4874== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so)
==4874== Uninitialised value was created by a stack allocation
==4874== at 0x56A9064: intern_atoms (clipboard.c:349)
==4874==
--
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=39256
Bug ID: 39256
Summary: msxml3/tests/domdoc.c crashes under valgrind
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 52323
--> https://bugs.winehq.org/attachment.cgi?id=52323
backtrace
Backtrace:
=>0 0x05cceb06 free_properties+0x2e(properties=0x4653450)
[/home/austin/wine-valgrind/dlls/msxml3/../../include/msxml6.h:4032] in msxml3
(0x0492f9c8)
1 0x05ccf37e xmldoc_release_refs+0x17e(doc=0x9cc6358, refs=0x1)
[/home/austin/wine-valgrind/dlls/msxml3/domdoc.c:615] in msxml3 (0x0492fa28)
2 0x05ccf3c5 xmldoc_release+0x1c(doc=0x9cc6358)
[/home/austin/wine-valgrind/dlls/msxml3/domdoc.c:626] in msxml3 (0x0492fa48)
3 0x05cf7df3 destroy_xmlnode+0x3a(This=0x46677a0)
[/home/austin/wine-valgrind/dlls/msxml3/node.c:1413] in msxml3 (0x0492fa68)
4 0x05cd01f0 domdoc_Release+0xd9(iface=<couldn't compute location>)
[/home/austin/wine-valgrind/dlls/msxml3/domdoc.c:957] in msxml3 (0x0492fab8)
5 0x0478c404 test_get_ownerDocument+0xe75()
[/home/austin/wine-valgrind/dlls/msxml3/tests/../../../include/msxml2.h:5224]
in msxml3_test (0x0492fcd8)
6 0x047acede func_domdoc+0x161()
[/home/austin/wine-valgrind/dlls/msxml3/tests/domdoc.c:12050] in msxml3_test
(0x0492fcf8)
7 0x047e3108 run_test+0x9f(name="domdoc")
[/home/austin/wine-valgrind/dlls/msxml3/tests/../../../include/wine/test.h:584]
in msxml3_test (0x0492fd38)
8 0x047e3550 main+0x222(argc=<couldn't compute location>, argv=<couldn't
compute location>)
[/home/austin/wine-valgrind/dlls/msxml3/tests/../../../include/wine/test.h:666]
in msxml3_test (0x0492fde8)
--
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=36725
Bug ID: 36725
Summary: Audible Manager crashes immediately on startup
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: torsten.crass(a)eBiology.de
Created attachment 48773
--> http://bugs.winehq.org/attachment.cgi?id=48773
Content of "Program Error Details" dialog after Audible Manager crashes
The summary says it all ;)
It is possible to install audible.com's AudibleManager using their
ActiveSetupN.exe installer, but it crashes immediately after launching the
actual Manager.exe. It is also not possible to directly fire up the Audible
Manager after installation, it also crashes immediately.
Manager.exe run fine about half a year ago, though.
Best regards --
-- Torsten
--
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=36637
Bug ID: 36637
Summary: wininet/tests/http.c crashes under valgrind
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48678
--> https://bugs.winehq.org/attachment.cgi?id=48678
valgrind log/backtrace
See also bug 36004 for a crash with warn+heap.
wine: Unhandled page fault on read access to 0x04760000 at address 0x7bc4d939
(thread 0033), starting debugger...
Backtrace:
=>0 0x7bc4d939 HEAP_CreateFreeBlock+0xb5(subheap=0x46f0014, ptr=0x4755cb8,
size=0xa348) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:591] in ntdll
(0x04d0eaa4)
1 0x7bc4dc61 HEAP_ShrinkBlock+0x42(subheap=0x46f0014, pArena=0x4755c88,
size=0x28) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:694] in ntdll
(0x04d0eac8)
2 0x7bc50f6e RtlAllocateHeap+0x2fb(heap=<couldn't compute location>,
flags=<couldn't compute location>, size=<couldn't compute location>)
[/home/austin/wine-valgrind/dlls/ntdll/heap.c:1713] in ntdll (0x04d0eb58)
3 0x04d35001 heap_alloc+0x2b(len=0x20)
[/home/austin/wine-valgrind/dlls/wininet/internet.h:116] in wininet
(0x04d0eb98)
4 0x04d3f383 HttpQueryInfoA+0x13a(hHttpRequest=<couldn't compute location>,
dwInfoLevel=<couldn't compute location>, lpBuffer=<couldn't compute location>,
lpdwBufferLength=<couldn't compute location>, lpdwIndex=<couldn't compute
location>) [/home/austin/wine-valgrind/dlls/wininet/http.c:3934] in wininet
(0x04d0ebf8)
5 0x0495e5b8 InternetReadFile_test+0x16ef(flags=0, test=0x49a4780)
[/home/austin/wine-valgrind/dlls/wininet/tests/http.c:639] in wininet_test
(0x04d0fc98)
I'll attach the full log here and file separate bugs for the leaks/etc.
--
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=39287
Bug ID: 39287
Summary: Error in ntdll during hisuite Huawei install
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: blackswanny(a)gmail.com
Created attachment 52363
--> https://bugs.winehq.org/attachment.cgi?id=52363
stack trace of what has happened
Error in ntdll during hisuite Huawei install
--
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.