I&#39;m having this same issue, not sure if it&#39;s <a href="http://bugs.winehq.org/show_bug.cgi?id=23323">http://bugs.winehq.org/show_bug.cgi?id=23323</a> or not, but most of the time when I try to log in, I get a crash dialog box from wow: <a href="http://pastebin.com/S2PpXupb">http://pastebin.com/S2PpXupb</a> wine itself does not produce any information about the crash itself, however.<br>
<br>Is it possible that it could be <a href="http://bugs.winehq.org/show_bug.cgi?id=23323">http://bugs.winehq.org/show_bug.cgi?id=23323</a> ?<br><br>my uname -a is : Linux mage 2.6.30-gentoo-r4 #1 SMP PREEMPT Mon Sep 7 09:20:16 CDT 2009 x86_64 AMD Sempron(tm) Processor 3400+ AuthenticAMD GNU/Linux<br>
<br>The contents of my start script are:<br><br>!/bin/bash<br>xset -r 24<br>xset -r 26<br>xset -r 25<br>xset -r 38<br>xset -r 39<br>xset -r 40<br>xset -r 65<br>chmod 777 /opt/c_drive/World\ of\ Warcraft/ -R<br>chmod 777 /opt/c_drive/World\ of\ Warcraft/* -R<br>
WINEDEBUG=&quot;-all&quot; wine /opt/c_drive/World\ of\ Warcraft/WoW.exe -opengl<br>xset r 24<br>xset r 26<br>xset r 25<br>xset r 38<br>xset r 39<br>xset r 40<br>xset r 65<br><br>note: I tried to remove/change the WINEDEBUG variable but it won&#39;t generate any crash information in the console.<br>
<br><br><div class="gmail_quote">On Thu, Jul 29, 2010 at 5:34 AM, DaVince <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Try:<br>
<br>
<br>
Code:<br>
cd /home/frankbro/.wine/drive_c/Program\ Files/World\ of\ Warcraft/<br>
wine WoW.exe -opengl<br>
<br>
<br>
<br>
By the way, there should not be a space between - and opengl. That&#39;s probably why it just ignored the command.<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br>