WR and Benchmark times not right on FE1, FE1R, KY3, KY3R, FE5, FE5R, FE6, FE6R (might be more...). Most are blank, but few that exist are random. E.g. +2 minute WR on Fern Bay Club or under minute WR on Kyoto GP Long.
WRs and Benchmark times still missing/broken on tracks:
Fern Bay Rally-X
Fern Bay Rally-X Reversed
Fern Bay Rally-X Green
Fern Bay Rally-X Green Reversed.
I wrote a Perl script to automagically download 1 WR replay from every track so I could actually test some things for replays I didn't already have.. all tracks should now be sorted
Next build should be ready in a few days. MPR file handling is 85% sorted now too
I get "List index out of bounds (2)" when the application tries to update/refresh/retrieve my replays.
I've also got a improvement suggestion:
If a particular replay is recorded with for example 0.5U10, look for LFS_U10.exe and use that rather than LFS.exe
And oh, 'date' column would not hurt.
I get this too. Maybe it helps when i say that I "upgraded" from Version 2.4.xx (don´t know the exact Number, but it was "old")
After I click OK on the Error Message the Box which says "Building Replay list. Please wait..." is still on the Screen. But It seems that I can use all Functions of your Application.
The new MPR Feature is great and the Options Dialog is looking very nice now. Great work
Thanks for that too buedi.. I've tracked the bug and thought I fixed it last night, but alas....... back to the drawing board
The bug's caused by any replay that has a player name containing a ` char in it. For some silly reason, I used that as a delimiter for splitting up the results of the MPR files but obviously, if that's found "where I don't want it", it screws up the number of array elements and throws the List Index error.
Stupid me decided to use AnsiStrings for this info, so I need to rewrite that as it's just not happening how I want.
Glad you like the other bits.. there's some more "goodies" added too for the next non-bug fix release.. just need to tidy some of it up before beta testing it
i got the error message: list index out of bounds (2) when opening the program. then it says: Building replay list, but nothing happens. i let this run for 10min. but nothing happened, so i quit it, tried it again several times with the same results.
Thanks Fisch.. once the error is displayed, that's it.. it won't load any more info and won't hide the 'building list' message.. it's a bug I need to fix unfortunately.. but am working on it as I type this
It'll depend on the player names in each of the replays. If none contain a ` char, all data will load just fine (the reason I didn't spot this bug before I released this version).. but I hex-edited one of my MPR files and changed my name to include a ` char and was able to reproduce the bug.
I'm rewriting the entire replay reading / parsing functions atm as I've had to rethink the method I was using to be more reliable and stable.. hopefully I'll have this completed over the weekend
Thanks for the comments lads.. nice to see it may get some use for various tasks
fel: I haven't added the info yet for the multiple LFS versions to the help file, but incase you or anyone wonders in the mean time, 'LFS.exe' found in the 'Root Path' dir will be assumed for all replays that don't have a specific exe listed.. this seemed to be the most logical method for the best flexibility.
The version in the Prefs window _must_ match the version reported in the replay lists, it's also case-sensitive.. but I'll change the case-sensitivity requirement for the next build simply for convenience.
fly: yes and no
If you expand an MPR replay to view the results, make sure that replay is still selected (and the only one selected) and you can go through the main Export function and tick the 'only selected records' checkbox. This'll export the line from the main MPR grid that's selected and the results of that replay... that's the 'yes' answer (see attachment for an example)
The 'no' answer is that you can't (yet? I'll have a look though) just export the results. That said, the extra info displayed in the main MPR listing might be useful anyway, such as the date, whether there was wind enabled etc.
There's still a few more features planned, such as lap / split comparisons. The code's started for that but not got too far yet. I've also asked Scawen if he can change the SPR header to report the LFS username for both HLVC and non-HLVC replays. This'll allow me to enable the 'calculate only my replays' option in the Prefs to display results in the trends charts just for you, rather than combined for all drivers in all replays.. hoping this'll be added to patch X5 whenever that may come
Open to further suggestions too. If it's reasonable, replay related and I can code it I'll consider any suggestions
The problem I found is that this export function is working only if I choose HTLM.
With csv or xls, it will export only the line selected and the first result of the selected mpr... is it normal?
Unfortunately, as nice as it is being able to export into the various formats, they're all handled by a 3rd party component (part of the grid). I do plan to get around to hacking these components into much better results (the HTML output is appalling.. how the company who wrote the grid can't be embarrassed by it is beyond me, looks like they used m$ runtpage as an HTML guide ). I'll look into this and either try and fix the export functions or rewrite the lot from scratch myself.. either way, I can confirm the bug and will look into this soon