Jump to content

Recommended Posts

Posted

Yes, it helps.

Make sure that you really have the HOTAS Warthog throttle attached to your system.

It seems, that your Windows cannot connect find the HOTAS Warthog throttle with Direct Input. As soon as it tries to connect a button to a radio function, an access violation is triggered. Check your configuration with ARD.exe and look for unusual button numbers. You should even redefine the device and button allocation with ARD. Since ARD uses the same interface software as Aries Radio does, the same error should appear in ARD if the error source is in the configuration. I parallel, send your \DCS World\AriesWings\ AriesAirborneRadio.ini file to support@ariescon.com.

[sIGPIC][/sIGPIC]

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

i dont have the hotas warthog , i have the Saitek x65 , ill re assign the key functions again and see if they save and try again

Posted

Towsim - apologies if this has already been asked, I've searched in the forums and not found anything (although that doesn't mean it's not there :))

 

When I install Aries (which is great BTW - thankyou!), Tacview stops recording files. If I then uninstall it, the problem remains. I've had a look at the export.lua and can't see what the issue is. The only way I've been able to resolve the issue is by reinstalling DCS World.

 

I'm sure there's an easy answer to this, but I'm too stupid to spot it! Any ideas?

Posted

This error is most likely caused by the 'dofile' entries sequence in export.lua. Make sure, that the line

 

dofile("./AriesWings/AriesRadio.luac")

 

is the first before the TacView entries. It should then look like this:

 

dofile("./AriesWings/AriesRadio.luac")

local Tacviewlfs=require('lfs');

dofile(Tacviewlfs.writedir()..'Scripts/TacviewExportDCS.lua')

 

If the problem could not be solved with this modification, please send me a note.

[sIGPIC][/sIGPIC]

Posted

What I forgot to mention:

In the TeamSpeak 'Plugins' menu, there is an item 'Aries Radio/Export.lua entry on/off'. This can be used to disconnect Aries Radio from DCS completely. It deletes (comments out) the 'dofile' entry in export.lua. Once disconnected, DCS acts like Aries Radio not installed.

[sIGPIC][/sIGPIC]

Posted

Downloaded... getting an installer crash when when i close it after it says its finished. No plugin appears in ts3 plugins folder so obviously its not really finishing the install.

 

Will redownload and try again!

Posted (edited)
Downloaded... getting an installer crash when when i close it after it says its finished. No plugin appears in ts3 plugins folder so obviously its not really finishing the install.

 

Will redownload and try again!

 

Did you receive an error message in the log file?

 

I think that this error occurs when the Setup.exe file is installed without administrator rights.

 

1. Uninstall the program via the "Windows Control Panel".

2. Install the Setup.exe with administrator rights. (Check the correct installation path!)

 

Please let us know if the problem could be solved as described.

Edited by Schleudi
Posted

I can confirm what Schleudi said. In addition, could it be that you started DCSABRDO.EXE instead of Setup.exe? In any case, if the problem remains, please send the log file from the installer to setup@ariescon.com

[sIGPIC][/sIGPIC]

Posted

Will try again tomorrow.

 

Reinstalled without the crash but now the radio box pops up but isnt responding. Ptt and selecting box 1 2 3 etc wont work with keys I've set. Can hear otherd in ts3 but they cant hear me.

Posted

@Random

It seems, that your configuration is not correct. To find the reason, please send the following file to: support@ariescon.com.

DCS World\AriesWings\AriesAirborneRadio.ini

I will have a look to it. In addition, please state the type of devices (joystick, throttle...) you use for DCS and have attached to your computer.

[sIGPIC][/sIGPIC]

Posted
@Random

It seems, that your configuration is not correct. To find the reason, please send the following file to: support@ariescon.com.

DCS World\AriesWings\AriesAirborneRadio.ini

I will have a look to it. In addition, please state the type of devices (joystick, throttle...) you use for DCS and have attached to your computer.

 

will do over the weekend!

Posted

We just made some first tests with the F86. It caused some troubles with radio boxes an box selection. I will publish a Bug Fix Release on next week with the F86 fully integrated...

[sIGPIC][/sIGPIC]

Posted
We just made some first tests with the F86. It caused some troubles with radio boxes an box selection. I will publish a Bug Fix Release on next week with the F86 fully integrated...

You guys are doing an amazing job :thumbup:.

Posted
What I forgot to mention:

In the TeamSpeak 'Plugins' menu, there is an item 'Aries Radio/Export.lua entry on/off'. This can be used to disconnect Aries Radio from DCS completely. It deletes (comments out) the 'dofile' entry in export.lua. Once disconnected, DCS acts like Aries Radio not installed.

 

Hi Towsim, I am sorry if this has already been answered, but I can't find the solution. I have the option "Aries Radio" in my plugins, but when I deselect it I still get the Aries box pop up and DCS crashes when I try and enter an aircraft. How do I disable Aries. I have tried restarting TS/computer etc.

 

Thanks

