ENO Posted November 20, 2012 Posted November 20, 2012 (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 November 20, 2012 by ENO "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
ENO Posted November 20, 2012 Author Posted November 20, 2012 (edited) Updated... Perhaps this is my answer? http://forums.eagle.ru/showpost.php?p=737045&postcount=81 Edited November 20, 2012 by ENO "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
ENO Posted November 20, 2012 Author Posted November 20, 2012 Well I've been in the saved games / dcs / config / network config file and its not in a format I'm confident enough to edit. Any suggestions or help please? "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
SkateZilla Posted November 20, 2012 Posted November 20, 2012 (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 November 20, 2012 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
ENO Posted November 20, 2012 Author Posted November 20, 2012 Oh okay- well never thought to open it in notepad because it shows as a text file. .lua was different... I KNEWi had to edit in notepad. Thanks skate! "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
SkateZilla Posted November 20, 2012 Posted November 20, 2012 (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/ Edited November 20, 2012 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
ENO Posted November 20, 2012 Author Posted November 20, 2012 (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 November 20, 2012 by ENO "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
SkateZilla Posted November 20, 2012 Posted November 20, 2012 (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 November 20, 2012 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
ENO Posted November 20, 2012 Author Posted November 20, 2012 Need to spread some rep but thanks skate... been hunting around for this one for awhile. "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
SkateZilla Posted November 20, 2012 Posted November 20, 2012 (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 November 20, 2012 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
ED Team c0ff Posted November 20, 2012 ED Team Posted November 20, 2012 <DCS DIR>\Scripts\net\default.cfg has the documentation for all the options. Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
ENO Posted November 20, 2012 Author Posted November 20, 2012 (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 November 20, 2012 by ENO "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
ED Team c0ff Posted November 20, 2012 ED Team Posted November 20, 2012 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 c0ff Posted November 20, 2012 ED Team Posted November 20, 2012 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.
ENO Posted November 20, 2012 Author Posted November 20, 2012 Okay- formatted just like that? I presume a } at the end? Is that what you might recommend? Any disadvantages to disabling them completely? "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
SkateZilla Posted November 21, 2012 Posted November 21, 2012 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 c0ff Posted November 21, 2012 ED Team Posted November 21, 2012 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.
ENO Posted November 21, 2012 Author Posted November 21, 2012 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. 1 "ENO" Type in anger and you will make the greatest post you will ever regret. "Sweetest's" Military Aviation Art
Recommended Posts