Jump to content

DCS-SimpleRadio Standalone


Ciribob

Recommended Posts

OK, installed the DX9 runtime and that fixed it.

 

You may want to add that info for others. DX9 Runtime needs to be installed, or at least place the d3d9.dll file in both folders, installer and app.

 

I wonder how others with fresh installs got that working. Maybe they had older games with DX9 and thus got that file in the right place.

Gigabyte Aorus X570S Master - Ryzen 5900X - Gskill 64GB 3200/CL14@3600/CL14 - Asus 1080ti EK-waterblock - 4x Samsung 980Pro 1TB - 1x Samsung 870 Evo 1TB - 1x SanDisc 120GB SSD - Heatkiller IV - MoRa3-360LT@9x120mm Noctua F12 - Corsair AXi-1200 - TiR5-Pro - Warthog Hotas - Saitek Combat Pedals - Asus PG278Q 27" QHD Gsync 144Hz - Corsair K70 RGB Pro - Win11 Pro/Linux - Phanteks Evolv-X 

Link to comment
Share on other sites

OK, installed the DX9 runtime and that fixed it.

 

You may want to add that info for others. DX9 Runtime needs to be installed, or at least place the d3d9.dll file in both folders, installer and app.

 

I wonder how others with fresh installs got that working. Maybe they had older games with DX9 and thus got that file in the right place.

 

It seems to be the combination of never having installed dx9 and currently running afterburner, which for some reason wrecks .net programs :/ but I guess that's a very small subset! Will definitely add to troubleshooting guide :)

 

Out of interest, have you got the latest MSI afterburner?

 

Glad to hear you're sorted

 

 

 

Sent from my ONEPLUS A3003 using Tapatalk

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Sure Ciribob,

 

I look for updates on a daily basis, MSI Afterburner 4.4.0 final ( the one with the nice new colored OSD :) )

 

Check Six !

Gigabyte Aorus X570S Master - Ryzen 5900X - Gskill 64GB 3200/CL14@3600/CL14 - Asus 1080ti EK-waterblock - 4x Samsung 980Pro 1TB - 1x Samsung 870 Evo 1TB - 1x SanDisc 120GB SSD - Heatkiller IV - MoRa3-360LT@9x120mm Noctua F12 - Corsair AXi-1200 - TiR5-Pro - Warthog Hotas - Saitek Combat Pedals - Asus PG278Q 27" QHD Gsync 144Hz - Corsair K70 RGB Pro - Win11 Pro/Linux - Phanteks Evolv-X 

Link to comment
Share on other sites

Hotfix for Overlay on Open Alpha and Open Beta

 

OpenAlpha and Beta have changed how UI elements are drawn so the in game DCS overlay doesnt work.

 

Hotfix in zip is attached with README inside

 

For reference its below as well:

 

 

 

overlay in stable in vr doesnt work?

 

ctrl/shift/esc ... no overlay.

 

my fault?

 

^ see quoted post. Now beta has moved to stable you need the hotfix above

 

EDIT: or just install the latest version to get it automatically

 

Sent from my ONEPLUS A3003 using Tapatalk


Edited by Ciribob

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

New RELEASE Version - 1.4.5.0

 

.NET Version - PLEASE INSTALL THIS or it may not work: https://www.microsoft.com/en-gb/download/details.aspx?id=53345

 

Windows 8/10 N Users - PLEASE INSTALL THIS OR IT WILL NOT WORK - Adds the media codecs you need which are removed in the N Version - https://support.microsoft.com/en-us/help/3145500/media-feature-pack-list-for-windows-n-editions - You'll know when you get the audio initialisation error :)

 

Small update to add GameGUI Overlay back for release version without requiring the manual hotfix as all 3 DCS versions now have the same internal overlay changes.

 

This version is incompatible with all versions before 1.4.3.0 and ALL Clients and Servers must be on this version or newer. Highly recommended all clients and servers switch to this version. There is a bug with 1.4.3.0 Servers where radio transmissions cant be hard - this fixes that! :)

 

SERVER OWNERS - You need to open an extra TCP port for SRS to work and its +1 above your normal server port. I.e if you run a server on 5002 you need to open port 5002 and 5003 for TCP

 

