Forum Discussion
I have a FX 6300 CPU.
I disabled 2 cores and i stopped getting crashes.
press the Windows button+R
type in msconfig and click ok
go to boot tab and click advanced options
check the number of processors box
click on drop down menu, change it from 6 to 4.
restart computer
gl guys
someone tried this?
- 7 years ago
There is no solution guys , no matter what you do , depends on the game itselfs , it seems like if you copy this script to delete appdata origin folders it helps , you just need to replace the ***** for your computer username . Copy this into a txt file and change it to .bat , then execute it .
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\******\AppData\Roaming\Origin"
rmdir /s /q "C:\Users\******\AppData\Local\Origin"
shutdown /r /t 0- 7 years agohow
Featured Places
Apex Legends Technical Issues
Having issues with Apex Legends? Join here to find help with connectivity, performance issues, crashes and more.Latest Activity: 3 minutes agoCommunity Highlights
- EA_Blueberry7 years ago
Community Manager