http://bugs.winehq.org/show_bug.cgi?id=31186
StewVed stewved@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stewved@gmail.com
--- Comment #8 from StewVed stewved@gmail.com 2013-07-18 13:35:21 CDT --- This bug is still here for everyone playing Star Wars: The Old Republic even using the latest Wine (1.6 RC5) - How come this has not even been confirmed by someone who has permission to confirm it?
Ubuntu 13.04 64-bit using env WINEARCH=win32 because the game needs it, along with: winetricks vcrun2008 d3dx9 msls31 Also the swtor_fix.exe 'patch' thing for Bug #29168
my launcher to run the game - using xrandr to change the resolution to workaround this Bug (#31186) and also put the password directly into the clipboard on loading the launcher :D (Needs xsel installed) --------------------------- #!/bin/bash cd ~/wines && env WINEARCH=win32 WINEPREFIX=~/wines/swtor wine "swtor_fix.exe" & echo -n 'YourPasswordHere' | xsel -i -b & xrandr -s 800x600 cd 'Where You installed the game' && env WINEARCH=win32 WINEPREFIX=~/wines/swtor wine launcher.exe xrandr -s 1280x1024 wait
killall swtor_fix.exe -----------------------------
Download the game for free from http://www.swtor.com/ - so anyone can test this.