http://bugs.winehq.org/show_bug.cgi?id=11147
Summary: Stalker mouse movement
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beast(a)plitka.mine.nu
Since version 0.9.51, mouse in STALKER moves to left normal, to right at double
speed. in other games all ok
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10873
Summary: Various display issues in/with Delphi
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ionic(a)ionic.de
Created an attachment (id=9765)
--> (http://bugs.winehq.org/attachment.cgi?id=9765)
Font size set to 12 in Delphi/WINE.
Hey all,
after the installation of Delphi worked without noteworthy problems, I am now
experiencing a couple of issues with WINE drawing/printing things, which might
be easily fixable due to the fact that they are just graphical problems.
First one: in Delphi one can set various font sizes for elements like Labels,
Panel and so on, which works fine in Windows. But WINE shows a strange behavior
here: when changing from font size 12 to 14 WINE does nothing, whereas in
Windows the font size really grows. Also, you could set the the size to 100 (I
did for testing purposes in the screenshots), but WINE does not change any size
but uses still the 12pt size, it seems that something is broken there within
WINE.
Well that's happening in the "designer" mode, but it seems to be the same on
runtime, so I guess there might be also other applications hitting that bug
with binary programs (Screenshots flagged with "Runtime") ...
Second one: properties changed in the object inspector should be bold when they
are not set to the default value. That's a nice feature which helps people to
see which property *they* changed and makes it easy to revert bad decisions.
However, WINE does not print them in bold font or anything
This bug is not limited to object inspector though, NO fonts in Delphi's
"design" mode are bold, even when set to that, but instead WINE ignores it,
even in the compiled program later on.
This does NOT hit the editor in Delphi which is able to show wonderful bold
text.
You can find plenty examples for this bug in the "Delphi-Size-xx" screenshots.
Third issue: that is a little bit more complicated indeed and might not be
easily to fix in contrast to the first ones.
As you may or may not know (at least you will see it) Delphi has something like
a box with verbose compiler messages at the bottom side of the editor.
Now one can double click on the first message and the editor is jumping to that
specific line where an error or a warning occured, setting the background of
that line to red for better visibility.
We fix that issue (or not ;)) and double click on the second entry in that
box... this time the editor should jump to the second error line and so on,
like above, but there are some problems with WINE.
When clicking on the second entry the editor is NOT jumping to the second
erratic line but to the first one and the first entry remains
"activated"/highlighted in that box.
It is possible to override/"fix" that behavior by clicking into that box one
time and then selecting the entry one wants to have a closer look at and THAN
double click on it/in the box.
Well, as that might be possible, it's not very comfortable and not the default
behavior and should be fixed as well. :)
So that are my three points so far, I could not find any other bugs yet. ;)
You will have some screenshots attached both with WINEs (version 0.9.51 with
that little msi patch of truiken) behavior and the one under a natively running
Windows (not on the same boxes, though, but that should not cause any problems)
in the next comment. (By the way, why does Bugzilla allow only one attachment
in the first Bug Commit?)
-Ionic
(The entries in the StringGrid you see there in two of the screenshots are just
plain fiction; neither the names nor the attributes given there correspond to
the reality. (I included this to prevent privacy legality actions.))
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15523
Summary: Cannot change my E-mail address
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
I tried to change my E-mail address in the apps database to my net E-mail
address.
The new E-mail address is the same as now already in use for WINEHQ/Bugzilla.
WINEHQ/AppDB does not let me change the E-mail address to the new address, as
it indicates the name is already in use.
However, WINEHQ/AppDB DOES allow me to login already with the new address, so
apparently it has already been set up as some kind of alias.
I puzzled, and unable to find a way to rectify this, as I see no option in the
¨preferences¨ screen.
--
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=16267
Summary: Vista Winetest24112008 MSItest loop
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elektroschock(a)linuxmail.org
1 Popup: "another installation is in progress. You must complete that
installation before continuing this one." (Retry/Cancel)
2 Selection of Cancel leads to
"Are you sure you want to cancel" (YES/NO), in the background a windows "Please
wait while Windows configures Winetest"
3 Selection of Yes leads to 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=16195
Summary: GetKeyNameTextW returns a wrong length
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.5.tahtu(a)spamgourmet.com
int Len;
LPTSTR lpString[64];
Len = GetKeyNameTextW(22151168, lpString, 32);
After this call lpString has the correct "Insert" string - bug Len has the
wrong value 1 - I expect the value 6.
PS
Please note: It's the unicode version of GetKeyNameText.
--
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=15878
Summary: Dogfood: Gimp 2.6 will not open images.
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: true.bugman(a)gmail.com
Created an attachment (id=17033)
--> (http://bugs.winehq.org/attachment.cgi?id=17033)
Gimp start up messages
When using gimp 2.6, image files will not load making the program unusable.
Instead lots of "err:module:import_dll Library ..." messages are printed. The
problem is visible on program start up as well. Hence, as Mandriva 2008.1
comes with gimp 2.4.5, I can't use this newer version to replace the old
version that came with the distribution.
--
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=15377
Summary: 1.1.5 breaks d3d game that worked in 1.1.4
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben.trusty(a)gmail.com
CC: julliard(a)winehq.org
broke both command and conquer & command and conquer: red alert in wine 1.1.5;
both worked in 1.1.4
Regression Testing
d381c7cbf4d463189f479a0b3986f6767aeb8dba is first bad commit
commit d381c7cbf4d463189f479a0b3986f6767aeb8dba
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 19 18:05:36 2008 +0200
Release 1.1.5.
:100644 100644 7a2c61113334222ab571b9cce093dd080fa825bf
982ac735f37215caf4e819c8afb6a8a2f0341585 M ANNOUNCE
:100644 100644 cd289fc7fdb8187487084f08312e3042c1c7cb44
41c2c19075c1b563e1152512ed077b9895bd1f26 M VERSION
:100755 100755 e898943c5e9326274904e3ecc42884b99456e288
ff2c11d3ae4e0afd80c9b62281c510521cef9e87 M configure
--
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=15371
Summary: HDR not rendered correctly (e.g. in Rainbow 6 Vegas)
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=16218)
--> (http://bugs.winehq.org/attachment.cgi?id=16218)
HDR enabled in Rainbow 6 Vegas
Enabling HDR often results in glitches, see image 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=14767
Summary: WGL_SWAP_METHOD_ARB attribute not implemented
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: screwdriver(a)lxnt.info
Created an attachment (id=15283)
--> (http://bugs.winehq.org/attachment.cgi?id=15283)
patch against git head as of 05.08.2008
WGL_SWAP_METHOD_ARB attribute, defined in wgl_pixel_format opengl extension is
not handled.
Attached patch adds trivial handling of this attribute.
This gets rid of fixme messages about unknown/unhandled WGL attributes 0x2007,
0x2028-0x202A.
--
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.