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=7873
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.52.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36571
Bug ID: 36571
Summary: valgrind shows some invalid memory use in
shell32/tests/path.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5658== Invalid read of size 1
==5658== at 0x402EB35: bcmp (vg_replace_strmem.c:965)
==5658== by 0x4ED0EED: is_knownfolder (shellpath.c:3790)
==5658== by 0x4ED1052: foldermanager_GetFolder (shellpath.c:3819)
==5658== by 0x4CDAB24: test_knownFolders (shobjidl.h:16490)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658== Address 0x49cc458 is 0 bytes inside a block of size 1,664 free'd
==5658== at 0x7BC4C72C: notify_free (heap.c:263)
==5658== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5658== by 0x5B02C4E: IMalloc_fnFree (ifs.c:265)
==5658== by 0x5B0311D: CoTaskMemFree (objidl.h:1242)
==5658== by 0x4CDA857: test_knownFolders (shellpath.c:2164)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658==
==5658== Invalid read of size 1
==5658== at 0x402EB35: bcmp (vg_replace_strmem.c:965)
==5658== by 0x4ED0EED: is_knownfolder (shellpath.c:3790)
==5658== by 0x4ED1052: foldermanager_GetFolder (shellpath.c:3819)
==5658== by 0x4CDAFDC: test_knownFolders (shobjidl.h:16490)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658== Address 0x49cc458 is 0 bytes inside a block of size 1,664 free'd
==5658== at 0x7BC4C72C: notify_free (heap.c:263)
==5658== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5658== by 0x5B02C4E: IMalloc_fnFree (ifs.c:265)
==5658== by 0x5B0311D: CoTaskMemFree (objidl.h:1242)
==5658== by 0x4CDA857: test_knownFolders (shellpath.c:2164)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658==
==5658== Invalid free() / delete / delete[] / realloc()
==5658== at 0x7BC4C72C: notify_free (heap.c:263)
==5658== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5658== by 0x4ED0B05: foldermanager_Release (shellpath.c:3710)
==5658== by 0x4CDD44E: test_knownFolders (shobjidl.h:16477)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658== Address 0x49cc458 is 0 bytes inside a block of size 1,664 free'd
==5658== at 0x7BC4C72C: notify_free (heap.c:263)
==5658== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5658== by 0x5B02C4E: IMalloc_fnFree (ifs.c:265)
==5658== by 0x5B0311D: CoTaskMemFree (objidl.h:1242)
==5658== by 0x4CDA857: test_knownFolders (shellpath.c:2164)
==5658== by 0x4CDE323: func_shellpath (shellpath.c:2660)
==5658== by 0x4D14454: run_test (test.h:584)
==5658== by 0x4D14843: main (test.h:654)
==5658==
--
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=35553
Bug ID: 35553
Summary: Warhammer 40,000: Dawn of War II: does not start,
crypt:CertCreateContext dwFlags not implemented
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Classification: Unclassified
Created attachment 47474
--> http://bugs.winehq.org/attachment.cgi?id=47474
DOW2.EXE, Wine 1.7.12, +loaddll,+crypt
I'm trying to get Dawn of War 2 working. There appear to be two obvious issues
preventing it running. The first is worked around by using native wintrust and
msasn1 DLLs, and restoring backups of content.cat before every program launch
(which is Bug 35452). The second issue (exclusive to Dawn of War 2) is what I'm
reporting in this ticket.
The first bug applies to both Dawn of War 2 and Dawn of War 2: Retribution, but
as stated has a work-around. However attempting the same work-around on plain
Dawn of War 2 causes us to run into the second problem:
trace:crypt:CertCreateContext (0x3, 0x10001, 0xce10000, 5861, 0x00000005,
(nil))
fixme:crypt:CertCreateContext dwFlags 0x00000005 not handled
fixme:advapi:RegisterTraceGuidsA (0x1bfce70, (nil),
{d5b9ac76-d546-4891-bb8c-bfd865e5c7d5}, 3, 0x2142b00, (null), (null),
0x214f850): stub
More history attached, in case you need it.
Nothing further is printed to the console, but the following command is still
running:
C:\Program Files\Steam\steamapps\common\Dawn of War 2\dow2.exe -logs
It's consuming 100% CPU, and will do so forever until it is manually killed.
I have not been successful in any attempt at a work-around for this bug to
date.
--
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=32257
Bug #: 32257
Summary: Castle Story Prototype v0.0.2 crashes when starting
new game
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Anxiety35(a)gmail.com
Classification: Unclassified
Created attachment 42567
--> http://bugs.winehq.org/attachment.cgi?id=42567
Backtrace from castle Story v0.0.2 crash
Castle Story Prototype with update 0.0.2 crashes right after clicking a map to
start a new game. The icons load on the screen and then it crashes with a page
fault.
It crashes regardless of the resolution, window, and graphics quality settings.
Attached is the crash backtrace.
--
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=7520
--- Comment #33 from Sagawa <sagawa.aki+winebugs(a)gmail.com> ---
Ah, my patch is for pure bitmap fonts by adding FT_GLYPH_FORMAT_BITMAP case in
synthesize_bold_glyph. Possibly, I thought it wasn't useful nowadays or
encountered difficulties.
For embedded bitmaps, it seems to be off-topic. So, I'll reply to your mail in
wine-devel.
--
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=7520
--- Comment #32 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Sure, I didn't mean pure bitmap fonts by the way, but rather scalable fonts
with embedded bitmaps for specific font sizes.
--
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=7520
--- Comment #31 from Sagawa <sagawa.aki+winebugs(a)gmail.com> ---
Hi, Nikolay.
I have some patchset for bitmap font case at that time, but I forgot to commit
them.
I'll send patch set. Could you review them? Thanks in advance.
--
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=7520
--- Comment #30 from Nikolay Sivov <bunglehead(a)gmail.com> ---
As a follow up on this -
https://www.winehq.org/pipermail/wine-patches/2015-September/142625.html. The
way emboldening works now in Wine seems questionable to me, especially in a way
that we ignore glyph bitmaps entirely and use outlines.
--
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=36639
Bug ID: 36639
Summary: gettimeofday() points to unaddressable memory in
wininet/tests/http.c (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
Depends on: 36637
==32063== Syscall param gettimeofday(tv) points to unaddressable byte(s)
==32063== at 0x4E90EBD6: gettimeofday (in /usr/lib/libc-2.18.so)
==32063== by 0x7BC93374: NtQuerySystemTime (time.c:470)
==32063== by 0x7BC8A8FB: NtDelayExecution (sync.c:940)
==32063== by 0x7B876351: SleepEx (sync.c:108)
==32063== by 0x7B87630B: Sleep (sync.c:97)
==32063== by 0x4D358A2: collect_connections_proc (http.c:358)
==32063== by 0x7BC87137: ??? (signal_i386.c:2571)
==32063== by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==32063== by 0x7BC87115: ??? (signal_i386.c:2571)
==32063== by 0x7BC8E560: start_thread (thread.c:428)
==32063== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==32063== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==32063== Address 0x658e8d8 is on thread 1's stack
==32063==
--
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=36641
Bug ID: 36641
Summary: valgrind shows an anvalid read in wininet/tests/http.c
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
Depends on: 36637
==32063== Invalid read of size 2
==32063== at 0x4D3E66E: HTTP_HttpQueryInfoW (http.c:3596)
==32063== by 0x4D3F1B0: HttpQueryInfoW (http.c:3883)
==32063== by 0x4D3F402: HttpQueryInfoA (http.c:3944)
==32063== by 0x495E46B: InternetReadFile_test (http.c:629)
==32063== by 0x497D687: func_http (http.c:5329)
==32063== by 0x4994B90: run_test (test.h:584)
==32063== by 0x4994F7F: main (test.h:654)
==32063== Address 0x471e21e is 0 bytes after a block of size 822 alloc'd
==32063== at 0x7BC4C75D: notify_alloc (heap.c:255)
==32063== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==32063== by 0x4D35000: heap_alloc (internet.h:116)
==32063== by 0x4D3FD2F: HTTP_build_req (http.c:4170)
==32063== by 0x4D36905: build_response_header (http.c:732)
==32063== by 0x4D3E5A4: HTTP_HttpQueryInfoW (http.c:3576)
==32063== by 0x4D3F1B0: HttpQueryInfoW (http.c:3883)
==32063== by 0x4D3F402: HttpQueryInfoA (http.c:3944)
==32063== by 0x495E46B: InternetReadFile_test (http.c:629)
==32063== by 0x497D687: func_http (http.c:5329)
==32063== by 0x4994B90: run_test (test.h:584)
==32063== by 0x4994F7F: main (test.h:654)
==32063==
==32063== Invalid read of size 4
==32063== at 0x7BC4D939: HEAP_CreateFreeBlock (heap.c:591)
==32063== by 0x7BC4DC60: HEAP_ShrinkBlock (heap.c:694)
==32063== by 0x7BC50F6D: RtlAllocateHeap (heap.c:1713)
==32063== by 0x4D35000: heap_alloc (internet.h:116)
==32063== by 0x4D3F382: HttpQueryInfoA (http.c:3934)
==32063== by 0x495E5B7: InternetReadFile_test (http.c:639)
==32063== by 0x497D6B3: func_http (http.c:5331)
==32063== by 0x4994B90: run_test (test.h:584)
==32063== by 0x4994F7F: main (test.h:654)
==32063== Address 0x4760000 is not stack'd, malloc'd or (recently) free'd
==32063==
==32063== Thread 4:
==32063== Invalid write of size 4
==32063== at 0x7BC93356: NtQuerySystemTime (time.c:467)
==32063== by 0x7BC8A8FB: NtDelayExecution (sync.c:940)
==32063== by 0x7B876351: SleepEx (sync.c:108)
==32063== by 0x7B87630B: Sleep (sync.c:97)
==32063== by 0x4D358A2: collect_connections_proc (http.c:358)
==32063== by 0x7BC87137: ??? (signal_i386.c:2571)
==32063== by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==32063== by 0x7BC87115: ??? (signal_i386.c:2571)
==32063== by 0x7BC8E560: start_thread (thread.c:428)
==32063== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==32063== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==32063== Address 0x658e8bc is on thread 1's stack
==32063==
==32063== Invalid read of size 4
==32063== at 0x7BC1EB70: __x86.get_pc_thunk.bx (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==32063== by 0x7BC8A8FB: NtDelayExecution (sync.c:940)
==32063== by 0x7B876351: SleepEx (sync.c:108)
==32063== by 0x7B87630B: Sleep (sync.c:97)
==32063== by 0x4D358A2: collect_connections_proc (http.c:358)
==32063== by 0x7BC87137: ??? (signal_i386.c:2571)
==32063== by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==32063== by 0x7BC87115: ??? (signal_i386.c:2571)
==32063== by 0x7BC8E560: start_thread (thread.c:428)
==32063== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==32063== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==32063== Address 0x658e8bc is on thread 1's stack
==32063==
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=36200
Bug ID: 36200
Summary: crypt32/tests/msg.c test crashes under valgrind
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48321
--> https://bugs.winehq.org/attachment.cgi?id=48321
terminal output/backtrace
Backtrace:
=>0 0x00000000 (0x04befba8)
1 0x04c78a0f CryptMsgUpdate+0xa8(hCryptMsg=0x46f24c8, pbData="",
cbData=0x4, fFinal=0)
[/home/austin/wine-valgrind-known/dlls/crypt32/msg.c:3601] in crypt32
(0x04befbe8)
2 0x0498d49c test_data_msg_update+0x768()
[/home/austin/wine-valgrind-known/dlls/crypt32/tests/msg.c:460] in crypt32_test
(0x04befc98)
3 0x0498e526 test_data_msg+0xf()
[/home/austin/wine-valgrind-known/dlls/crypt32/tests/msg.c:718] in crypt32_test
(0x04befca8)
4 0x0499ca90 func_msg+0xc5()
[/home/austin/wine-valgrind-known/dlls/crypt32/tests/msg.c:3780] in
crypt32_test (0x04befcc8)
--
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=39359
Bug ID: 39359
Summary: No msi progress dialog
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: computerwhiz02(a)hotmail.com
Distribution: ---
Created attachment 52455
--> https://bugs.winehq.org/attachment.cgi?id=52455
windows dialog
When I install WINE Mono, I don't get a dialog with a progress bar that
displays text such as Preparing to install, etc. WINE's implementation seems to
be missing this really useful feature.
--
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=32547
Bug #: 32547
Summary: ShowMiiWads: Crashes when installing WADs
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.schwimer(a)hotmail.com
Classification: Unclassified
Created attachment 42952
--> http://bugs.winehq.org/attachment.cgi?id=42952
Wine's output following the crash
Using a program called ShowMiiWads v1.4:
http://wiibrew.org/wiki/ShowMiiWads
The program is a sort of utility used to inject WAD files into a NAND backup of
a Wii system.
Steps to produce issue:
1. Created a "Common Key.bin" file using Tools > Create Common Key and typin
'45e'.
2. Selected Options > Change NAND Backup Path, and navigated to the desired
folder.
3. Selected View > ShowMiiNand.
4. Right-clicked an item from the list, selected "Install", then "File", then
selected a WAD file.
5. Program crashes with attached output.
--
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=9158
Jon Dufresne <jon.dufresne(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|jon.dufresne(a)gmail.com |
--
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=9158
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
OS|other |Linux
--
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=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |pnpmgr
--
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=7372
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
--
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=20354
Summary: Sony Vegas has encountered an Error: 'WIA-Manager
could not be initialized'
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.sonycreativesoftware.com/vegaspro
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24107)
--> (http://bugs.winehq.org/attachment.cgi?id=24107)
Console Output when starting the installed and registered program
I am a professional video editor for one of the large studios around.
Lately switching to Linux have 'forced' me to use the awesome WINE in order to
install Sony Vegas Pro 9. Unfortunately WINE does absolutely not care about the
Windows Image Acquisition (WIA).
Ths, I only can say that Sony Vegas Pro 9 install absolutely without any
errors, and even registration works fine. Right after the start of the program
the loading window shows up and is replaced immediately with an error
notification: "Sony Vegas has encountered an Error: 'WIA-Manager could not be
initialized'".
I figured to talk to the people on IRC and post an error log, but even they say
that WINE does not care the slightest about the Windows Image Acquisition. I am
actually looking forward to see WIA supported as fast as possible.
I´ve been talking directly to Sony developers in their forum (complete Thread
in German). If you are interested seing the output feel free to visit:
http://www.vegasforum.de/sony-vegas-pro-t1878.html
THANK YOU for the work you do every day to improve WINE. It is much
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.
https://bugs.winehq.org/show_bug.cgi?id=3425
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |20050930
OS|other |Linux
--
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=8332
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |iphlpapi
--
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=12852
Summary: Alibre Design: installer fails
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.alibre.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpikonen(a)gmail.com
Created an attachment (id=12541)
--> (http://bugs.winehq.org/attachment.cgi?id=12541)
Wine error output when running Alibre Design installer
The installer for Alibre Design (AlibreInstall_V10SP1.exe free download from
alibre.com) fails in Wine.
The installer starts and extracts files from CAB-files, and then offers to
install "a supported version of Microsoft Virtual Machine". This installation
fails, and the installer displays a popup suggesting to contact Alibre support.
The supported version of MSVM is available for download at the alibre.com
website, but running this installer before running the alibre installer does
not change anything.
--
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=5054
Bug 5054 depends on bug 10601, which changed state.
Bug 10601 Summary: Microsoft .NET Framework: GAC API for managed assembly installation needs reparse point/junction API support (.NET Framework 2.0, 3.0, 4.0 installers and other apps that make use of GAC API)
https://bugs.winehq.org/show_bug.cgi?id=10601
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--
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=15556
Summary: Adobe Illustrator CS installer looks for Color directory
in wrong place?
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://bugs.winehq.org/show_bug.cgi?id=10002#c8
is a report from Anastasius about Illustrator CS's
installer getting confused about where the Color
directory lives. Here's what he said, with long traces
removed:
--- snip ---
installer and the app/support tools don't get well with
color profiles in mscms storage (the 'private' locations will work).
With the current implementation of mscms api, the profiles are stored in
"windows/system32/spool/drivers/color".
This works as long as the mscms API is used to retrieve the directory where the
profiles are stored.
Unfortunately the CS installer stores the profiles *NOT* in
"windows/system32/spool/drivers/color" but in the old 9X
"windows/system32/Color/" location (creates the "Color" directory if not
present).
...
Illustrator and other support tools later retrieve the profiles location by
using GetColorDirectoryA().
...
Nothing is found due to installer putting them in "old" directory and C++
exception is thrown.
Not catastrophic for Illustrator because it searches additional 'private'
profile locations but it adds additional noise.
Other tools like the adobe gamma loader (from "C:\Program Files\Common
Files\Adobe\Calibration\Adobe Gamma Loader.exe") won't even work due to that
problem.
To solve the profiles problem - supporting the "old" and "new" profile storage
I suggest to use a symbolic link.
E.g. wine should create a "windows/system32/Color/" symlink to
"windows/system32/spool/drivers/color".
That way older and new apps can access the profiles.
With fresh ~./wine, precreation of "color" profile directory symlink and
installation, the app and tools find the profiles:
--- snip ---
So, why is the installer doing this?
Should we work around it with the symlink suggested by Anastasius?
--
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=15332
Summary: Compiling on PC-BSD with -Werror fails in
dlls/mscms/handle.c
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
In today's installment of finding obscure bugs on weird setups, tried compiling
on PC-BSD with:
CFLAGS="-Werror" ./configure && make clean && make depend && make
which works, all the way up to:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/local/include -Werror -o handle.o
handle.c
In file included from mscms_priv.h:52,
from handle.c:32:
/usr/local/include/lcms.h:213:1: "HIWORD" redefined
In file included from ../../include/wine/debug.h:25,
from handle.c:22:
../../include/windef.h:301:1: this is the location of the previous definition
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls/mscms.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git.
Marking as unconfirmed, since I'm not sure if Wine can work around this or
not...
--
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=6359
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |eeb206c615cd580a1773640f29c
| |7143b21636e1e
CC| |focht(a)gmx.net
Component|-unknown |mscms
Hardware|Other |x86
Version|unspecified |0.9.22.
OS|other |Linux
--
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=7605
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |83f1c1df254c8613daea2bec564
| |5887b6b13a18c
CC| |focht(a)gmx.net
Component|-unknown |mscms
Hardware|Other |x86
Version|unspecified |0.9.32.
OS|other |Linux
--
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=17452
Summary: Lcms error crashes PowerPoint 2003
Product: Wine
Version: unspecified
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
The attached presentation causes PowerPoint 2003 to exit abruptly when you open
it (or on startup if you put it on the command line).
There's no bracktrace but there is this error message:
lcms: Error #12288; Pointer error; probably corrupted file
The same issue happen with PowerPoint Viewer 2003 too (if you can get it to
install with Wine) so I'm adding the download keyword.
--
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=19647
Summary: mscms: GetStandardColorSpaceProfileW() profile id
handling incorrect (LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE)
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
various .NET 3.x apps fail to init because GetStandardColorSpaceProfileW()
doesn't work as expected.
--- snip ---
...
0029:Call
mscms.GetStandardColorSpaceProfileW(00000000,73524742,00185110,00184f08)
ret=0036bf3f
0029:trace:mscms:GetStandardColorSpaceProfileW ( 0x73524742, 0x185110, 0x184f08
)
0029:trace:mscms:GetColorDirectoryW ( 0x32d9c8, 0x32d9c4 )
0029:Call KERNEL32.GetSystemDirectoryW(0032d784,00000100) ret=4340b8ff
0029:Ret KERNEL32.GetSystemDirectoryW() retval=00000013 ret=4340b8ff
0029:Call KERNEL32.lstrcatW(0032d784 L"C:\\windows\\system32",43411b40
L"\\spool\\drivers\\color") ret=4340b91a
0029:Ret KERNEL32.lstrcatW() retval=0032d784 ret=4340b91a
0029:Call KERNEL32.lstrlenW(0032d784
L"C:\\windows\\system32\\spool\\drivers\\color") ret=4340b92b
0029:Ret KERNEL32.lstrlenW() retval=00000027 ret=4340b92b
0029:Call KERNEL32.lstrcpyW(0032d9c8,0032d784
L"C:\\windows\\system32\\spool\\drivers\\color") ret=4340b958
0029:Ret KERNEL32.lstrcpyW() retval=0032d9c8 ret=4340b958
0029:Call KERNEL32.SetLastError(00000002) ret=4340c31a
0029:Ret KERNEL32.SetLastError() retval=00000002 ret=4340c31a
0029:Ret mscms.GetStandardColorSpaceProfileW() retval=00000000 ret=0036bf3f
...
--- snip ---
--- snip dlls/mscms/profile.c ---
BOOL WINAPI GetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR
profile, PDWORD size )
{
static const WCHAR rgbprofilefile[] =
{ '\\','s','r','g','b',' ','c','o','l','o','r',' ',
's','p','a','c','e',' ','p','r','o','f','i','l','e','.','i','c','m',0
};
...
GetColorDirectoryW( machine, rgbprofile, &len );
switch (id)
{
case SPACE_RGB: /* 'RGB ' */
lstrcatW( rgbprofile, rgbprofilefile );
len = lstrlenW( rgbprofile ) * sizeof(WCHAR);
if (*size < len || !profile)
{
*size = len;
SetLastError( ERROR_MORE_DATA );
return FALSE;
}
lstrcpyW( profile, rgbprofile );
break;
default:
SetLastError( ERROR_FILE_NOT_FOUND );
return FALSE;
}
...
--- snip dlls/mscms/profile.c ---
This doesn't look right.
MSDN info: http://msdn.microsoft.com/en-us/library/dd372087.aspx
--- quote ---
dwProfileID
Specifies the ID value of the standard color space for which to retrieve
the profile. The only valid values for this parameter are LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE.
--- quote ---
You might also want to have a look at "Windows Metafile Format Specification":
[MS-WMF] — v20090630 (afaik latest one):
http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F818…
--- quote ---
2.1.1.14 LogicalColorSpace Enumeration
The LogicalColorSpace Enumeration specifies the type of color space. <14>
typedef enum
{
LCS_CALIBRATED_RGB = 0x00000000,
LCS_sRGB = 0x73524742,
LCS_WINDOWS_COLOR_SPACE = 0x57696E20
} LogicalColorSpace;
LCS_CALIBRATED_RGB: Color values are calibrated red green blue (RGB)
values.
LCS_sRGB: The value is an encoding of the ASCII characters "sRGB", and it
indicates that the
color values are sRGB values.
LCS_WINDOWS_COLOR_SPACE: The value is an encoding of the ASCII characters
"Win ",
including the trailing space, and it indicates that the color values
are Windows default color
space values.
--- quote ---
Regards
--
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=11532
Summary: Photoshop doesn't support custom monitor profiles
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Roland Geflitter wrote on wine-users:
"I'm running a test with Wine 0.9.51 on SuSe 9.1 and Photoshop CS (1) and
everything works perfectly (even working with big files of 1 GB and
launching Image Ready) BUT:
How do I use a CUSTOM Monitor Profile with Photoshop and Wine ?
There seems to be no way to assign a monitor profile to the Wine system
(as in Windows "control panel"), Photoshop just uses "sRGB ... 2.1" (a
substitute for the missing monitor profile of the OS, Wine).
I tried to look for a trick to assign another monitor profile to
Photoshop, but Photoshop will only take a profile of the OS.
That's a pity, because generating an accurate monitor profile under
Linux (with an Eye-One spectrometer and Argyllcms) would be possible.
Am I wrong - is there a workaround for assigning the monitor profile to
Photoshop?"
http://msdn2.microsoft.com/en-us/library/ms797852.aspx
describes monitor profiles, and says they're enabled by
calling a gdi32 function like SetICMMode(). Wine's
implementation of that function is currently a no-op.
Also, it looks like Photoshop installs a control panel, Adobe Gamma.cpl,
see http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=321608
It's possible he's looking for that, and not finding it because
we don't have any sort of a GUI to locate control panel applets yet.
--
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=35289
Bug ID: 35289
Summary: Star Wars - The Force Unleashed: launcher crash at
start
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 47066
--> http://bugs.winehq.org/attachment.cgi?id=47066
Star Wars The Force Unleashed launcher crash log
Hello,
Star Wars - The Force Unleashed: launcher crashes at start.
If I'm right, it is a .net launcher; so I installed dotnet 2 and 3,5 with
winetricks but without success, the launcher still crash.
Even If I could start the game without launcher, only the launcher could permit
you to configure graphics, keyboard and gamepad options. There is no option
menu in the game.
I joined you the crash log.
--
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=35818
Bug ID: 35818
Summary: mscms/profile tests fail on Fedora
Product: Wine
Version: 1.7.14
Hardware: x86
URL: https://test.winehq.org/data/77bd74fa2515e8babb6cda265
3a12adad65191dc/linux_ae-fedora64/mscms:profile.html
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
I've noticed that mscms/profile fails consistently on my machine:
profile.c:675: Test succeeded inside todo block: EnumColorProfilesA() failed
(18)
profile.c:689: Test succeeded inside todo block: EnumColorProfilesA() failed
(18)
profile.c:729: Test succeeded inside todo block: EnumColorProfilesW() failed
(18)
profile.c:742: Test succeeded inside todo block: EnumColorProfilesW() failed
(18)
and looking at test.winehq.org, it also fails on Alasdair Sinclair's fedora
machine.
--
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=32671
Bug #: 32671
Summary: wine: Unhandeled stack overflow by PhotoLine32
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mroek(a)yahoo.com
Classification: Unclassified
Lenovo all-in-One B320
Ubuntu 12.04
WINE 1.4.1
Photoline32 gebnerate the following error (alll available PhotoLine32
Versions):
wine: Unhandled stack overflow at address 0x6d7478 (thread 0009), starting
debugger...
err:seh:setup_exception_record stack overflow 1056 bytes in thread 0009 eip
7bc5c244 esp 00230f10 stack 0x230000-0x231000-0x330000
After trying to start Photoline, I can observe in the process list:
winedevice.exe,
wineserver and
PhotoLine.exe appear shortly in the listing of running processes but then
disdappear again.
Other WIN programs (e.g. LTSpice) are running smoothly under WINE!
During installation of PhotoLine32 there is no error shown.
I reinstalled WINE 1.4.1, I installed the latest 1.5 version -> same effect.
I reinstalled Photoline32, -> same effect
I had the same PhotoLine32 under WINE 1.4.1. and same Ubuntu running smoothly
on another PC.
Regards
Michael
--
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
Lamblia <spyroku(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spyroku(a)gmail.com
--
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=9009
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #26 from Austin English <austinenglish(a)gmail.com> ---
Works for me in wine-1.7.51-225-g3966aff
--
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=9158
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/ntdll-DOS_Attr
| |ibutes
--
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=5048
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/ws2_32-Transmi
| |tFile
--
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=7115
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |sebastian(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/wineboot-HKEY_
| |DYN_DATA
--
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=8036
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/kernel32-Profi
| |le
--
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=7372
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/winex11-Clipbo
| |ard_HTML
--
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=8854
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/dinput-Events
--
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=8332
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/iphlpapi-Syste
| |m_Ping
--
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=6176
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/gdi32-MaxPixel
| |Formats
--
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=3591
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/imagehlp-BindI
| |mageEx
--
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=9009
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gyebro69(a)gmail.com
--
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=34951
Bug #: 34951
Summary: Myst Masterpiece Edition: there's no graphics (Mac OS
X only bug)
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46575
--> http://bugs.winehq.org/attachment.cgi?id=46575
MME Log
One can use the menu at the top of the screen, but there's no graphics in the
game. QuickTime Player is set to GDI.
On Ubuntu graphics is visible. There's no demo for this game.
Mac OS X 10.9, ATI HD 2600 Pro, Mac Driver/X11
--
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=16440
Summary: Unable to launch any .exe
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tael67(a)gmail.com
I got this error each time I want to launch an app with Wine :
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
--
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=13492
Summary: Myst 1.0 crashes at element interaction with audio
enabled
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)dattrix.com
Created an attachment (id=13416)
--> (http://bugs.winehq.org/attachment.cgi?id=13416)
Output using "WINEDEBUG=+relay"
Myst 1.0, on a fresh Wine 1.0-rc2 install. Game starts fine but if you try and
flip the first switch you see game locks and continues playing background
sound. Tried with all sound setting on ALSA. No lock-up if sound disabled all
together. You can travel through the world, but once you want to do something
with most objects it locks. From start you can open doors, etc, but most
switches lock it up.
--
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=27313
Summary: Requiem: Avenging Angel - Loading a savegame freezes
the keyboard.
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyclops(a)fastwebnet.it
Sometimes, when you load a previous savegame, keyboard is freezed and the game
must be rebooted to make it run well again.
Also, health goes to 1, armour goes to 0 and essence goes to 666 (strange,
uh?).
If you need a log, please ask me.
--
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=5129
Pavel Alexeev aka Pahan-Hubbitus <pahan(a)hubbitus.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pahan(a)hubbitus.info
--
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=3402
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |20050830
OS|other |Linux
--
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=27060
Summary: installation of iNodeSetup3.60-6208.exe needs
netcfgx.dll
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34496)
--> (http://bugs.winehq.org/attachment.cgi?id=34496)
Log: install iNodeSetup3.60-6208.exe
1. download
http://helpdesk.sysu.edu.cn/images/stories/uploads/iNodeSetup3.60-6208.exe
2. winetricks vcrun6
Workaround for Bug 23094
3. install with wine.
Log is like this:
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
register a native netcfgx.dll with regsvr32 will workaround for it.
--
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=34352
Bug #: 34352
Summary: CommView fails to start
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45727
--> http://bugs.winehq.org/attachment.cgi?id=45727
Error message
Steps to reproduce:
1) remove ~/.wine
2) install CommView
3) wine cv.exe
Behaviour:
Error message (see attachment).
Expected behaviour:
No error message.
Terminal output:
fixme:system:SetProcessDPIAware stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10086 0x00000000
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396}
could be created for context 0x5
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
--
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=26149
Summary: Crash when running TactileView
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=33314)
--> (http://bugs.winehq.org/attachment.cgi?id=33314)
Crashlog in wine 1.3.13
Upstreaming from https://bugs.launchpad.net/ubuntu/+source/wine/+bug/719705
Install program
First dialog - select 'No'
Second dialog - change to manual registration then select 'Register Later'
Crash occurs
--
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=21453
Summary: The game still not starts, no Errors or console output
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiep(a)arcor.de
If I start FaryCry by the Commandconsole, it will show It's start screen for a
second, no messages or similar thing, it does not work.
I Use gentoo-Linux with 2.6.31-gentoo-r6 kernel.
I've testet it with wine 1.1.25 the same thing happens, but there are two lines
in the console:
wine FarCry.exe
fixme:mountmgr:harddisk_ioctl unsupported ioctl 41018
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
also the programm can not be stoped by pressing crtl+c
--
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=8133
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #20 from super_man(a)post.com ---
I can enter name, but the gui before the game menu needs winetricks -q ie8. And
even with ie8 I think it misses some button I just pressed somewhere I assumeed
was play or something similar and it started the game and I could enter a name.
wine 1.7.51
--
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=6124
--- Comment #21 from Samuel Sieb <samuel(a)sieb.net> ---
I can confirm that it's still the same in 1.7.50.
--
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=9925
Summary: Import fixups should be done before any user code is ran
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
SafeDisc 1.x fails to work on Wine because of this bug.
Here is what happens:
1. SD creates a new process for the game with CREATE_SUSPENDED flag.
2. Injects some code into new process to be executed first
3. Resumes the new process.
4. Injected code is being executed
5. Wine does import fixups and fails because they are already fixedup (by an
injected code).
What should happen is Wine should not let injected code to run until final
stages of the process setup are finished. In this case it is import fixups.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9009
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #25 from super_man(a)post.com ---
This works for me. Used clean prefix, installed game and played some time.
I had some weird noice in sound, but in time it got clear.
wine-1.7.51-225-g3966aff
--
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=15533
Summary: iTunes 8.0 fails to install
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.itunes.com
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=16500)
--> (http://bugs.winehq.org/attachment.cgi?id=16500)
Relevant information found from WINEDEBUG=+msi,+relay,+snoop,warn+all
Installing the latest version of iTunes seems to fail on a bug in msi. I tried
isolating it, and it seems to try to read through a table which wine declares
invalid, and then it aborts completely. Relevant log lines 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.
http://bugs.winehq.org/show_bug.cgi?id=24255
Summary: iTunes 10 32-bit does not install correctly
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas.riker(a)gmail.com
Created an attachment (id=30536)
--> (http://bugs.winehq.org/attachment.cgi?id=30536)
stack trace for iTunes install
The 32-bit version of iTunes does not install correctly. The installer GUI
completes, but, when launched, you get the following error:
iTunes was not installed correctly. Please reinstall iTunes.
Error 7 (Windows error 998)
--
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=34963
Bug #: 34963
Summary: 32-bit registry lacks associations
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
If I run "wine64 regedit", under HKEY_CLASSES_ROOT I have keys for various
filename extensions: .ai, .avi, .bmp, etc.
Running "wine regedit" doesn't show any extensions. I have only a few keys,
most of which are listed in
http://msdn.microsoft.com/en-us/library/windows/desktop/aa384253%28v=vs.85%…
--
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 #61 from Bruno Jesus <00cpxxx(a)gmail.com> ---
*** Bug 30666 has been marked as a duplicate of this bug. ***
--
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=39336
Bug ID: 39336
Summary: ...
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arienta.g(a)gmail.com
Created attachment 52415
--> https://bugs.winehq.org/attachment.cgi?id=52415
it popped up when pressing audio play button
Failed when pressing the play button for the audio to start
--
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=36723
Bug ID: 36723
Summary: unimplemented function
bcrypt.dll.BCryptCloseAlgorithmProvider
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: denis.bonnenfant(a)diderot.org
Created attachment 48770
--> http://bugs.winehq.org/attachment.cgi?id=48770
backtrace
SolidEdge ST6 is crashing during startup with this unimplemented function :
bcrypt.dll.BCryptCloseAlgorithmProvider
--
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=37184
Bug ID: 37184
Summary: KeePass 1.27: crashes when save db file
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dazhi5277(a)gmail.com
Created attachment 49421
--> https://bugs.winehq.org/attachment.cgi?id=49421
crash log
and can not open key file
--
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=32194
Bug #: 32194
Summary: Chess Position Trainer crashes with Unhandled
Exception.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: js2247(a)gmail.com
Classification: Unclassified
Created attachment 42476
--> http://bugs.winehq.org/attachment.cgi?id=42476
Fixme and stack trace for Chess Position Trainer
CPT crashes with unhandled exception after choosing not to create incremental
backups.
dotnet3.5sp1 installed (requirement for installation of CPT)
--
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=6176
--- Comment #11 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
revisiting, still present.
$ wine --version
wine-1.7.51-202-g14dc7e0
Regards
--
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=24525
Summary: Sharing of Files does not work - Application
"DVRManager" from Kathrein Germany - MFSServer
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panther(a)toppoint.de
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe
fixme:advapi:RegisterEventSourceW ((null),L"bgsvcgen"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x73e7d4,(nil)):
stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--- Main Menue is shown.... selecting MFS-Server ... selecting Shareing
Server...
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8
0x33dbbc)
fixme:share:NetShareEnum Stub ((null) 502 0x33d538 -1 0x33d52c 0x33d53c
0x33d540)
--- asked for user/password....
so no crash anymore... but the NetShare does not work!
Any help? A new bug!
Download:
http://www.kathrein.de/esc-kathrein/data/receiver/pc-programm/dvr-manager-2…
YS
Panther
PS: It was a test with version Wine 1.3.3
--
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=23660
Summary: America's Army 3 needs
d3dx9_36.dll.D3DXPreprocessShader
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
wine: Call from 0x683f7852 to unimplemented function
d3dx9_36.dll.D3DXPreprocessShader, aborting
--
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=12445
Summary: Arcgisexplorer crashes in dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://resources.esri.com/arcgisexplorer/index.cfm?fa=do
wnload
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted garbage for this into appdb so i gave it a try too:
Needs .Net 2.0 (winetricks) but then crashes into dbghelp. I'll attach the
crash
Note: with native dbghelp it gets futher, then crashes because of msxml-bug.
Using winetricks msxml3, it then ran into a segmentation fault. But when i ran
with +relay channel to get some debug info, the application started just fine.
So i guess is impossible to debug further atm :(
--
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=14304
Summary: Application fails to run.
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Rockman 7 FC fails with the error:
Produces errors:
err:seh:setup_exception_record stack overflow 1012 bytes in thread 0009 eip
00406a11 esp 00240f3c stack 0x240000-0x241000-0x340000
and
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7edfc7b0 (thread
0009), starting debugger...
--
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=5294
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, obfuscation
Fixed by SHA1| |8530cb0aecaef8f6e925c39a6c2
| |c111f908c5509
CC| |focht(a)gmx.net
Component|msxml3 |kernel32
Resolution|ABANDONED |FIXED
Summary|Morpheus crashes |Morpheus 5.x crashes on
| |startup (ASProtect 2.x
| |SKE)(take
| |LOAD_LIBRARY_AS_DATAFILE
| |into account when checking
| |for already loaded modules)
--
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=39316
Bug ID: 39316
Summary: Download link to Debian redirects to main download
page
Product: WineHQ.org
Version: unspecified
Hardware: x86
URL: https://www.winehq.org/download/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Hi
on https://www.winehq.org/download/ the "Download Debian packages" link points
to https://www.winehq.org/download/debian, which is a redirect to
https://www.winehq.org/download/.
Kyle Auble's proposed patch
[1/2] [website] Add up-to-date download page for Debian (try 2)
was intended to replace this redirect.
Greets
jre
--
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=39315
Bug ID: 39315
Summary: Wiki down
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Hi
you probably already know: wiki.winehq.org is down today.
Website, bugs, appdb, git and lists work.
$ ping wiki.winehq.org
ping: unknown host wiki.winehq.org
Greets
jre
--
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=7834
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|PhotoImpact fails to start |Ulead PhotoImpact 12 trial
|(bug in version.dll) |fails to start
--
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=3220
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |msvcrt
Hardware|Other |x86
Version|unspecified |20050725
Assignee|marcus(a)jet.franken.de |wine-bugs(a)winehq.org
Summary|PowerFinder now braindead |PowerFinder 2004 fails to
|checking for msvcrt.dll |start
--
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=7834
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |version
--
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=37294
Bug ID: 37294
Summary: wine builtin iexplore created infinite new iexplore
window when navigating
http://www.ccb.com/cn/home/index.html
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Will upload a testcase
--
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=7873
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #19 from Austin English <austinenglish(a)gmail.com> ---
(In reply to denis bonnenfant from comment #18)
> It is fixed for SolidWorks.
Fixed.
--
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=39313
Bug ID: 39313
Summary: S.T.A.L.K.E.R. Shadow of Chernobyl lamps looks wrong
with Static lighting render
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52392
--> https://bugs.winehq.org/attachment.cgi?id=52392
Static lighting render
GOG version 1.0006, wine-1.7.51-201-g60d1d6f
--
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=7873
--- Comment #18 from denis bonnenfant <denis.bonnenfant(a)diderot.org> ---
It is fixed for SolidWorks.
--
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=7873
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #17 from super_man(a)post.com ---
What's the status of this bug? Last reported 2010. The other bug mentioned at
the end is marked fixed.
--
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=32259
Bug #: 32259
Summary: Added more fonts to Windows test maching
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
The following fonts are DEVICE_FONTTYPE fonts which aren't included in Windows
by default:
STIXGeneral-Regular
STIXIntegralsD-Regular
STIXIntegralsSm-Regular
STIXIntegralsUpD-Regular
STIXIntegralsUp-Regular
STIXIntegralsUpSm-Regular
STIXNonUnicode-Regular
STIXSizeFiveSym-Regular
STIXSizeFourSym-Regular
STIXSizeOneSym-Regular
STIXSizeThreeSym-Regular
STIXSizeTwoSym-Regular
STIXVariants-Regular
Without them we can't test DEVICE_FONTTYPE on our testbot.
They are included in the following debian package:
$ sudo apt-get install fonts-stix
Another DEVICE_FONTTYPE font: TrajanPro-Bold
I'm not sure whether it is a free font.
Also it will be great if we can install the following fonts into some of our
test machines:
ttf-wqy-microhei ttf-wqy-zenhei fonts-unfonts-core fonts-umeplus
They are free CJK fonts frequently used in Linux, we use them to replace
Windows CJK fonts in Wine (SimSun, MingLiu, MS Gothic, MS Mincho, Batang,
Dotum, etc)
--
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=5850
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #16 from super_man(a)post.com ---
The other bug was CLOSED ABANDONED. The download doesn't work.
Not much we can do here.
--
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=12182
Summary: Supreme Commander needs additional DLLs (registered)
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
In order to get sound in this game, sample rate must be set to 48000 and a few
DLLs are needed. These are:
x3daudio1_0.dll
x3daudio1_1.dll
in order to get the game to start in first place
xactengine2_0.dll
xactengine2_1.dll
xactengine2_2.dll
xactengine2_3.dll
xactengine2_4.dll
xactengine2_5.dll
xactengine2_6.dll
these must be registered using regsvr32 to get sound.
This is not the normal behaviour on Windoze (as long as you have newer DirectX
installed) so this should be fixed in Wine.
Also, the Forged Alliance addon for Supreme Commander needs
X3DAudio1_2.dll
In order to start.
However registering the additional xactengine* which came out between the
release of SupCom and its Addon will, in this case, NOT enable sound in the
addon.
--
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=20095
Summary: The adventure game "The secret of Monkey Island -
Special Edition" does not play
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thehighwayman(a)katamail.com
Created an attachment (id=23658)
--> (http://bugs.winehq.org/attachment.cgi?id=23658)
Secret of Monkey island SE crashing backtrace
Hi,
besides all, my configuration:
I've installed Ubuntu 9.04, wine 1.1.29, dx3d9, directx 9, xact, xinput,
dotnet20, vcrun2005 e vcrun2008.
I've copied from a windows installation, mscorees.dll and streamci.dll;
I've added them in wine configuration as "native".
Now The problem:
I've installed, with wine, the game "The Secret of Monkey Island - Special
edition". Installation OK.
But when I launch the game (wine MISE.exe), it starts for a while, then
crashes.
I've attached the backtrace.
TheHighwayman
--
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=37243
Bug ID: 37243
Summary: Scuffham S-Gear crashes on startup
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steamefla(a)gmail.com
Installation of Scuffham S-Gear 2 (guitar modelling software) with wine goes
normally, but the program crashes when trying to start it.
Motherboard is Asus Z87-A, RAM 8g. OS is Ubuntu Studio 14.04 with low-latency
kernel. For using Windows VST plug-ins I have installed from KXStudio
repository wineasio 0.90+git20110613-2k, which runs other Windows plug-ins
without issues. I have tried also the wineasio version 0.7.5 with the same
result. I have tried with wine setups Windows XP and Windows 7. Same version of
S-Gear runs smoothly in Windows 7.
Log as attachment.
Demo version of S-Gear 2.42 download:
http://www.scuffhamamps.com/download/s-gear
Cheers
JK
--
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=5771
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |c5e281d0d26b6095968e6c17b20
| |f7369e22df6b0
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #29 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Since I'm able to reproduce the issue I'm going to take this as fixed. If
anyone is still able to reproduce in wine-git feel free to reopen.
The main out of sync issue was fixed by
http://source.winehq.org/git/wine.git/commit/c5e281d0d26b6095968e6c17b20f73…
--
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=39041
Bug ID: 39041
Summary: Sophie's World CD-ROM version: crash at initial screen
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xiha(a)laposte.net
Distribution: ---
Created attachment 52004
--> https://bugs.winehq.org/attachment.cgi?id=52004
backtrace
This concerns the CD-ROM version of Sophie's World, see
http://www.adventuregamers.com/games/view/16382
Installation without problems.
When booting the program, an initial welcome screen appears, but then (possibly
at the point when a welcome video should play) an error box that says
INTERNAL ERROR
Code 3410: !GetErrorMessage() in BuildErrorMessage()
Do you want to continue?
Yes/No
If I click No, the program exits; if I click Yes, an new error box appears:
MICROSOFT VISUAL C++ RUNTIME LIBRARY
Assertion failed!
Program: D:\app32.exe
File: \Generic\Surface\Cdib.cpp
Line: 1032
Expression: lpDib != NULL
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
'Abort' shuts down the program/wine.
'Retry' or 'Ignore' gives
PROGRAM ERROR
The program app32.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience.
with debug info and 'Close' to shut down.
--
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=7517
--- Comment #18 from Oleksandr Gavenko <gavenkoa(a)gmail.com> ---
``wine hh FILE.chm`` failed with:
fixme:urlmon:URLMoniker_BindToObject use running object table
...
Unhandled page fault on read access to 0x00000000
...
Backtrace:
=>0 0x5d48b623 in itss (+0xb623) (0x0033d078)
1 0x7df890a3 in urlmon (+0x190a2) (0x0033d1b8)
2 0x7df7f222 in urlmon (+0xf221) (0x0033d258)
When I add exception to use built-in ``itss.dll`` via ``winecfg`` those crashes
go away.
So instead of using native ``itss.dll`` as default config it is better to add
exception for ``hhc.exe`` and ``hhw.exe``...
--
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=2883
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #17 from super_man(a)post.com ---
I don't know why testprogram doesn't seem to see the file I added into
directory (.doc). Tried multiple times and changed the directory few times.
Could you retest?
--
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=7961
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #17 from super_man(a)post.com ---
Not fixed 1.7.51
--
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=6254
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #75 from super_man(a)post.com ---
still an issue 1.7.51
--
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=7517
Oleksandr Gavenko <gavenkoa(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gavenkoa(a)gmail.com
--- Comment #17 from Oleksandr Gavenko <gavenkoa(a)gmail.com> ---
I provide instruction to make usable HTML Help Workshop with Wine 1.6.2
(package from Debian 8).
Get official HTML Help Workshop distribution from any:
http://msdn.microsoft.com/en-us/library/ms669985
Microsoft HTML Help Downloads.
http://www.microsoft.com/en-us/download/details.aspx?id=21138
HTML Help Workshop and Documentation.
Set Wine's Windows version to Windows 2000 (or above):
$ wine winecfg
Install necessary dependency:
$ winetricks mfc40
Alternative official source for mfc40 is
http://activex.microsoft.com/controls/vc/mfc40.cab Extract ``mfc40.exe`` from
.cab and run them (by ``cabextract``).
Install Workshop from file system without ``noexec`` attribute:
$ wine htmlhelp.exe
Get necessary native dll from installer, which isn't implemented in Wine (bug
report about them):
$ cabextract -F hhupd.exe htmlhelp.exe
$ cabextract -F itircl.dll hhupd.exe
$ cabextract -F itss.dll hhupd.exe
$ cp -a itircl.dll ~/.wine/drive_c/windows/system32/
$ cp -a itss.dll ~/.wine/drive_c/windows/system32/
Set ``itircl.dll`` to native by ``winecfg`` "Libraries" tab.
Enjoy!
--
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=6416
Sylvain Petreolle <spetreolle(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|spetreolle(a)yahoo.fr |
--
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=32773
Bug #: 32773
Summary: Indeo codec 3.2 is not on winetricks icodecs
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Classification: Unclassified
This is needed for certain games, like age of wonders or thief. Would be nice
if the normal icodecs winetricks worked for it (or another one if that is too
problematic).
--
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=34170
Bug #: 34170
Summary: Uppercase ".dll" causing GUI problem
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wawaseb(a)hotmail.com
Classification: Unclassified
« msimtf.dll » needs to be renamed into « MSIMTF.dll » if lauching application
(VS/Qt) with SWF file.
Best regards,
--
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=5771
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Problems with Settlers III |Problems with Settlers III
|films |films (exotic Indeo RIFF
| |chunks like ##iv are not
| |detected in wine)
--
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=5771
--- Comment #28 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Created attachment 52359
--> https://bugs.winehq.org/attachment.cgi?id=52359
patch
Actually I just found the issue related to the timing, I believe the attached
patch fixes both the crash and the sync issue. More tests are appreciated. I
tested with the GOG version of the game and the main video and campaign start
videos play fine.
--
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=5610
--- Comment #21 from Austin English <austinenglish(a)gmail.com> ---
(In reply to super_man from comment #20)
> Don't have remote pc to test.
>
> 1527 DWORD WINAPI WNetAddConnection2W( LPNETRESOURCEW lpNetResource,
> 1528 LPCWSTR lpPassword, LPCWSTR lpUserID,
> 1529 DWORD dwFlags )
> 1530 {
> 1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
> 1532 lpNetResource, lpPassword, debugstr_w(lpUserID), dwFlags );
> 1533
> 1534 SetLastError(WN_NO_NETWORK);
> 1535 return WN_NO_NETWORK;
> 1536 }
>
> It doesn't print stub anymore.
Umm..
> 1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
--
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=5610
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #20 from super_man(a)post.com ---
Don't have remote pc to test.
1527 DWORD WINAPI WNetAddConnection2W( LPNETRESOURCEW lpNetResource,
1528 LPCWSTR lpPassword, LPCWSTR lpUserID,
1529 DWORD dwFlags )
1530 {
1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
1532 lpNetResource, lpPassword, debugstr_w(lpUserID), dwFlags );
1533
1534 SetLastError(WN_NO_NETWORK);
1535 return WN_NO_NETWORK;
1536 }
It doesn't print stub anymore.
--
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=5771
--- Comment #27 from Bruno Jesus <00cpxxx(a)gmail.com> ---
The current crash is unrelated to the original bug, I found the crash and will
send a patch soon. Then we will be able to test the original issue again.
The crash happens because wine skips frame 0 and start decoding from frame 1,
but that is unacceptable to the Indeo5 codec which relies on the data from the
previous frame, that is why it crashes.
--
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=6416
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b66fcd68f7d54eae955cca8b877
| |8a864866b5731
--
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=6416
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #20 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
I noticed the original report was filed for Word 2003, not 2007, so I tested
that, and it is fixed for that version of Word.
I'm going to mark this fixed and reopen bug 33524, which was closed as a
duplicate of this one, as that is apparently a different issue after all.
--
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=6416
--- Comment #19 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
It's fixed for notepad, but not Word 2007.
--
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=6416
Erich E. Hoover <erich.e.hoover(a)wine-staging.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |erich.e.hoover@wine-staging
| |.com
--- Comment #18 from Erich E. Hoover <erich.e.hoover(a)wine-staging.com> ---
This is likely fixed by commit b66fcd68f7d54eae955cca8b8778a864866b5731. If
someone could please retest then I'd appreciate it.
--
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=1201
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #35 from super_man(a)post.com ---
still an issue 1.7.51
--
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=5771
--- Comment #26 from super_man(a)post.com ---
At least there was division by zero at 1.7.7 wine, but where did it came?
--
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=5771
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |super_man(a)post.com
--
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=39271
Bug ID: 39271
Summary: Mischiesf illustration program install but does not
work
Product: Wine
Version: 1.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edwardjorge(a)iol.pt
Distribution: ---
Created attachment 52350
--> https://bugs.winehq.org/attachment.cgi?id=52350
Backtrace of Mischief illustration program
The bug happens after installing Mischief, an vector illustration program. The
program installs correctly. After that I had to copy MSVCP120.dll and
MSVCR120.dll to /drive_c/windows/syswow64/ , since the program was complaining
those files were missing.
After that there is an error message with a backtrace you can see on the text
file attached to this bug report.
Since the program uses QT, probably it's a simple thing to fix.
Hope this helps.
Thanks for your help!
Eduardo Teixeira
--
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=1429
Sylvain Petreolle <spetreolle(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|spetreolle(a)yahoo.fr |
--
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=39266
Bug ID: 39266
Summary: Microsoft Wine Guide does not play video files with
.cp extension
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Currently while trying to detect a media type (video, audio file, cd audio)
wine assumes that when the file comes from a CD (GetDriveType() == CDROM) the
path must be a cd audio file.
>From dlls/winmm/mci.c:
1794 /* type, if given as a parameter, supersedes file extension */
1795 if (!strDevTyp[0] &&
1796 MCI_GetDevTypeFromFileName(lpParms->lpstrElementName,
1797 strDevTyp, sizeof(strDevTyp))) {
1798 static const WCHAR wszCdAudio[] = {'C','D','A','U','D','I','O',0};
1799 if (GetDriveTypeW(lpParms->lpstrElementName) != DRIVE_CDROM) {
1800 dwRet = MCIERR_EXTENSION_NOT_FOUND;
1801 goto errCleanUp;
1802 }
1803 /* FIXME: this will not work if several CDROM drives are installed on
the machine */
1804 strcpyW(strDevTyp, wszCdAudio);
1805 }
Relevant log part:
trace:mci:MCIWndProc MCIWNDM_OPENW L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:mciSendCommandW (00000000, MCI_OPEN, 00000602, 007bcc2c)
trace:mci:MCI_Open (00000602, 0x7bcc2c)
trace:mci:MCI_Open lpstrElementName=L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:MCI_GetDevTypeFromFileName No ...\MCI Extensions entry for L".cp"
found.
trace:mci:MCI_Open Alias=L"983243" !
trace:mci:MCI_LoadMciDriver wDevID=0001
trace:mci:mciSetDriverData (0001, 001eeb28)
trace:mci:MCI_LoadMciDriver Loaded driver 0x1eeb00 (L"CDAUDIO"), type is 516,
cmdTable=0000ffff
trace:mci:MCI_LoadMciDriver mcidev=1, uDevTyp=0204 wDeviceID=0001 !
trace:mci:mciGetDriverData (0001)
trace:mcicda:MCICDA_Open (0001, 00000602, 0x7bcc2c);
trace:mcicda:MCICDA_Open MCI_OPEN_ELEMENT element name:
L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:MCI_Open wDevID=0001 wDeviceID=1 dwRet=0
Naturally this fails later because mcicda fails to read the TOC from the CD and
gives up.
Windows plays the videos just fine so I guess wine should try to open the file
and guess a file type.
--
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=39106
Bug ID: 39106
Summary: Visiting a site serving Lync Web App invitation
crashes Firefox under Wine (mfplat.dll)
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: staal1978(a)gmail.com
Distribution: ---
Visiting a site serving "Lync Web App" / "Skype For Business Web App"
invitations with Firefox for Windows under Wine causes Firefox to crash
(Windows version set to 7 in winecfg).
for example the following page:
https://join.microsoft.com/meet/petercon/9H7JFRZJ
Copying native mfplat.dll blocks the crash.
--
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=657
--- Comment #112 from Adam Bolte <abolte(a)systemsaviour.com> ---
Halo: Combat Evolved retail installer also uses PidGen.dll.
--
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=18233
Summary: Approach underscore bar inactive with multiple database
open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
In Lotus Approach, when you have two or more databases open and have them
windowed (Windows --> cascaded, right-left, top-bottom) the underscore button
in the window's internal caption buttons, although showing (not grayed out),
does not work.
Many thanks,
-T
--
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=28115
Summary: Heavy Gear II, most of keys do not work ingame
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Recently tested Heavy Gear II and found that most of keys do not work ingame
(although you can redefine them in the options menu), A to Z keys do not work,
also do not numbers and function keys, but surpisingly, ctrl, tab arrow keys,
keypad keys and pg up, pg down, home, end works, thing that makes the game
almost playable.
I belive that the game requires dx6.1, but aside of this weird bug and setting
wine as win98, the game is playable.
--
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=34596
Bug #: 34596
Summary: Checkbox invisible when no focused
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pkelbert(a)gmail.com
Classification: Unclassified
I have a Delphi application which uses a DBCheckBox inside a DBCtrlGrid. On
Windows the checkboxes are always visible as expected but on Wine 1.7.2 (under
Ubuntu 12.04.2) checkboxes become visible only when focused.
I'm working on a mini test application once the original app depends on servers
not available publicly but if someone has any ideia on how to work on it would
be nice.
Thanks in advance.
--
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=19210
Summary: expr_alloc_uconstant() is not used
Product: Wine
Version: 1.1.25
Platform: All
OS/Version: All
Status: NEW
Keywords: source, winelib
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
programs/winedbg/expr.c defines both an expr_alloc_sconstant() and an
expr_alloc_uconstant() function. However:
* expr_alloc_uconstant() is not used anywhere. So at first sight it should be
removed.
* But expr_alloc_sconstant() is used to allocate tNUM constant which, as far
as I can see, are unsigned constants.
* expr_alloc_sconstant() is used nowhere else.
So something is wrong there.
This is also related to EXPR_TYPE_U_CONST vs. EXPR_TYPE_S_CONST.
Possible fixes:
* Modify the lexer to only return unsigned constants (since that's all it can
match), and then get rid of expr_alloc_sconstant() and EXPR_TYPE_S_CONST.
* Modify the lexer to return both signed and unsigned constants as
appropriate.
In either case it will likely require modifications in the expression
computation package as it only knows how to deal with signed integers.
See also this thread:
http://www.winehq.org/pipermail/wine-devel/2009-January/072074.html
--
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=36057
Bug ID: 36057
Summary: Microsoft Office 2010: Copying Text collission when
using both Word and Excel
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: webassistant5.tft(a)gmail.com
Created attachment 48220
--> http://bugs.winehq.org/attachment.cgi?id=48220
Microsoft Excel log when popup occurs (when copying first in Word, then in
Excel)
Hello,
This bug occurs when using both Microsoft Word and Microsoft Excel 2010. Copy
some text in Microsoft Word. Then try to copy some text in Excel. It will cause
Excel to fail every time with: "The clipboard cannot be emptied. Another
program might be using the Clipboard."
Attached is the log from Excel where this popup occurs.
--
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=8067
--- Comment #24 from Nathan Kidd <nathan(a)spicycrypto.ca> ---
And the "not enough space in local heap" is still accompanied by a GUI dialog
"C RUNTIME ERROR".
--
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=8067
--- Comment #23 from Nathan Kidd <nathan(a)spicycrypto.ca> ---
The Ubuntu Wine PPA only has 1.7.50, but it still reproduces.
user@host:~$ uname -a
Linux host 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux
user@host:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
user@host:~$ wine --version
wine-1.7.50
user@host:~$ rm -rf .wine
user@host:~$ wine Games/kq6/sciwv.exe
wine: created the configuration directory '/home/user/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80040155
err:ole:get_local_server_stream Failed: 80040155
Could not load wine-gecko. HTML rendering will be disabled.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/user/.wine' has been updated.
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 3936 bytes
--
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=19994
Summary: Microsoft Security Essentials Setup crashes missing
__uncaught_exception
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 19064
If you hack around Bug 19064, the Setup of Microsoft Security
Essentials(Virus-Scanner) is trying to call Unimplemented function
msvcrt.dll.__uncaught_exception
So it crashes.
--
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=25950
Summary: SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have
opposite effect
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atohom(a)gmail.com
Created an attachment (id=33084)
--> (http://bugs.winehq.org/attachment.cgi?id=33084)
compiled executable
Despite of what MSDN is saying SEE_MASK_NO_CONSOLE in not equivalent of
CREATE_NEW_CONSOLE from CreateProcess, it its opposite.
On Windows this test program runs in single window, but in wine it creates
separate console.
#include <windows.h>
int main(int nargs,char *args[])
{
SHELLEXECUTEINFOW si={sizeof(si)};
si.fMask=SEE_MASK_FLAG_NO_UI|SEE_MASK_NOASYNC|SEE_MASK_NOCLOSEPROCESS|SEE_MASK_NO_CONSOLE;
si.lpFile=L"cmd.exe";
si.lpParameters=L"/C dir && pause";
si.nShow = SW_SHOWNORMAL;
ShellExecuteExW(&si);
WaitForSingleObject(si.hProcess, INFINITE);
return 0;
}
--
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=21895
Summary: assertion "next->protect & VPROT_SYSTEM" failed:
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: OpenBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: created the configuration directory '/home/austin/.wine'
assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512,
function "create_view"
Marking as unconfirmed, since OpenBSD needs a few out of tree patches to even
begin to start, so this may be due to those patches.
Doesn't occur on every run, semi-random. Only seems to occur on new prefix's
though.
--
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=29525
Bug #: 29525
Summary: Problem with fullscreen games on dual monitors
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
Problem is when I want to run game on dual monitors. Resolution is changing,
screen from laptop is off. Then I get this text:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 17 (XF86VidModeGetGammaRamp)
Value in failed request: 0x2000019
Serial number of failed request: 2480
Current serial number in output stream: 2480
When I run it second time (resolution was changed previously), game runs good.
But when I change resolution and then run game, I have text about bug again.
Problem is on all fullscreen games - for example Luxor 2.
I have this bug since update debian from squeeze-backports to wheezy/sid
Versions of packages:
wine 1.3.35
libxxf86vm1 1:1.1.1-2
x11-xserver-utils 7.6+3
xserver-common 2:1.11.2.902-1
linux-image 3.2.0-rc4-686-pae
libc6 2.13-22
xserver-xorg-video-intel 2:2.17.0-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.
http://bugs.winehq.org/show_bug.cgi?id=36016
Bug ID: 36016
Summary: Adobe Connect add-in loses network connectivity when
trying to share the screen
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Trying to get screen sharing using Adobe Connect to work I've done the
following:
winetricks firefox
winetricks flash11
When entering a meeting and trying to share my screen the add-in is installed
by the Flash Runtime and a window pops up. I am able to select a window to
share, but at that point Adobe Connect pops un a warning dialog that network
connectivity was lost and reloads to a blank screen and a dialog with no text.
--
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=26496
Summary: Text on disabled widgets is often not antialiased
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=33734)
--> (http://bugs.winehq.org/attachment.cgi?id=33734)
Sample
In many applications text on disabled widgets is not antialiased.
I'll attach a screenshot to demonstrate the problem.
--
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=25696
Summary: Graphics Bug: Characters draw weird "puppeteer's"
lines
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oneofone(a)gmail.com
Created an attachment (id=32733)
--> (http://bugs.winehq.org/attachment.cgi?id=32733)
Screenshot of the lines.
There are no errors in the log, but tell me which traces you need and I will
post them.
--
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=30435
Bug #: 30435
Summary: Boson NetSim8 - Unable to run application
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brasshat.69(a)gmail.com
Classification: Unclassified
Created attachment 39795
--> http://bugs.winehq.org/attachment.cgi?id=39795
Output from cli on FreeBSD-10 trying to start Boson NetSim8
uname -a
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r234042: Sun Apr 8
17:36:38 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64
pkg_info |grep wine
wine-fbsd64-1.5.1,1 Microsoft Windows compatibility environment
whereis wine
wine: /usr/local/bin/wine /usr/local/man/man1/wine.1.gz
/usr/ports/emulators/wine
wine --version
wine-1.5.1
On FreeBSD 10-current I have installed Wine 1.5.1. Trying to run Netsim from
the command line fails, output is 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.
https://bugs.winehq.org/show_bug.cgi?id=39219
Bug ID: 39219
Summary: Game runs into "serious" problem, and does not open.
Product: Wine
Version: 20050524
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xx.bulletproof.cupid(a)hotmail.com
It is a game called "Amnesia", and it became available on Steam very recently.
I've attached the game itself in the attachment.
--
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=22968
Summary: Restricted Area game - freezes
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
When i try to move some things from my bag game freezes. There is no any errors
in console when game freeze. I`ll try to check game in widows, but i remebmer
that there wasn`t some freezes early (i played this game four eyers ago)
--
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=38507
Bug ID: 38507
Summary: win pdf editor crashes
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51361
--> https://bugs.winehq.org/attachment.cgi?id=51361
terminal log
Application does not load (crashes)
http://www.winpdfeditor.com/
--
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=18730
Summary: Crazy Factory Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markh789(a)gmail.com
Created an attachment (id=21476)
--> (http://bugs.winehq.org/attachment.cgi?id=21476)
Log of full game run/
When running game the screen goes black, and mouse will not respond.
CTR+TAB'd to a "Program Error" and pressed <enter> .. I could not see the
"Program Error" window though I CTR+TAB'd to it and pressed <enter> and it
closed.
Attached is the log.
--
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=33233
Bug #: 33233
Summary: Tales of Monkey crashes on "launch game" button click
since wine 1.5.22
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anarsoul(a)gmail.com
Classification: Unclassified
Created attachment 43954
--> http://bugs.winehq.org/attachment.cgi?id=43954
backtrace
1.5.21 works fine.
--
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=29820
Bug #: 29820
Summary: Killing Floor crashes with "motion blur" enabled when
you're attacked. Scope doesn't work with it disabled.
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legoman666(a)gmail.com
Classification: Unclassified
Created attachment 38730
--> http://bugs.winehq.org/attachment.cgi?id=38730
crash report
Latest Steam and Killing Floor as of 2/6/2012. Latest nVidia drivers. In OpenGL
mode with motion blur enabled, the game crashes with a "General Protection
Fault!" when you get attacked (but not before).
With motion blur disabled, the scope on the crossbow and similar weapons
doesn't work correctly, it just displays a white circle instead of a zoomed in
image.
Hardware:
Quadro FX 570M /w 512MB dedicated memory
4GB RAM
Intel C2D T7700 dual 2.4Ghz
--
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=30253
Bug #: 30253
Summary: Q-SEE CMS 1.6.20 ControlCenter crashes when attaching
a DVR device.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fhmanas(a)yahoo.com
Classification: Unclassified
Installed Q-SEE CMS 1.6.20 controlcenter downloaded from there site
http://qsee.custhelp.com/app/answers/detail/a_id/915
It is a DVR remote viewing software.
Installed with winetricks JET4.0, MDAC 2.7, VCRun6 (mfc42.dll). I was able to
login and move around. On setting up DVR device, it crashes (see attached zip)
I have zipped up and attached images of the error, output.txt and backtrace of
the page fault.
--
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=31086
Bug #: 31086
Summary: AlfBanco crashes when user-pwd is entered
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akern(a)web.de
Classification: Unclassified
Created attachment 40809
--> http://bugs.winehq.org/attachment.cgi?id=40809
bugreport
Installing AlfBanco succeeds, but I can't use the programme, because it won't
accept user data.
Bugreport is 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.
https://bugs.winehq.org/show_bug.cgi?id=38968
Bug ID: 38968
Summary: NEED FOR SPEED MOST WANTED Programme Crashes while
opening
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: deepan4me(a)live.com
Distribution: ---
Created attachment 51912
--> https://bugs.winehq.org/attachment.cgi?id=51912
Programme crashes while opening the short cut in desktop which is installed
using wine
OS Using:Linux Mint OS
Installed Items:Wines,Winetricks,Directx9,Playon Linux
As the installation file is an executable file of Need for speed most wanted
2012
--
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=38891
Bug ID: 38891
Summary: wine crash during wolfenstein old blood
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolcaek(a)gmail.com
Distribution: ---
Created attachment 51829
--> https://bugs.winehq.org/attachment.cgi?id=51829
wine console output of crash
Wine crashes when playing Wolfenstein: Old Blood, see attachment for console
output.
--
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=33112
Bug #: 33112
Summary: Flash exe program crashes on wine 1.4.1 and 1.5
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: underline(a)list.ru
Classification: Unclassified
Created attachment 43780
--> http://bugs.winehq.org/attachment.cgi?id=43780
Backtrace
When I run my eye corrector application, which is Windows executable using
Flash. I get Unhandled exception: page fault on read access to 0x004dc300 in
32-bit code (0x004dc300). This one stopped running, I assume, when I upgraded
my Kubuntu to 12.10. Most likely that the Wine got updated. I tried both 1.4.1
and 1.5. The same error.
I'm running Kubuntu 12.10, Linux 3.5.0-25-generic x86_64.
--
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=38819
Bug ID: 38819
Summary: inkscape portable crashes on startup
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51760
--> https://bugs.winehq.org/attachment.cgi?id=51760
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x007091ad).
I tested both in 32 bit and 64 bit. It crashes only on 32 bit.
Added backtrace.txt
http://portableapps.com/apps/graphics_pictures/inkscape_portable
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x007091ad).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:007091ad ESP:0164ee00 EBP:04ff74d8 EFLAGS:00210202( R- -- I - - - )
EAX:00000000 EBX:3fb99999 ECX:0164ed70 EDX:0164ee1c
ESI:01107570 EDI:0164f5a8
Stack dump:
0x0164ee00: 050158c0 04fd7060 00000001 00000000
0x0164ee10: 66532bd9 04fd7100 04ff74d8 0164eeac
0x0164ee20: 00000001 664e8cc4 6655df80 0164ee50
0x0164ee30: 66533b1c 00e8f0c8 010de93a 0164ee50
0x0164ee40: 007091ff 0164ee00 05021d6c 05020bc0
0x0164ee50: 3fb99999 3fb99999 04ff74d8 0070cf74
Backtrace:
=>0 0x007091ad in inkscape (+0x3091ad) (0x04ff74d8)
0x007091ad: movl 0x4(%eax),%eax
--
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=29160
Bug #: 29160
Summary: Dungeon Keeper 2 crash with high resolution setting
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tony.cuny(a)gmail.com
Classification: Unclassified
Created attachment 37614
--> http://bugs.winehq.org/attachment.cgi?id=37614
traces of DKII.exe crash
Installed and playing Dungeon keeper nicely with wine-1.3.33 on Fedora 15 at
1024x768 but it crash with (modified from registry) 1280x1024 resolution before
in game (just after loading).
Lunched with :
wine DKII.exe -softwarefilter -32biteverything -enablebumpmapping
-enablebumpluminance
(Just need to disable MouseWarpOverride to avoid mouse warp issues)
(Registry key list :
http://www.deindungeonistvollerjoghurt.keepfree.de/dk2regkeys.txt )
Traces 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.
http://bugs.winehq.org/show_bug.cgi?id=33648
Bug #: 33648
Summary: PDF Factory Pro 3.51: SetPrinterW error during
installation
Product: Wine
Version: 1.5.30
Platform: x86-64
URL: http://www.fineprint.com/release/pdf351pro.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Error message box during installation:
"An error occurred in Windows (SetPrinterW failed).
Invalid level."
during the "Creating pdfFactory Pro printer drivers..." phase
fixme:winspool:SetPrinterW Unimplemented level 8
--
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=37037
Bug ID: 37037
Summary: game go to the desktop to save the game
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robertosoplas(a)gmail.com
Error when the game save automatically.
--
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=20557
Summary: Shadowgrounds Survivor - crash in ExtTextOut
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=24517)
--> (http://bugs.winehq.org/attachment.cgi?id=24517)
plain log w/backtrace
This crash seems related to text rendering, but isn't quite deterministic. One
easy way of reproducing here is starting the game, then immediately clicking on
the "Survival" menu item (you may have to squint a little, the text is not
rendered well). Alternately, it happens at semi-random times during gameplay.
I'm unable to find a working demo at present... downloads seem gone or
corrupted.
Looks superficially similar to 12307 - crash on same line. Can't test with that
old a wine version, the game doesn't run at all.
--
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=15354
Summary: fixme:int:DOSVM_Int10Handler when running W98 program
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Once again, this time without attachment:
I have a reasonably old W98 program which I like to get up and running under
Wine. During the installation it says
axel@A30:~/.wine/drive_c/topo/topo.ins> wine testdir.exe c:\topo\topo.134
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
...and then it hangs. I think this exe checks for files in the directory, but
I'm not sure...
--
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=37545
Bug ID: 37545
Summary: Sony Digital Voice Editor 3.3 will not install
Product: Wine
Version: 1.7.30
Hardware: x86
URL: http://download.sony-europe.com/PUB/DNA/IC_DVE/DVE33_0
1/DVESetup_EN.exe
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 9597
Distribution: Debian
It's not possible to select the folder to install this application. Whatever
folder is selected (including the default) is followed by a message box stating
"cannot specify <path>.".
c11f123ea1e700d920f47388cab7eaefcb8bb4ce 94Mb DVESetup_EN.exe
+msi,+msidb,+msiexec does not show anything, riched20 is not a workaround.
--
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=36469
Bug ID: 36469
Summary: Priston tale bug of compatibility mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juan.felipe(a)softnode.com.br
Created attachment 48525
--> http://bugs.winehq.org/attachment.cgi?id=48525
Bug text file
I have start te game and the same send a error sayning "disable compatibility
mode and try again!", but even after I disable the problem persists.
--
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=24820
Summary: WoW Model Viewer has garbled background
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranguvar(a)archlinux.us
Using WoW Model Viewer v0.7.0.1 r482, the program refuses to start without
vcrun2008 from winetricks (log here since it is quite short):
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8) [repeated 3x]
err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\mnt\\win7\\Users\\Ranguvar\\wmv-701-482_devwork\\wowmodelview.exe"
failed, status c0000142
Once vcrun2008 is installed, it starts fine, but there's a minor annoyance in
that the main pane has garbled image from whatever was behind that part of the
window before it was started -- the desktop background, another app, anything.
Reporting because it may be simple to fix, I don't personally know.
Here's the output for this, again because it's too short to bother with
attachments:
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:avifile:AVIFileExit (): stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:avifile:AVIFileExit (): stub!
err:ole:CoUninitialize Mismatched CoUninitialize
The "err" was upon close and not likely related.
A screenshot of the corruption can be found here: http://ompldr.org/vNXY3Zg
Also, it appears this problem may be bigger than I previously thought. I can't
get the Viewer to play anything else, but I haven't used it on native Windows
before, and could just be doing it wrong.
--
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=23376
Summary: Can't run Ballance 1.13
Product: Wine
Version: 1.2-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abacabadabacaba(a)gmail.com
Created an attachment (id=29138)
--> (http://bugs.winehq.org/attachment.cgi?id=29138)
Wine output
When I try to run Ballance 1.13 under Wine, the following happens: firstly,
splash screen appears. Then, after a few seconds, screen resolution is changed
four times (first to some small resolution, then back to normal, then again to
small, then again to normal). After that, there's a game window, which is
minimized. When I click on it's icon, the window begins to disappear and then
reappear rapidly. The only way to stop this is to kill wine.
I use Intel GMA X3100 and Linux 2.6.35.
--
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=34337
Bug #: 34337
Summary: YNAB 4 last loaded early last week, now it will not
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr00bert(a)gmail.com
Classification: Unclassified
Created attachment 45705
--> http://bugs.winehq.org/attachment.cgi?id=45705
Output from running wine command at command line
YNAB 4 was previously working without fault early last week, but I have not
been able to run it all week. Multiple reboots and some internet
troubleshooting have not helped this issue.
--
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=29619
Bug #: 29619
Summary: wine incorrectly treats multilingual (russian) capital
letters in filenames/paths in mounted NTFS
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vde(a)ykoctpa.ru
Classification: Unclassified
when trying to open by under-wine program any file on NTFS volumes mounted by
NTFS-3G having capital russian (possible any non-ASCII) letters in path,
CreateFile returns error to app.
to see:
mount native Windows drive and create symlink d:
wine explorer on "select" shold open file or say "there is no windows windows
program configured to open this type of file", but if there capital letters in
path message will be "File not found".
path OK: d:\share\data\юг 1\file.txt
path ERR: d:\share\data\Юг 2\file.txt
particularly frustrating that such use could make migration from Windows much
more easier - if not a bug
PS. native Linux apps has no problems
--
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=31428
Bug #: 31428
Summary: Dustforce: open with black screen
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Classification: Unclassified
Created attachment 41315
--> http://bugs.winehq.org/attachment.cgi?id=41315
Terminal output
The game seems to run fine but the screen is all black. Sound is good but I
can't see a thing
Video specs:
nvidia gt540m (optimus)
with intel card: black screen
with optirun: white screen
I tried with a emulated desktop too but there's no changes.
I still don't know if it's the game or my video specs the problem
--
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=36666
Bug ID: 36666
Summary: Dofus 2.20
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mycaranille(a)gmail.Com
Created attachment 48709
--> http://bugs.winehq.org/attachment.cgi?id=48709
The error
Hello,
Sorry for my bad translation but I'm French. I want to contact you due to a bug
that occurs when launching Dofus 2.20.
I'm on Ubuntu 14.04 LTS (64-bit) and I use Wine 1.19 obtained via the official
PPA for Ubuntu
And at the launch of Dofus there is error message (see Attachment)
Regards, Jeremy
And good job if not for Wine
--
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=38591
Bug ID: 38591
Summary: Fallout New Vegas unavoidable crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robrowlands91(a)live.com
Created attachment 51490
--> https://bugs.winehq.org/attachment.cgi?id=51490
Fallout New Vegas freeze error
Fallout random unavoidable crashes, get this error
--
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=32963
Bug #: 32963
Summary: Party Of Sin DEMO does not find a suitable graphic
card on NVIDIA
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giovanni.nicola(a)ticino.com
Classification: Unclassified
Party of sin demo installs but on run pops up a message that no suitable
graphic card is found compatible with the XNA HiDef Profile
--
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=39179
Bug ID: 39179
Summary: FUEL: freeze when trying to start an event
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
Distribution: ---
When attempting to start an event, after the UI appears, a "vehicle crashed"
sound plays and the UI stops responding after a split second, locking the game.
Tested on fresh wineprefix, with no winetricks installs and no game
modification, in wine 1.7.50, 1.7.16, 1.6.2 and 1.7.50-126-g6056a3f.
--
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=24166
Summary: Team Fortress 2 freezes while playing.
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ddonofrio(a)member.fsf.org
Introduction:
I have read bugs 7698, 12327 and 15162 with all comments and I'm sure this is
not the same issue. Please let me know if there is more information I can
provide.
Short Description:
After a few minutes of playing, process hl2.exe starts using 100% of a CPU and
the game freezes with no sound stuttering. if I have the mouse pointer (Like
when I'm selecting a character) I can move the mouse but nothing responds. If a
SIGTERM(15) is sent to hl2.exe the game finished and the X are successfully
restored. That allow me to repeat this issue over and over again trying to find
a pattern for deducing the root of the problem.
Testbeds:
For a best analysis of this issue, I have configured the following testbed
based on 2 machines, one with the game and another one just connected to the
same LAN.
1) Machine and software where the game is running:
CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @2.40GHz
Memory: 4GB Ram
OS: GNU/Linux
Distribution: Ubuntu 10.04.1 LTS
Kernel: 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:38:40 UTC 2010
x86_64
$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD
2600 Series]
$ fglrxinfo
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 Pro
OpenGL version string: 3.2.9756 Compatibility Profile Context
$ wine --version
wine-1.3.1
Testbed additional information:
Wine has no configuration but default.
Game parameters: -heapsize 1024000 -dxlevel 81 -width 1680 -height 1050
Compiz were disabled.
2) A second machine where I start a ssh session in order to monitoring process
when the game freezes.
Testing performed:
Testing steps:
1) I started steam, then I went to game library and I selected TF2. I have
pressed "Play" button and wait.
The game was successful loaded, I find a "Two Forts" available game and I
Joined in.
After 8 minutes and 32 seconds playing, when I was getting back to the starting
point room (to be cured at the medicine kit), exactly when the door were
opening the game got freeze. There was no sound stutter, just like a picture
the game got freeze.
I got connected from the second machine (via ssh) and I saw hl2.exe process
using the 100% of one CPU. Just by sending a SIGTERM to hl2.exe process it
finished. That brings me down to Steam menu again.
2) I have pressed "Play" again.
I was looking for a "Two Forts" available game for 30 seconds approximately.
The game was loaded successful, and when I was looking for a character the game
got freeze again. Just when I pointed the Engineer. I was able to move the
mouse but nothing responses.
>From the second machine terminal I saw the same: hl2.exe process using the 100%
of one CPU. Just by sending a SIGTERM to hl2.exe process it finished. That
brings me down to Steam menu again.
3) I have pressed "Play" again.
I was looking for a "Two Forts" available game for several minutes, I got
dropped due to slot reservation 3 times so I have desired to play at Egipt. I
have selected the engineer again and when the game just starts, a heavy appears
in front of me and the game got freeze again. Same like before, to kill the
process where needed.
4) I have repeated the same actions with: Different characters, different maps,
and the game got freeze completely random. I was not able to find a patter
after 3 ours of testing.
5) I have tried to run ft2 by running the following line but the game crashes
while loading a level:
$ env WINEDEBUG=fixme-all env WINEPREFIX="/home/game/.wine" padsp wine explorer
/desktop=steam,1680x1050 "c:\archivos de
programa\steam\steamapps\myaccount\team fortress 2\hl2.exe" -game tf -steam
-heapsize 1024000 -dxlevel 81 -width 1680 -height 1050
Using breakpad crash handler
Setting breakpad minidump AppID = 440
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
err:ole:RevokeDragDrop invalid hwnd (nil)
err:mmtime:TIME_MMTimeStop Timer still active?!
--
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=38392
Bug ID: 38392
Summary: Divide by zero in dlls/user32/Edit.c source file
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: bur_av(a)bk.ru
Distribution: ---
Upon calculation of line count in get_vertical_line_count function, line_height
field might take value of 0, which results in division by zero error. E.g. I
encountered this when dynamically creating hidden text control in Clarion
language, which uses WinAPI call for that.
Here's my hotfix for this bug (return 1 if es->line_height <= 0):
{{{
static inline INT get_vertical_line_count(EDITSTATE *es) {
if (es->line_height <=0) {
return 1;
}
else {
INT vlc = (es->format_rect.bottom - es->format_rect.top) / es->line_height;
return max(1,vlc);
}
}
}}}
The problem shows up in WINE versions 1.4.1 - 1.7.40. (at least on CentOS 6,
CentOS 7, Debian 7 and Mint 17).
Please, fix this bug in official release.
--
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=30725
Bug #: 30725
Summary: Scrollbar paging problems
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
There are some issues with scrollbars. I initially noticed these issues with
IDA Pro Free, but other programs which use the same type of scrollbar are
affected, including Windows Notepad.exe.
Try the following in Windows.
Run Notepad and load a long text document. The window shows a small proportion
of the document with a scrollbar at the right-hand side.
Move the mouse pointer over the scrollbar below the "thumb". Click the left
button. Notice how the region below the thumb highlights in black briefly.
Hold down the left button. The region below the thumb is highlighted in black,
and the document pages down repeatedly while the left button is pressed.
Move the mouse pointer while holding the left button down (but keeping the
pointer within the lower scrollbar region, e.g. move it up and down slightly).
The mouse movement doesn't affect the paging-down.
Trying the same under Wine...
Clicking below the thumb, the region is not highlighted in black (or if it is,
it's so brief as to be invisible).
Holding the left button down with the mouse pointer below the scrollbar thumb
does cause the document to repeatedly page down. However, the lower scrollbar
region is not highlighted in black. It seems Wine does draw it in black, but
immediately overwrites it -- I see brief flickers of black rectangles.
If while holding the left button you move the mouse pointer, the document stops
paging down. While you are moving the mouse, the lower scrollbar region is
shown in black.
--
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=24524
Summary: Cannot disable the debugger
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rgovostes(a)gmail.com
According to kernel32/except.c, there are only two behaviors supported by Wine:
1) (with AeDebug\Auto = 0) show a dialog when a crash occurs
2) (with AeDebug\Auto = 1) run a debugger process
There doesn't seem to be a way to have the program terminate on a crash. I
suppose a program could override it by changing the exception handler but the
default start_debugger() handler has this functionality.
--
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=38894
Bug ID: 38894
Summary: HTML Help workshop compiler doesn't work
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: dorch(a)laposte.net
Distribution: ---
I installed HTML Help Workshop following the instructions displayed here :
https://appdb.winehq.org/objectManager.php?sClass=version&iId=2978&iTesting…
I also tried to install it using this procedure:
https://code.google.com/p/htmlhelp/wiki/HHW4Wine#commentlist
(except for the registering of itcc.dll with regsvr32 that doesn't succeed in
my case so I skipped this step).
In both case, the compilation of an hhp failed with this message:
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\itss.dll"
err:ole:CoGetClassObject no class object {5d02926a-212e-11d0-9df9-00a0c922e6ec}
could be created for context 0x1
HHC5010: Error: Cannot open "c:\chmlatexfr.chm". Compilation stopped.
--
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=36202
Bug ID: 36202
Summary: Wargames demo crashes when exiting the map screen
(software renderer)
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://www.kazade.co.uk/downloads/wargames.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48324
--> http://bugs.winehq.org/attachment.cgi?id=48324
terminal output
Steps to reproduce the problem with the demo:
1. install the demo and start the game with wargames.exe. On multicore systems
the game must be started with 'taskset -c 0' otherwise it hangs during the
opening screen.
2. select Software rasterizer, because hardware renderer has other problem
(crash)
3. in the menu start a new game, click on the blue spinning logo then click on
<Start>
4. click on the Map button on the interface panel on the right, then click on
the flashing <Exit> button. The game crashes at this point.
I see the same crash with Wine 1.2.3, 1.4.1, 1.6.2 etc.
Fedora 20
Nvidia binary drivers 337.12
Alsa 1.0.27 (pulseaudio is not running)
X.Org X Server 1.14.4
wine-1.7.17-148-g2e5cb7a
--
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=30051
Bug #: 30051
Summary: Virtual Playtable can't load bass.dll
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eurekafag(a)eureka7.ru
Classification: Unclassified
This is the "Magic: The Gathering" implementation written on Java. The game is
freeware, you can download it from their site:
http://virtualplaytable.com/downloads.php Since there's no native version yet I
tried to run it on wine and succeeded but I experienced strange behavior in the
process. The game (or rather the included JRE) seems to require BASS.dll but it
doesn't contain it and runs fine on Windows without it. But on wine it shows a
message box "The procedure entry point BASS_Init could not be located in the
dynamic link library BASS.dll". So I downloaded this DLL which is also freeware
from http://www.un4seen.com/download.php?bass24 But it didn't help. Then I
tried to debug and see what's wrong inside using WINEDEBUG=+relay wine
Playtable.exe > log.txt 2>&1 And the game suddenly started. It still shows the
error when I run it without the debug variable or when I use debug but redirect
the output to /dev/null but it runs fine if I redirect it to /dev/zero. Strange
enough and I tested it on two different PCs on wine 1.3.37 and 1.4rc5 built by
myself from git without any 3rd party patches. A perfect case of a heisenbug
(http://en.wikipedia.org/wiki/Heisenbug).
I make a cautious assumption that it somehow connected to the speed of the
execution. Maybe a race condition or such. When program is being debugged it
slows down and bass.dll has enough time to decrypt and unpack itself (yes, it
looks like heavily obfuscated). When I redirect the debug output to /dev/null
the slowdown may be not big enough comparing to /dev/zero. I don't know.
My PCs:
1) Intel G620, 4 Gb RAM, integrated video (128 Mb), 1.5 Tb HDD, Debian Testing
i386, wine-git 1.3.37 and then due to bug #28693 1.4rc5 with the same result.
2) Core i7 2600, 16 Gb RAM, NVIDIA GeForce GTX 560 Ti, 2.5 Tb HDD, Debian
Testing x86_64, wine 1.3.37.
--
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=16105
Summary: Loki: Launching the game fails
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=17338)
--> (http://bugs.winehq.org/attachment.cgi?id=17338)
Log no WINEDEBUG parameters
The installer required winetricks dotnet20 in order to work. I installed and
patched the game flawlessly to the latest version (1.0.8.3), copied the crack
and added the missing library d3dx9_36. Console outputs for no WINEDEBUG
parameters and for WINEDEBUG=+relay,+seh for the attempts following the
modification are 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.
http://bugs.winehq.org/show_bug.cgi?id=27547
Summary: Crash with error:"TIME_MMTimeStop Timer still
active?!"
Product: Wine
Version: 1.3.22
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antoine38100(a)gmail.com
Created an attachment (id=35210)
--> (http://bugs.winehq.org/attachment.cgi?id=35210)
srceensaver of the terminal that lauched CCS
I use counter strike source (download at this adresse -> http://aviara.ro/)
and, on running, the software stops with this error
--
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=34569
Bug #: 34569
Summary: Driftmoon : Arms of the characters are invisible
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
Created attachment 46022
--> http://bugs.winehq.org/attachment.cgi?id=46022
Screenshot
In Driftmoon, the arms of the characters do not appear. See the attached
screenshot.
The console gets flooded with 'fixme:d3d:resource_check_usage Unhandled usage
flags 0x8.'. Is there a way to mute such fixme's so that identifying the error
message is easier?
Arch Linux X64
nvidia 325.15-7
--
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=30677
Bug #: 30677
Summary: After start KOMPAS Viewer 13 windows control button
hide
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hyper_sonic(a)hotbox.ru
Classification: Unclassified
It is appear allways after start Kompas Viewer 13.
Windows header and buttons hide and i can't move, resize, close or rollback any
running application.
PS I'm use Ubuntu 12.04 with wine version 1.5.4.
I attached screenshot.
--
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=38571
Bug ID: 38571
Summary: Excel Viewer 2007: crash on launch
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aradovits(a)npsh.hu
Distribution: ---
Created attachment 51467
--> https://bugs.winehq.org/attachment.cgi?id=51467
This is the "crash" log.
I installed Excel Viewer 2007 from MSDN
(https://www.microsoft.com/en-US/download/details.aspx?id=10) and it's crash
when I start it.
--
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=21209
Summary: Ankh: speech output stops before end of sentence
Product: Wine
Version: 0.9.44.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: m.b.lankhorst(a)gmail.com
commit 9c469e1a9487d81186642282de89048fc51c0864
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Aug 19 23:52:19 2007 +0200
dsound: Handle failing of IDsDriver_CreateSoundBuffer better.
prior to wine-0.9.44 causes Ankh's voice output to stop way before the end of
each sentence. Although it's a very old commit and the (structure of the) code
in dsound looks different now, behaviour has never changed since. The bug is
audible right from the intro movie.
Simultaneously, it causes the movie to stop intermittently (for ~1/2s, varying)
at the start of each audio sentence. Before that commit, movement was quite
fluid.
Perhaps the 1/2 second (sometimes more, sometimes randomly less) that is cut
from the end of the audio output corresponds with the motion break that occurs
before audio is started, as if audio output was hold back for a small and
random amount of time, then chopped?
Winecfg setting OSS HW, 22050Hz at 8bit; using Ubuntu Intrepid.
HW or emulation makes no difference. Same results with ALSA (in versions of
Wine newer than 0.9.44 where ALSA does not seem to initialize with Intrepid).
No PulseAudio.
--
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=31311
Bug #: 31311
Summary: Wine crashes when using photoshop plugin pspi for Gimp
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan.schweizer(a)arcor.de
Classification: Unclassified
Created attachment 41145
--> http://bugs.winehq.org/attachment.cgi?id=41145
backtrace generated by wine
While trying to open the photoshop plugin menu in Gimp 2.8 filter->Photoshop
Plug-in Settings... Wine crashes with error message (backtrace see attachment).
The Photoshop Plugin pspi.exe.so (see http://tml.pp.fi/gimp/pspi.html)
obviously does not work with wine 1.4.1 (also not with v1.4.0). I use Ubuntu
12.04 64bit.
--
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=32681
Bug #: 32681
Summary: Certain types of lighting causes metro2033 to lagg.
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
Metro 2033 lags severely in certain lighting conditions.
--
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=16459
Summary: MYOB application tabs - does not change/switch tabs
correctly when clicking on them
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickpj(a)gmail.com
In MYOB, there are tabs inside the application (e.g. general ledger -> chart of
accounts -> tabs at top of page). Switching from one tab to another when
running under MS Windows can be achieved by clicking on the tab. However in
Wine, this does not work (it does not switch to the new tab). Instead the user
has to use a workaround to switch between tabs, either by clicking AND THEN
pressing the space key, or by using the Alt + "underlined letter" keyboard
shortcut to switch between tabs.
I have only used MYOB 10.0.2, and so have only observed this problem there, but
other versions on MYOB have this tab-switching problem in Wine too, according
to appdb, e.g. versions 11, 16, 17 too:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9941http://appdb.winehq.org/objectManager.php?sClass=version&iId=6921&iTestingI…http://appdb.winehq.org/objectManager.php?sClass=version&iId=355&iTestingId…
--
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=36990
Bug ID: 36990
Summary: ThunderSpeed crashed because
msvcp90.MSVCP_basic_string_wchar_assign_substr
Product: Wine
Version: 1.7.23
Hardware: x86
URL: http://down.sandai.net/thunderspeed/ThunderSpeed1.0.12
.122.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
Created attachment 49131
--> http://bugs.winehq.org/attachment.cgi?id=49131
backtrace of crash
Environment:
Deepin 32bit
Linux phcole 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686
i686 i686 GNU/Linux
wine-1.7.23
download from:
http://down.sandai.net/thunderspeed/ThunderSpeed1.0.12.122.exe
The program can't install from the
installer(http://bugs.winehq.org/show_bug.cgi?id=36989).
We can use "Archive Manager" to extract all files in the installer to run the
program.
I extract all files to:
/home/phcole/.wine/drive_c/Program Files/ThunderSpeed
and then start the program with:
wine program/thunder.exe
after ten or more seconds, the thunder.exe crashes.
--
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=31135
Bug #: 31135
Summary: Hoodwink game does not start
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thanoulas(a)gmail.com
Classification: Unclassified
The game "Hoodwink" will not start. Running it with err+all,fixme+all will show
a window which is black and then try to expand to a bigger window then hangs
there, with about 20% cpu.
Running with +relay,+seh,+tid will throw a wine error message window which says
"Exception Access Violation", but I don't know if this is a result of the debug
flags.
+loaddll,+relay,+seh,+tid 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.
http://bugs.winehq.org/show_bug.cgi?id=26506
Summary: Kodak ESP C310 All-In-One Printer software fail:
Cannot find conime.exe
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
There's no GNUx (GNU/Linux) driver for the Kodak ESP C310 Printer. So I decided
to install the Windows version of the software. When I first ran the software,
I got prompted by Wine in my terminal to install Mono to run .net executables.
So I did. Now I'm getting this when I log the output of the install:
fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: cannot find L"C:\\windows\\system32\\conime.exe"
Any and all support is very much appreciated. The printer was just recently
bought and the machine it is attached to is running Ubuntu 10.10
Linux foxy-desktop 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC
2011 i686 GNU/Linux
--
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=29688
Bug #: 29688
Summary: CHAOS;HEAD crashes on start
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doyob(a)yopmail.com
Classification: Unclassified
Created attachment 38508
--> http://bugs.winehq.org/attachment.cgi?id=38508
+relay,+seh log
The game crashes before any window shows up.
--
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=34295
Bug #: 34295
Summary: Edge of Chaos crashes when loading the game
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Created attachment 45656
--> http://bugs.winehq.org/attachment.cgi?id=45656
Backtrace
Backtrace 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.
http://bugs.winehq.org/show_bug.cgi?id=36493
Bug ID: 36493
Summary: uTorrent 3.4 doesn't redraw list of torrents
Product: Wine
Version: 1.7.19
Hardware: x86
URL: http://www.utorrent.com/downloads/win
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: otaku(a)rambler.ru
Torrents list redraws not always but only when minimizing-restoring uTorrent's
window.
I don't know if it's a duplicate of bug #27579 because only uTorrent 3.4 is
affected now.
Xubuntu 14.04
--
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=24550
Summary: Option to run Windows programs as a separate user.
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: de.techno(a)gmail.com
For security purposes, and atleast on Linux, wine should have an option to run
a program as a different user as defined in it's config.
--
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=31045
Bug #: 31045
Summary: excel 2003 hangs on startup
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
I installed Office 2003 in a new prefix with no dll overrides or additional
components. When I run Excel, the splash window stays open indefinitely, and
the main window does not respond to input. I have to kill the application.
I will test whether this is a regression and bisect it if so.
--
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=36880
Bug ID: 36880
Summary: Unhandled exception: page fault on write access to
0x1db92dab in 32-bit code (0x7eb59b27). Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7eb59b27 ESP:0033f6ec EBP:0033f724
EFLAGS:00010246( R- -- I Z- -P- ) EAX:01e0f870
EBX:7ebbd
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabor.homolya(a)gmail.com
error by starting ChemBioDraw 2012.
it is a software from http://www.cambridgesoft.com.
i need this software for my exam.
i hope you can fix this problem for me.
thanks
--
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=38013
Bug ID: 38013
Summary: Empire Earth III: rendering issues
Product: Wine
Version: 1.7.35
Hardware: x86
URL: http://www.gamershell.com/download_21791.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50648
--> https://bugs.winehq.org/attachment.cgi?id=50648
screenshot
The game needs native d3dx9_36 to display the menus correctly, I can start a
new game/tutorial mission where the user interface is rendered properly but
there are strange polygons all over the screen.
You can reproduce the problem with the demo version (start a skirmish map).
Disabling GLSL doesn't resolve the issue.
Reducing detail level to the minimum doesn't help either.
Fedora 21
Nvidia binary drivers 340.76
--
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=34332
Bug #: 34332
Summary: Splinter Cell : Blacklist crash at startup when Wine
is set to Win7
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 45698
--> http://bugs.winehq.org/attachment.cgi?id=45698
winedbg Blacklist_game.exe log
Hi,
The game crash when i want to launch it if Wine is set to Win7. There is no
problem if Wine is set to WinXP.I launch it with the d3d9 game executable
called Blacklist_game.exe. The d3d11 executable is called
"Blacklist_DX11_game.exe"
I know that i can launch the game in XP mode as workaround but resolv this bug
can be useful when d3d11 will be implemented into Wine.
In the output console, i have only these messages :
berillions@debian64:~/.wine/drive_c/Program Files/Ubisoft/Tom Clancy's Splinter
Cell® Blacklist™/src/SYSTEM$ primusrun
/home/berillions/Desktop/Build/32/wine-1.7.0/wine Blacklist_game.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x1 at
ctx(0x32e14c,L"ntdll<elf>"), for debug_info(abbrev:0x3bf4388,symt:0x3f25530)
fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x1 at
ctx(0x32e14c,L"ntdll<elf>"), for debug_info(abbrev:0x3bf4388,symt:0x3f25530)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0xf at
ctx(0x32e14c,L"ntdll<elf>"), for debug_info(abbrev:0x3bf4c68,symt:0x3f253dc)
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0x15 at
ctx(0x32e14c,L"kernel32<elf>"), for debug_info(abbrev:0x43a4db0,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0xf at
ctx(0x32e14c,L"kernel32<elf>"), for debug_info(abbrev:0x43a4db0,symt:(nil))
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x33df940): stub
wine: Unhandled exception 0x40000015 in thread 47 at address
0xf73d0023:0x0249b3b8 (thread 0047), starting debugger...
Process of pid=0016 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
[...]
I attach the winedbg log too.
--
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=24241
Summary: Open file dialog triggers "Invalid free" Valgrind
warning
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Occurred with a clone of the Wine git repository last updated on Monday August
30, 2010 + a patch that informs Valgrind about heap tail zones. The Valgrind
complaint below was triggered by the open file dialog (MFC CFileDialog) and
shows that Wine tries to free static memory (a static variable called emptyW):
Invalid free() / delete / delete[]
at 0x476F851: do_VALGRIND_FREELIKE_BLOCK (wine.git/dlls/ntdll/heap.c:231)
by 0x47727A5: RtlFreeHeap (wine.git/dlls/ntdll/heap.c:1778)
by 0x509BB83: IMalloc_fnFree (wine.git/dlls/ole32/ifs.c:262)
by 0x509C1D6: CoTaskMemFree (wine.git/dlls/ole32/ifs.c:411)
by 0x4DEC027: StrRetToStrNW (wine.git/dlls/shell32/shellstring.c:99)
by 0x4E0E67E: ShellView_OnNotify (wine.git/dlls/shell32/shlview.c:1432)
by 0x4E0F735: ShellView_WndProc (wine.git/dlls/shell32/shlview.c:1684)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7B35C: call_window_proc (wine.git/dlls/user32/message.c:2201)
by 0x4C80B42: send_message (wine.git/dlls/user32/message.c:3041)
by 0x4C81063: SendMessageW (wine.git/dlls/user32/message.c:3164)
by 0x4FABB7B: notify_hdr (wine.git/dlls/comctl32/listview.c:839)
by 0x4FAD06C: notify_dispinfoT (wine.git/dlls/comctl32/listview.c:984)
by 0x4FADD5C: LISTVIEW_GetItemT (wine.git/dlls/comctl32/listview.c:6613)
by 0x4FADFA8: LISTVIEW_GetItemW (wine.git/dlls/comctl32/listview.c:1601)
by 0x4FAF48C: LISTVIEW_DrawItem (wine.git/dlls/comctl32/listview.c:4459)
by 0x4FB63D4: LISTVIEW_RefreshReport
(wine.git/dlls/comctl32/listview.c:4751)
by 0x4FBAFDA: LISTVIEW_Refresh (wine.git/dlls/comctl32/listview.c:4998)
by 0x4FBDB68: LISTVIEW_Paint (wine.git/dlls/comctl32/listview.c:10392)
by 0x4FBDCC6: LISTVIEW_WMPaint (wine.git/dlls/comctl32/listview.c:10417)
by 0x4FBF4CC: LISTVIEW_WindowProc (wine.git/dlls/comctl32/listview.c:11452)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7C0FD: DispatchMessageW (wine.git/dlls/user32/message.c:3709)
by 0x4C4EAE1: IsDialogMessageW (wine.git/dlls/user32/dialog.c:1258)
by 0x4C4EC43: DIALOG_DoDialogBox (wine.git/dlls/user32/dialog.c:812)
by 0x4C509BD: DialogBoxIndirectParamAorW (wine.git/dlls/user32/dialog.c:877)
by 0x4C50A51: DialogBoxIndirectParamA (wine.git/dlls/user32/dialog.c:887)
by 0x92CDCD8: GetFileName95 (wine.git/dlls/comdlg32/filedlg.c:317)
Address 0x4f7116c is 0 bytes inside data symbol "emptyW.55484"
--
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=29490
Bug #: 29490
Summary: enviroment shows up black and character is covered
with blue dots in torchlight
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tommivs(a)gmail.com
Classification: Unclassified
Created attachment 38183
--> http://bugs.winehq.org/attachment.cgi?id=38183
graphical artifacts in torchlight
See the attachment for picture. I am running arch with x86_64 with 32 bit
wineprefix on intel integrated graphics card.
Here is paste of me launching Torchlight.exe which launches steam from which i
needed to launch torchlight again then quitting the game and steam.
http://pastebin.com/PGWu39jC
--
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=38825
Bug ID: 38825
Summary: TIDAL crashes at startup
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurikoles(a)gmail.com
Distribution: ---
Created attachment 51763
--> https://bugs.winehq.org/attachment.cgi?id=51763
debug.log
Here is log of WINEDEBUG=+relay,+seh,+tid wine TIDAL.exe 2> ~/tidal.log
And backtrace
--
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=26452
Summary: When an application goes fullscreen it turns off other
monitors
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
When an application (such as a DirectX game) goes fullscreen the monitors on
which the application is not running are turned off.
--
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=33972
Bug #: 33972
Summary: NexusTK: Page Fault on Read Access in 32-bit code
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DizzyThermal(a)gmail.com
Classification: Unclassified
Created attachment 45125
--> http://bugs.winehq.org/attachment.cgi?id=45125
Backtrace of NexusTK Crash
NexusTK is a 2D MMORPG that uses DirectX.
::My system configuration::
OS: Ubuntu 13.04 (64-bit)
Graphics: ATI Radeon HD 6970 (fglrx) [This occurs on multiple graphics drivers
I've tried]
On launch, 80% of the time, I will receive a crash on the loading screen (Where
is says "Entering the Nexus... This may take a few minutes").
The download to the game is located here: (http://nexustk.com/download_2.html)
The current version of the client is: 7.04
I have tried this with Wine 1.5 and it still has this issue.
I have a development background if you'd like me to help with anything.
If you need more information I'll be glad to help!
Thanks you,
Stephen
--
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.