lVlyke / starfield-mod-loader

A simple mod manager for Starfield and Fallout 4 that supports both Steam and Game Pass versions of the games.
GNU General Public License v3.0
24 stars 1 forks source link

Java Script Error when trying to start Game #4

Closed MacCrower closed 5 days ago

MacCrower commented 8 months ago

I have the Gamepass Version of Starfield and installed the Mod Loader.

When trying to start I get am Java Script Errps as seen on the screenshot

grafik

lVlyke commented 7 months ago

It looks like this is being caused by the profile's Game executable path being a relative path instead of absolute, and because of this it is looking for Starfield.exe in the wrong folder. Making the Game executable path absolute should fix this.

Alternatively, you can download the latest release, which now supports relative paths by using the profile's Game base directory.