RoadCaptain
RoadCaptain copied to clipboard
Asks to join event-only route "Big Loop Reverse" on start-up
Describe the issue I created a route that starts in Downtown Watopia and heads West. When I start the route with Zwift and Road Captain Runner, RCR asks me to start the route "Big Loop Reverse". However, that is an event-only route.
I will try to find another route that heads in the same direction is is not an event route. I image RCR can identify it's the correct starting spot and direction, and will be just fine with it.
Application details: To help troubleshoot the issue please provide:
- Zwift version: 1.1.11
- Zwift device: Windows 11 laptop
- Road Captain version: 0.7.1.0
Additional info To help troubleshoot the issue please attach:
- Route file attached. Sea to Summit.json
If you have a screenshot or screen recording of the issue that always helps :+1:
Thanks for reporting this 👍 I’ve probably configured the spawn points incorrectly here, I’ll take a look at it
FYI, I was able to start the route by picking "Two Bridges Loop", which has the same spawn point and direction as "Big Loop Reverse".
A quick search through the source code turned up this spawn point definition: https://github.com/sandermvanvliet/RoadCaptain/blob/b1b8a3ba76c9e9026972aeb821ff7522a3a9526c/src/RoadCaptain.Adapters/worlds.json#L27 so I took the liberty of creating an untested one-liner pull request for this: https://github.com/sandermvanvliet/RoadCaptain/pull/138