Jump to content

Recommended Posts

Posted

Evening all. We had a problem with windows on our dcs server so we had to have a fresh install. But ever since then i can get dcs to run more than 2 minutes on it.It seems to just lock up..... It used to run fine before.

i have attached a crash log and it looks like a graphic driver issue maybe?

dcs.rar

Posted

Ok a little update... I have done a fresh install of dcs on the server. Installed net framework 3.5. installed directx but we are still getting massive issues. It's like it's freezing on the server but still allowing you to join. we can all move our aircraft but we are not seeing the other person's aircraft move?

Posted

Try changing the following line of the graphic.lua of the server:

 

render3D = true;

 

to

 

render3D = false;

 

( \Program Files\Eagle Dynamics\DCS World OpenBeta\Config\graphics.lua )

 

This will turn off the video card rendering saving resources for other game functions

[sIGPIC][/sIGPIC]

Primary Computer

ASUS Z390-P, i7-9700K CPU @ 5.0Ghz, 32GB Patriot Viper Steel DDR4 @ 3200Mhz, ZOTAC GeForce 1070 Ti AMP Extreme, Samsung 970 EVO M.2 NVMe drives (1Tb & 500 Gb), Windows 10 Professional, Thrustmaster Warthog HOTAS, Thrustmaster Warthog Stick, Thrustmaster Cougar Throttle, Cougar MFDs x3, Saitek Combat Rudder Pedals and TrackIR 5.

 

-={TAC}=-DCS Server

Gigabyte GA-Z68XP-UD3, i7-3770K CPU @ 3.90GHz, 32GB G.SKILL Ripjaws DDR3 @ 1600Mhz, ZOTAC GeForce® GTX 970.

Posted

Try this for your autoexec.cfg (copy and paste this over your settings)

 

 

if not net then net = {} end

net.download_speed = 131072000

net.upload_speed = 131072000

disable_write_track = true

options.graphics.render3D = false

 

 

This will also stop your machine from saving track files for the MP session, if you want to turn that on just change it to false.

[sIGPIC][/sIGPIC]



104th Phoenix Wing Commander / Total Poser / Elitist / Hero / Chad

Posted
;3709774']Try this for your autoexec.cfg (copy and paste this over your settings)

 

 

if not net then net = {} end

net.download_speed = 131072000

net.upload_speed = 131072000

disable_write_track = true

options.graphics.render3D = false

 

 

This will also stop your machine from saving track files for the MP session, if you want to turn that on just change it to false.

 

Well what do you know that fixed the issue.... Cheers buddy

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...