Results 1 to 7 of 7

Thread: Getting "car must be stopped to exit" message out of nowhere

  1. #1
    Junior Member
    Join Date
    Aug 2020
    Posts
    4

    Getting "car must be stopped to exit" message out of nowhere

    Recently I have been getting the "car must be stopped to exit" message while driving, as though I am pressing ESC. This also happens on the grid where it boots you off the grid. When I don't run CC the issue goes away. I've emailed iracing support but wondered if anyone else is having the issue. I did turn off the faster parser option but it still happened.

  2. #2
    Junior Member
    Join Date
    Aug 2020
    Posts
    4
    Oh, and I have swapped keyboards, remapped the tow function and done a re-install of both iracing and CC to no effect.

  3. #3
    Junior Member
    Join Date
    Aug 2020
    Posts
    2
    I have the exact same issue. I thought it was my Fanatec wheel, remapped the button to my G25 shifter, still happened. Remapped the button to my keyboard then turned off my keyboard (wireless) and it still happened. I effectively had no input device other than my wheel which had no tow button mapped and it would still happen. I am thinking Crewchief is responsible but have no idea why or how.

  4. #4
    Junior Member
    Join Date
    Aug 2020
    Posts
    4
    Unfortunately that is what I concluded as well. If I do not use CC the problem goes away.

  5. #5
    Crew Chief Mega Corp CEO mr_belowski's Avatar
    Join Date
    Feb 2017
    Posts
    1,815
    This is probably the 'get out of car' macro being triggered by a misinterpretted voice command.

    open the file Documents\CrewChiefV4\saved_command_macros.json (in notepad or whatever). At or very near the end should be a block that looks like this:
    Code:
       {
          "name": "Get Out Of Car",
          "description": "Presses ESC key for 2 sec.",
          "voiceTriggers": [
            "get out",
            "fuck this shit"
          ],
          "commandSets": [
            {
              "description": "iRacing version",
              "gameDefinition": "IRACING",
              "actionSequence": [
                "ESC"
              ],
              "keyPressTime": 2000,
              "waitBetweenEachCommand": 200
            }
          ]
        },
    you can either remove that entire block (including the coma at the end of it), or change the items in the "voiceTriggers" list inside it to be more specific - perhaps remove one of those items and change the other to be "i really really want to get out of the car please" or something

  6. #6
    Junior Member
    Join Date
    Aug 2020
    Posts
    2
    Quote Originally Posted by mr_belowski View Post
    This is probably the 'get out of car' macro being triggered by a misinterpretted voice command.

    open the file Documents\CrewChiefV4\saved_command_macros.json (in notepad or whatever). At or very near the end should be a block that looks like this:
    Code:
       {
          "name": "Get Out Of Car",
          "description": "Presses ESC key for 2 sec.",
          "voiceTriggers": [
            "get out",
            "fuck this shit"
          ],
          "commandSets": [
            {
              "description": "iRacing version",
              "gameDefinition": "IRACING",
              "actionSequence": [
                "ESC"
              ],
              "keyPressTime": 2000,
              "waitBetweenEachCommand": 200
            }
          ]
        },
    you can either remove that entire block (including the coma at the end of it), or change the items in the "voiceTriggers" list inside it to be more specific - perhaps remove one of those items and change the other to be "i really really want to get out of the car please" or something

    changed the string to something long and obscene like you suggested and it appears to have fixed it!!!! THANK YOU!!!

  7. #7
    Junior Member
    Join Date
    Aug 2020
    Posts
    4
    Three nights of racing and tests and the issue has gone. Thank you so much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •