FreeDV 2.02 - crashes/exits when starting RADE

155 views
Skip to first unread message

Christophe David (ON6ZQ / AC6ZQ)

unread,
Oct 17, 2025, 4:36:19 AMOct 17
to digitalvoice
After uninstalling FreeDV 2.0.1 and installing 2.0.2 on Windows 10, the program exits each time RADE is "started".  The other modes seem to work fine.

Rebooting, uninstalling and reinstalling did not help.

After reinstalling 2.0.1, same problem despite it used to work fine before upgrading to 2.0.2.

Any clues please ?

Bob Sanborn

unread,
Oct 17, 2025, 9:25:16 AMOct 17
to digita...@googlegroups.com
I had same exact issue..........solved by upgrading to win11

--
You received this message because you are subscribed to the Google Groups "digitalvoice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalvoice...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/20effa64-9ce6-43c3-b58e-dd0dc129d6c3n%40googlegroups.com.

Mooneer Salem

unread,
Oct 17, 2025, 2:02:57 PMOct 17
to digita...@googlegroups.com
Hi Christophe,

You may need to rerun the Python install script as Administrator to make sure the stuff needed for RADE is properly installed. This script is in C:\Program Files\FreeDV 2.0.2\bin\rade-setup.bat. Let me know if this doesn't work and we can investigate further.

Thanks,

-Mooneer K6AQ

Walter Holmes

unread,
Oct 17, 2025, 2:27:58 PMOct 17
to digita...@googlegroups.com

Hmm, that should definitely not be happening for sure.

 

We have plenty of people using this on Win10 with no issues.

 

I have seen a similar anomaly when the audio sources were pointing to something other than what it should be.

 

You might try bringing up the software, (do not start the modem yet) Go through the audio selection choices, and reselect them, even if they are correct.

 

See if that has any effect on things, and let us know.

 

Many thanks,

Walter/K5WH

--

Christophe David (ON6ZQ / AC6ZQ)

unread,
Oct 18, 2025, 5:26:53 AMOct 18
to digitalvoice
Thank you for your support.

  1) I ran C:\Program Files\FreeDV 2.0.2\bin\rade-setup.bat as administrator.  No error shown.

  2) I changed the audio selection choices, and reselected.

The issue is still there.

The other modes seem to work just fine, waterfall OK, etc.

I recorded the screen : you can see I switched all modes analog/digital, then finally RADE when the program exits.

See https://on6zq.be/video/fg.php#pid=FreeDV_2_0_2.mp4

As I do this remotely using AnyDesk, I also disconnected the remote session and asked my friend to try "locally".   The issue remained the same.

My own setup works fine, and I could not spot the difference with his so far.

Rick Kunath

unread,
Oct 18, 2025, 9:14:28 AMOct 18
to digita...@googlegroups.com
I thought all of the other modes except for RADEV1 were disabled now
since they won't be used with the better audio of RADE?

Rick Kunath, K9AO

Brian Morrison

unread,
Oct 18, 2025, 5:45:26 PM (14 days ago) Oct 18
to digita...@googlegroups.com
On Sat, 18 Oct 2025 09:14:20 -0400
Rick Kunath <rsku...@gmail.com> wrote:

> I thought all of the other modes except for RADEV1 were disabled now
> since they won't be used with the better audio of RADE?

We still have some of the legacy modes available, they are useful for
demonstration and comparison.

RADEV1 is only available when specifically selected, if one of the
legacy modes is selected you can use any of these in the multi-rx mode
but RADEV1 cannot be available due to the compromises in the current
code structure due to the python libraries in use.

Eventually this will go away but the exact mode support that will be
provided is still under consideration.

--

Brian G8SEZ

Mooneer Salem

unread,
Oct 19, 2025, 12:24:37 PM (13 days ago) Oct 19
to digita...@googlegroups.com
Hi Christophe,

Do you happen to have Python already installed on your system? i.e. for use by an app other than FreeDV? I wonder if that could be interfering with FreeDV somehow.

Thanks,

-Mooneer K6AQ

--
You received this message because you are subscribed to the Google Groups "digitalvoice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalvoice...@googlegroups.com.

Christophe David (ON6ZQ / AC6ZQ)

unread,
Oct 19, 2025, 4:40:12 PM (13 days ago) Oct 19
to digitalvoice
>> Python already installed on your system

I am helping a friend.

I ran FreeDV 2.0.1 and upgraded it to 2.0.2 on my personal system without any issues.

The issues are on a friend's PC, and I help him remotely.  Hence my doubts about side effects of the remote control software, but the symptoms remain the same "locally".

As far as I can see, there is no other Python installation on the PC.

I tried to get info using the "console" mode, but the program exists when starting RADE and closes the console too.

Is there a command I can execute from the FreeDV /bin directory that would launch Python the same way as the FreeDV GUI, in order to try to get some usable error messages displayed ?

Mooneer Salem

unread,
Oct 20, 2025, 3:25:47 AM (12 days ago) Oct 20
to digita...@googlegroups.com
If Python is working properly, I would expect something like the following when run from a Command Prompt window:

C:\Program Files\FreeDV 2.0.2\bin>.\python
Python 3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import radae_rxe
>>>

If you get an error message after entering that import command, please provide what it says so we can investigate further.

-Mooneer K6AQ

Christophe David (ON6ZQ / AC6ZQ)

unread,
Oct 20, 2025, 5:06:58 AM (12 days ago) Oct 20
to digitalvoice
Thank you Mooneer!

Now we have somethnig to work on:

C:\Program Files\FreeDV 2.0.2\bin>python

Python 3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import radae_rxe
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files\FreeDV 2.0.2\bin\radae_rxe.py", line 42, in <module>
    import torch
  File "C:\Program Files\FreeDV 2.0.2\bin\Lib\site-packages\torch\__init__.py", line 281, in <module>
    _load_dll_libraries()
  File "C:\Program Files\FreeDV 2.0.2\bin\Lib\site-packages\torch\__init__.py", line 264, in _load_dll_libraries
    raise err
OSError: [WinError 1114] Une routine d'initialisation d'une bibliothèque de liens dynamiques (DLL) a échoué.
Error loading "C:\Program Files\FreeDV 2.0.2\bin\Lib\site-packages\torch\lib\c10.dll" or one of its dependencies.
>>>

 Christophe

Mooneer Salem

unread,
Oct 20, 2025, 9:52:16 AM (12 days ago) Oct 20
to digita...@googlegroups.com
Hi Christophe,

This sounds like the Visual C++ Redistributable didn't properly get installed. It should have as part of the FreeDV installation process (if not already on the system) but you can manually download and install from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170. Let me know if that fixes RADE for your friend.

Thanks,

-Mooneer K6AQ

Christophe David (ON6ZQ / AC6ZQ)

unread,
Oct 20, 2025, 10:22:04 AM (12 days ago) Oct 20
to digitalvoice
>> Redistributable didn't properly get installed

YESSSS !

That fixed it.
Thanks a lot for your help !

Christophe
Reply all
Reply to author
Forward
0 new messages