Re: Solution for freeze and server timeout (mostly for FX 6300 users)

by BogutUndersaw
Reply

Original Post

Accepted Solution

Solution for freeze and server timeout (mostly for FX 6300 users)

[ Edited ]
★★ Novice

Thanks for BogutUndersaw solution with stopping Windows Audio Service!!! ( https://answers.ea.com/t5/Technical-Issues/Possible-ea-server-timeout-fix-fx-series-works-in-game-to... )

 

YOU DONT'T NEED TO DISABLE CORES!

I made a little bit automation for this.

You need to do the following:

 

1) Create a .bat file in game directory with this text (make sure that you specified your game directory right) :

 

D:\OriginApps\Apex\r5apex.exe
ping -n 30 localhost>Nul
net stop AudioEndpointBuilder /y
net start Audiosrv

 

2) Create a shortcut of this .bat file on your desktop and put a daw "Run as Administrator" in shortcut properties

 

3) Make sure that your Origin is running and then run shortcut from the desktop

 

4) Profit

 

This little script does the following:

It runs game and then wait for 30 seconds (until game loaded to main menu) and then doing trick with stopping windows audio endpoint builder and starting windows audio

 

Yes, this thing fixes freeze and server timeout, but it doesn't fix random crashes in mid game Frown

 

 

 

 

 

Message 1 of 5 (13,762 Views)

Accepted Solution

Re: Solution for freeze and server timeout (mostly for FX 6300 users)

★★ Novice

updating your video drivers may help with crashes

 

i installed newest AMD driver on my R9 270 and play game without crashes for 4 hours, magic

View in thread

Message 3 of 5 (13,636 Views)

All Replies

Re: Solution for freeze and server timeout (mostly for FX 6300 users)

★★ Novice

Works fine for 3 hours of game and then happens game engine error Large smile

Message 2 of 5 (13,696 Views)

Re: Solution for freeze and server timeout (mostly for FX 6300 users)

★★ Novice

updating your video drivers may help with crashes

 

i installed newest AMD driver on my R9 270 and play game without crashes for 4 hours, magic

Message 3 of 5 (13,637 Views)

Re: Solution for freeze and server timeout (mostly for FX 6300 users)

★★★ Newbie
how to remove this bat.
Message 4 of 5 (12,783 Views)

Re: Solution for freeze and server timeout (mostly for FX 6300 users)

★ Guide

@havoc_J12 its a .bat file just delete it

Message 5 of 5 (12,719 Views)