When trying to start FS-UAE Launcher from terminal, I get this error:
fs-uae-launcher Traceback (most recent call last): File "/usr/bin/fs-uae-launcher", line 85, in <module> main() File "/usr/bin/fs-uae-launcher", line 81, in main import launcher.apps File "/usr/share/fs-uae-launcher/launcher/apps/__init__.py", line 4, in <module> import fstd.typing File "/usr/share/fs-uae-launcher/fstd/typing.py", line 1250, in <module> class Callable(extra=collections_abc.Callable, metaclass = CallableMeta): File "/usr/share/fs-uae-launcher/fstd/typing.py", line 961, in __new__ self._abc_registry = extra._abc_registry AttributeError: type object 'Callable' has no attribute '_abc_registry'
And, when trying to start FS-UAE Arcade similarly, I get this error:
fs-uae-arcade Traceback (most recent call last): File "/usr/bin/fs-uae-arcade", line 12, in <module> import fstd.typing ModuleNotFoundError: No module named 'fstd'
FS-UAE itself starts normally.
As of writing, Stable Version 3.0.5 and Development Version 2.9.12dev of the emulator have been released.