Frequently Asked Technical Issues for SWG

Frequently Asked Technical Issues for SWG
  • Views Views: 7,771
  • Last updated Last updated:
  • What are the Minimum System Specifications for SWG Restoration?

    • Windows 10 or later
    • 64-Bit
    • CPU: Intel i3-3210+/GPU: GeForce GTX 650, Intel HD 500, AMD Radeon 7750
    • DirectX 9
    • RAM: 8 GB
    • Storage: At least 16GB of storage space available for the game files and cache

    Game Doesn't Start from "VCRUNTIME140.DLL" NOT FOUND

    1. Download and install the Microsoft Visual C++ 2015 Redistributable Update 3 RC.
    2. Restart your computer after installation is complete and try to play again

    Game Crashes from "Failed loading library .\gl07_r.dll (The specified module could not be found.)"

    1. Download the DirectX End-User Runtime.
    2. Restart your computer after installation is complete and try to play again

    Unable to Write/Exception Handler Invoked/Other Permission Issues

    These various errors occur when the game is installed in folders like Program Files and etc. Installing elsewhere will often fix several different issues.
    1. Re-install the game to C:\SWG Restoration
    2. Run SWG Restoration Launcher as Administrator
      1. Find SWG Restoration in the game install folder and right click it.
      2. Click Properties.
      3. Go to Compatibility Tab.
      4. Click box to "Run this program as Administrator".
      5. (Optional) Repeat these steps for the SwgClient_r
      6. (Optional) Repeat these steps for the SwgClient_r in the x64 folder.

    Yellow Flashing Terrain

    1766145621000.png


    The terrain/ground/certain objects flashing yellow usually happens because you're using an integrated graphics card. To address this, you can try either of the following:
    1. Search "Graphics Settings" in the Windows Start Menu, then under "Add an App" click the "Add Desktop App" button. Browse to your installation directory and add the SwgClient_r.exe file. Under the GPU setting that appears, set it to "High Performance"
    2. If this doesn't work, in-game, go to Options > Terrain and disable "Specular Terrain Lighting" and that should resolve it.

    Graphics Issues on Character Models (Green Faces/Other Oddities)--AMD Graphics Cards

    1766145993706.png
    1777741938443.png

    1. If you have an issue like the above picture, and you are using an AMD Graphics Card, do the following:
      1. For the 64-bit client, download this d3d9.dll file, and place it in your SWG Restoration Directory inside the x64 folder (e.g., <your install folder>/x64)

      2. For the 32-bit client, (note, we will be deprecating the 32-bit client in the near future, and you should try to be only using the 64-bit client), you can download this d3d9.dll file and place it directly in your SWG Restoration Folder (not the x64 folder).

    Creating and Updating an User.cfg Option Override File

    1. To create a file that will override certain options, go to SWG Restoration folder and find options.cfg
    2. Make a copy of this file.
    3. Rename the copy of the file from "options" to "user".
    4. Open the file with Notepad and delete everything except the options you are editing (which may be everything if you are only adding options).
    5. See the list below for some of the options you can override.
    6. Save and restart the game.

    Custom Resolution​

    1. To set a custom resolution for the game, place/leave the following text into your user.cfg file.
    2. Edit the numbers to the custom resolution you want.
    Code:
    [ClientGraphics]
        screenWidth=1920
        screenHeight=1080

    Custom Refresh Rate​

    1. To set a custom refresh rate for the game, place/leave the following text into your user.cfg file.
    2. Edit the number to the refresh rate you want.
    Code:
    [Direct3d9]
            FullscreenRefreshRate=60

    Multi-Monitor Mouse Fix​

    • If you want your mouse pointer to not be limited by the edge of the screen when you have more than one monitor, add the following line to your user.cfg (it will not be there all ready).
    Code:
    [ClientGraphics]
        constrainMouseCursorToWindow=false

    Reduce Game Font Size to Previous Default​

    • This has been moved to Options > Interface > UI Font Size (a Slider with 3 settings).
    • To revert or change the game's larger default font to a smaller one, add or edit this line (change true to false):
    Code:
    [ClientUserInterface]
        useUpgradedFontSize=false

    Launcher Settings Do Not Display Your Resolution

    1. Search "Graphics Settings" in the Windows Start Menu, then under "Add an App" click the "Add Desktop App" button. Browse to your installation directory and add the SwgClient_r.exe file. Under the GPU setting that appears, set it to "High Performance"
    2. Set a custom resolution using the Creating an User.cfg Option Override above.

    UI Size is Too Small / UI Scaling

    1. Open the Launcher
    2. Click "Launcher and Game Settings"
    3. Click "Game Settings"
    4. In the window that opens, click the "Graphics" tab
    5. Change the "UI Scale" to a new setting (e.g., 125%, 150%, 200%, etc.) and press OK.
      • NOTE: there is currently a bug with the Client Setup application where if you reopen the Game Settings, it will still display 100% even if you have set it to a different option. Rest assured your setting change does take effect after pressing OK.