http://bugs.winehq.org/show_bug.cgi?id=31692
Bug #: 31692
Summary: SQL Server 2000 manager: Tray icon displayed as solid
black square
Product: Wine
Version: 1.5.12
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=22661
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Hello,
SQL Server 2000 Manager displays a tray icon showing the current server state.
Current Git version draws a black square instead of the icon.
The commit that broke it was:
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
--
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=31735
Bug #: 31735
Summary: In Circuitmaker 2000 schematic editor some parts are
wrongly displayed. Also slower redrawing in 1.5.13
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
In Wine 1.5.13, Circuitmaker 2000 schematic editor strangely displays some
parts like inductors. It looks like one inductor and the other one are
"combined" together.
Very strange.
Also the speed of graphics redrawing is much lower than it used to be.
All that appeared in freshly compiled Wine 1.5.13.
I confirmed it on 2 different laptops equipped with current 32-bitSlackware.
--
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=31790
Bug #: 31790
Summary: Compiling with -m32 fails in 64-bit ubuntu 12.04
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jesse.pepper(a)thinkbottomup.com.au
Classification: Unclassified
Use a 64-bit Linux, and save following as main.c:
#include <windows.h>
int main(int argc, char **argv)
{
MessageBoxA(0,"test","app",0);
return 0;
}
This problem occurs in wine1.4 and wine1.5.
$ winegcc main.c -m32 -o main.exe.so
/usr/bin/ld: Relocatable linking with relocations from format elf64-x86-64
(/usr/lib/x86_64-linux-gnu/wine/libwinecrt0.a(exe_entry.o)) to format
elf32-i386 (main.0Ipbo4.o) is not supported
winebuild: /usr/bin/ld failed with status 1
winegcc: winebuild failed
Apparently due to distros placing 32-bit libs in /usr/lib/i386-linux-gnu/
instead of /usr/lib32/
See also http://bugs.winehq.org/show_bug.cgi?id=24470
--
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=31831
Bug #: 31831
Summary: WinUAE cannot find any raw input devices
(GetRawInputDeviceList stub)
Product: Wine
Version: 1.5.14
Platform: x86
URL: http://www.winuae.net/files/InstallWinUAE2410.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
The WinUAE Amiga emulator supports raw input for keyboard, mouse and gamepad.
Since raw input support was added in Wine 1.5.13 I thought WinUAE would be able
to use it, but it seems not. WinUAE falls back to using DirectInput.
On running winuae.exe -log, part of the console output is this:
RawInput enumeration..
fixme:win:GetRawInputDeviceList (pRawInputDeviceList=(nil),
puiNumDevices=0x3f0f88c, cbSize=8) stub!
RAWINPUT: found 0 devices
--
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=31863
Bug #: 31863
Summary: d3d8/device.c, d3d9/device.c: tests fail on nVidia
chip
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 41929
--> http://bugs.winehq.org/attachment.cgi?id=41929
log from make device.ok in d3d8
On a Toshiba laptop, nVidia GeForce 315M chip, Ubuntu 11.10 64bit + xorg-edgers
PPA, tests fail:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 640x480x0
@0! (XRandR 1.2)
device.c:2957: Test failed: Failed to change display mode, ret 0xfffffffe.
Complete 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=31865
Bug #: 31865
Summary: Bits of the wow launcher disappear when hovering it
Product: Wine
Version: 1.5.14
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 41931
--> http://bugs.winehq.org/attachment.cgi?id=41931
Play button hovered
<Adys> julliard: Im getting pretty severe regressions with the wow launcher
after your commit f12c1 (bug 15118)
<Adys> julliard: parts of the launcher completely disappear
<Adys> eg when I hover a link, everything else disappears
<Adys> focusing the launcher makes the window reappear
<Adys> and theres something weird going on in the first place. sec
<Adys> julliard: http://i.imgur.com/444ww.png this is the launcher when it just
got focused
<Adys> http://i.imgur.com/x8bw5.png and this is if i hover the play button
<Adys> The invisible parts are not clickable btw
--
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=31871
Bug #: 31871
Summary: Photoshop CS5 fails to run
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: soar.above.the.skies(a)gmail.com
Classification: Unclassified
Created attachment 41944
--> http://bugs.winehq.org/attachment.cgi?id=41944
Photoshop CS5 fails to run
Photoshop fails to execute and run as expected. Logs are attached below.
--
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=31891
Bug #: 31891
Summary: Radeon HD6670 detected as 3200
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deep_silence_fr(a)yahoo.fr
Classification: Unclassified
I noticed in Kerbal game that my video card is detected as a radeon HD3200
instead of a HD6670 (this seems to be the cause of lots of random graphical
lockups).
Both fglrxinfo and lspci detect a 6670, so I assume this is a wine issue. I
noticed that the files below do not list this video card:
http://source.winehq.org/source/dlls/wined3d/directx.c#L1062http://source.winehq.org/source/dlls/wined3d/wined3d_private.h#L1314
--
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=31916
Bug #: 31916
Summary: Steam in xfce: xfwm4 windows refuse to relinquish
focus
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
Classification: Unclassified
In xfce (or in kde with xfwm4 instead of kwin), Steam has recently started
having an issue where it refuses to relinquish focus. If you were to click
inside a chat window and then try to click back into, for example, a terminal
window to switch focus, it would work for a split second and then the chat
window would pop right back up over it. Ie, it is impossible to switch into
another window via click because the active window won't go away.
It is easy to trigger the problem, but I've had a hard time figuring out
specifically what steps one must follow in order to do so. However, if I have
the main steam window and friends list open and a chat window hovering over a
terminal and tinker with moving and minimizing / changing the focus of the main
and chat windows for a minute or two (and try to click into the terminal), I
can reliably cause it to occur.
This occurs from wine 1.5.12 to 1.5.14, and in both Linux Mint 13 x64 and Arch
Linux x64 in a used or fresh wineprefix. Occurs on my machine and a friend's
machine as well.
A regression test found the following to be the trouble for me:
$ git bisect good
d35fc4369fd9eb7e5fca78cc0d61e241de286ee0 is the first bad commit
commit d35fc4369fd9eb7e5fca78cc0d61e241de286ee0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Aug 29 18:08:37 2012 +0200
user32: Always go through set_window_pos when the WS_VISIBLE style is
changed.
:040000 040000 2181c83f9671eb18ffb3538e627cce5d2b0bf7e0
cdf5240aa47f26a98421467c50979a84b60c68e7 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=31947
Bug #: 31947
Summary: NVIDIA GeForce GTX 660 Ti detected as GeForce 8300 GS
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: betaguy(a)gmail.com
Classification: Unclassified
Wine detects my NVIDIA GeForce GTX 660 Ti as a GeForce 8300 GS (which is, as
far as I know, the default for undefined NVIDIA cards). I've attached two
patches that fix this.
--
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.