WineHQ

Star Wars: The Old Republic

The latest version of Star Wars: The Old Republic

Application Details:

Version: latest
License: Retail
URL: http://www.swtor.com
Votes: 50
Latest Rating: Garbage
Latest Wine Version Tested: 7.22

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Official download source

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything works :)

wine version is here at 2.7-74 from the github.


You can just copy the game from your Windows installation or install it where ever you want, everythings works nice.

The old dependencies on winetricks are not needed with wine 2.7 anymore.

The mouse is native a little oversensitive in the game.
The best solution found was xset what works great to calm it down a little.

The launcher.settings have to be tweaked, patching mode to SSN and the bitraider_disabled needs a TRUE.

Played it for a couple hours without any problems with all bells and whistles.

Good job, people :)

What does not

-/-

Workarounds

What was not tested

-/-

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Here is my launcher script: ---------------------------------- #! /bin/bash # set path to the SWTOR launcher LAUNCHER_COMMAND="wine /home/rawfox/Games/SWTOR/launcher.exe" # set the wine vars export WINEARCH=win32 export WINEDEBUG=-all export WINEPREFIX="/home/rawfox/.wine-swtor" # swtor_fix.exe still needed if [ ! -f swtor_fix.exe ]; then wget -O swtor_fix.exe https://github.com/aljen/swtor_fix/raw/master/swtor_fix.exe​ fi wine swtor_fix.exe & sleep 2 # using xset to calm the oversensitive mouse in swtor xset m 1/2 1 $LAUNCHER_COMMAND wait $! xset m 2 1 unset WINEARCH unset WINEPREFIX unset WINEDEBUG Here is the lines from the launcher.settings you need to change: --------------------------------------------------------------------------------- , "PatchingMode": "{ \"swtor\": \"SSN\"}" , "bitraider_disable": "true" ​

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowmacOS 12 "Monterey"Dec 05 20227.22Yes No NoGarbageShaun Carter 
ShowFedora 33 x86_64Dec 26 20206.0-rc3-stagingYes Yes YesGoldaililoh 
ShowArch Linux x86_64Jun 28 20205.9-stagingYes Yes NoPlatinumspyrou007 
ShowArch Linux x86_64Dec 21 20194.21Yes Yes YesGoldEwan 
ShowFedora 31 x86_64Nov 27 20194.20-stagingYes Yes YesGoldJohn Bach 

Known Bugs

Bug # Description Status Resolution Other apps affected
49515 Star Wars: The Old Republic unable to patch on Debian but works on Mint UNCONFIRMED View
50301 Star Wars:The old republic's launcher crashes UNCONFIRMED View

Show all bugs

HowTo / Notes

Workarounds

With wine 6.0 staging everything works fine, but you may need to run:

winetricks d3dcompiler_47 d3dx9_41

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back