You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Juan,
i'm trying to run the 1 simple lap, but at the end when i write the last row
run = fastest_lap.download_variables(*fastest_lap.optimal_laptime(vehicle_name, track_name, s, options))
this error shows up
[C++ exception] -> std::bad_cast
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Aborted
how can i fix it??
Thank you and congratulations for this software
The text was updated successfully, but these errors were encountered:
Hi Juan,
i'm trying to run the 1 simple lap, but at the end when i write the last row
run = fastest_lap.download_variables(*fastest_lap.optimal_laptime(vehicle_name, track_name, s, options))
this error shows up
[C++ exception] -> std::bad_cast
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Aborted
how can i fix it??
Thank you and congratulations for this software
The text was updated successfully, but these errors were encountered: