Jump to content

c0ff

ED Team
  • Posts

    3615
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by c0ff

  1. Please, report if the setting helps in 2.5.5.36986. Thanks!
  2. https://forums.eagle.ru/showpost.php?p=4056215&postcount=52
  3. 2019-10-03 19:55:33.324 ERROR DX11BACKEND: DX11Renderer::init() IDXGIFactory::CreateSwapChain() failed with error:'E_INVALIDARG' (width:23040 height:4662 fullscreen:0) For whatever reason, you Saved Games/DCS.openbeta/Config/options.lua has an unsupported screen resolution: width:23040 height:4662 Either delete the width/height lines from the file, or the file itself (you will lose some of your settings though).
  4. Thanks! So, the problem is somewhere else. We managed to reproduce it internally. Investigating.
  5. Guys, if you have this problem, can you PM me the resulting IP address of ping -4 localhost if it differs from 127.0.0.1 Thanks!
  6. Hi! Thank you for an excellent investigation! Highly appreciated! There's a high probability that dashost issue is related to the input hotplug functionality of DCS. I've added a config option to the next OpenBeta. autoexec.cfg: no_device_hotplug = true If applied, dcs.log should say "Device hotplug disabled!". This will disable rescanning of input devices in case of hotplug events. We'll see if this helps.
  7. This is coming - it's already in the internal version.
  8. Both ways should work. Please, post your autoupdate_log.txt
  9. You can use the option --force_disable_VR or better disable VR in the dedicated server options.
  10. We changed the sensitivity of the sliders to use the range more effectively. The actual values of 0% and 100% did not change.
  11. Attach your dcs.log, please
  12. I don't think there any sense to change the default, but anyway, autoexec.cfg: norender_fps = 120
  13. 120 Hz is the default for the --norender mode.
  14. Please, post the names of the offending files.
  15. Looks like you set download folder to the game install folder. Either change it or delete autoupdate_settings.cfg
  16. Indeed, when norender mode was reworked the fps limit was accidentally dropped. Fixed this. Thank you for the reports!
  17. You should've unpack the updater directly to the D:\DCS World OpenBeta\bin folder. You seem to unpack it to D:\DCS World OpenBeta\DCS_updater_64bit\ where it created a new install. So, 1) move the DCS_updater.exe to the D:\DCS World OpenBeta\bin 2) delete D:\DCS World OpenBeta\DCS_updater_64bit\ 3) update DCS 4) run
  18. Thank you!
  19. you are welcome ;)
  20. The problem is in the "version" field which is not written by WebGUI, but is required by --server option.
  21. That's strange... Anyway, you situation looks like the setup is skipping one important step. You can fix this by manually running bin\DCS_updater.exe install DEDICATED_SERVER
  22. It is just not started. the correct content of the Scripts/dedicatedServer.lua user file is: net.set_name('ServerName') local res = net.start_server(serverSettings) if res ~= 0 then log.write('Dedicated Server', log.DEBUG, 'Failed to start server with code: ', res) end
  23. Let's check the setup log. It is located in AppData/Local/Temp/Setup Log xxx #nnn.txt - where xxx is current date and nnn is the run number.
×
×
  • Create New...