AutoConnect Script must be in Saved GamesDCSScriptsHooks now instead of just Scripts folder. Just create a hooks folder in Scripts folder if you dont have one

 

KNOWN BUG

If you get lag while using the radio, press L Ctrl + L Shift + L to fix. This is a DCS bug i'm trying to work around and is triggered by pressing L Ctrl + L. It doesn't matter if that key is bound or not, it'll still cause lag when you press it

 

Changelog

  • Added support for new DCS GameGUI / Hooks method
  • Fixed overlay following ED changes
  • Made installer find any DCS.* folder in saved games to handle non standard names

 

Overlay and Overlay Configuration

 

The overlay has 3 states, hidden, small & full that you can see by pressing Left Control + Left Shift + Escape by default.

 

The Full state has a title bar that you can click and drag the window around with. The window position will be saved for when DCS is next opened.

 

The radio status is removed after 5 seconds if SRS is closed or loses server connection

 

To configure the overlay hotkey, run DCS once to create a config file in Saved GamesDCSConfig which will look something like so and quit DCS:

 

config = 
{
   ["mode"] = "minimum",
   ["hotkey"] = "Ctrl+Shift+escape",
   ["windowPosition"] = 
   {
       ["y"] = 342,
       ["x"] = 981,
   }, -- end of ["windowPosition"]
} -- end of config

 

Edit the "Hotkey" section and add the characters from the keyboard you'd like to use instead. i.e

 

config = 
{
   ["mode"] = "minimum",
   ["hotkey"] = "Ctrl+Shift+1", -- now uses the combination of ctrl shift and 1 together to toggle
   ["windowPosition"] = 
   {
       ["y"] = 342,
       ["x"] = 981,
   }, -- end of ["windowPosition"]
} -- end of config

 

Dont forget to restart DCS after editing this file or you wont see the changes.

 

If you want to remove the overlay entirely and never use it, just delete:

  • DCS-SRS-Overlay.dlg
  • DCS-SRS-OverlayGameGUI.lua

 

In Saved GamesDCSScripts

 

Preset Channel Configuration

 

Preset channels can be created for all FC3 aircraft and all expansion radios for Non FC3.

 

Channel presets are created per Radio - full list of names & frequencies here https://docs.google.com/spreadsheets/d/1tzd996zJ1t0heZ-t1PpL7vNUIZbXl7pI6De0GThN1Qw/edit#gid=1869108790 )

 

Preset files are named after the radio (no special characters needed & case is ignored) and are text files with a single frequency on each line.

 

For example, to create a fixed channel list for the first UHF radio in the F15C:

 

Create a file called ANARC-164 UHF1.txt or anarc164 UHF1.txt where you installed SimpleRadio Standalone (where the client exe is), add frequencies and save.

 

The file will be automatically loaded when that radio appears on an aircraft. The frequency list can also be manually reloaded with the reload button. The files are per radio not per aircraft.

 

As always, thanks for the support and let me know if there are any issues!

 

Dedicated support now available on Discord: https://discord.gg/baw7g3t

 

DOWNLOAD THE LATEST RELEASE: https://github.com/ciribob/DCS-SimpleRadioStandalone/releases/latest

 

Video Demo & Installation


Edited by Ciribob
  • Like 1

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Hi i wonder if i can ask for some advice,

 

I have the new version working perfectly except for the VR Overlay

 

This one : https://forums.eagle.ru/showpost.php?p=3099476&postcount=1406

 

Can i ask has anyone got this working in 2.2

This is definitely working in the latest 1.4.5 version as it was patched to fix this.

 

I'd go to saved games/dcs.openalpha/scripts, backup and then delete the folder

 

I'd also delete the file for SRS in saved games/dcs.openalpha/config/SRSConfig.lua

 

Then run the SRS installer again to sort out scripts folder. Should fix it :)

on blueflag with 1.4.5, people can hear me, and i can hear myself talk but I can't hear them talk...

 

1. How do i make it so i cant hear myself talk

2. Why can't i hear others?

 

thanks :)

Sounds like you've mixed up the paasthrough device (right drop down) and output device (left drop-down)

 

Set the right drop-down to no paasthrough / nothing and use the left one to pick the right output device.

 

Always test with preview audio to check it's all working

 

Sent from my ONEPLUS A3003 using Tapatalk


Edited by Ciribob

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

