English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.FS-UAE (https://eab.abime.net/forumdisplay.php?f=122)
-   -   FS-UAE Launcher (https://eab.abime.net/showthread.php?t=64531)

FrodeSolheim 03 June 2012 14:02

FS-UAE Launcher
 
I have created this thread to allow separate discussion and support for the launcher.

EDIT: FS-UAE Launcher is now included with FS-UAE 2.0. The interface is also much more mature than shows in the screenshot in this initial post.

http://fengestad.no/fs-uae/wp-conten...1/Launcher.png

----

Version 1.3.13 of the launcher has just been released -a relatively major update, with the following new features:
  • (Launcher) Remember last used options and settings.
  • (Launcher) Configuration browser with search-as-you type.
  • (Launcher) Display screenshots for selected configuration (if found in specific dirs).
  • (Launcher) Save scanned configurations in a database.
  • (Launcher) Scan dialog shows identified kickstarts.
  • (Launcher) Some GUI reorganization / updates related to the introduction of the new configurations panel.
  • (Launcher) New hardware dialog where kickstart can be overridden.
  • (Launcher) New input dialog where parallel joystick ports can be configured.
  • (Launcher) Correctly blank out the rest of the drives when multi-selecting less than 4 floppies.
  • (Launcher) Spec file for building RPMs of the launcher is added.

The interface now looks like this:

http://fengestad.no/wp/wp-content/up...6/launcher.png

Screenshots can now be displayed for the selected configuration in the new configuration browser. Screenshot paths are currently derived from the name of the configuration file. If the configuration file is named Test.fs-uae, the two displayed screenshots
will be found in:

Code:

(My) Documents/FS-UAE/Titles/T/Test.png
or ~/Games/Amiga/Titles/T/Test.png

and (the right one):

Code:

(My) Documents/FS-UAE/Screenshots/T/Test.png
or ~/Games/Amiga/Screenshots/T/Test.png


AmigaOnline 03 June 2012 14:11

Brilliant! :D

FrodeSolheim 03 June 2012 14:17

Not all new launcher features have been tested on all OSes yet, so let me know if you find any problems!

rampartsagain 03 June 2012 14:51

is this a kind of whdloader?

looks awsome

FrodeSolheim 03 June 2012 14:56

Quote:

Originally Posted by rampartsagain (Post 821508)
is this a kind of whdloader?

looks awsome

FS-UAE Launcher is primarily a configuration UI / launcher for FS-UAE, since FS-UAE lacks this itself.

Another reason to create it was to build the foundation for a user interface for the net play functionality, since configuration must be compatible across clients for net play to work, and manual fiddling of configuration is prone to errors (Net play support is not yet added to the launcher)

But I have the following on the TODO-list :)
* Add support for launching zipped-down WHDLoad games with functionality to save changed files to the (new) state dir, and merge old changed files when starting the game.

AmigaOnline 03 June 2012 14:57

Quote:

Originally Posted by FrodeSolheim (Post 821504)
Not all new launcher features have been tested on all OSes yet, so let me know if you find any problems!

The icon can be easily improved I think :)

http://img254.imageshack.us/img254/1226/launcherl.jpg

FrodeSolheim 03 June 2012 15:13

Quote:

Originally Posted by AmigaOnline (Post 821511)
The icon can be easily improved I think :)

http://img254.imageshack.us/img254/1226/launcherl.jpg

I suppose it could :) There will probably be an update later tonight with launcher fixes (based on feedback), and I'll throw in an icon as well. -Also a .desktop launcher for Linux.

ProfDrLuigi 03 June 2012 20:05

If I scan for kickstart it says there are no one. Thats not right. I have all the Roms in the "Kickstarts"-Folder.

http://s1.directupload.net/images/12...p/pz8pxidb.png

FrodeSolheim 03 June 2012 20:15

Quote:

Originally Posted by ProfDrLuigi (Post 821561)
If I scan for kickstart it says there are no one. Thats not right. I have all the Roms in the "Kickstarts"-Folder.

http://s1.directupload.net/images/12...p/pz8pxidb.png

The launcher currently only scans the files with .rom extension. From the screenshots I see you have a couple with .rom extension. The launcher is currently very picky about the kickstarts it recognizes, so it requires a 100% match against a specific checksum.

