Forum Discussion
7 years ago
Running a .bat file with the following code in it fixed the crashes for me. I believe it clears the origin cache.
taskkill /F /IM Origin.exe taskkill /F /IM OriginClientService.exe taskkill /F /IM OriginWebHelperService.exe pushd “C:\ProgramData\Origin\” || exit /B 1 for /D %%D in (“*”) do ( if /I not “%%~nxD”==”LocalContent” rd /S /Q “%%~D” ) for %%F in (“*”) do ( del “%%~F” ) popd rmdir /s /q “C:\Users\INSERTYOURUSERNAMEHERE\AppData\Roaming\Origin” rmdir /s /q “C:\Users\INSERTYOURUSERNAMEHERE\AppData\Local\Origin” shutdown /r /t 0
I did nearly everything that is listed before I did this to no avail. The first time I ran it I restarted my computer. Now I just run it before I launch the game. Seems to work.
Community Highlights
Recent Discussions
- 2 hours ago
- 2 hours ago
- 7 hours ago