FS-UAE 2.0 Beta

A beta version of FS-UAE 2.0 can now be downloaded. A user-friendly configuration GUI (FS-UAE Launcher) is now included with FS-UAE, so you don’t have to edit config files any more 🙂

7 thoughts on “FS-UAE 2.0 Beta

  1. Android, when?? Please..the most cheap gadgets has android inside, so would be great if FS UAE can be ported to the second most popular OS in the world.

    • It would indeed be fun to port FS-UAE to Android, but I currently have many plans for the desktop version -and I don’t have time to focus on both at the same time :-/ Besides, it is quite likely that the “cheap gadgets” would not be able to run the emulation at full speed anyway. High-end Android devices might be able to run the emulation at full speed with lower accuracy.

  2. Hmm, works fine on my other machine with 12.10.

    Jesus Christ the launcher is slick .. donation worthy.

  3. Thank you for all your awesome work on this project. Enjoying Turrican 2 on Linux thanks to you 🙂

    The configuration GUI fails on Ubuntu 12.10 – seemingly Python can not import the wx libraries. Missing dependency in the deb? Not sure what to install from the repositories to fix it.

    FS-UAE Launcher 2.0.0beta35
    System: ('Linux', 'barkholt-F22', '3.5.0-17-generic', '#28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012', 'x86_64', 'x86_64')
    ['/usr/bin/fs-uae-launcher']
    Traceback (most recent call last):
    File "/usr/bin/fs-uae-launcher", line 4, in
    main()
    File "/usr/lib/python2.7/dist-packages/fs_uae_launcher/__init__.py", line 202, in main
    from .Settings import Settings
    File "/usr/lib/python2.7/dist-packages/fs_uae_launcher/Settings.py", line 8, in
    from .Signal import Signal
    File "/usr/lib/python2.7/dist-packages/fs_uae_launcher/Signal.py", line 7, in
    import fs_uae_launcher.fsui as fsui
    File "/usr/lib/python2.7/dist-packages/fs_uae_launcher/fsui/__init__.py", line 15, in
    from .wx.application import Application
    File "/usr/lib/python2.7/dist-packages/fs_uae_launcher/fsui/wx/application.py", line 6, in
    import wx
    ImportError: No module named wx

    • Turrican II is a favorite of mine 🙂

      The deb package containing the “wx” python package is called python-wxgtk2.8, but it looks like it is correctly registered as a dependency in the deb file:
      Depends: python (>= 2.6), fs-uae, python-pygame, python-wxgtk2.8, python-setuptools

      Can you check if this package is installed?
      You should also be able to open a terminal, start python, and import wx like this:
      ~$ python
      Python 2.7.3 (default, Sep 26 2012, 21:51:14)
      [GCC 4.7.2] on linux2
      Type "help", "copyright", "credits" or "license" for more information.
      >>> import wx
      >>> print(wx)
      <module 'wx' from '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.pyc'>

    • I tested with a clean Ubuntu 12.10 install, and install fs-uae-launcher from the Ubuntu PPA. wxPython was correctly pulled in, and the launcher started normally…

Leave a Reply to barkholt Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.