http://bugs.winehq.org/show_bug.cgi?id=3685
------- Additional Comments From francesco.doffizi(a)inwind.it 2006-17-03 09:29 -------
Compiling Wine without truetype support solves the problem (but of course make
all emulate apps fonts ugly).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4866
Summary: wine 0.9.10 has broke WoW 1.9.3 completely was working
in 0.9.9
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4031
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)naad.fsnet.co.uk
Oh dear.. I've just tried running Wow 1.9.3 with wine V0.9.10... bad news is
it's broke wow. You can login, select your character, you get the blue progress
bar which gets right to the end, then CRASH !". Bombed out! Doesn't matter
whether you use "wine WoW.exe" or "Wine WoW.exe -opengl"
This is the last three errors you get in the shell just before it crashed.
fixme:win:EnumDisplayDevicesW ((null),0,0x406de540,0x00000000), stub!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 159 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 469
Current serial number in output stream: 470
linux:/home/alt/.wine/drive_c/Program Files/World of Warcraft # X Error of
failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 70 (X_PolyFillRectangle)
Resource id in failed request: 0x0
Serial number of failed request: 133
Current serial number in output stream: 135
Regards
Nick Law
--
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=4370
------- Additional Comments From cdunn42(a)yahoo.com 2006-17-03 09:23 -------
I wonder if the correct solution might be using a bitwise and as a mask instead
of equality checking - if the value being tested is VT_VARIANT|VT_BYREF than it
wouldn't ever be equal to VT_VARIANT.
The following fixed the error for my case :
if (rgvt[i] & VT_VARIANT)
VariantCopy(&rgvarg[i], src_arg);
else if ((rgvt[i] & VT_BYREF) && !V_ISBYREF(src_arg))
...
--
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=4257
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-17-03 08:59 -------
Works fine in 0.9.10.
--
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=4865
Summary: Wine crashes on apps installed on a FAT32 partition
Product: Wine
Version: 0.9.9.
Platform: PC-x86-64
URL: http://www.winehq.com/pipermail/wine-devel/2006-
March/045520.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)chrschn.de
On my x86_64 Linux box I have a FAT32 partition mounted which is also
available to my parallel installed Windows XP. For Wine this is drive D.
When I install games to this drive, they all crash at a call to function
ntdll.NtQueryDirectoryFile. If I install the same game to drive C
(~/.wine/drive_c) it runs just fine. See this posting for details:
http://www.winehq.com/pipermail/wine-devel/2006-March/045520.html
--
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=4754
------- Additional Comments From rok(a)maxwell.spina.si 2006-17-03 08:47 -------
It worked ok until wine 0.9.6 included. Wine 0.9.7 breaks it. This was on start
of d3d8 move into wined3d.
--
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=4852
------- Additional Comments From vitaliy(a)kievinfo.com 2006-17-03 08:47 -------
Looks like app asks for 32 bit color and your graphics card does not support it.
We handle that case explicitly so it should work if it's supported by hardware.
It could be because video card is not accelerated/you don't have drivers
installed properly.
--
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.