This is definitely working in the latest 1.4.5 version as it was patched to fix this.

 

 

Sent from my ONEPLUS A3003 using Tapatalk

 

Thank you, after a quick reinstall its working 100%.

 

Thank you



 

Water cooled i9-9900K | Maximus Code XI MB | RTX3090  | 64GB | HP Reverb G2 
Link to comment
Share on other sites

Hi,

 

yes, thanks for the tip!

I unchecked that box and now I can assign a button. However only the first USB device is accepted by SRS... it doesn't accept a keypress from the throttle...

But this all worked perfectly in the older versions...

:(

Link to comment
Share on other sites

Hi,

 

yes, thanks for the tip!

I unchecked that box and now I can assign a button. However only the first USB device is accepted by SRS... it doesn't accept a keypress from the throttle...

But this all worked perfectly in the older versions...

:(

What is your throttle?

 

If you post your client logs.txt I'll show you how you can whitelist the device so it works :)

 

Sent from my ONEPLUS A3003 using Tapatalk

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Hi!

 

Both the stick and the throttle are old Thrustmaster f22 and TQS, but modified with arduino and mmjoy to be usable.

 

I've attached my user log.

 

Thanks!

 

Here are a copy of your logs:

 


Attempt to Load Whitelist from C:\Program Files\DCS-SimpleRadio-Standalone\whitelist.txt 
File doesnt exist: C:\Program Files\DCS-SimpleRadio-Standalone\whitelist.txt 
Attempt to Load Blacklist from C:\Program Files\DCS-SimpleRadio-Standalone\blacklist.txt 
File doesnt exist: C:\Program Files\DCS-SimpleRadio-Standalone\blacklist.txt 
Starting Device Search. Expand Search: False 
Found Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse Usage: Undefined Type: Mouse 
Adding Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse 
Found Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard Usage: Undefined Type: Keyboard 
Adding Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard 
Found Device ID:19971997-0000-0000-0000-504944564944 F-22 Pro Usage: VendorDefinedBegin Type: Device 
Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: Generic Type: Supplemental 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Consumer Type: Device 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Generic Type: Device 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device 
Found Device ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals Usage: Generic Type: Joystick 
Adding ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals 
Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: -64 Type: Device 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: -68 Type: Device 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device 
Found Device ID:13691038-0000-0000-0000-504944564944 SteelSeries Sensei [RAW] Usage: Consumer Type: Device 
Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: VendorDefinedBegin Type: Device 
Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device 
Found Device ID:19971997-0000-0000-0000-504944564944 F-22 PRO Usage: Generic Type: Joystick 
Adding ID:19971997-0000-0000-0000-504944564944 F-22 PRO 
Found Device ID:508106a3-0000-0000-0000-504944564944 Programmable Hotkeys Usage: Consumer Type: Device 
Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: Consumer Type: Device 

 

Any device that is "added" can be used by SRS for input

 

As you can see (and the fact its not working) you can see that SRS didnt add

 

Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: VendorDefinedBegin Type: Device 

 

Easy fix though.

 

Create a file called whitelist.txt

 

C:\Program Files\DCS-SimpleRadio-Standalone\whitelist.txt 

 

Add the ID of your device to whitelist.txt

 

19981998-0000-0000-0000-504944564944

 

Save the file - restart SRS and it should work.

 

Following the same steps you can add any other devices it ignores (as its not sure what to do with a generic "device" )

 

Hope that helps!

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Hi Ciribob,

 

I really appreciate your effort, but it still doesn't work. :(

 

I tried adding one or both devices but if I do that neither responds. I also tried this with enabling and disabling "allow multiple devices" with restarts of SRS after each change.

Note that the log says "device added" for the TQS but it doesn't work.

 

The only configuration working for me is if I disable multiple devices, remove whitelist and then only the F22 stick can be used for PTT.

 

What am I missing?

 

Here is a log of my config when multiple devices are disabled and a whitelist contains only the id for the TQS:

 

2017-12-23 15:45:23.9050 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Starting Device Search. Expand Search: False

2017-12-23 15:45:23.9050 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse Usage: Undefined Type: Mouse

2017-12-23 15:45:23.9110 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse

2017-12-23 15:45:23.9110 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard Usage: Undefined Type: Keyboard

2017-12-23 15:45:23.9110 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19971997-0000-0000-0000-504944564944 F-22 Pro Usage: VendorDefinedBegin Type: Device

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: Generic Type: Supplemental

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19981998-0000-0000-0000-504944564944 F-16 TQS

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Consumer Type: Device

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Generic Type: Device

2017-12-23 15:45:23.9290 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:45:23.9491 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals Usage: Generic Type: Joystick

2017-12-23 15:45:23.9491 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals

2017-12-23 15:45:23.9491 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: -64 Type: Device

2017-12-23 15:45:23.9491 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: -68 Type: Device

2017-12-23 15:45:23.9591 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:45:23.9591 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 SteelSeries Sensei [RAW] Usage: Consumer Type: Device

2017-12-23 15:45:23.9591 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: VendorDefinedBegin Type: Device

2017-12-23 15:45:23.9591 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19981998-0000-0000-0000-504944564944 F-16 TQS

2017-12-23 15:45:23.9731 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:45:23.9731 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19971997-0000-0000-0000-504944564944 F-22 PRO Usage: Generic Type: Joystick

2017-12-23 15:45:23.9731 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19971997-0000-0000-0000-504944564944 F-22 PRO

2017-12-23 15:45:23.9731 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:508106a3-0000-0000-0000-504944564944 Programmable Hotkeys Usage: Consumer Type: Device

2017-12-23 15:45:23.9731 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: Consumer Type: Device

2017-12-23 15:45:23.9913 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Input - Saved ID fc5754b5-362d-463b-a72f-a5bf64c86eba

2017-12-23 15:45:24.0063 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Input - Microphone (HD Webcam C270) abcc6283-c263-463b-a72f-a5bf64c86eba - Name GUIDfc5754b5-362d-463b-a72f-a5bf64c86eba - CHN:2

2017-12-23 15:45:24.0063 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Saved ID {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce}

2017-12-23 15:45:24.0414 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{87dc5ed8-f11a-4c09-9cc7-fc7a02db16af} CHN:2 Rate:48000

2017-12-23 15:45:24.0650 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{8b212616-fdbe-4fe1-a3e4-19619aeca4e9} CHN:2 Rate:48000

2017-12-23 15:45:24.0850 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce} CHN:2 Rate:48000

2017-12-23 15:45:24.0850 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Saved ID

2017-12-23 15:45:24.1131 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{87dc5ed8-f11a-4c09-9cc7-fc7a02db16af} CHN:2 Rate:48000

2017-12-23 15:45:24.1351 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{8b212616-fdbe-4fe1-a3e4-19619aeca4e9} CHN:2 Rate:48000

2017-12-23 15:45:24.1562 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce} CHN:2 Rate:48000

