http://bugs.winehq.org/show_bug.cgi?id=4496
Summary: OpenGL changes break World of Warcraft in 0.9.4 and
above.
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gs234-winebugzilla(a)srcf.ucam.org
Under wine 0.9.4 and newer WoW (run with the -opengl switch) crashes fairly soon
with the following error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 407
Current serial number in output stream: 408
This usually happens immediately or soon after the loading screen is finished
when logging in a character.
However, there is a small patch available wich paritally undoes the changes in
0.9.4: <http://kaspersandberg.com/~redeeman/wine-cvs-glx-r2.diff>.
I myself have nothing to with that patch, but I can confirm that it fixes my
problem. I found it here:
<http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine…:>.
I hope this gives you the information you need.
I am using a self-compiled wine on a up-to-date Debian unstable system.
(However, the debian-packaged wine exhibits the same problems.)
--
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=4495
Summary: regedit gives false Unrecognized escape sequence errors
when importing from a .reg file
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkdm_2000(a)yahoo.com
I am trying to import some registry keys that were exported in ASCII format from
a Win2000 machine. When importing via regedit (invoked wine regedit), it
returns errors on any entries that include a backslash ("\").
For the follwing registry key:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.blk\ShellNew]
"Filename"="c:\program files\test_me\this_is_a_test.txt"
I get the following errors:
Warning! Unrecognized escape sequence: \p'
Warning! Unrecognized escape sequence: \t'
Warning! Unrecognized escape sequence: \t'
I think the error is in the "REGPROC_unescape_string" routine in regproc.c .
--
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=4449
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 03:58 -------
I think you have to run by wine "c:\Program Files\Steam\Steam.exe"
and _not_ wine ~/.wine/drive_c/Program\ files/Steam/Steam.exe
Anyway, this whole fonts stuff is very, very vague. I asked a question about a
long time ago and a developer said wine should be able to find correct fonts on
your system. However it never worked on my computer, and the documentation isn't
very clear about it either. Hopefully someone who knows something about this
issue can update the documentation on this stuff so that wine- users know what
to do.
--
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=4449
------- Additional Comments From ivg2(a)cornell.edu 2006-06-02 03:40 -------
Copying the tahoma font to this location works!
Unfortunately it dies a bit later, with another error ("Unable to write to
virtual address 88", or something similar).
I can't remember how long ago it used to work...
It's not a very recent regression, it's been broken for a while.
--
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=4493
Summary: msvcrt:Serious Sam crashes after ran for the second time
(regression)
Product: Wine
Version: CVS
Platform: Other
URL: http://files.seriouszone.com/catdisplay.php?catid=36
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Steps to reproduce:
1. Install Serious Sam from the link above.
2. Run it with native msvcrt the first time (it will crash because of another bug).
3. Quit it and now run it for the second time with builtin msvcrt.
It crashes like this:
=>1 0x7b83ee63 RaiseException+0x67(code=0xe06d7363, flags=0x1, nbargs=0x3,
args=0x7fc5fa14) [/LFS/winecvs/wine/dlls/kernel/except.c:85] in kernel32
(0x7b83ee63)
2 0x7f944a14 _CxxThrowException+0x38(object=0x7fc5fc44, type=0x601e51c8)
[/LFS/winecvs/wine/dlls/msvcrt/cppexcept.c:417] in msvcrt (0x7f944a14)
3 0x600d9422 ?ExceptionFatalError@CTStream@@SAXXZ+0xc2 in engine (0x600d9422)
4 0x600daed0 ??0CTFileStream@@QAE@XZ+0x3a0 in engine (0x600daed0)
5 0x604b1cbe in game (+0x11cbe) (0x604b1cbe)
6 0x604b05da in game (+0x105da) (0x604b05da)
7 0x604b9613 in game (+0x19613) (0x604b9613)
8 0x00420f69 in serioussam (+0x20f69) (0x00420f69)
9 0x00421872 in serioussam (+0x21872) (0x00421872)
10 0x00422a80 in serioussam (+0x22a80) (0x00422a80)
11 0x00423828 in serioussam (+0x23828) (0x00423828)
12 0x00425c70 EntryPoint+0x134 in serioussam (0x00425c70)
13 0x7b8648e7 start_process+0xd3(arg=0x0)
[/LFS/winecvs/wine/dlls/kernel/process.c:1025] in kernel32 (0x7b8648e7)
14 0xb7eff7c3 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7eff7c3)
0x7b83ee63 RaiseException+0x67 [/LFS/winecvs/wine/dlls/kernel/except.c:85] in
kernel32: leal 0xfffffff4(%ebp),%esp
85 RtlRaiseException( &record );
This happens in Wine-0.9.6 and 7, but not in 0.9.5. I'll try to find the patch
that broke Sam.
--
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=4449
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 02:05 -------
Actually i have this never seen working at all. I always had to copy Tahoma.TTF to
~/.wine/drive_c/windows/fonts. Do you remember about how long ago it used to work?
--
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=4492
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 01:13 -------
Just for your info: i just tried the installation but i do not have the problem
here at all. Seems to install just fine right here.
--
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=4480
------- Additional Comments From mike(a)codeweavers.com 2006-06-02 00:10 -------
Looks like MONTHCAL_SetRange should validate its input a bit better. Perhaps it
should return and error if the maximum date is before the minimum date.
Anybody care to write a test case and fix it? The test case would create a
Monthly Calendar control, then send it some MCM_SETRANGE messages and check what
the output is.
--
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.