An issue with your computer is blocking the VAC system. You cannot play on secure servers.

  • Wodurch wird dieser Fehler ausgelöst ? Ich bekomme das meistens nach 10 - 30 Minuten spielen am Stück und es nervt gewatig, nicht einmal der Steam Support kann das beheben laut dessen aussage !


    https://support.steampowered.c…le.php?ref=2117-ILZV-2837


    100x gelesen befolgt nichts funktioniert.


    Zumal, kein Hack aktiv, ich bin am Streamen ( Signatur Link ) und dennoch bekomme ich diese Meldung !


    Anti-Virus Applications - Any Anti-Virus program could potentially block Steam and Steam game access, especially when not properly configured for use with Steam. Please make sure that Steam and all Steam games are listed as exceptions in these programs. If the issue persists, please try disabling or temporarily uninstalling the program to test the issue.

    • Avast!
    • AVG Anti-virus *
    • BitDefender
    • F-Secure
    • Iobit Advanced System Care *
    • Kaspersky Anti-virus
    • McAfee Anti-virus
    • Nod32 Anti-virus *
    • Norton/Symantec Anti-virus
    • Panda Anti-virus
    • Threatfire
    • Trend Micro
    • VIGuard Anti-virus

    * We recommend that applications listed in bold with a ( * ) symbol are fully uninstalled from your system if disabling them does not resolve the issue



    Klar ich deinstalliere mein Eset32 wofür ich bezaht habe :D Is klar !

  • Ich habe dagegen eine Batch-Datei geschrieben, die ich immer ausgeführt habe, sobald ich ausm Game gekickt werde.
    Einfach in einen Text-Editor einfügen, den Pfad anpassen und die Batch-Datei als Administrator starten.
    Eventuell danach schnell PC Neustarten.


    Code
    taskkill /IM steam.exe /f
    bcdedit /deletevalue nointegritychecks 
    bcdedit /deletevalue loadoptions 
    bcdedit /debug off 
    bcdedit /deletevalue nx  
    RMDIR /S /Q D:\Steam\appcache
    RD /S /Q D:\Steam\appcache
    "D:\Steam\bin\SteamService.exe" /repair
    pause