http://bugs.winehq.org/show_bug.cgi?id=28087
Summary: foobar 2000: Crashes when editing tags (with
configured media library)
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonas.nyren(a)gmail.com
When a media library has been added (it does not happen without one) and you
edit tags (Select some tracks and press alt+enter or right click and select
edit tags) it crashes eventually. I'll try to give you a "how-to" to make it
happen, please ask me if anything is unclear:
Select a field (In my case i selected composer) Start entering a composer,
followed by a semicolon and a space (this is how foobar 2000 separates multiple
values) and enter another one. After a while foobar 2000 will now crash and
bring up a requester asking you to send crash information to the developers. In
this report the reason for crashing is always:
Crash location:
Module: libwine.so.1
Offset: 98B5h
Symbol: "wine_compare_string" (+25h)
This did not happen in previous versions of wine. I would have checked exactly
which version introduced it, but I had already cleaned out my package cache and
it's of course not available any longer in the repositories (Arch linux).
Console output does not appear to contain anything of interest.
I tried with both foobar2000 v1.1.2 and v1.1.7 and the crash happens in both.
Happens with both win32 and win64 archs.
--
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=28154
Summary: AutoIt - InputBox
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rcmaehl(a)aol.com
In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work.
sample script:
InputBox("meh", "meh")
Expected result:
Input window
Actual result:
Nothing and program exits
Terminal output when compiled:
fixme:win:LockWindowUpdate ((nil)), partial stub
--
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=28171
Summary: "Text Service and Input Languages" crash:
Unimplemented function imm32.dll.ImmGetHotKey
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: fracting(a)gmail.com
Created an attachment (id=36091)
--> (http://bugs.winehq.org/attachment.cgi?id=36091)
Log: unimplemented function imm32.dll.ImmGetHotKey
1. copy native input.dll, sptip.dll, and sapi.dll
2. regsvr32 sptip.dll for class {dcbd6fa8-032f-11d3-b5b1-00c04fc324a1},
regsvr32 sapi.dll for class {a910187f-0c7a-45ac-92cc-59edafb77b53}
3. import keyboard_layouts.reg with regedit, which is download from
http://www.geekstogo.com/forum/index.php?app=core&module=attach§ion=att…
( referer url:
http://www.geekstogo.com/forum/topic/222396-cant-change-language-settings-f…
)
4. start the "Text Service and Input Languages" :
$ wine control input.dll
(notes: without step 3, there will be an "incompatible keyboard driver
detected" error, and the input.dll control panel can not display complete, I'm
not sure if it this a wine bug)
5. click "Key settings", then crash:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:msctf:InputProcessorProfiles_GetLanguageList Semi-STUB:(0x13afd0)
wine: Call from 0x7b83a537 to unimplemented function imm32.dll.ImmGetHotKey,
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=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.
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=28247
Summary: d3dx9_36/mesh.c compile broken on uclibc
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://git.alpinelinux.org/cgit/aports/tree/main/wine/
uclibc-fmaxf-fminf.patch?id=c9b491b6099eec02a835ffd055
39b5c783c6c43a
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
I found Alpine Linux, which uses busybox/uclibc by default instead of glibc.
First problem, build fails on d3dx9_36/mesh.c:
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../..
-fasynchronous-unwind-tables -shared ./d3dx9_36.spec core.o d3dx9_36_main.o
effect.o font.o line.o math.o mesh.o shader.o skin.o sprite.o surface.o
texture.o util.o volume.o version.res -o d3dx9_36.dll.so -ld3d9
-ld3dcompiler -ldxguid -ld3dxof -lole32 -lgdi32 -luser32
../../libs/port/libwine_port.a
mesh.o: In function `parse_vertex_colors':
/root/wine-git/dlls/d3dx9_36/mesh.c:2551: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2551: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2552: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2552: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2553: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2553: undefined reference to `fminf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2554: undefined reference to `fmaxf'
/root/wine-git/dlls/d3dx9_36/mesh.c:2554: undefined reference to `fminf'
collect2: ld returned 1 exit status
winegcc: gcc failed
make: *** [d3dx9_36.dll.so] Error 2
there's a patch available on the alpine package:
http://git.alpinelinux.org/cgit/aports/tree/main/wine/uclibc-fmaxf-fminf.pa…
though perhaps that definition should go in libs/port/wine instead?
--
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.