You are not logged in.
Pages: 1
I have battle.net running through wine but I am having some graphical issues, I have tried searching but can only find information relating to graphical issues on integrated intel graphics.
Below is what my battle.net looks like:
http://i.imgur.com/ONwyuas.jpg
The most prominent issue is the missing text (for example the names of the games on the left), weirdly enough some characters are rendered on occasion and the news items always render.
The dropdown menus also do not render until they receive a mouse event, i.e. I click the button to open the dropdown and it does not render until I mouse over where it should be.
I am currently launching battle.net with various wine settings which I have found in attempts to fix the issue but it does not appear to help:
#!/bin/sh
export LD_PRELOAD="libpthread.so.0 libGL.so.1"
export __GL_THREADED_OPTIMISATIONS=1
export WINEDEBUG=-all
export WINEARCH=win32
export WINEPREFIX=/home/james/.wine/prefix32
WINE=/bin/wine
LIBGL_ALWAYS_SOFTWARE=1 $WINE "/home/james/.wine/prefix32/drive_c/Program Files/Battle.net/Battle.net Launcher.exe" -opengl-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
Offline
Offline
Sorry about the large image, thought I had used the small imgur extension but clearly not.
That has fixed the missing text issue, thanks.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
Pages: 1