(Cloanto kickstart ROMs are detected in a bit inflexible way -the launcher has a list of checksums for known Cloanto versions, but it should ideally rather decrypt the ROMs and run the checksum on the decrypted file instead).

On Mac, you can run shasum * in a terminal in the kickstart folder, and if you post the output here or send me the checksums, I can check a bit further.

Foul 03 June 2012 20:20

If you need some details about Amiga Kickstarts --> http://foulcap.free.fr/Amiga

:D

FrodeSolheim 03 June 2012 20:47

Version 1.3.14 (no changes in fs-uae):
  • (Launcher) Add window icon for Windows.
  • (Launcher) Added translation infrastructure.
  • (Launcher) Added translations: fr, nb.
  • (Launcher) Fix an erroneous error message when starting with a custom kickstart ROM.
  • (Launcher) Install README, license and icons when building debs.
  • (Launcher) Install .desktop file for Linux (entry in programs menu).
http://fengestad.no/wp/fs-uae/download-beta

Foul 03 June 2012 20:58

minor correction in fs-uae-launcher fr translation after testing :

Fenêtre -> Fenêtré
Cliquez sur le bouton "scan" pour commencer l'analyse -> Cliquez sur le bouton "Analyse" pour commencer l'analyse ("scan" button don't exist in french mode ;) )
Cliquer sur le bouton "scan" si vous voulez re-analyser -> Cliquer sur le bouton "Analyse" si vous voulez re-analyser

:)

fs-uae and fs-uae icons are in apps/system .. would be better in /games no ?

AmigaOnline 03 June 2012 20:59

Quote:

Originally Posted by FrodeSolheim (Post 821514)
I suppose it could :) There will probably be an update later tonight with launcher fixes (based on feedback), and I'll throw in an icon as well. -Also a .desktop launcher for Linux.

Thx :) Is there a way to start this launcher using a windows batch script?

E.g.:
[RUN.BAT]
"FS-UAE Launcher.exe"

My old scripts don't seem to work anymore with this new version: a log file is generated [FS-UAE Launcher.exe.log]
Traceback (most recent call last):
File "fs-uae-launcher", line 4, in <module>
File "fs_uae_launcher\__init__.pyc", line 16, in main
File "fs_uae_launcher\fsui\wx\application.pyc", line 11, in __init__
File "fs_uae_launcher\FSUAELauncher.pyc", line 28, in on_create
File "fs_uae_launcher\MainWindow.pyc", line 53, in __init__
File "fs_uae_launcher\MainWindow.pyc", line 121, in create_left_side
File "fs_uae_launcher\InputGroup.pyc", line 50, in __init__
File "fs_uae_launcher\InputSelector.pyc", line 39, in __init__
File "fs_uae_launcher\DeviceManager.pyc", line 84, in get_joystick_names
File "fs_uae_launcher\DeviceManager.pyc", line 21, in init
File "fs_uae_launcher\DeviceManager.pyc", line 68, in init_fsuae
File "fs_uae_launcher\FSUAE.pyc", line 32, in start_with_args
File "subprocess.pyc", line 672, in __init__
File "subprocess.pyc", line 787, in _get_handles
File "subprocess.pyc", line 826, in _make_inheritable
WindowsError: [Error 6] Descripteur non valide

Any idea?

lesta_smsc 04 June 2012 01:08

Finally Frode - a launcher for this excellent emulator! :) Can it get any better?... Time will tell! Maybe to have online play built in! :)

FrodeSolheim 04 June 2012 18:24

Quote:

Originally Posted by Foul (Post 821579)
minor correction in fs-uae-launcher fr translation after testing :

Fenêtre -> Fenêtré
Cliquez sur le bouton "scan" pour commencer l'analyse -> Cliquez sur le bouton "Analyse" pour commencer l'analyse ("scan" button don't exist in french mode ;) )
Cliquer sur le bouton "scan" si vous voulez re-analyser -> Cliquer sur le bouton "Analyse" si vous voulez re-analyser
:)

It is most practical for me if you just download the latest po file from http://fengestad.no/fs-uae/files/po/ and make the changes (and anything other you want to change) directly. A possible bug: I think perhaps you have mixed up "less accurate" and "least accurate" in the French translations!

And of course, thank you for translating :)

