http://bugs.winehq.org/show_bug.cgi?id=29168
StewVed stewved@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stewved@gmail.com
--- Comment #244 from StewVed stewved@gmail.com 2013-07-18 13:33:06 CDT --- This bug is still here for everyone playing Star Wars: The Old Republic even using the latest Wine (1.6 RC5)
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 this Bug (#29168)
my launcher to run the game - to workaround 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.