http://bugs.winehq.org/show_bug.cgi?id=33949
Bug #: 33949
Summary: Antialiased fonts have incorrect sizes
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45094
--> http://bugs.winehq.org/attachment.cgi?id=45094
How it looks
When font antialiasing is enabled in ~/.fonts.conf, the text appears somewhat
longer and is thus incorrectly centered and clipped. See screenshot, especially
note the table headers.
--
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=16357
Summary: AppDB admin backend enhancements
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Request the following enhancement be done for the AppDB admin backend.
Allow sorting on results:
For "Test Results" - be able to sort the results based on:
* Release (Wine release)
(and/or)
* Has maintainer
and
For "Comments Management":
So comments can be managed, show what app the comment relates to and if the app
has a maintainer.
--
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=15676
Summary: Style of definition lists (dl) should be better
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14181
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: S.vanDrongelen(a)students.uu.nl
The appearence/styling of definition lists in bug reports should be better.
Consider adding more left margin/padding, and a 'bolder' font weight for
definition terms (dt).
--
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=36963
Bug ID: 36963
Summary: WYSIWYG text editor slow on Chrome
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Pendrokar(a)gmail.com
Often the editor causes slowdowns, when clicking on it or editing.
Using Chrome Stable version 36 (x86-64) on Ubuntu 14.04.
Steps to reproduce:
1. Open a page where the editor is used.
2. Click on the text area of the editor.
3. A single CPU is stressed for 100% for a few seconds
4. Editor options become available.
--
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=25857
Summary: Stronghold 2 v1.4 and v1.4.1 hangs up with
ID3DXEffectImpl_*Pass calls
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander255(a)lavabit.com
CC: wine-bugs(a)winehq.org
In certain menus and after some videos Stronghold 2 seams to get into an
endless loop and does not respond anymore, the sound however is still working
while the following text is dispalyed in the console window over and over
again:
fixme:d3dx:ID3DXEffectImpl_EndPass (0xfd57480)->(): stub
fixme:d3dx:ID3DXEffectImpl_BeginPass (0xfd57480)->(47291): stub
fixme:d3dx:ID3DXEffectImpl_EndPass (0xfd57480)->(): stub
fixme:d3dx:ID3DXEffectImpl_BeginPass (0xfd57480)->(47292): stub
Note that the returned number of ID3DXEffectImpl_BeginPass (the one without 0x)
increases by one every time a block of these messages is displayed.
--
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=27534
Summary: Call of Duty 4 MW: Graphical glitches when shooting
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If you remember bug 21962 especially its comment #56 ;) then you know this
picture, which striked again in wine-1.3.22-193-g68b15bc:
http://bugs2.winehq.org/attachment.cgi?id=27333
This time tested on nVidia GT240 1GB v275.09.07
1. I did a regression test between 1.3.22 and 1.3.22-203-gac90c1b:
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment
issues that caused major performance problems. If the user is using
an older driver we now drop the VBO instead of using doublebuffered
loading, which means that we fall back to the current behavior
(no dynamic VBO) as needed. Dynamic VBOs are needed on Nvidia drivers
for GL_ARB_instanced_arrays.
:040000 040000 0cada15043b731febf2ef2a673aaaecc4af75f8d
c474ade74a8db2a9c547674dbb4c809841087a3d M dlls
2. Right now no other bug report suffers from this commit.
3. Revert of this patch on top of 1.3.22-203-gac90c1b makes that problem go
away.
--private keyword: bisected
--
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=34375
Bug #: 34375
Summary: Terraria: Toggling fullscreen retains "Always On Top"
flag
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: billy65bob(a)gmail.com
Classification: Unclassified
When running terraria, changing from a fullscreen state to a windowed state
(such as by pressing Alt + Enter), the window retains the "always on top" flag.
It can easily enough be removed manually via Alt+F3.
The window is otherwise correct.
OS: Arch Linux x86_64
WM: KWin 4.11
Tested wine revision: 8ef3a142263e6db11f1514f77b3de84c8b08d7a0
--
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=16783
Summary: Guild Wars: Game window is not displayed
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: siska.pe(a)gmail.com
Created an attachment (id=18454)
--> (http://bugs.winehq.org/attachment.cgi?id=18454)
Log of Gw.exe
After starting Guild Wars (GW), download window appear, but main game window
with login is not displayed. Music Plays etc.
GW worked well with wine version 1.1.9, both 1.1.10 up to 1.1.12 have same
problem.
In attachment is full log from console.
Error is: err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
Configuration:
Kernel - 2.6.27
Nvidia - quadro mobile nvs 140 (177.80 driver version)
--
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=32063
Bug #: 32063
Summary: Guild Wars: Orange square appearing
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 42259
--> http://bugs.winehq.org/attachment.cgi?id=42259
Orange square
In the area Majestry's Rest I saw a small orange square appearing. After moving
a few steps it disappeared. But if I'm moving a few steps back it appears
again. The screenshot shows the position of the square.
--
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=32319
Bug #: 32319
Summary: Direct3D output in SNES9x is blank
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://files.ipherswipsite.com/snes9x/snes9x-1.53-win3
2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42658
--> http://bugs.winehq.org/attachment.cgi?id=42658
DirectDraw mode, stretch image disabled (this looks correct)
I'm testing with Wine 1.5.18-72-g0c0b229, Lubuntu 11.10 x86-64, Nvidia driver
304.64, SNES9x 1.53.
SNES9x can use Direct3D, DirectDraw or OpenGL output methods. The default is
Direct3D. On my system, with the default settings the output area of the main
window (i.e. excluding menu bar) is blank.
To reproduce this issue:
- Download and unzip SNES9x.
- Download a SNES ROM image, e.g. from
http://pdroms.de/files/supernintendoentertainmentsystem/skipp-and-friends-p…
- Run SNES9x. Select File->Load Game... and select SAF.smc (or another ROM
image you have handy).
- At this point you should see graphics in the window, but it's blank. Select
Video->Display Configuration..., change Output Method to DirectDraw and click
OK. The correct output image appears. Change back to Direct3D and get a black
window again.
- Change to DirectDraw and un-check the "Stretch Image" checkbox. The image is
no longer doubled in size, occupying the centre quarter of the window. That's
correct.
- If you now change output method to Direct3D, the Direct3D image does appear!
It's in the upper left quarter of the window. It should be centred.
- Even if you enable Stretch Image (select Video->Stretch Image or press
Alt-Backspace) the image remains unchanged. You can also enable or disable
bilinear filtering and there is no visible change. But if you switch to
DirectDraw and back to Direct3D again when Stretch Image is enabled, get a
blank window.
It seems you only get anything displayed in Direct3D mode if Stretch Image is
disabled before you switch from DirectDraw to Direct3D.
Also of note... In both DirectDraw and Direct3D modes, if you click in the menu
strip and move the mouse to open the various menus, the previously-drawn menus
remain visible. They should not be.
--
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.