[REL] rFactor2 Log Analyzer ver. 2. With offline and league Championship Manager

Hi Nibo,
fired up v2.058.2 and on the live tab I'm getting two instances (for want of a better word) of the track at the top...both have the same data, is that supposed to happen? Earlier I was running v2.058.1 with same track/car combo then installed 2.058.2, would that be causing it.

Cheers
G

r2la.JPG
 
Goanna, that looks like r2la found 2 rFactor2 processes running. Is it possible that you run dedicated server and joining it from the same machine? Then you`ll see 2 LiveTimigs one for server and one for local player.
If not. Then check if any old rF2 processes running. Or try to restart both r2la and rF2.
 
You da man Nibo...Server and game on same box.....fired up server...see 1 instance, join then 2 instances. Keep up the good work.
 
I`ve implemented support for rF1 and Automobilista using rFactorSharedMemoryMap plugin. But unfortunately its author didn`t compile latest changes in 2016 (crucial for me for dedicated server support) and therefore plugin is not working with dedicated servers. I can not compile his C++ code by myself. So that's the situation. All posts from plugin author (Dan Allongo) on Automobilista forum and GitHub are dated 2016, so I suspect he is not active atm. I need someone to compile latest version of that rFactorSharedMemoryMap plugin from GitHub source...
 
No, that will not help. After some googling I`ve compiled it myself with msbuild, but it is not working correctly. I will keep investigating.
 
Start web2py.exe with this command line options:
Code:
web2py.exe -a 'your_password' -i 0.0.0.0 -p 8000

For LiveTiming.bat, add same options to second line:
Code:
start web2py.exe -S r2la -M -R applications/r2la/private/live_timing.py
start web2py.exe -a 'your_password' -i 0.0.0.0 -p 8000
 
Hi Nibo,
I seem to get Live Timing working sometimes.
I tried starting the server and local client, then the Live Timing shortcut (r2la_live_timing.bat), and different starting orders.
Sometimes it is working, sometimes not.
Is there any advice you can give.
Live Timing is really the cream on top of this great program.
 
Starting order should only matter for r2la LiveTiming working properly (showing best times, sectors from the beginning of the session). For other data starting order should not matter, as long as some rF2 process (and in-game session) is running - you must see it in r2la even if you start it in the middle of rF2 session.

What do you see at r2la Live page when it is not working? "No live rFactor 2 session right now."? Are the dots below this message "running" every 2 seconds or static? Or do you see server with "empty" data (no track name)?

Also make sure that when you launch r2la_live_timing.bat two cmd windows are always opened, one with "LiveTiming process started..." and one with usual web2py r2la server. If for some reason the one with "LiveTiming process started..." is closing by itself, tell me.

Are you a single user on your OS? Do you run rFactor2 and r2la as the same OS user?
 
Hi Nibo,
"No live rFactor 2 session right now"
No dots running under, all other tabs operating fine.
Both windows open. LiveTiming process started ....
r2la is running off a dedi Steam server.
I just checked
"rFactor2SharedMemoryMapPlugin64.dll":{
" Enabled":1,
It was working yesterday so I am at a loss to know why, same rFmod, same track, mod etc.
Nothing changed.
 
Last edited:
Back
Top