[url=http://www.aef-hq.com.au/aef4/forumdisplay.php?262-Digital-Combat-Simulator][SIGPIC]http://img856.imageshack.us/img856/2500/a10161sqnsignitureedite.png[/SIGPIC][/url]
Posted (edited)

There are two possibilities:

if the TS3 plugin is still active, from the menu line in TS3 open Plugins\Aries Radio\Export.lua entry on/off. You will see a dialog, which offers to connect or disconnect Aries Radio. If disconnect is selected, the export.lua entry 'dofile("./AriesWings/AriesRadio.luac")' is commented out. This works like uninstalling Aries Radio.

 

The second possibility is to do the procedure manually. Go to C:\Users\[your username]\Saved Games\DCS\Scripts and open the file export.lua with a text editor. At the end of the file you find an entry

dofile("./AriesWings/AriesRadio.luac").

Simlpy put two minus signs in front so that it looks like

--dofile("./AriesWings/AriesRadio.luac").

If you want Aries being permanently disabled, you may delete the entire line with the dofile entry. Keep in mind, if you use the open beta version, the path would be C:\Users\[your username]\Saved Games\DCS.openbeta\Scripts .

Both actions disable Aries Radio completely. If you experience the crash after it, you have another problem.

Edited by towsim

[sIGPIC][/sIGPIC]

Posted

Thanks a lot mate!

[url=http://www.aef-hq.com.au/aef4/forumdisplay.php?262-Digital-Combat-Simulator][SIGPIC]http://img856.imageshack.us/img856/2500/a10161sqnsignitureedite.png[/SIGPIC][/url]
Posted

Dear Aries Radio users,

the radio test today could not be finalized successfully. I found a serious bug between my earphones. Therefore I have to shift the bug fix release to Aug 5th, because the next final test session will be on Aug 4th with the team. Nevertheless, I have prepared a preliminary description, how Aries Radio handles the ARC-27 of the F86F. The document is attached and will be integrated in the documentation with the next release.

sorry...

F86Channels.pdf

[sIGPIC][/sIGPIC]

Posted

Dear Aries user,

this night, we made the prerelease test for the airborne radio. The good news are, that all the functions work like expected and the F-86F is fully integrated. A lot of other bugs are solved and the software is stable enough to be released. Nevertheless, I have to assemble the installer package which will take another 3 days. As soon as the package is available, I will post it here.

Thank you for your patience

[sIGPIC][/sIGPIC]

Posted

Maybe the Ka-50 startup workaround will be no longer necessary? :)

 

"Sad" that I'll be on holiday since 7th to 25th August :D

ChromiumDis.png

Author of DSMC, mod to enable scenario persistency and save updated miz file

Stable version & site: https://dsmcfordcs.wordpress.com/

Openbeta: https://github.com/Chromium18/DSMC

 

The thing is, helicopters are different from planes. An airplane by it's nature wants to fly, and if not interfered with too strongly by unusual events or by a deliberately incompetent pilot, it will fly. A helicopter does not want to fly. It is maintained in the air by a variety of forces in opposition to each other, and if there is any disturbance in this delicate balance the helicopter stops flying; immediately and disastrously.

Posted

@WoAyumi

This message comes up in the very early phase of the installation. The path entry in the dialog is tested, whether the path really exists. It is no black magic. The string is taken from the edit field and then it tries to check the existence of directory with it. The defaults you see, when the dialog opens, is taken from the registry. The user can do a visual check to ensure , that the path is correct. If not, he can enter a path manually or with the help of a search button to the right. The only explanations for the bug you experience area simple typo in the path string or you left the default path untouched but TeamSpeak resides at another location.

[sIGPIC][/sIGPIC]

Posted

Or he has limited access rights to even see / browse the path?

He installs with elevated rights?

Shagrat

 

- Flying Sims since 1984 -:pilotfly:

Win 10 | i5 10600K@4.1GHz | 64GB | GeForce RTX 3090 - Asus VG34VQL1B  | TrackIR5 | Simshaker & Jetseat | VPForce Rhino Base & VIRPIL T50 CM2 Stick on 200mm curved extension | VIRPIL T50 CM2 Throttle | VPC Rotor TCS Plus/Apache64 Grip | MFG Crosswind Rudder Pedals | WW Top Gun MIP | a hand made AHCP | 2x Elgato StreamDeck (Buttons galore)

Posted

Aries Radio 1.940 released

 

Dear Aries User,

Version 1.940 is available for download at:

http://www.ariescon.com/AriesWingsRadio1.940.zip

Start setup.exe from the installation package and follow the instructions in the dialog. Your configuration settings are saved automatically. The new version works with DCS version 1.2.10 and TeamSpeak version 3.0.16. Connecting Aries Radio 1.940 to Player with older versions should not be a problem. Nevertheless, the radio com quality information is not fully supported by older versions.

After unzipping the installation package, please read the QuickInstallationGuide.pdf carefully.

New features and solved bugs:

· F-86F is fully integrated. When you change the channel in the radio box, you will hear a tone. The tone remains until the frequency is ready. The reason comes from a F-86F build-in delay while changing the channel. If you start talking too early, the entire transmission will be send on the old frequency.

· Disconnecting the export.lua from the TS3 plugins menu now disconnects the open beta (if installed) in parallel.

· The strength of the background noise can now be controlled online from the Quality dialog.

· The Game Master is now indicated correctly in the Quality dialog.

· The KA50 frequency filter bug is solved. All vehicles now use the same function for the radio initialization.

· The KA50 frequencies and box select can now be controlled via keyboard.

· The mission end test crash is solved. The crash came up on computers, where the cleanup of the keyboard handler took more than 20 ms.

 

Known Bugs:

If any frequency is incremented or decremented in the Aries Radio Panel, it can happen, that the result is the highest or lowest value of the given frequency band. The bug will be fixed with the next release.

 

Manual Installation

For those, who need to do a manual installation, download

http://www.ariescon.com/AriesRadioManualInstallation1940.zip

If you experience troubles with version 1.940, please report it to support@ariescon.com.

Next:

Integration of FW 190 D-9 (after a short period of vacation)

At this point I have to say 'Thank You' to my fellow pilots of the 10th Gunfighters Wing, for standing endless, boring test sessions and guiding me back on track during the development.

 

 

 

[sIGPIC][/sIGPIC]

  • Recently Browsing   0 members

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