Application crashing when loading certain driving sessions
Closed this issue · 8 comments
I noticed the application is having trouble when trying to load an .rwdb file from certain driving sessions in the 'Data' tab.
When trying to open these specific sessions the application hangs for a few seconds and then shuts down.
At first I thought it was related to long driving sessions (+60min) only, but it seems that's not always the case.
Version: occurs both in 0.1.7.6 and 0.1.7.8
Logs: no related exception logs to be found unfortunately in the Log folder, apart from startup times and application hashes
Files: following zip file contains 2 session files from long stints, 1 which doesn't result in a crash (Laguna Seca) and one that does (Kyalami) sessiondata.zip
PS: I've been following the progress of this project for a while now... Big props to the roadmap you decided to take and the current state of the application 👌
Thank you I will have a look at it, it seems the Laguna Seca race weekend is loading indeed. And the kylami race weekend isn't.
It seems during the race session at Kyalami, lap 8 was recorded twice.
I have adjusted the recording mechanism, this should hopefully be resolved in the next release.
@Gen1a I have removed row with the duplicate lap, though lap 8-10 might not be correctly recorded. But you can open the race session in the data tab now.
Great, thanks for looking into it! For my information, which viewer do you use to read the rwdb files?
Great, thanks for looking into it! For my information, which viewer do you use to read the rwdb files?
https://github.com/RiddleTime/Race-Element/blob/release/README.md
@Gen1a I hope you have found it, https://github.com/mbdavid/LiteDB.Studio
It's pretty lightweight thought the implementation I have was set up in a rush.
I will refactor it so it will allow to view the current data session whilst your still in the lobby.