2017-12-23 15:45:25.4931 | Ciribob.DCS.SimpleRadio.Standalone.Common.UpdaterChecker+<CheckForUpdate>d__2 | Running Latest Version: 1.4.5.0

 

The TQS is added 2 times? If I try to assign a button in config, set and clear become greyed out (I guess as if there are no available devices to map).

 

Here is what happens in the same configuration, with additional devices enabled:

 

2017-12-23 15:48:39.0178 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Started DCS-SimpleRadio Client 1.4.5.0

2017-12-23 15:48:39.1131 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Attempt to Load Whitelist from C:\Program Files\DCS-SimpleRadio-Standalone\whitelist.txt

2017-12-23 15:48:39.1131 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added 19981998-0000-0000-0000-504944564944

2017-12-23 15:48:39.1131 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Attempt to Load Blacklist from C:\Program Files\DCS-SimpleRadio-Standalone\blacklist.txt

2017-12-23 15:48:39.1131 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | File doesnt exist: C:\Program Files\DCS-SimpleRadio-Standalone\blacklist.txt

2017-12-23 15:48:39.1431 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Starting Device Search. Expand Search: True

2017-12-23 15:48:39.1431 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse Usage: Undefined Type: Mouse

2017-12-23 15:48:39.1431 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding Device ID:6f1d2b60-d5a0-11cf-bfc7-444553540000 Mouse

2017-12-23 15:48:39.1602 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard Usage: Undefined Type: Keyboard

2017-12-23 15:48:39.1602 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding Device ID:6f1d2b61-d5a0-11cf-bfc7-444553540000 Keyboard

