Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: No sound in Asseto Corsa Competizione

  1. #1
    Junior Member
    Join Date
    Apr 2025
    Posts
    5

    Unhappy No sound in Asseto Corsa Competizione

    Somebody help me, please.... No sound in ACC and I don't know what can be done to solve the problem anymore. The radio check works fine, I get to customize the pilot name, CrewChief even automatically starts when I start the game, but still no sound. I have already reinstalled in different folders on different disks, and poked around in the configuration files, but nothing helps(

  2. #2
    Junior Member
    Join Date
    Apr 2025
    Posts
    3
    I also have a simular problem, I have 1.10.3 ACC and CC 4.19.06.
    The spotter checks in along with the Crew Chief. During a single user race, I do hear from the Crew Chief if I ask question. But I never hear from the spotter. I made sure the REALISM was unchecked.

    Are there any other things I should look at.

    I watched a youtube video of an installion very simular to mine, He was also running a single user AI race and the spotter started talking as the race started. Although he appeared to be doing a standing start, I.m using the a rolling start. So it appears that it works correctly with his ACC. He didn't have the mike enabled or the Talk to the Crew Chief button assigned.

    Help would be greatly appreciated.

    NEXT DAY UPDATE

    I've been trying different things to with no luck. It appears, from the console log, that CC sends the command for the [REQUEST_ENTRY_LIST, 13] [REQUEST_TRACK_DATA, 1] and ACC never responds. Here is the console log. It also appears that the UDP connection with ACC is working because the first command, [REGISTER_COMMAND_APPLICATION, 599] [REQUEST_ENTRY_LIST, 5] gets a response of [REGISTRATION_RESULT, 1].

    ---- Here is the console log -----

    MY DOCUMENTS\CrewChiefV4\DebugLogs
    Crew Chief - Active Profile: defaultSettings.json Version: 4.19.0.6
    Game: Assetto Corsa Competizione
    VOICE_OPTION: HOLD
    Last TrackName: unknown
    Last car name: unknown
    Fuel multiplier: 1

    Non-default Properties:
    launch_acc: True # Launch ACC
    tts_setting_listprop: 'ANY_TIME' # TTS setting
    use_american_terms: True # Use American terms
    use_fahrenheit: True # Use Fahrenheit for temps
    use_sweary_messages: True # Use sweary messages

    14:02:17.707 : Using game definition Assetto Corsa Competizione
    14:02:17.707 : Loaded 160 default car class definitions and 0 user defined car class definitions
    14:02:17.723 : ThreadManager: Wating for root threads to start...
    14:02:17.723 : ThreadManager: Root threads started
    14:02:17.739 : ACCSpotter enable
    14:02:17.739 : Starting queue monitor
    14:02:17.739 : Monitor starting
    14:02:17.739 : PlaybackModerator: Opening radio channel as Chief
    14:02:17.739 : Loading all voice command alternatives from speech_recognition_config.txt
    14:02:17.739 : Loading shared SRE commands
    14:02:17.739 : Loading spotter speech recognition commands
    14:02:17.739 : Loading basic circuit racing speech recognition commands
    14:02:17.739 : Loading Assetto Corsa Competizione speech recognition commands
    14:02:17.739 : Loaded 19 macro voice triggers into the speech recogniser
    14:02:17.755 : Listening on default audio input device
    14:02:17.755 : Listening for buttons
    14:02:17.755 : Running speech recognition in 'while button held' mode
    14:02:18.549 : Polling for shared data every 100ms
    14:02:18.549 : Cmnt: Path 'acc_launch_exe':'%PROGRAMFILES(X86)%/Steam/Steam.exe' becomes 'C:\Program Files (x86)\Steam\Steam.exe
    14:02:18.549 : Attempting to run game using C:\Program Files (x86)\Steam\Steam.exe -applaunch 805550
    14:02:18.603 : Playing sounds, events: COMPOUND_smoke_test_chief
    14:02:18.603 : COMPOUND_smoke_test_chief=(radio_check_Jerry/test)
    14:02:19.553 : Initialising...
    14:02:19.553 : Initialised Assetto Corsa Competizione shared memory
    14:02:20.563 : There are 1 more events in the queue, playing them...
    14:02:20.563 : Playing sounds, events: COMPOUND_smoke_test_spotter
    14:02:20.563 : COMPOUND_smoke_test_spotter=(radio_check_Clare/test)
    14:02:20.563 : PlaybackModerator: Injecting: end_bleep and alternate_short_start_bleep messages. Spotter interrupted Chief.
    14:02:22.393 : PlaybackModerator: Closing radio channel as Spotter
    14:02:34.693 : UDP stats:
    Incoming -
    Outgoing - [REGISTER_COMMAND_APPLICATION, 599] [REQUEST_ENTRY_LIST, 5]
    14:03:34.745 : UDP stats:
    Incoming - [REGISTRATION_RESULT, 1]
    Outgoing - [REGISTER_COMMAND_APPLICATION, 801] [REQUEST_ENTRY_LIST, 13] [REQUEST_TRACK_DATA, 1]
    Last edited by Jay Bunten; 15-04-2025 at 21:24.

  3. #3
    Junior Member
    Join Date
    Apr 2025
    Posts
    5
    I have the same logs, but there no crewchief sound even in sigle user race(

  4. #4
    Junior Member
    Join Date
    Apr 2025
    Posts
    3
    Well after much investigation I found that the message in the console log: PlaybackModerator: Closing radio channel as Spotter has terminated the coversation from the spotter. DUH..

    Why did it do this? No idea yet. The "Realistic" paramater is unchecked.

    Could it be this: PlaybackModerator: Injecting: end_bleep and alternate_short_start_bleep messages. Spotter interrupted Chief.

    Is that bad enough to shut the spotter up. Or is something wrong in CC itself?

    Investigating to continue since doesn't appear to be any help from elsewhere.

  5. #5
    Junior Member
    Join Date
    Apr 2025
    Posts
    3
    Well, my problem is solved. It might be yours as well.

    It appeared that CC has used ACC's default password to connect the UDP port to ACC. The ACC's default password is "asd" and is determined by a setting in broadcasting.json. that file had (for my install) a connectionPassword of "blank" or nothing/empty. The file is located in "Documents\Assetto Corsa Competizione\Config\broadcasting.json".

    File Contents:

    {
    "updListenerPort": 9000,
    "connectionPassword": "", <--- To set it to CC built in password of "asd", insert "asd" between "" marks.
    "commandPassword": ""
    }

    That was all I needed to fix mine. ACC was refusing the CC attemp to connect to get the data it needed.

    I didn't see any parameter in CC that had a setting for ACC broadcasting connection password, so it must be hardcoded as "asd".

    Hope this helps.

  6. #6
    Junior Member
    Join Date
    Apr 2025
    Posts
    5
    It didn't help( Can u show your "non-default" properties, pls?

  7. #7
    Junior Member
    Join Date
    Apr 2025
    Posts
    5
    OH MY GOOOOOOD, IT IS WORKING!!!!
    THE PROBLEM WAS THAT PORT 9000 WAS NOT SET!
    I wanna hug u very much bro) Thank u a lot
    Last edited by Plux; 19-04-2025 at 22:57.

  8. #8

    Dev Team Member

    Administrator
    Seven Smiles's Avatar
    Join Date
    Jan 2018
    Posts
    418
    Huge if true but I don’t know why this would just have changed and for only some people. Great detective work anyway

  9. #9

    Dev Team Member

    Administrator
    Seven Smiles's Avatar
    Join Date
    Jan 2018
    Posts
    418
    I checked the code and it is supposed to check that Documents\Assetto Corsa Competizione\Config\broadcasting.json has
    Code:
    accBroadcastFileContents = "{\n    \"updListenerPort\": 9000,\n    \"connectionPassword\": \"asd\",\n    \"commandPassword\": \"\"\n}";
    and rewrite the file if it doesn't.

    AH! It only does that if it thinks the game has a plugin... and a recent change to CC's plugin code leaves out ACC (because actually it doesn't ).

  10. #10

    Dev Team Member

    Administrator
    Seven Smiles's Avatar
    Join Date
    Jan 2018
    Posts
    418
    Beta version to fix this Crew Chief V4.19.0.8

Page 1 of 2 12 LastLast

Posting Permissions

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