Quote:

Originally Posted by Foul (Post 821579)
fs-uae and fs-uae icons are in apps/system .. would be better in /games no ?

That is a good question... FS-UAE is also used to emulate non-games... perhaps it would make (some) sense to have "FS-UAE" under System and "FS-UAE launcher" under Games, since the latter (probably) will be used more to start games..

Quote:

Originally Posted by AmigaOnline (Post 821580)
Thx :) Is there a way to start this launcher using a windows batch script?

E.g.:
[RUN.BAT]
"FS-UAE Launcher.exe"

My old scripts don't seem to work anymore with this new version: a log file is generated [FS-UAE Launcher.exe.log]
Traceback (most recent call last):
File "fs-uae-launcher", line 4, in <module>
File "fs_uae_launcher\__init__.pyc", line 16, in main
File "fs_uae_launcher\fsui\wx\application.pyc", line 11, in __init__
File "fs_uae_launcher\FSUAELauncher.pyc", line 28, in on_create
File "fs_uae_launcher\MainWindow.pyc", line 53, in __init__
File "fs_uae_launcher\MainWindow.pyc", line 121, in create_left_side
File "fs_uae_launcher\InputGroup.pyc", line 50, in __init__
File "fs_uae_launcher\InputSelector.pyc", line 39, in __init__
File "fs_uae_launcher\DeviceManager.pyc", line 84, in get_joystick_names
File "fs_uae_launcher\DeviceManager.pyc", line 21, in init
File "fs_uae_launcher\DeviceManager.pyc", line 68, in init_fsuae
File "fs_uae_launcher\FSUAE.pyc", line 32, in start_with_args
File "subprocess.pyc", line 672, in __init__
File "subprocess.pyc", line 787, in _get_handles
File "subprocess.pyc", line 826, in _make_inheritable
WindowsError: [Error 6] Descripteur non valide

Any idea?

I am fairly certain I can fix it or work around it somehow (Probably some console handle that can't be inherited). Why start in from a bat file, though? :p

The initial fix I will do is to catch this exception and let the program continue (joysticks will not be detected by the launcher then).

Quote:

Originally Posted by lesta_smsc (Post 821632)
Finally Frode - a launcher for this excellent emulator! :) Can it get any better?... Time will tell! Maybe to have online play built in! :)

Thank you! Yes, time will tell indeed, but I think it will get much better :) -And support for online play will be very nice.

AmigaOnline 04 June 2012 18:46

Quote:

Originally Posted by FrodeSolheim (Post 821746)
I am fairly certain I can fix it or work around it somehow (Probably some console handle that can't be inherited). Why start in from a bat file, though? :p

The initial fix I will do is to catch this exception and let the program continue (joysticks will not be detected by the launcher then)

Good! :great This batch script is in fact a little front-end with a basic WHDLoad/HDD games support :)
I just want to keep the ability to start your very promising launcher using this menu :p (for all floppy based games for instance)

nexusle 04 June 2012 18:54

Can't get Launcher started on Mac OS X:

Code:

