Forum Discussion

ItzAreszBrah's avatar
ItzAreszBrah
Seasoned Newcomer
23 days ago

Bugged Social Tab

I am unable to use the social tab or receive invites to play with friends on other systems. The social tab isnt working and it shows 0 for friends and messages. I bought the game through steam. Has anyone else had this issue and is there a fix?

6 Replies

  • zZAGOR19's avatar
    zZAGOR19
    Seasoned Newcomer
    21 days ago

    Same here, so frustrating, had to join friend via right click on steam friends and join game

  • I have the same issue and I bought it from EA for PC. Until they implement a fix, it's worthless.

  • zZAGOR19's avatar
    zZAGOR19
    Seasoned Newcomer
    20 days ago

    Found a solution for me, maybe it will help you too, guys. Try to disable ingame VOIP

  • L33TCHx's avatar
    L33TCHx
    Seasoned Newcomer
    3 days ago

    i could fix my problem with

    Root cause: The TEMP and TMP environment variables are missing.

    Step 1: Open Command Prompt as Administrator.
    - Open Start, type cmd, right-click “Command Prompt”, choose “Run as administrator”.

    Step 2: Ensure temp folders exist and set the variables. Run these lines one by one:
    mkdir "%USERPROFILE%\AppData\Local\Temp" 2>nul
    mkdir "C:\Windows\Temp" 2>nul
    setx TEMP "%USERPROFILE%\AppData\Local\Temp"
    setx TMP  "%USERPROFILE%\AppData\Local\Temp"
    setx TEMP "C:\Windows\Temp" /M
    setx TMP  "C:\Windows\Temp" /M

    Step 3: Sign out and back in (or reboot).

    Step 4: Verify the variables:
    echo %TEMP%
    echo %TMP%
    Both commands should print real paths.

    Step 5: Clean up PATH and remove empty entries.
    Control Panel -> System -> Advanced system settings -> Environment Variables -> edit PATH.
    Remove double semicolons ;; and broken entries (e.g., “C:\Program”).

  • L33TCHx's avatar
    L33TCHx
    Seasoned Newcomer
    3 days ago

    i could fix my problem with

    Root cause: The TEMP and TMP environment variables are missing.

    Step 1: Open Command Prompt as Administrator.
    - Open Start, type cmd, right-click “Command Prompt”, choose “Run as administrator”.

    Step 2: Ensure temp folders exist and set the variables. Run these lines one by one:
    mkdir "%USERPROFILE%\AppData\Local\Temp" 2>nul
    mkdir "C:\Windows\Temp" 2>nul
    setx TEMP "%USERPROFILE%\AppData\Local\Temp"
    setx TMP  "%USERPROFILE%\AppData\Local\Temp"
    setx TEMP "C:\Windows\Temp" /M
    setx TMP  "C:\Windows\Temp" /M

    Step 3: Sign out and back in (or reboot).

    Step 4: Verify the variables:
    echo %TEMP%
    echo %TMP%
    Both commands should print real paths.

    Step 5: Clean up PATH and remove empty entries.
    Control Panel -> System -> Advanced system settings -> Environment Variables -> edit PATH.
    Remove double semicolons ;; and broken entries (e.g., “C:\Program”).

About Battlefield 6 Technical Issues

Having issues with Battlefield 6? Join here to find help with connectivity, performance issues, crashes and more.3,324 PostsLatest Activity: 9 days ago