Jump to content

Recommended Posts

Posted (edited)
Sound errors: harmless, sound engine was made as fault tolerant as possible. Sure, the sound errors should be fixed, but they don't affect stability.

 

"Connection interrupted" - partly cause by long loading, we're working on this, in the mean time, server owners may want to increase timeout values, game_timeout in particular, to 60 seconds or more.

 

Crash files look not very useful, because stack seems to be destroyed. So no need to post more of them. We're working hard to find the bug(s) and fix it ASAP.

 

 

 

Probably didn't put my original post very clearly... THIS ^ is what I'm talking about...

Edited by ENO

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted (edited)

eno,

 

Use Notepad++ (which is free, and I also recommend it for editing LUAs as well, as it color codes and maintains the Syntax.)

 

and search folders option (Eagle Dynamics/DCS/) (*May have to search saved games, but im not sure)

 

Search for:

game_timeout

 

and set it to search in only *.lua or *.cfg files

 

im in my office for another 3 or so hours or i'd do it on my end and tell you which file/line to edit.

Edited by SkateZilla

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Posted (edited)

NotePad ++, not Notepad.

Besides easier to use, you can search for a Line in EVERY LUA in the DCS folder... no more looking for which LUA Contains the line you're looking for.

 

http://notepad-plus-plus.org/

 

screenshot4.png

Edited by SkateZilla

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Posted (edited)

Sorry- yeah... I knew that :) Well- not ALL of the advantages but I learned a long time ago not to use anything other than Notepad ++

 

Okay, so this is the file... where would I put the game_timeout = 60?

 

 

connection = {

"LAN",

1310720,

1310720,

}

player_name = "Eno's Firehouse"

server = {

name = "Eno's Firehouse",

disable_events = false,

upnp_service_type = "urn:schemas-upnp-org:service:WANIPConnection:1",

client_params = "motd=\"Welcome to Eno's Firehouse!\";",

pause_on_load = false,

upnp_control_url = "http://192.168.1.1:1780/control?WANIPConnection",

port = 10300,

mission_dir = "C:\\Users\\Eno\\Saved Games\\DCS\\Missions\\Multiplayer",

password = "",

max_players = 21,

integrity_check = {

"Config/Weapons",

"Scripts/compile.lua",

},

client_outbound_limit = 0,

use_upnp = false,

client_inbound_limit = 0,

public = true,

interface = "192.168.0.13",

game_timeout = 60,

}

client = {

history_size = 16,

history = {

},

mode = 0,

}

chat = {

view_rows = 3,

offset = 0,

}

So in there- and in fact for anyone running their own server- where would I put this? (indent format is a little off but you get the picture.) My guess is in green

Edited by ENO

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

Posted (edited)

either there or connection block.

 

connection = {
"LAN",
1310720,
1310720,
}
player_name = "Eno's Firehouse"
server = {
name = "Eno's Firehouse",
disable_events = false,
upnp_service_type = "urn:schemas-upnp-org:service:WANIPConnection:1",
client_params = "motd=\"Welcome to Eno's Firehouse!\";",
pause_on_load = false,
upnp_control_url = "http://192.168.1.1:1780/control?WANIPConnection",
port = 10300,
mission_dir = "C:\\Users\\Eno\\Saved Games\\DCS\\Missions\\Multiplayer",
password = "",
max_players = 21,
integrity_check = {
	"Config/Weapons",
	"Scripts/compile.lua",
	},
client_outbound_limit = 0,
use_upnp = false,
client_inbound_limit = 0,
public = true,
interface = "192.168.0.13",
game_timeout = 60,
}
client = {
history_size = 16,
history = {
	},
mode = 0,
}
chat = {
view_rows = 3,
offset = 0,
}

Edited by SkateZilla

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Posted (edited)

maybe c0ff can confirm which block it's supposed to be in.

 

 

I'm still in my office so i dont have access to my DCS stuff, and Office workstation is so locked down it's not even funny,

I have to backdoor to install simple programs like Notepad++ or I would have a Remote Access Folder setup.

Edited by SkateZilla

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Posted (edited)

Okay c0ff... I've been there a few times but it doesn't really tell me where to make the adjustments. I think we've got that far- here is the entry.

 

(Edit: Weird... suddenly there is a game_timeout = 40 entry in the config file... Weirder still because I'd entered 60 in the "home made" line. And the default is 30...

 

 

 

Thanks.

 

Not meaning to sound flippant- just on task here and having a TON of disconnection issues in the server right now that I'd like to resolve.

Edited by ENO

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

  • ED Team
Posted
Okay c0ff... I've been there a few times but it doesn't really tell me where to make the adjustments.

Doesn't it?

-- timeout in seconds (0 means no timeout)
-- before entering the simulation
idle_timeout = 120
-- after entering the simulation
game_timeout = 30

Dmitry S. Baikov @ Eagle Dynamics

LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.

  • ED Team
Posted

Taking your file as an example


connection = {
   ...
}
player_name = "Eno's Firehouse"
server = {
   ...
}
client = {
   ...
}
chat = {
   ...
}
[color=red][b]game_timeout = 0[/b][/color]
[color=red][b]idle_timeout = 0[/b][/color]

 

This will disable timeouts completely.

Dmitry S. Baikov @ Eagle Dynamics

LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.

Posted

i think he's showing that the lines go outside of any syntax.,, so..

 

 

connection = {
"LAN",
1310720,
1310720,
}
player_name = "Eno's Firehouse"
server = {
name = "Eno's Firehouse",
disable_events = false,
upnp_service_type = "urn:schemas-upnp-org:service:WANIPConnection:1",
client_params = "motd=\"Welcome to Eno's Firehouse!\";",
pause_on_load = false,
upnp_control_url = "http://192.168.1.1:1780/control?WANIPConnection",
port = 10300,
mission_dir = "C:\\Users\\Eno\\Saved Games\\DCS\\Missions\\Multiplayer",
password = "",
max_players = 21,
integrity_check = {
	"Config/Weapons",
	"Scripts/compile.lua",
	},
client_outbound_limit = 0,
use_upnp = false,
client_inbound_limit = 0,
public = true,
interface = "192.168.0.13",
}
client = {
history_size = 16,
history = {
	},
mode = 0,
}
chat = {
view_rows = 3,
offset = 0,
}
game_timeout = 60
idle_timeout = 60

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

  • ED Team
Posted
Okay- formatted just like that? I presume a } at the end?

NO. These vars are in global scope. Outside any section that is.

 

 

Is that what you might recommend? Any disadvantages to disabling them completely?

The only disadvantage is that in theory, some badly behaving, but legitimate clients may become stuck until kicked. But that's highly unlikely.

Dmitry S. Baikov @ Eagle Dynamics

LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.

Posted

Very good! Thanks c0ff. Implemented and seemed to work okay- wasn't losing as many people on the load.

 

On to the next issues:

 

AI Aircraft taking off / landing causing people to be kicked.

Exploit resulting in same.

  • Like 1

"ENO"

Type in anger and you will make the greatest post you will ever regret.

 

"Sweetest's" Military Aviation Art

  • Recently Browsing   0 members

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