04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: locale is en_US
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: bindtextdomain fs-uae-launcher: /Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/locale
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: path to mo file: None
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: <gettext.NullTranslations instance at 0x3f6c8a0>
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: FSUAELauncherApplication.on_create
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: loading settings from u'/Users/nexusle/Library/Application Support/fs-uae/launcher.settings'
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: settings file does not exist
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: set_kickstart_from_model
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: get_model_config for A500
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: WARNING: no suitable kickstart file found
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: set kickstart_file to  (no change)
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: WARNING: hardware kickstart No suitable kickstart found
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: set_kickstart_from_model
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: get_model_config for A500
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: WARNING: no suitable kickstart file found
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: set kickstart_file to  (no change)
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: WARNING: hardware kickstart No suitable kickstart found
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: FSUAE.start_with_args: ['--list-joysticks']
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: current dir (cwd):  /Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: using fs-uae executable: ../../../FS-UAE.app/Contents/MacOS/fs-uae
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: ['../../../FS-UAE.app/Contents/MacOS/fs-uae', '--list-joysticks']
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: Traceback (most recent call last):
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/__boot__.py", line 309, in <module>
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:    _run('fs-uae-launcher.py')
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/__boot__.py", line 306, in _run
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:    execfile(path, globals(), globals())
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/fs-uae-launcher.py", line 4, in <module>
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:    main()
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/__init__.pyc", line 16, in main
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/fsui/wx/application.pyc", line 11, in __init__
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/FSUAELauncher.pyc", line 34, in on_create
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/MainWindow.pyc", line 56, in __init__
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/MainWindow.pyc", line 124, in create_left_side
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/InputGroup.pyc", line 51, in __init__
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/InputSelector.pyc", line 40, in __init__
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 84, in get_joystick_names
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 21, in init
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 68, in init_fsuae
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/FSUAE.pyc", line 32, in start_with_args
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "subprocess.pyc", line 679, in __init__
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher:  File "subprocess.pyc", line 1228, in _execute_child
04.06.12 18:50:38,009 [0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher: OSError: [Errno 2] No such file or directory
04.06.12 18:50:38,050 FS-UAE Launcher: FS-UAE Launcher Error
04.06.12 18:50:42,305 com.apple.launchd.peruser.501: ([0x0-0x468468].org.pythonmac.unspecified.FS-UAELauncher[8089]) Exited with code: 255
04.06.12 18:50:44,293 FS-UAE Launcher: CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: locale is en_US
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: bindtextdomain fs-uae-launcher: /Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/locale
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: path to mo file: None
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: <gettext.NullTranslations instance at 0x40688a0>
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: FSUAELauncherApplication.on_create
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: loading settings from u'/Users/nexusle/Library/Application Support/fs-uae/launcher.settings'
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: settings file does not exist
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: set_kickstart_from_model
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: get_model_config for A500
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: WARNING: no suitable kickstart file found
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: set kickstart_file to  (no change)
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: WARNING: hardware kickstart No suitable kickstart found
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: set_kickstart_from_model
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: get_model_config for A500
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: WARNING: no suitable kickstart file found
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: set kickstart_file to  (no change)
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: WARNING: hardware kickstart No suitable kickstart found
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: FSUAE.start_with_args: ['--list-joysticks']
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: current dir (cwd):  /Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: using fs-uae executable: ../../../FS-UAE.app/Contents/MacOS/fs-uae
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: ['../../../FS-UAE.app/Contents/MacOS/fs-uae', '--list-joysticks']
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: Traceback (most recent call last):
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/__boot__.py", line 309, in <module>
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:    _run('fs-uae-launcher.py')
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/__boot__.py", line 306, in _run
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:    execfile(path, globals(), globals())
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "/Users/nexusle/Desktop/FS-UAE Launcher.app/Contents/Resources/fs-uae-launcher.py", line 4, in <module>
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:    main()
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/__init__.pyc", line 16, in main
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/fsui/wx/application.pyc", line 11, in __init__
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/FSUAELauncher.pyc", line 34, in on_create
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/MainWindow.pyc", line 56, in __init__
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/MainWindow.pyc", line 124, in create_left_side
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/InputGroup.pyc", line 51, in __init__
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/InputSelector.pyc", line 40, in __init__
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 84, in get_joystick_names
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 21, in init
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/DeviceManager.pyc", line 68, in init_fsuae
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "fs_uae_launcher/FSUAE.pyc", line 32, in start_with_args
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "subprocess.pyc", line 679, in __init__
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher:  File "subprocess.pyc", line 1228, in _execute_child
04.06.12 18:50:44,316 [0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher: OSError: [Errno 2] No such file or directory
04.06.12 18:50:44,354 FS-UAE Launcher: FS-UAE Launcher Error
04.06.12 18:50:45,595 com.apple.launchd.peruser.501: ([0x0-0x469469].org.pythonmac.unspecified.FS-UAELauncher[8096]) Exited with code: 255


FrodeSolheim 04 June 2012 18:57

Quote:

Originally Posted by nexusle (Post 821758)
Can't get Launcher started on Mac OS X:

It is a current requirement that "FS-UAE Launcher.app" and "FS-UAE.app" must be placed alongside each other!

nexusle 04 June 2012 19:00

YES!! Found out this myself :spin

nexusle 04 June 2012 19:34

Hey Frode,

in the Launcher I miss the Amiga Game Consoles (CD32 & CDTV). Is this intension?!


All times are GMT +2. The time now is 04:29.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.06756 seconds with 11 queries