Quote Originally Posted by Seven Smiles View Post
The shared memory is not enabled, after
Code:
20:24:07.371 : Initialising...
you should see
Code:
20:24:07.373 : Initialized Le Mans Ultimate Shared Memory
20:24:07.387 : Le Mans Ultimate Shared Memory version: 3.7.15.1 64bit.  UBM: 160
It's possible that it's not working because you've told CC you've installed LMU in D:\SteamLibrary\steamapps\common\Le Mans Ultimate.
Check that D:\SteamLibrary\steamapps\common\Le Mans Ultimate\UserData\player\CustomPluginVariables.JSO N contains
Code:
{
  "ChatTransceiver.dll":{
    " Enabled":1
  },
  "TrackIR_LMU_Plugin.dll":{
    " Enabled":1
  },
  "rFactor2SharedMemoryMapPlugin64.dll":{
    " Enabled":1,
    "DebugISIInternals":0,
    "DebugOutputLevel":0,
    "DebugOutputSource":1,
    "DedicatedServerMapGlobally":0,
    "EnableDirectMemoryAccess":0,
    "EnableHWControlInput":1,
    "EnableRulesControlInput":0,
    "EnableWeatherControlInput":0,
    "UnsubscribedBuffersMask":160
  }
}
Note the space before " Enabled" It's an rFactor thing.


Also check you have D:\SteamLibrary\steamapps\common\Le Mans Ultimate\Plugins\rFactor2SharedMemoryMapPlugin64.d ll (though I'll be surprised if you don't, CC would give you a copy).

I got it running again... I now have a CustomPluginVariables.JSON file in which only this

{
"TrackIR_LMU_Plugin.dll": {
" Enabled": 1
},
"rFactor2SharedMemoryMapPlugin64.dll": {
"Enabled": 1
}
}


Entries are...

I had previously deleted all files that had to do with CC and let CC insert all files again...but CC had not inserted any CustomPluginVariables..I then created a CustomPluginVariables file in which only this


{
"TrackIR_LMU_Plugin.dll":{
" Enabled":1
}
}

and started CC again..and from then on it worked again.