http://bugs.winehq.org/show_bug.cgi?id=5688
Summary: d3d9, wow and ATI 9550, FPS is 10 times slower than
opengl
Product: Wine
Version: 0.9.17.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)nildram.co.uk
Hi,
This bug is specific to wow, d3d9 and ATI 9550 graphics card (may affect other
ATI cards too) but does not affect Nvidia cards so I believe.
*** FPS is 10 times slower than opengl, ATI 9550, d3d9 ***
Hardware Config:
0.9.17 (Patched as per WoW AppDB) otherwise targeting won't work
WoW V1.11.2
Graphics Card ATI 9550
ATI driver 8.26.18
Running in d3d9 (not opengl, which works fine)
- When running in d3d9 mode the FPS as shown in wow (CNTRL R) shows about 3FPS
for a specific location i.e. indoors, if you run in opengl mode 30FPS is
typical. 3FPS means the game is unplayable.
Regards
Nick Law
WoW AppDB Maintainer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5687
Summary: d3d9 screen offset issue with ATI 9550 graphics card in
World of Warcraft (WoW)
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)nildram.co.uk
Hi,
This bug is specific to wow, d3d9 and ATI 9550 graphics card (may affect other
ATI cards too) but does not affect Nvidia cards so I believe.
*** Screen Downward Vertical Displacement, ATI 9550, d3d9 ***
Hardware Config:
0.9.17 (Patched as per WoW AppDB) otherwise targeting won't work
WoW V1.11.2
Graphics Card ATI 9550
ATI driver 8.26.18
Running in d3d9 (not opengl, which works fine)
- vertical image offset by one third of image height downwards. It's not just
the the top one third of the screen is blank, but the actual image is moved down
so you can't see the bottom one third of the image that you would normally see.
The wow login screen is affected by the same problem
Here's an example
http://appdb.winehq.org/appimage.php?iId=3049
Regards
Nick Law
WoW AppDB Maintainer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5678
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From juan_lang(a)yahoo.com 2006-15-07 14:22 -------
Yeah, this was a boneheaded mistake. In ACTION_AppSearch, wherever it reads:
if (rc == ERROR_SUCCESS && !*value)
it should read:
if (rc == ERROR_SUCCESS && !value)
I'll send a patch as soon as I'm back near a wine tree.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5686
Summary: crash in Personal Ancestral File 5 when opening notes
editor
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)afinternet.net
Using PAF 5.2 on Linux FC5 x86_64 with the CVS version of Wine.
Opening the notes editor for an individual with no notes leads to a crash.
Start PAF, create a new file, enter an individual, then go edit their notes to
try and add notes.
Patch submitted to wine-patches 6/25/2006 titled "riched20: fix crash with
EM_SETTEXTEX" fixes this problem. Patch hasn't been applied yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4633
------- Additional Comments From fairy_maiden1999(a)yahoo.com 2006-15-07 14:01 -------
Okay,
The windows version must be set to Windows 95 or Windows NT 4.0 to avoid a crash
when attempting serial communications. Per the Wine user's guide, you must
create symlinks to your serial devices in ~/.wine/dosdevices:
ln -s /dev/ttyS0 com1
ln -s /dev/ttyS1 com2
ln -s /dev/ttyS2 com3
ln -s /dev/ttyS3 com4
The following errors are observed in the console. (these are the same errors
reported by others above):
fixme:comm:set_queue_size insize 16384 outsize 4096 unimplemented stub
err:comm:get_baud_rate tcgetattr error 'Input/output error'
Some related functions were implemented by Eric Pouech in may 2006, including
adding the stub for set_queue_size:
http://www.winehq.com/pipermail/wine-cvs/2006-May/022683.html
The second error listed may be related to the first for all I know, so if
set_queue_size is implemented at some point this may start working.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5641
------- Additional Comments From nlaw(a)nildram.co.uk 2006-15-07 13:59 -------
Ok, a new bug will be opened for d3d9 ATI hardware & wow issue.
Thanks
Nick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3628
------- Additional Comments From rob(a)codeweavers.com 2006-15-07 13:22 -------
It's possible that my patch to add a test for the FUNCFLAG_FRESTRICTED flag is
incorrect. I'll need to retest it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4158
------- Additional Comments From blayster(a)msn.com 2006-15-07 13:22 -------
I'm with the same problem. Guitar-Pro starts, and then dies after the splash
screen, and after that introduction midi.
The output is:
fixme:win:EnumDisplayDevicesW ((null),0,0x7fa9f824,0x00000000), stub!
fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
fixme:mciwave:MCIWAVE_DriverProc Unsupported yet command [2115]
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
(...)
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
Any ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5683
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-07 11:17 -------
Marko see Bug # 5628 for your ALT key problem.
To attach a screenshot click on "Create a New Attachment" on this page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5685
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-07 11:13 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.