2017-12-23 15:48:39.1602 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19971997-0000-0000-0000-504944564944 F-22 Pro Usage: VendorDefinedBegin Type: Device

2017-12-23 15:48:39.1742 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:19971997-0000-0000-0000-504944564944 F-22 Pro

2017-12-23 15:48:39.1742 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:19971997-0000-0000-0000-504944564944 F-22 Pro

2017-12-23 15:48:39.1742 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: Generic Type: Supplemental

2017-12-23 15:48:39.1742 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19981998-0000-0000-0000-504944564944 F-16 TQS

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Consumer Type: Device

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: Generic Type: Device

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.1913 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals Usage: Generic Type: Joystick

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:076306a3-0000-0000-0000-504944564944 Saitek Pro Flight Rudder Pedals

2017-12-23 15:48:39.2104 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: -64 Type: Device

2017-12-23 15:48:39.2304 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse

2017-12-23 15:48:39.2304 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse

2017-12-23 15:48:39.2304 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: -68 Type: Device

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2404 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 SteelSeries Sensei [RAW] Usage: Consumer Type: Device

2017-12-23 15:48:39.2616 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:13691038-0000-0000-0000-504944564944 SteelSeries Sensei [RAW]

2017-12-23 15:48:39.2616 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:13691038-0000-0000-0000-504944564944 SteelSeries Sensei [RAW]

2017-12-23 15:48:39.2697 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19981998-0000-0000-0000-504944564944 F-16 TQS Usage: VendorDefinedBegin Type: Device

2017-12-23 15:48:39.2697 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19981998-0000-0000-0000-504944564944 F-16 TQS

2017-12-23 15:48:39.2697 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:c52b046d-0000-0000-0000-504944564944 USB Receiver Usage: VendorDefinedBegin Type: Device

2017-12-23 15:48:39.2697 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2837 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:c52b046d-0000-0000-0000-504944564944 USB Receiver

2017-12-23 15:48:39.2837 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:19971997-0000-0000-0000-504944564944 F-22 PRO Usage: Generic Type: Joystick

2017-12-23 15:48:39.2837 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding ID:19971997-0000-0000-0000-504944564944 F-22 PRO

2017-12-23 15:48:39.2837 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:508106a3-0000-0000-0000-504944564944 Programmable Hotkeys Usage: Consumer Type: Device

2017-12-23 15:48:39.2837 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:508106a3-0000-0000-0000-504944564944 Programmable Hotkeys

2017-12-23 15:48:39.3012 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:508106a3-0000-0000-0000-504944564944 Programmable Hotkeys

2017-12-23 15:48:39.3012 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Found Device ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse Usage: Consumer Type: Device

2017-12-23 15:48:39.3012 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Adding (Expanded Devices) ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse

2017-12-23 15:48:39.3183 | Ciribob.DCS.SimpleRadio.Standalone.Client.Input.InputDeviceManager | Added (Expanded Device) ID:13691038-0000-0000-0000-504944564944 Sensei Raw Gaming Mouse

2017-12-23 15:48:39.3183 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Input - Saved ID fc5754b5-362d-463b-a72f-a5bf64c86eba

2017-12-23 15:48:39.3424 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Input - Microphone (HD Webcam C270) abcc6283-c263-463b-a72f-a5bf64c86eba - Name GUIDfc5754b5-362d-463b-a72f-a5bf64c86eba - CHN:2

2017-12-23 15:48:39.3474 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Saved ID {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce}

2017-12-23 15:48:39.3805 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{87dc5ed8-f11a-4c09-9cc7-fc7a02db16af} CHN:2 Rate:48000

2017-12-23 15:48:39.4035 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{8b212616-fdbe-4fe1-a3e4-19619aeca4e9} CHN:2 Rate:48000

2017-12-23 15:48:39.4246 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce} CHN:2 Rate:48000

2017-12-23 15:48:39.4246 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Saved ID

2017-12-23 15:48:39.4537 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{87dc5ed8-f11a-4c09-9cc7-fc7a02db16af} CHN:2 Rate:48000

2017-12-23 15:48:39.4767 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{8b212616-fdbe-4fe1-a3e4-19619aeca4e9} CHN:2 Rate:48000

