Bug Audio Stuttering even at 100 fps?

    Joined
    Jul 22, 2014
    Messages
    5
    Reaction score
    0
    So, after the download scene I came back after playing through the tutorial to inform that the game audio stutters, even playing at 80 - 120 fps, wich is strange.

    Any advice?
     

    AndyP

    Customer Experience Manager
    Joined
    Aug 15, 2013
    Messages
    1,199
    Reaction score
    264
    • Schine
    • Wired for Logic
    This is most likely caused by an OpenAL version not matching the version the game was compiled to.

    Try this:
    Go to C:\Windows\system32\
    and check if OpenAL32.dll and OpenAL64.dll are present,
    if they are, delete them

    Now sound should be fine.

    - Andy
     
    Joined
    Jul 22, 2014
    Messages
    5
    Reaction score
    0
    This is most likely caused by an OpenAL version not matching the version the game was compiled to.

    Try this:
    Go to C:\Windows\system32\
    and check if OpenAL32.dll and OpenAL64.dll are present,
    if they are, delete them

    Now sound should be fine.

    - Andy
    There is only OpenAL32.dll, and since this isn't my computer, will moving the dll file to a backup folder work?
     

    AndyP

    Customer Experience Manager
    Joined
    Aug 15, 2013
    Messages
    1,199
    Reaction score
    264
    • Schine
    • Wired for Logic
    Sure, renaming it, or moving it to another location windows does not use for DLL load, is fine.

    - Andy