http://bugs.winehq.org/show_bug.cgi?id=6637
Summary: world of warcraft crashes with X Error of failed
request: GLXBadDrawable
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: natoforce(a)gmx.net
world of warcraft crashes with X Error of failed request: GLXBadDrawable
when i have the latest 8800 series nvidia beta drivers (9742) installed
the problem doesnt exist with 9625 drivers
--
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=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-09-11 06:52 -------
Tried compiling latest GIT on my laptop, failed to build.
Retrying right now (about a day later) on my desktop machine to see if it'll go
through.
--
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=6613
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-09-11 02:46 -------
jernst@jernst-desktop:~$ wine --version
wine-0.9.24-g0996980
jernst@jernst-desktop:~$ rm -rf /home/jernst/.wine/
jernst@jernst-desktop:~$ LC_ALL=C ~/wine/wine
~/Desktop/sunbird-0.3.en-US.win32.installer.exe
wine: creating configuration directory '/home/jernst/.wine'...
Failed to open the service control manager.
wine: '/home/jernst/.wine' created successfully.
fixme:win:SetWindowTextW setting text L"Extracting" of other process window
0x10024 should not use SendMessage
fixme:win:SetWindowTextA setting text "Mozilla Sunbird Setup" of other process
window (nil) should not use SendMessage
[stucked]
jernst@jernst-desktop:~$ md5sum
/home/jernst/Desktop/sunbird-0.3.en-US.win32.installer.exe
72deb6311cb2df173170fc448008768a
/home/jernst/Desktop/sunbird-0.3.en-US.win32.installer.exe
How come you don't have the same fixme's as me ?
I'll try to attach a debugger...
--
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=6613
------- Additional Comments From mike(a)codeweavers.com 2006-09-11 02:42 -------
That works for me... maybe you can attach a debugger to setup.exe and see where
it's stuck?
mike@black:~$ rm -rf ~/.wine
mike@black:~$ LC_ALL=C ~/wine/wine ~/Desktop/sunbird-0.3.en-US.win32.installer.exe
wine: creating configuration directory '/home/mike/.wine'...
Failed to open the service control manager.
wine: '/home/mike/.wine' created successfully.
fixme:actctx:FindActCtxSectionStringW 00000000 (null) 2 L"msvcr80.dll" 0x7e4452c0
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
mike@black:~$ md5sum ~/Desktop/sunbird-0.3.en-US.win32.installer.exe
72deb6311cb2df173170fc448008768a
/home/mike/Desktop/sunbird-0.3.en-US.win32.installer.exe
--
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=6613
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-09-11 02:25 -------
I just ran it like this (my original locale is fr_CH.UTF-8):
LC_ALL=C wine ~/Desktop/sunbird-0.3.en-US.win32.installer.exe
Then it makes more than two hours that I'm waiting for a window to appear. An
interesting thing (maybe) is that (top) :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6416 jernst 25 0 2608m 18m 8744 R 94 0.9 138:29.92 setup.exe
6399 jernst 15 0 5152 2712 496 S 5 0.1 7:19.50 wineserver
5869 jernst 15 0 85292 29m 19m S 1 1.5 0:18.62 nautilus
--
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=3504
------- Additional Comments From dmalinovsky(a)gmail.com 2006-09-11 00:36 -------
Ok, I finally fixed this problem. I did the following:
* Added "ru_RU.CP1251 CP1251" line into "/var/lib/locales/supported.d/ru" file.
* Run `locale-gen` from root.
* Added "LANG=ru_RU.CP1251" to wine startup parameters.
Now everything works. Thanks for your patience.
--
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=3504
------- Additional Comments From dmalinovsky(a)gmail.com 2006-09-11 00:00 -------
Sorry to disappoint you but even with your startup parameters I've got the same
results for both binary and compiled wine versions.
I tried to run "LANG=ru_RU wine notepad" but it didn't accept cyrillic input
with the same message as I posted earlier.
When I run simple "wine notepad" (my locale is en_US) it didn't allow me to
enter cyrillic letters (but w/o any error messages) with default "System" font
(it had only "Western" script available). So I changed Notepad font to be
"DejaVu Sans" instead and script to "Cyrillic". Now I can enter cyrillic
symbols correctly in Notepad, but not with LANG=ru_RU.
My application doesn't have cyrillic output; when I'm trying to enter cyrillic
letters I've got "?" marks for en_US LANG. Obviously this application isn't
compiled with Unicode support contrary to Notepad.
Do you have 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=3504
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-11 23:22 -------
This bug is invalid.
use:
LANG=ru_RU wine notepad
or
LANG=ru_RU.koi8-r wine notepad
--
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.