http://bugs.winehq.org/show_bug.cgi?id=28199
Summary: Installation of vcrun6 causes undefined function
_set_printf_count_output
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: llie(a)nano.exofire.net
When I install vcrun6 (using winetricks), then I'm unable to install dotnet20
or vcrun2005 or many other packages. The installers crash or quit.
Many applications in wine then crash with errors something like:
Unimplemented function msvcrt.dll _set_printf_count_output
I ran a regression test and bisect stopped at this commit:
05ddaaf0686a0fcc10c9874a8d3abc9f35459f44 is the first bad commit
commit 05ddaaf0686a0fcc10c9874a8d3abc9f35459f44
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Aug 25 17:20:03 2011 +0200
msvcr80: Add a WinSxS manifest resource.
:040000 040000 7ac83b8722a5fedc4ac881afd2f7fe96f4dc9bc5
555c864d57fed04525a7d8ab5e4081001a55b242 M dlls
--
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=28388
Summary: winmm/midi.ok deadlocks and crashes occasionally?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I saw this today on my a8-3850 (on the first, but not second, buildbot run):
../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p winmm_test.exe.so
midi.c && touch midi.ok
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 6 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending there's only 2 channels
fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic,
disabling mixer
fixme:mci:MCI_SysInfo Don't know how to get # of MCI devices of a given type
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 003e, blocked by 002e, retrying (60 sec)
wine: Critical section 00110060 wait failed at address 0x7bc34357 (thread
003e), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 003e, blocked by 002e, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc34357
Command exited with non-zero status 148
--
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=28423
Summary: ImmGetDescriptionW() from imm32 crashes with certain
parameters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pastorrub(a)msn.com
Created an attachment (id=36436)
--> (http://bugs.winehq.org/attachment.cgi?id=36436)
The test program I did.
When a program calls ImmGetDescriptionW(NULL,NULL,direction), it crashes
instead of returning a direction and the size of it in characters, here is a
test program in the attachments and its source code.
This bug can be solved by adding this or something to allcate memory to imm32,
try it on both windows.
Also, it only occurs in a pointer, not on a finite empty array.
--
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=28447
Summary: Can't select lookup field by mouse in application with
DevExpress components
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arkinform(a)gmail.com
I try to run native Windows application in Wine.
Compiler Delphi 2010 and DevExpress components for visual interface
(http://www.devexpress.com).
It works ok. But I have one trouble: I can't select value in lookup components
by mouse. By keyboard I can do it. In any Windows it works without problems.
I have attached small test application with different lookup controlls.
--
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=28452
Summary: warning: argument to 'sizeof' in 'memcpy' call is the
same expression as the source; did you mean to provide
an explicit length? [-Wsizeof-pointer-memaccess]
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://llvm.org/viewvc/llvm-project?view=rev&revision=
133155
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=36482)
--> (http://bugs.winehq.org/attachment.cgi?id=36482)
full clang make log
A new warning in Clang, see
http://llvm.org/viewvc/llvm-project?view=rev&revision=133155.
There are 13 occurrences in Wine. According to AJ on irc, most look legitimate:
make[1]: Entering directory `/home/austin/wine-git/dlls/dmband'
band.c:176:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmcompos'
chordmap.c:166:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
audiopath.c:276:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
graph.c:241:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
segment.c:567:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
script.c:245:70: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmstyle'
style.c:249:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmusic'
collection.c:213:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dswave'
clang -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter
-Wwrite-strings -Wpointer-arith -g -O2 -o dswave.o dswave.c
dswave.c:365:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/msvcrt'
locale.c:103:51: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy(name, _country_synonyms[i+1], sizeof(_country_synonyms[i+1]));
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~
winhttp.c:662:89: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_reverse :
test_flag_coalesce, sizeof(reverse ? test_flag_coalesce_reverse :
test_flag_coalesce)) == 0, "WinHttpQueryHeaders returned incorrect string.\n");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winhttp.c:686:101: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_comma_reverse :
test_flag_coalesce_comma, sizeof(reverse ? test_flag_coalesce_comma_reverse :
test_flag_coalesce_comma)) == 0,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winhttp.c:712:109: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_semicolon_reverse :
test_flag_coalesce_semicolon, sizeof(reverse ?
test_flag_coalesce_semicolon_reverse : test_flag_coalesce_semicolon)) == 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.
https://bugs.winehq.org/show_bug.cgi?id=4244
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b49a1de1796283cad431b5653d8
| |eca3cf44dbd1d
Component|-unknown |gdi32
--
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=28483
Summary: Need For Speed Undeground doesn't remember keyboard
config
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Admc(a)ufurmix.org
Created attachment 36529
--> http://bugs.winehq.org/attachment.cgi?id=36529
Console Log
Every time when I restart game keyboard config resets to default. This bug is
present on every version of wine that I checked (1.3.28, 1.2.3, 1.2 and 1.3.1)
with and without native dinput8.
--
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=28551
Bug #: 28551
Summary: Adobe Reader X fails to uninstall
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P3
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36665
--> http://bugs.winehq.org/attachment.cgi?id=36665
Wine 1.3.29 console output
Adobe Reader X fails to uninstall. The installer simply reports it has failed.
In previous versions of Wine uninstall claimed to complete successfully but
didn't actually do anything.
To get this far had to work around Bug 28540 (native mspatcha.dll) to install.
--
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=28557
Bug #: 28557
Summary: Notepad++ does not receive drag+drop files in KDE,
seems to work in GNOME
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dustin(a)virtualroadside.com
Classification: Unclassified
When trying to drag+drop files into notepad++, it doesn't open the file... it
just sits there. Currently using Ubuntu 11.10 with KDE Plasma installed. Some
debugging output..
WINEDEBUG=+channel1,+channel2 wine notepad++.exe
fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming
XdndActionCopy
fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming
XdndActionCopy
[the preceding lines happens many many times]
Thanks!
--
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=28898
Bug #: 28898
Summary: Diablo 3 beta multi-threaded installer freezes
(RtlpWaitForCriticalSection block)
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lyon(a)pvfree.net
Classification: Unclassified
Created attachment 37126
--> http://bugs.winehq.org/attachment.cgi?id=37126
winedbg --command 'bt all'
In short:
Diablo 3 beta online installer freezes during the process of downloading files,
repeatedly emitting this error message every minute:
000b:err:ntdll:RtlpWaitForCriticalSection section 0x9500b4 "?" wait timed out
in thread 000b, blocked by 0020, retrying (60 sec)
Longer description:
Diablo 3 uses a multi-threaded akamai-like daemon (Agent.exe) for downloading
files on background.
The installer itself Diablo-III-Beta-enUS-Setup.exe is just a tool that
prepares the basic installation somewhere into c:\users\Public\Application
Data/Battle.net, executes Agent.exe and starts Diablo III Launcher afterwards.
In default 1.3.31-git wine installation Launcher is never started as the
installer progressbar freezes in about 2/3 and RtlpWaitForCriticalSection error
message is being spat out every minute.
As shown in the backtrace, the frozen thread belongs to Agent.exe that usually
has about 10 threads running and it never wakes up.
Anyway, this problem was not present in Wine 1.2 series so I started to
experiment with bisect and found out, that this issue started to appear between
1.3.3 and 1.3.4, specifically these two commits:
cf72f406ec7cdfebbd5135ede6e45547ca82dae0
9c2203123df76a1db1b11b633d0ccab003045fe2
Reverting those against current git snapshot makes the installer working again,
at least in terms of downloading several files and successfully spawning the
launcher.
NOTE: Agent.exe is used by launcher as well for further game data download and
installation, but although it is very unstable and crashes every now and then,
the revert makes it possible to eventually install the game, without thread
blocks. Agent.exe unstability is probably a different bug present already in
Wine 1.2.
During the trace a clean wineprefix was used and no DLL overrides were enabled.
If any more information is needed, just let me know, I'm willing to help.
Additional info:
Diablo-III-Beta-enUS-Setup.exe can be downloaded freely from the internet, it's
just an installer and it does not require any Battle.net account for
installation (would be necessary for gamepaly only). I recommend looking for
links leading to edgesuite.net, which is the official source for Battle.net
akamai service.
--
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.