2017-12-23 15:48:39.4978 | Ciribob.DCS.SimpleRadio.Standalone.Client.UI.MainWindow | Mic Audio Output - Realtek High Definition Audio {0.0.0.00000000}.{cac923b5-807e-4d47-8b23-1244af8cccce} CHN:2 Rate:48000

2017-12-23 15:48:40.9156 | Ciribob.DCS.SimpleRadio.Standalone.Common.UpdaterChecker+<CheckForUpdate>d__2 | Running Latest Version: 1.4.5.0

Link to comment
Share on other sites

Hi Ciribob,

 

I really appreciate your effort, but it still doesn't work. :(

 

I tried adding one or both devices but if I do that neither responds. I also tried this with enabling and disabling "allow multiple devices" with restarts of SRS after each change.

Note that the log says "device added" for the TQS but it doesn't work.

 

The only configuration working for me is if I disable multiple devices, remove whitelist and then only the F22 stick can be used for PTT.

 

What am I missing?

 

Here is a log of my config when multiple devices are disabled and a whitelist contains only the id for the TQS:

 

 

 

The TQS is added 2 times? If I try to assign a button in config, set and clear become greyed out (I guess as if there are no available devices to map).

 

Here is what happens in the same configuration, with additional devices enabled:

 

Definitely dont enable allow more input devices - that'll not help - the whitelist way you tried first is the way to go

 

The fact its there twice is odd - can you tried just unplugging that device (from USB) and seeing it it still appears?

 

I've not got any devices that I can diagnose on and away at the moment. Wont be able to look till wednesday at the earliest.

 

If you cant get it to work - add to the blacklist.txt and just use keyboard or other inputs as a temporary measure.

 

Between the 1.3 and 1.4 versions I upgraded the library that handles Input so guess theres a bug in that library somewhere which is why it stopped for you.

 

If there is a misbehaving device, it stops all devices from being bound which is why when you press set, you cant assign a device.

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Hello,

 

I am having a very weird issue with SR: the application runs at very low fps. It is hard to describe, but whenever I launch SR my screen starts blickering, goes black, and then SR window appears. And it runs so slow I see a it takes almost a second to just switch menu (over 4-5 frames).

 

It still works, i can connect to some servers and communicate, its just very tedious to start.

Is anyone experiencing this ? I have a Nvidia graphics card with updated drivers and a gsynch 21:9 z35p monitor.

 

EDIT: Reinstalled drivers and now it works


Edited by coach
Link to comment
Share on other sites

Hello,

 

I am having a very weird issue with SR: the application runs at very low fps. It is hard to describe, but whenever I launch SR my screen starts blickering, goes black, and then SR window appears. And it runs so slow I see a it takes almost a second to just switch menu (over 4-5 frames).

 

It still works, i can connect to some servers and communicate, its just very tedious to start.

Is anyone experiencing this ? I have a Nvidia graphics card with updated drivers and a gsynch 21:9 z35p monitor.

Can you PM me a recording?

 

That sounds very odd... Im Just using the built in .net stuff for the interface, it's a Microsoft technology so no idea why it would do that.

 

Are you running anything like MSI afterburner or any other program that injects an FPS counter or overlay into games? I would guess something like that is trying to inject something and failing as it's not a game.

 

I'd also on the off chance install this : https://www.microsoft.com/en-gb/download/details.aspx?id=8109

 

Reinstalls directx 9 which might help (it's what WPF .net uses under the hood)

 

Sent from my ONEPLUS A3003 using Tapatalk

Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD

CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup

Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script

 

Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :)

DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord

Link to comment
Share on other sites

Arg I finally made the update few months after my last use and it simply doesn't work :/

 

I launch SRS, the app appear in the windows bar but nothing is displayed, nothing happen.

 

My NET framerwork are updated (4.7...) I don't get it, tried to run it as admin etc, nothing

Any idea ?

 

This addon is so much important, it changes the way multiplayer works, I flying on WW2 server and beeing alone is....not the best idea ! Keep the hard work !


Edited by Theskyline35

[sIGPIC][/sIGPIC]

My Youtube Channel

Ryzen 2600 -- GTX980 4Go -- 16Go RAM 3200Mhz -- TM Warthog + Rudder Pedals -- HomeMade trackIR

Link to comment
Share on other sites

  • Recently Browsing   0 members

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