开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Quisk SDR cannot be launched ...


 

Hello to everyone,
I want to run the latest version of Quisk SDR, in Windows 10 Pro 64b.
Initially, after installation I was able to run Quisk v4.2.41 but now he did not want to launch at all.
Next I uninstalled Quisk and then reinstalled it but I encountered the same problem.
Now when I want to launch Quisk from Windows PowerShell "using python -m quisk" command, I get the following errors:
?
Successfully installed quisk-4.2.41
PS C:\Users\YO9WHI> pythonw -m quisk
PS C:\Users\YO9WHI> python -m quisk
wx._core.wxAssertionError: C++ assertion ""minValue < maxValue"" failed at ..\..\src\msw\slider.cpp(94) in wxSlider::Create(): Slider minimum must be strictly less than the maximum.
The above exception was the direct cause of the following exception:
SystemError: <class 'wx._core.WindowDestroyEvent'> returned a result with an exception set
Traceback (most recent call last):
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk.py", line 3939, in OnInit
? ? self.config_screen = ConfigScreen(frame, width, self.fft_size)
? ? ? ? ? ? ? ? ? ? ? ? ?~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk.py", line 1288, in __init__
? ? self.config = configure.ConfigConfig(notebook, width)
? ? ? ? ? ? ? ? ? ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\configure.py", line 2438, in __init__
? ? c2, btn = self.AddTextSliderHelp(1, "Digital Tx level %d%% ?", level, 0, level, self.OnDigitalTxLevel, help_text, span=2)
? ? ? ? ? ? ? ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\configure.py", line 1969, in AddTextSliderHelp
? ? sld = SliderBoxHH(self, text, value, themin, themax, handler, display, scale)
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk_widgets.py", line 299, in __init__
? ? SliderBoxH.__init__(self, parent, text, init, themin, themax, handler, display, None, None, scale)
? ? ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
? File "C:\Users\YO9WHI\AppData\Local\Programs\Python\Python313\Lib\site-packages\quisk\quisk_widgets.py", line 244, in __init__
? ? self.slider = wx.Slider(parent, -1, init, themin, themax)
? ? ? ? ? ? ? ? ? ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: <class 'wx._core.Slider'> returned NULL without setting an exception
OnInit returned false, exiting...
PS C:\Users\YO9WHI>
Please tell me what I can do to remove this errors and run Quisk SDR?
?
Thank you
73
Eugen YO9VA


 

Delete (or rename) both json files in the Documents folder and try to run Quisk again.


 
Edited

Ok, It's working again!
Many thanks and 73.
?