Jump to content

Msiipola

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by Msiipola

  1. I had the same problem with a new updated win11 installation and updated DCS. I did a repair check of both DCS and Windows showing no errors. But after I installed the latest VC_redist.x64, DCS started again. Thanks for the tip! (Why is this happen?)
  2. "consider the newer D/E variants" I assume you mean E/F variant? The C/D variant is the previous version.
  3. I have restarted PC and the error is still there. I have written a support ticket to DCS.
  4. After updating to 2.9.7.59263 I can't set offline mode. I get "Can't enter offline mode. Error 500". I have also seen error 401. Everything is ok when in online mode. Previously in version 2.9.5.55300, offline mode was possible without any errors.
  5. Could elaborate on this. How is the engine pararmeters changed? Is the only way to change these by changing the source code and compile a new binary (dll file)?
  6. Is it possible to change the engine performance, making AJS37 engine resemble the performance of JA37 engine?
  7. Mostly PC's have only few USB-ports, and couple of these are used for keyboard and mouse. But of course if you only need/have a few Ardunio boards, may the left overs are enough. Maybe an extra usb-bord card in the PC, can be an option.
  8. I want to set up a firewall, excluding everything but the Moving Map Internet requirements. What url:s must the firewall let through?
  9. How about a touch screen on Windows? If you have a hdmi-screen for windows, which has touch screen functions, will these work in the windows app, like how it works in Andorid?
  10. I'm not sure that much of the common troubles are due to software, but rather hardware. For example I bought a USB-hub which I installed in series with an other usb-hub. The idea was to have shorter usb cables to a group of arduino boards. But the setup did never function flawless. Sometimes the communication did work some time after start up, but then suddenly one of the com-channels stopped. After I removed the second hub, and instead installed long usb cables (5 meters) from the first hub, the usb-serial communication is stable. I have no idea why the second hub did not function properly. It was a cheap none-name hub , but modern model specified for usb 2.0 I recommend you only use high quality usb hubs and cables. Even if they costs more.
  11. Check that your virus protection doesn't stop the app. I had to add the DCD binary file to the non-block-list in my virus protection (F-secure).
  12. DCS doesn't start after the updater have executed. dcs.log EDIT: I found the solution! My antivirus F-secure blocked the DCS-mt-binary. Probably this hasn't been the file executed before, because the none-mt binary was in the F-secure not-to-block applications, but not the mt-bin variant. After adding this to the not-to-block applications, the DCS started without problems.
  13. DCS doesn't start after after AJS37 update ( Patch Feb 22nd 2024). The DCS link points at the updater, in my case "E:\DCS\DCS World OpenBeta\bin\DCS_updater.exe". Normally the DCS starts after an update but not now. The logs shows: Command line: "E:\DCS\DCS World OpenBeta\bin-mt\DCS.exe" If I try to execute this from a CMD-window, DCS does NOT start. But if I instead try "E:\DCS\DCS World OpenBeta\bin\DCS.exe", it's ok. What's the difference between these two? And why doesn't the updater start DCS? Which it always have done in previous updates.
  14. The update was installed, but the game doesn't start after this. I have reboot with no luck. Where to start debugging this? Last lines of log file: 00263.654 INFO : MKDIR E:\DCS\DCS World OpenBeta\Mods/aircraft/AJS37/bin/ 00263.655 INFO : INSTALL Mods/aircraft/AJS37/bin/AJS37-Avionics.dll 00263.655 INFO : INSTALL Mods/aircraft/AJS37/bin/AJS37.dll 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/AJS37/bin/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/AJS37/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/ 00263.656 INFO : Installed 4275 files. 00263.675 STATUS: Installing runtimes... 00263.892 STATUS: Cleaning up... 00263.896 STATUS: Cleaning up... 00264.039 STATUS: Successfully updated to 2.9.3.51704 00329.510 === Log closed. EDIT: I found if I start DCS by executing the DCS-binary (...\DCS World OpenBeta\bin\DCS.exe) the game starts. But not if I execute the DCS_updater.exe. Previouse updates have always started DCS after any update was installed and finished.
  15. You should not need to activate both connect-serial-port.cmd and multiple-com-ports.cmd. But you must include in the multiple-com-ports.cmd all ports you want to use (edit the file). If you use both, the multiple-com-ports.cmd must not include the port which is activated with the connect-serial-port.cmd.
  16. We need more information about your setup and hardware. What variable in the control-reference.html file are you trying to use?
  17. Have you checked the UhfFrequency variable (newValue) is changing with BORT?
  18. " Is there a way to automatically connect the com ports?" I start the script on boot time of my PC. Google how to do it, if you don't know. Remember to edit multi-com-ports.cmd by adding all you com ports to it. If you have problems with the communication, use the serial-com-script and start they manually one by one.
  19. On page https://github.com/DCS-Skunkworks/Bort select 'Latest' in the right column under 'Releases.' Scroll down the page and to 'Assets'. Download bort-0.2.4.Setup.exe. (Or a newer version if it exists). Start BORT by clicking the setup-exe file. No installation is necessary.
  20. There is no special with shift registers connected to DCS-BIOS. First you should buy or build the shift register HW The number of circuits depends on how many Dig-OUT you need. With one 74HC165 you have 8 outputs. I assume you use a Arduino board you need to write and test a stand-alone program first, before connection to DCS-BIOS. Writing the program from scratch is easy or hard depending on your skills. Examples of programs/sketches: https://www.best-microcontroller-projects.com/74hc595.html
  21. All information about DCS-BIOS are available at https://github.com/DCS-Skunkworks
  22. Do any know the time tabell of the Kola map?
  23. I'm in the process building a simpit (Viggen AJS37) and now have 4 Arduion and several Leo Bordnar cards. I'm using the Skunkworks Flightpanels latest versions and DCS beta. I have several time had problems vid the USB ports. But by changing USB hubs and cables I now have stable connections (I think). But I don't like the idea of using USB for the connections. I feel it's unreliable, and when you get problems it's hard to know what the cause is and what to do.
  24. What do mean by "not working"? Only one COM-port not working or not any? Try the "connect-serial-port.cmd" and start the COM-ports one by one, and look for error messages.
×
×
  • Create New...