Noel Hibbard
Registered
Can't start rFactor2 Dedicated.exe anymore with Build 660.
Get following error:
gMotor 2 Error
Could not find shader L2DIFFUSET0 for mesh SKYBOXI
Tried different mods, Autoinstaller, LightInstaller, FullInstaller.
System:
Windows Server 2008 R2
Please Help.
EDIT:
Ok resolved it.
Have to set the Launcher and Dedicated.exe to "run as Administrator"
I ran into the same problem. I just changed the permissions on my rF2 folder to give me full access without running as admin. Here is a simple way to fix the security:
Code:
cacls "<PathTorF2Root>" /E /T /P Users:F
So for example:
Code:
cacls "c:\Program Files (x86)\rFactor2" /E /T /P Users:F
This gives any user that is a member of the "Users" group full access to the rFactor2 folder and any subfolders. By default all users are a member of the "Users" group. So running this command will give all users of this computer full access even when not running as admin.
/E = Edit permissions rather than replacing them
/T = Applies changes to all subfolders and files.
/P Users:F = Changes or adds full access for the "Users" group.
Just copy that command line to the clipboard, then hit Win+R, paste then hit okay and all your UAC problems with rF2 will be history.