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 portable can't boot in OS X 10.9 Mavericks (https://eab.abime.net/showthread.php?t=73018)

ArtMac 21 March 2014 20:24

FS-UAE Launcher portable can't boot in OS X 10.9 Mavericks
 
Hi.

I've downloaded this (Portable versiĆ³n for OS X):

http://fs-uae.net/fs-uae/stable/2.4...._macosx.tar.gz

Uncompressed it in my pendrive in a folder called FS-UAE

When I try to launch FS UAE Launcher.app it crashes and an error appears like this:

http://s26.postimg.org/um9ot53x5/cid...DB8_E2_E13.jpg


What can be happening?

Thank you!!!

ArtMac 31 March 2014 14:07

no one has a problem using the portable version in os X?


thanks

FrodeSolheim 31 March 2014 23:04

I have not had reports from any others :-/ (well, a good thing really). The stack trace shows it crashes within the Qt library, reason unknown.

The next development version will be built with another Qt version (and with some other behind-the-scenes changes). That in itself might fix the problem for you...

ArtMac 03 April 2014 18:47

hmmmm thank you!!!

I'll try the next dev version to see if it's been fixed for me.

I've tried in 2 or 3 different Macs and that's why I asked about the problema

Thanks

JoeCarter 13 April 2014 20:53

Hi. I'm running 10.9.2 and the portable archive 2.4.0 and the newer 2.4.1 works well with no crashing. I'm also successful with the portable development 2.5.x versions.

FrodeSolheim 14 April 2014 11:25

@ArtMac one theory is that -- if you have Qt installed on your machines -- the bundled QT in FS-UAE Launcher picks up a Qt plugin from the system, which in turns pull inn conflicting Qt libraries.

One way to check this is to run in a terminal:
export DYLD_PRINT_LIBRARIES=1
/Applications/"FS-UAE Launcher.app"/Contents/MacOS/"FS-UAE Launcher"

There might be some interesting output in the terminal... (which you can copy and paste here).

ArtMac 18 April 2014 15:07

Hi Frode,

I've done a little testing in OS X.

I'm talking about the portable version of 2.4.1 for MacOS. I've extracted the portable version inside a folder called FS.

If FS is in the 'Desktop', Launching FS-UAE Launcher.app, Works
If FS is in 'Applications', Launching FS-UAE Launcher.app, Works

BUT if FS is inside a removable device (Pendrive, USB HDD), Launching FS-UAE Launcher.app, gives the error I posted above.


What can be happening?

Thank you!!

ArtMac 18 April 2014 15:12

I paste here all the info about the error:

Code:

Process:        FS-UAE Launcher [4394]
Path:            /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/FS-UAE Launcher
Identifier:      org.pythonmac.unspecified.FS-UAELauncher
Version:        2.4.1 (2.4.1)
Code Type:      X86 (Native)
Parent Process:  launchd [150]
Responsible:    FS-UAE Launcher [4394]
User ID:        501

Date/Time:      2014-04-18 15:09:56.485 +0200
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  EE9D90E3-6E45-DA2D-58E0-2F99E149FA49

Sleep/Wake UUID: 066270E2-CA4A-45A3-B793-FC41828AA3EA

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  libsystem_kernel.dylib                0x93716952 __pthread_kill + 10
1  libsystem_pthread.dylib              0x97ffb167 pthread_kill + 101
2  libsystem_c.dylib                    0x938a629c abort + 155
3  QtCore                                0x040fdf35 qt_message_output(QtMsgType, char const*) + 149
4  QtCore                                0x040fe126 qt_message_output(QtMsgType, char const*) + 646
5  QtCore                                0x040fe269 qFatal(char const*, ...) + 25
6  QtGui                                0x0509f8b4 QApplicationPrivate::initializeWidgetPaletteHash() + 9892
7  QtGui                                0x05118b08 QApplicationPrivate::construct() + 200
8  QtGui                                0x05118fcd QApplication::QApplication(int&, char**, int) + 109
9  QtGui.so                              0x0465b6c7 0x45f2000 + 431815
10  org.python.python                    0x004733ca PyType_GenericAlloc + 7434
11  org.python.python                    0x0040a7e5 PyObject_Call + 85
12  org.python.python                    0x004bb7e4 PyEval_EvalFrameEx + 5588
13  org.python.python                    0x004c2d0c PyEval_EvalCodeEx + 2012
14  org.python.python                    0x0043c50b PyClassMethod_New + 875
15  org.python.python                    0x0040a7e5 PyObject_Call + 85
16  org.python.python                    0x0041ce45 PyInstance_NewRaw + 1125
17  org.python.python                    0x0040a7e5 PyObject_Call + 85
18  org.python.python                    0x004bb7e4 PyEval_EvalFrameEx + 5588
19  org.python.python                    0x004c2d0c PyEval_EvalCodeEx + 2012
20  org.python.python                    0x0043c50b PyClassMethod_New + 875
21  org.python.python                    0x0040a7e5 PyObject_Call + 85
22  org.python.python                    0x0041ce45 PyInstance_NewRaw + 1125
23  org.python.python                    0x0040a7e5 PyObject_Call + 85
24  org.python.python                    0x00478b57 _PyObject_LookupSpecial + 407
25  org.python.python                    0x004733ca PyType_GenericAlloc + 7434
26  org.python.python                    0x0040a7e5 PyObject_Call + 85
27  org.python.python                    0x004bb7e4 PyEval_EvalFrameEx + 5588
28  org.python.python                    0x004c2d0c PyEval_EvalCodeEx + 2012
29  org.python.python                    0x004c20c5 PyEval_EvalFrameEx + 32437
30  org.python.python                    0x004c2d0c PyEval_EvalCodeEx + 2012
31  org.python.python                    0x004c0b05 PyEval_EvalFrameEx + 26869
32  org.python.python                    0x004c2d0c PyEval_EvalCodeEx + 2012
33  org.python.python                    0x004c2e57 PyEval_EvalCode + 87
34  org.python.python                    0x004e723c PyRun_FileExFlags + 172
35  org.python.python                    0x004e7564 PyRun_SimpleFileExFlags + 532
36  org.python.python                    0x004e77f8 PyRun_SimpleFile + 40
37  org.pythonmac.unspecified.FS-UAELauncher        0x000067f1 start + 17777
38  org.pythonmac.unspecified.FS-UAELauncher        0x00006f89 main + 1481
39  org.pythonmac.unspecified.FS-UAELauncher        0x00002382 start + 258
40  org.pythonmac.unspecified.FS-UAELauncher        0x000022a9 start + 41

Thread 1:
0  libsystem_kernel.dylib                0x93717046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97ffbdcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97fffcce start_wqthread + 30

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0  libsystem_kernel.dylib                0x93717992 kevent64 + 10
1  libdispatch.dylib                    0x9801b8ad _dispatch_mgr_invoke + 238
2  libdispatch.dylib                    0x9801b546 _dispatch_mgr_thread + 52

Thread 3:
0  libsystem_kernel.dylib                0x93717046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97ffbdcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97fffcce start_wqthread + 30

Thread 4:
0  libsystem_kernel.dylib                0x93717046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97ffbdcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97fffcce start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x040fdeb4  ecx: 0xbfffc09c  edx: 0x93716952
  edi: 0xa0bf81a8  esi: 0x00000006  ebp: 0xbfffc0b8  esp: 0xbfffc09c
  ss: 0x00000023  efl: 0x00200206  eip: 0x93716952  cs: 0x0000000b
  ds: 0x00000023  es: 0x00000023  fs: 0x00000000  gs: 0x0000000f
  cr2: 0x040fe250
 
Logical CPU:    0
Error Code:      0x00080148
Trap Number:    132


Binary Images:
    0x1000 -    0x7ffe +org.pythonmac.unspecified.FS-UAELauncher (2.4.1 - 2.4.1) <918DB8C4-98B9-0F68-4108-482B7FC08EB5> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/FS-UAE Launcher
  0xcc000 -    0xcfff7 +zlib.so (???) <F72A3460-AAEA-0FB2-CEA6-706E0B056024> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
  0xd2000 -    0xe3ff7 +libz.1.2.8.dylib (1.2.8) <E655BC48-B0AF-42B8-94AD-F7EA95D8BF66> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libz.1.2.8.dylib
  0xe7000 -    0xe9ff7 +time.so (???) <3A99312F-2187-2C58-147D-AB7724E70B30> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
  0xed000 -    0xf1ff7 +_struct.so (???) <F4684070-A355-263E-5313-70C31569B741> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
  0xf7000 -    0xfaff7 +strop.so (???) <8054636A-CC68-2FC5-D4D8-0DE7FBD5A8C8> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
  0x400000 -  0x542fff +org.python.python (2.7.6, [c] 2004-2013 Python Software Foundation. - 2.7.6) <F6BA7CE9-BBB0-3220-5180-5C024AF6FBAE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
  0x64e000 -  0x660ffb +_ctypes.so (???) <0C4111CB-5614-A4BC-6757-8B62E786DF33> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
  0x668000 -  0x698ff7 +_imaging.so (???) <DB9ADD63-DE85-087C-096D-9742DD033160> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_imaging.so
  0x6a1000 -  0x6d2fe7 +libjpeg.9.dylib (10) <4C6A3B4E-A0E4-37C2-B5BD-9DA2D4B0B1DE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libjpeg.9.dylib
  0x6d7000 -  0x6dcff7 +array.so (???) <2F51390A-1A0E-9095-586A-D8EFF10DB303> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
  0x6e1000 -  0x6e4ff7 +operator.so (???) <9EB7374E-8080-F7C0-DC9C-E5F52D9614F7> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
  0x6e8000 -  0x6eaff7 +_hashlib.so (???) <6FC030CA-40CD-2085-A7AB-CFEB723CC69D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
  0x6ed000 -  0x73afff +libssl.1.0.0.dylib (1) <D6E997FB-63D1-E0B8-DFE4-F7EE9E8000C9> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libssl.1.0.0.dylib
  0x74e000 -  0x751ff7 +_collections.so (???) <3D7F4FF6-C05D-97B2-158B-9F1DC5D3D5D3> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
  0x755000 -  0x75aff7 +itertools.so (???) <4183F4E5-23C2-CCA9-E3DC-CF70167164D2> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
  0x75f000 -  0x760ff7 +_heapq.so (???) <FBD8BA86-0E9D-D836-DBEC-07E543EA9E26> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
  0x764000 -  0x765ff7 +grp.so (???) <13EE4B92-742E-3994-DD09-73A528FDCEAB> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
  0x768000 -  0x77bff7 +_io.so (???) <3039D051-2232-37F3-101E-5343FDCF6222> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
  0x788000 -  0x78dff7 +math.so (???) <287654BD-30A9-59B8-9490-E5424C854232> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
  0x790000 -  0x793fe7 +binascii.so (???) <7412A10E-E32F-2A52-912B-21C488A943DD> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
  0x796000 -  0x797ff7 +_random.so (???) <0F8B98EC-6C0D-7008-A8C2-305922D5251F> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
  0x79a000 -  0x79bff7 +cStringIO.so (???) <9FB95E00-218E-F61E-D889-573199CA9DAE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
  0x79e000 -  0x79fff7 +fcntl.so (???) <16387E17-57C9-6D65-6A06-64155E479D0F> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
  0x7e2000 -  0x7eeff7 +datetime.so (???) <8FE1A7E1-102A-C51C-F282-B2547C5CE9EC> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
  0x7f4000 -  0x7f7fe7 +lzhlib.so (???) <DFDD354C-5C1A-AE8E-2C92-C51BC31E4BEE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/lzhlib.so
  0x7fa000 -  0x7fbff7 +_functools.so (???) <69F344C7-A704-1CD1-0988-A111FFD0689D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
 0x1800000 -  0x1935fcf +libcrypto.1.0.0.dylib (1) <79B42C84-F89C-A0B2-BB9D-080A7B8CCC04> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libcrypto.1.0.0.dylib
 0x19e5000 -  0x19e8ff7 +select.so (???) <82379999-FD48-177E-828D-334DB8BAB908> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
 0x1a2d000 -  0x1a36ff7 +_socket.so (???) <881C0EA8-3D8A-57F3-18DF-2375D9518414> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
 0x1a3e000 -  0x1a43ff7 +_ssl.so (???) <60658119-2886-50D5-8979-D2F93E51C50D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
 0x1a88000 -  0x1a89ff7 +_scproxy.so (???) <23850CFF-E440-435B-D8A3-A8AF3856FEEE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
 0x1a8c000 -  0x1a8cff7 +_bisect.so (???) <3E69D11C-6FFD-EDCD-8794-706831256C3E> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
 0x1acf000 -  0x1ad0ff7 +termios.so (???) <3D435F9F-63AD-898C-2806-FADC463465CE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/termios.so
 0x1ad3000 -  0x1addff7 +_sqlite3.so (???) <F9932AA2-D0A7-3A7C-371B-D8DA02F6F407> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_sqlite3.so
 0x1ae5000 -  0x1b7eff7 +libsqlite3.0.dylib (9.6) <4163CA83-6B52-CB9F-B9C5-606E0F43CB11> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libsqlite3.0.dylib
 0x1b86000 -  0x1b8bff7 +_json.so (???) <BC0DAF17-6765-DC6E-9DD9-45641B35D94D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
 0x1bce000 -  0x1bd0ff7 +_locale.so (???) <D6880039-AB1C-3703-C0C1-2602D26717D9> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_locale.so
 0x1bd3000 -  0x1bdbfe7 +libintl.8.dylib (10.2) <A59D0A3B-F51D-3C42-955E-EF002378E46D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libintl.8.dylib
 0x1bdf000 -  0x1cd9fe7 +libiconv.2.dylib (8.1) <422949BF-3740-4C37-9028-E02427CE4CA3> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libiconv.2.dylib
 0x1cf6000 -  0x1cf7ff7 +_inlines.so (???) <6591BC18-816F-AD50-92D1-D5BD233C6B66> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/CoreFoundation/_inlines.so
 0x1cfb000 -  0x1cfcff7 +_inlines.so (???) <B431ADA0-8C71-7F84-E827-5216B4C6A9C1> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/Foundation/_inlines.so
 0x1e40000 -  0x1e97fff +_objc.so (???) <1D55AAC7-3F47-4D6D-204B-A9D68C4575AF> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/objc/_objc.so
 0x1f49000 -  0x1f56ff7 +parser.so (???) <2B036BE9-D8FB-C435-4DBA-CD6D53D4F369> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/parser.so
 0x1f99000 -  0x1fcafe7 +pyexpat.so (???) <3751C9A0-6835-FF0C-2587-D90BB9A57074> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
 0x3704000 -  0x370dff7 +_CoreFoundation.so (???) <86061EFA-2331-D460-B007-46EE6AC93986> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/CoreFoundation/_CoreFoundation.so
 0x3812000 -  0x381dff7 +_Foundation.so (???) <69A9BD73-EB57-90D6-35E6-501EFCABD0DE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/Foundation/_Foundation.so
 0x3a09000 -  0x3a09ff7 +_inlines.so (???) <FC00605B-8B17-24A0-6258-C7A9718D3263> /Volumes/VOLUME/*/FS-UAE


FrodeSolheim 18 April 2014 16:12

Hi, I checked something in the 2.4.1 app based on your comments that it only crashes on external drives:

Code:

ls -l QtGui.framework/
drwxr-xr-x@ ... Contents
lrwxr-xr-x@ ... QtGui -> Versions/4/QtGui
-rw-r--r--@ ... QtGui.prl
lrwxr-xr-x@ ... Resources -> Versions/4/Resources
drwxr-xr-x@ ... Versions

As we can see, the QtGui framework (and some other frameworks) copied into the app by py2app contains symlinks. These will not work on filesystems without support for symlinks - for example FAT* which is common on external drives, and the entries will (probably) be copied instead of symlinked when moving the app to such a drive.

I don't know if this is the issue, but I'll look more into it. In any case, symlinks in the FS-UAE apps is a bad idea.

(PS: the next development version I'm working on is packaged with cx_Freeze instead of py2app, and I've verified that it is symlink-free...)

ArtMac 18 April 2014 16:54

Hi Frode,

Thank you! It might be that!!!

Windows portable version works perfectly on external drives.

FrodeSolheim 18 April 2014 23:49

This will not prove anything about what's wrong with 2.4.1, but...

Can you try my newly published OS X build (see http://eab.abime.net/showpost.php?p=...ostcount=481)? Does that work on external drives too?

ArtMac 19 April 2014 17:25

Hi Frode,

I've tried, and nothing. Also, in this case, Arcade also gives an error.
2.4.1 of Arcade worked correctly on external devices.

This are the error that gives (it's not as long as the one before):

LAUNCHER

Code:

Process:        fs-uae-launcher [4995]
Path:            /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher
Identifier:      no.fengestad.fs-uae-launcher
Version:        2.5.1 (2.5.1)
Code Type:      X86-64 (Native)
Parent Process:  launchd [150]
Responsible:    fs-uae-launcher [4995]
User ID:        501

Date/Time:      2014-04-19 17:23:34.481 +0200
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  EE9D90E3-6E45-DA2D-58E0-2F99E149FA49

Sleep/Wake UUID: 87264CB6-182E-434F-8B37-22B943118E7A

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  Python                                0x0000000102d4e416 PyUnicode_New + 295
1  Python                                0x0000000102dbe6ed _Py_wchar2char + 36
2  Python                                0x0000000102dbe7b5 _Py_wstat + 17
3  Python                                0x0000000102dc07a2 ismodule + 27
4  Python                                0x0000000102dbfa27 calculate_path + 808
5  Python                                0x0000000102dc06ad Py_GetProgramFullPath + 19
6  no.fengestad.fs-uae-launcher          0x0000000102bc6616 main + 278
7  libdyld.dylib                        0x00007fff92f745fd start + 1

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000102f51030  rbx: 0x00007fff5d034d40  rcx: 0x0000000102f51060  rdx: 0x0000000102f51060
  rdi: 0x0000000102cfb180  rsi: 0x00000000000000a9  rbp: 0x00007fff5d032b30  rsp: 0x00007fff5d032ae8
  r8: 0x0000000000000000  r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x000000000000006c  r13: 0x0000000000000000  r14: 0x00007fff5d032ba8  r15: 0x00007fff5d034ef0
  rip: 0x0000000102d4e416  rfl: 0x0000000000010202  cr2: 0x0000000102f51020
 
Logical CPU:    1
Error Code:      0x00000000
Trap Number:    6


Binary Images:
      0x102bc5000 -        0x102bc7ff7 +no.fengestad.fs-uae-launcher (2.5.1 - 2.5.1) <92CD8DA0-E2BD-3A0F-B382-A8ABABBA5B4F> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher
      0x102cfe000 -        0x102e66fff +Python (0) <E250F6B0-3C74-3EA9-B881-7A01C938D79D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/Python
    0x7fff6074f000 -    0x7fff60782817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff887b0000 -    0x7fff887d7ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff88e43000 -    0x7fff88e6cff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff88f95000 -    0x7fff88f9eff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff891a2000 -    0x7fff891b3ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff893fd000 -    0x7fff8944ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8a5a1000 -    0x7fff8a5a8ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8a86e000 -    0x7fff8a870ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8a935000 -    0x7fff8a936ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a98c000 -    0x7fff8a99dff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8acdc000 -    0x7fff8acddffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8b0c3000 -    0x7fff8b270f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8b271000 -    0x7fff8b278ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8b44f000 -    0x7fff8b450ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b45b000 -    0x7fff8b477ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c007000 -    0x7fff8c021fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8c543000 -    0x7fff8c544fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8c83c000 -    0x7fff8c857ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8d456000 -    0x7fff8d485fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8d594000 -    0x7fff8d59efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8dde9000 -    0x7fff8de72ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8e584000 -    0x7fff8e769fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8fbaa000 -    0x7fff8fbb1ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff90154000 -    0x7fff9015cfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff901a9000 -    0x7fff90361ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff9089d000 -    0x7fff908a1ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff90c85000 -    0x7fff90c85ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff912b2000 -    0x7fff912d9ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff91321000 -    0x7fff91322ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9136c000 -    0x7fff91371fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff91372000 -    0x7fff91374ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff929d0000 -    0x7fff929d5ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff92e8e000 -    0x7fff92edcfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff92f71000 -    0x7fff92f74ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff930ef000 -    0x7fff930f5ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff93b1f000 -    0x7fff93b43fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff93b44000 -    0x7fff93b48ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff94edc000 -    0x7fff94f1eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff955a4000 -    0x7fff955abfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff95b2d000 -    0x7fff95b2eff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 12910
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=75.9M resident=15.9M(21%) swapped_out_or_unallocated=60.0M(79%)
Writable regions: Total=19.8M written=152K(1%) resident=240K(1%) swapped_out=0K(0%) unallocated=19.6M(99%)
 
REGION TYPE                      VIRTUAL
===========                      =======
Kernel Alloc Once                    4K
MALLOC                            11.5M
MALLOC (admin)                      16K
STACK GUARD                        56.0M
Stack                              8192K
VM_ALLOCATE                          8K
__DATA                            2684K
__LINKEDIT                        65.8M
__TEXT                            10.1M
__UNICODE                          544K
shared memory                        4K
===========                      =======
TOTAL                            154.6M

Model: MacBookAir3,2, BootROM MBA31.0061.B07, 2 processors, Intel Core 2 Duo, 1.86 GHz, 2 GB, SMC 1.66f61
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1067 MHz, 0x02FE, 0x45424A3130554538454655302D41452D4620
Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1067 MHz, 0x02FE, 0x45424A3130554538454655302D41452D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en0
Serial ATA Device: APPLE SSD TS128C, 121,33 GB
USB Device: FaceTime Camera (Built-in)
USB Device: JumpDrive
USB Device: Internal Memory Card Reader
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus:


FrodeSolheim 19 April 2014 20:19

This is something else indeed. It looks like it crashes very early in the startup phase. It's a bit strange since two other people have confirmed that it works on their machines.

The apps crashes in all circumstances (external or internal drives?). If you run the application from a terminal:
Code:

/Applications/"FS-UAE Launcher.app"/Contents/MacOS/fs-uae-launcher
... presumably it still crashes, is anything interesting printed in the terminal?

ArtMac 20 April 2014 23:57

Hi. I've tried to launch it from the desktop and error [= same error]

Putting it inside Applications folder and Launching it from Terminal, also error. Terminal says:
Code:

/Applications/FSU/"FS-UAE Launcher.app"/Contents/MacOS/fs-uae-launcher
Illegal instruction: 4

Error says:
Code:

Process:        fs-uae-launcher [5296]
Path:            /Applications/FSU/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher
Identifier:      fs-uae-launcher
Version:        2.5.1 (2.5.1)
Code Type:      X86-64 (Native)
Parent Process:  bash [5292]
Responsible:    Terminal [5289]
User ID:        501

Date/Time:      2014-04-20 23:56:39.056 +0200
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  EE9D90E3-6E45-DA2D-58E0-2F99E149FA49

Sleep/Wake UUID: EE616A7D-945B-406D-8C7F-9286E4558390

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  Python                                0x000000010970a416 PyUnicode_New + 295
1  Python                                0x000000010977a6ed _Py_wchar2char + 36
2  Python                                0x000000010977a7b5 _Py_wstat + 17
3  Python                                0x000000010977c7a2 ismodule + 27
4  Python                                0x000000010977ba27 calculate_path + 808
5  Python                                0x000000010977c6ad Py_GetProgramFullPath + 19
6  no.fengestad.fs-uae-launcher          0x0000000109582616 main + 278
7  libdyld.dylib                        0x00007fff92f745fd start + 1

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00000001098fb030  rbx: 0x00007fff56678c70  rcx: 0x00000001098fb060  rdx: 0x00000001098fb060
  rdi: 0x00000001096b7180  rsi: 0x00000000000000a9  rbp: 0x00007fff56676a60  rsp: 0x00007fff56676a18
  r8: 0x0000000000000000  r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000048  r13: 0x0000000000000000  r14: 0x00007fff56676ad8  r15: 0x00007fff56678d90
  rip: 0x000000010970a416  rfl: 0x0000000000010202  cr2: 0x00000001098fb020
 
Logical CPU:    0
Error Code:      0x00000000
Trap Number:    6


Binary Images:
      0x109581000 -        0x109583ff7 +no.fengestad.fs-uae-launcher (2.5.1 - 2.5.1) <92CD8DA0-E2BD-3A0F-B382-A8ABABBA5B4F> /Applications/FSU/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher
      0x1096ba000 -        0x109822fff +Python (0) <E250F6B0-3C74-3EA9-B881-7A01C938D79D> /Applications/FSU/FS-UAE Launcher.app/Contents/MacOS/Python
    0x7fff68036000 -    0x7fff68069817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff887b0000 -    0x7fff887d7ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff88e43000 -    0x7fff88e6cff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff88f95000 -    0x7fff88f9eff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff891a2000 -    0x7fff891b3ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff893fd000 -    0x7fff8944ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8a5a1000 -    0x7fff8a5a8ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8a86e000 -    0x7fff8a870ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8a935000 -    0x7fff8a936ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a98c000 -    0x7fff8a99dff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8acdc000 -    0x7fff8acddffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8b0c3000 -    0x7fff8b270f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8b271000 -    0x7fff8b278ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8b44f000 -    0x7fff8b450ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b45b000 -    0x7fff8b477ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c007000 -    0x7fff8c021fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8c543000 -    0x7fff8c544fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8c83c000 -    0x7fff8c857ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8d456000 -    0x7fff8d485fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8d594000 -    0x7fff8d59efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8dde9000 -    0x7fff8de72ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8e584000 -    0x7fff8e769fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8fbaa000 -    0x7fff8fbb1ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff90154000 -    0x7fff9015cfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff901a9000 -    0x7fff90361ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff9089d000 -    0x7fff908a1ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff90c85000 -    0x7fff90c85ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff912b2000 -    0x7fff912d9ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff91321000 -    0x7fff91322ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9136c000 -    0x7fff91371fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff91372000 -    0x7fff91374ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff929d0000 -    0x7fff929d5ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff92e8e000 -    0x7fff92edcfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff92f71000 -    0x7fff92f74ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff930ef000 -    0x7fff930f5ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff93b1f000 -    0x7fff93b43fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff93b44000 -    0x7fff93b48ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff94edc000 -    0x7fff94f1eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff955a4000 -    0x7fff955abfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff95b2d000 -    0x7fff95b2eff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 13790
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=75.9M resident=14.4M(19%) swapped_out_or_unallocated=61.5M(81%)
Writable regions: Total=26.7M written=228K(1%) resident=308K(1%) swapped_out=0K(0%) unallocated=26.4M(99%)
 
REGION TYPE                      VIRTUAL
===========                      =======
Kernel Alloc Once                    4K
MALLOC                            18.4M
MALLOC (admin)                      16K
STACK GUARD                        56.0M
Stack                              8192K
VM_ALLOCATE                          8K
__DATA                            2684K
__LINKEDIT                        65.8M
__TEXT                            10.1M
__UNICODE                          544K
shared memory                        4K
===========                      =======
TOTAL                            161.5M

Model: MacBookAir3,2, BootROM MBA31.0061.B07, 2 processors, Intel Core 2 Duo, 1.86 GHz, 2 GB, SMC 1.66f61
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1067 MHz, 0x02FE, 0x45424A3130554538454655302D41452D4620
Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1067 MHz, 0x02FE, 0x45424A3130554538454655302D41452D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en0
Serial ATA Device: APPLE SSD TS128C, 121,33 GB
USB Device: FaceTime Camera (Built-in)
USB Device: STORE N GO
USB Device: Internal Memory Card Reader
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus:


FrodeSolheim 21 April 2014 11:43

I guess the most likely problem is that your CPU is "too old" for this build. Intel Core 2 Duo, 1.86 GHz isn't exactly recent, and it is possible the Python build (which comes from Homebrew) uses optimizations/instructions which are only present on newer CPUs. I don't know for certain that this is the problem, but at least it is consistent with the error messages.

I'll see about making updated 32-bit 10.6+ dev builds later.

ArtMac 21 April 2014 21:26

I've tried in a Retina MacBook Pro 2013 OS X 10.9.2 2,5Ghz Core i5

It doesn't launch, but no error is given. It is like it tries to launch and to launch and to launch, etc but without crashing suddenly.

I've looked into logs to see if there's something useful there and this is what it says inside the log.


Code:

fs-uae-launcher
2.5.1dev2
devel
enabling except hook
enable tread exception handler
uname_result(system='Darwin', node='MacBook-Pro-de-Arturo.local', release='13.1.0', version='Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64', machine='x86_64', processor='i386')
['/Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher']
FS-UAE Launcher 2.5.1dev2
looking up resource res/16/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/16/fs-uae-launcher.png
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/../Resources/share/fs-uae-launcher
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/16/fs-uae-launcher.png
looking up resource res/22/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/22/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/22/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/22/fs-uae-launcher.png")
looking up resource res/24/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/24/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/24/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/24/fs-uae-launcher.png")
looking up resource res/32/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/32/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/32/fs-uae-launcher.png
looking up resource res/64/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/64/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/64/fs-uae-launcher.png
looking up resource res/128/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/128/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/128/fs-uae-launcher.png
looking up resource res/256/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/256/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher/fs_uae_launcher/res/256/fs-uae-launcher.png
FSUAELauncherApplication.start
loading last config from '/Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/Data/Settings.ini'
settings file does not exist
loading settings from '/Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/Data/Settings.ini'
settings file does not exist
locale is None
mac locale es_ES
path to mo file: None
translations object: <gettext.NullTranslations object at 0x10d1df9e8>
config_startup_scan /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/Configurations

... database.find_local_configurations
opening database /Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/Data/Database.sqlite
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", line 369, in find_cookie
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/linecache.py", line 126, in updatecache
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", line 432, in open
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", line 410, in detect_encoding
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", line 374, in find_cookie
SyntaxError: invalid or missing encoding declaration for '/Volumes/AMIGA/fs-uae-suite_2.5.1dev2+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher'

Original exception was:
Traceback (most recent call last):
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/BaseDatabase.py", line 107, in updated_database_if_needed
sqlite3.OperationalError: no such table: metadata

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/Cellar/python3/3.4.0/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/cx_Freeze-4.3.2-py3.4-macosx-10.8-x86_64.egg/cx_Freeze/initscripts/Console3.py", line 27, in <module>
  File "fs-uae-launcher", line 73, in <module>
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fs_uae_launcher/FSUAELauncher.py", line 102, in start
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fs_uae_launcher/FSUAELauncher.py", line 301, in config_startup_scan
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/Database.py", line 137, in find_local_configurations
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/BaseDatabase.py", line 75, in internal_cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/BaseDatabase.py", line 80, in cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/BaseDatabase.py", line 65, in init
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.1dev2/fsgs/BaseDatabase.py", line 111, in updated_database_if_needed
sqlite3.OperationalError: attempt to write a readonly database


ArtMac 21 April 2014 22:43

Hi. While I'm double checking the Dev version in the rMBP, I'm copying here the error given by 2.4.1 launched from an external drive in the Retina MBP 2013 because maybe there is something different that could be useful to you

Code:

Process:        FS-UAE Launcher [8484]
Path:            /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/FS-UAE Launcher
Identifier:      org.pythonmac.unspecified.FS-UAELauncher
Version:        2.4.1 (2.4.1)
Code Type:      X86 (Native)
Parent Process:  launchd [147]
Responsible:    FS-UAE Launcher [8484]
User ID:        501

Date/Time:      2014-04-21 22:37:40.701 +0200
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  720538A1-48E4-D1A9-6230-DB7D241FC577

Sleep/Wake UUID: 5DA63C66-F7C8-47A6-BC23-F15156D61608

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  libsystem_kernel.dylib                0x99019952 __pthread_kill + 10
1  libsystem_pthread.dylib              0x97283167 pthread_kill + 101
2  libsystem_c.dylib                    0x9b0f829c abort + 155
3  QtCore                                0x053f3f35 qt_message_output(QtMsgType, char const*) + 149
4  QtCore                                0x053f4126 qt_message_output(QtMsgType, char const*) + 646
5  QtCore                                0x053f4269 qFatal(char const*, ...) + 25
6  QtGui                                0x063958b4 QApplicationPrivate::initializeWidgetPaletteHash() + 9892
7  QtGui                                0x0640eb08 QApplicationPrivate::construct() + 200
8  QtGui                                0x0640efcd QApplication::QApplication(int&, char**, int) + 109
9  QtGui.so                              0x059516c7 0x58e8000 + 431815
10  org.python.python                    0x028733ca PyType_GenericAlloc + 7434
11  org.python.python                    0x0280a7e5 PyObject_Call + 85
12  org.python.python                    0x028bb7e4 PyEval_EvalFrameEx + 5588
13  org.python.python                    0x028c2d0c PyEval_EvalCodeEx + 2012
14  org.python.python                    0x0283c50b PyClassMethod_New + 875
15  org.python.python                    0x0280a7e5 PyObject_Call + 85
16  org.python.python                    0x0281ce45 PyInstance_NewRaw + 1125
17  org.python.python                    0x0280a7e5 PyObject_Call + 85
18  org.python.python                    0x028bb7e4 PyEval_EvalFrameEx + 5588
19  org.python.python                    0x028c2d0c PyEval_EvalCodeEx + 2012
20  org.python.python                    0x0283c50b PyClassMethod_New + 875
21  org.python.python                    0x0280a7e5 PyObject_Call + 85
22  org.python.python                    0x0281ce45 PyInstance_NewRaw + 1125
23  org.python.python                    0x0280a7e5 PyObject_Call + 85
24  org.python.python                    0x02878b57 _PyObject_LookupSpecial + 407
25  org.python.python                    0x028733ca PyType_GenericAlloc + 7434
26  org.python.python                    0x0280a7e5 PyObject_Call + 85
27  org.python.python                    0x028bb7e4 PyEval_EvalFrameEx + 5588
28  org.python.python                    0x028c2d0c PyEval_EvalCodeEx + 2012
29  org.python.python                    0x028c20c5 PyEval_EvalFrameEx + 32437
30  org.python.python                    0x028c2d0c PyEval_EvalCodeEx + 2012
31  org.python.python                    0x028c0b05 PyEval_EvalFrameEx + 26869
32  org.python.python                    0x028c2d0c PyEval_EvalCodeEx + 2012
33  org.python.python                    0x028c2e57 PyEval_EvalCode + 87
34  org.python.python                    0x028e723c PyRun_FileExFlags + 172
35  org.python.python                    0x028e7564 PyRun_SimpleFileExFlags + 532
36  org.python.python                    0x028e77f8 PyRun_SimpleFile + 40
37  org.pythonmac.unspecified.FS-UAELauncher        0x000067f1 start + 17777
38  org.pythonmac.unspecified.FS-UAELauncher        0x00006f89 main + 1481
39  org.pythonmac.unspecified.FS-UAELauncher        0x00002382 start + 258
40  org.pythonmac.unspecified.FS-UAELauncher        0x000022a9 start + 41

Thread 1:
0  libsystem_kernel.dylib                0x9901a046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97283dcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97287cce start_wqthread + 30

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0  libsystem_kernel.dylib                0x9901a992 kevent64 + 10
1  libdispatch.dylib                    0x9acee8ad _dispatch_mgr_invoke + 238
2  libdispatch.dylib                    0x9acee546 _dispatch_mgr_thread + 52

Thread 3:
0  libsystem_kernel.dylib                0x9901a046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97283dcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97287cce start_wqthread + 30

Thread 4:
0  libsystem_kernel.dylib                0x9901a046 __workq_kernreturn + 10
1  libsystem_pthread.dylib              0x97283dcf _pthread_wqthread + 372
2  libsystem_pthread.dylib              0x97287cce start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x053f3eb4  ecx: 0xbfffc05c  edx: 0x99019952
  edi: 0xa15211a8  esi: 0x00000006  ebp: 0xbfffc078  esp: 0xbfffc05c
  ss: 0x00000023  efl: 0x00200206  eip: 0x99019952  cs: 0x0000000b
  ds: 0x00000023  es: 0x00000023  fs: 0x00000000  gs: 0x0000000f
  cr2: 0x053f4250
 
Logical CPU:    0
Error Code:      0x00080148
Trap Number:    132


Binary Images:
    0x1000 -    0x7ffe +org.pythonmac.unspecified.FS-UAELauncher (2.4.1 - 2.4.1) <918DB8C4-98B9-0F68-4108-482B7FC08EB5> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/MacOS/FS-UAE Launcher
  0xcc000 -    0xcfff7 +zlib.so (???) <F72A3460-AAEA-0FB2-CEA6-706E0B056024> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
  0xd2000 -    0xe3ff7 +libz.1.2.8.dylib (1.2.8) <E655BC48-B0AF-42B8-94AD-F7EA95D8BF66> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libz.1.2.8.dylib
  0xe7000 -    0xe9ff7 +time.so (???) <3A99312F-2187-2C58-147D-AB7724E70B30> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
  0xed000 -    0xf1ff7 +_struct.so (???) <F4684070-A355-263E-5313-70C31569B741> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
  0xf7000 -    0xfaff7 +strop.so (???) <8054636A-CC68-2FC5-D4D8-0DE7FBD5A8C8> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
 0x2800000 -  0x2942fff +org.python.python (2.7.6, [c] 2004-2013 Python Software Foundation. - 2.7.6) <F6BA7CE9-BBB0-3220-5180-5C024AF6FBAE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
 0x2a4e000 -  0x2a60ffb +_ctypes.so (???) <0C4111CB-5614-A4BC-6757-8B62E786DF33> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
 0x2a68000 -  0x2a98ff7 +_imaging.so (???) <DB9ADD63-DE85-087C-096D-9742DD033160> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_imaging.so
 0x2aa1000 -  0x2ad2fe7 +libjpeg.9.dylib (10) <4C6A3B4E-A0E4-37C2-B5BD-9DA2D4B0B1DE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libjpeg.9.dylib
 0x2ad7000 -  0x2adcff7 +array.so (???) <2F51390A-1A0E-9095-586A-D8EFF10DB303> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
 0x2ae1000 -  0x2ae4ff7 +operator.so (???) <9EB7374E-8080-F7C0-DC9C-E5F52D9614F7> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
 0x2ae8000 -  0x2aeaff7 +_hashlib.so (???) <6FC030CA-40CD-2085-A7AB-CFEB723CC69D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
 0x2aed000 -  0x2b3afff +libssl.1.0.0.dylib (1) <D6E997FB-63D1-E0B8-DFE4-F7EE9E8000C9> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libssl.1.0.0.dylib
 0x2b4e000 -  0x2c83fcf +libcrypto.1.0.0.dylib (1) <79B42C84-F89C-A0B2-BB9D-080A7B8CCC04> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libcrypto.1.0.0.dylib
 0x2cd3000 -  0x2cd6ff7 +_collections.so (???) <3D7F4FF6-C05D-97B2-158B-9F1DC5D3D5D3> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
 0x2cda000 -  0x2cdfff7 +itertools.so (???) <4183F4E5-23C2-CCA9-E3DC-CF70167164D2> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
 0x2ce4000 -  0x2ce5ff7 +_heapq.so (???) <FBD8BA86-0E9D-D836-DBEC-07E543EA9E26> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
 0x2ce9000 -  0x2ceaff7 +grp.so (???) <13EE4B92-742E-3994-DD09-73A528FDCEAB> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
 0x2ced000 -  0x2d00ff7 +_io.so (???) <3039D051-2232-37F3-101E-5343FDCF6222> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
 0x2d0d000 -  0x2d12ff7 +math.so (???) <287654BD-30A9-59B8-9490-E5424C854232> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
 0x2d15000 -  0x2d18fe7 +binascii.so (???) <7412A10E-E32F-2A52-912B-21C488A943DD> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
 0x2d1b000 -  0x2d1cff7 +_random.so (???) <0F8B98EC-6C0D-7008-A8C2-305922D5251F> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
 0x2d1f000 -  0x2d20ff7 +cStringIO.so (???) <9FB95E00-218E-F61E-D889-573199CA9DAE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
 0x2d23000 -  0x2d24ff7 +fcntl.so (???) <16387E17-57C9-6D65-6A06-64155E479D0F> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
 0x2dc7000 -  0x2dd3ff7 +datetime.so (???) <8FE1A7E1-102A-C51C-F282-B2547C5CE9EC> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
 0x2dd9000 -  0x2ddcfe7 +lzhlib.so (???) <DFDD354C-5C1A-AE8E-2C92-C51BC31E4BEE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/lzhlib.so
 0x2e1f000 -  0x2e22ff7 +select.so (???) <82379999-FD48-177E-828D-334DB8BAB908> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
 0x2e27000 -  0x2e30ff7 +_socket.so (???) <881C0EA8-3D8A-57F3-18DF-2375D9518414> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
 0x2e38000 -  0x2e39ff7 +_functools.so (???) <69F344C7-A704-1CD1-0988-A111FFD0689D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
 0x2e3c000 -  0x2e41ff7 +_ssl.so (???) <60658119-2886-50D5-8979-D2F93E51C50D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
 0x2e86000 -  0x2e87ff7 +_scproxy.so (???) <23850CFF-E440-435B-D8A3-A8AF3856FEEE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
 0x2e8a000 -  0x2e8aff7 +_bisect.so (???) <3E69D11C-6FFD-EDCD-8794-706831256C3E> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
 0x2ecd000 -  0x2eceff7 +termios.so (???) <3D435F9F-63AD-898C-2806-FADC463465CE> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/termios.so
 0x2ed1000 -  0x2edbff7 +_sqlite3.so (???) <F9932AA2-D0A7-3A7C-371B-D8DA02F6F407> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_sqlite3.so
 0x2ee3000 -  0x2f7cff7 +libsqlite3.0.dylib (9.6) <4163CA83-6B52-CB9F-B9C5-606E0F43CB11> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Frameworks/libsqlite3.0.dylib
 0x2f84000 -  0x2f89ff7 +_json.so (???) <BC0DAF17-6765-DC6E-9DD9-45641B35D94D> /Volumes/VOLUME/*/FS-UAE Launcher.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
 0x2fcc000 -  0x2fceff7 +_locale.so (???) <D6880039-AB1C-3703-C0C1-2602D26717D9> /Volumes/VOLUME/*/FS-UAE


FrodeSolheim 14 June 2014 10:52

"Good news, everyone!"

After much fiddling, I've managed to build a 32-bit version with the 10.9 SDK but which also runs on OS X 10.6.

Please test http://fs-uae.net/devel/2.5.5dev3/ and check if that version resolves your problems :)

ArtMac 23 June 2014 11:26

Hi Frode,

Thank you very much!! I'm going to try it and I tell you

ArtMac 23 June 2014 11:38

Hi.

downloaded to a pendrive. unzipped there.

Tried to launch it it my 10.9.3 MacBook Air with Intel Core 2 Duo, it doesn't launch and the log says:


Code:

fs-uae-launcher
2.5.5dev3
devel
enabling except hook
enable tread exception handler
uname_result(system='Darwin', node='MacBook-Air-de-Javier-Gil.local', release='13.2.0', version='Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64', machine='x86_64', processor='i386')
['/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher']
FS-UAE Launcher 2.5.5dev3
looking up resource res/16/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/16/fs-uae-launcher.png
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/../Resources/share/fs-uae-launcher
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/16/fs-uae-launcher.png
looking up resource res/22/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/22/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/22/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/22/fs-uae-launcher.png")
looking up resource res/24/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/24/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/24/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/24/fs-uae-launcher.png")
looking up resource res/32/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/32/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/32/fs-uae-launcher.png
looking up resource res/64/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/64/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/64/fs-uae-launcher.png
looking up resource res/128/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/128/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/128/fs-uae-launcher.png
looking up resource res/256/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/256/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/256/fs-uae-launcher.png
FSUAELauncherApplication.start
loading last config from '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Settings.ini'
settings file does not exist
loading settings from '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Settings.ini'
settings file does not exist
locale is None
mac locale es_ES
path to mo file: None
translations object: <gettext.NullTranslations object at 0x8d825e0>
config_startup_scan /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Configurations

... database.find_local_configurations
opening database /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Database.sqlite
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 375, in find_cookie
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/linecache.py", line 126, in updatecache
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 438, in open
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 416, in detect_encoding
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 380, in find_cookie
SyntaxError: invalid or missing encoding declaration for '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher'

Original exception was:
Traceback (most recent call last):
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 107, in updated_database_if_needed
sqlite3.OperationalError: no such table: metadata

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/site-packages/cx_Freeze-4.3.3-py3.3-macosx-10.8-i386.egg/cx_Freeze/initscripts/Console.py", line 27, in <module>
  File "fs-uae-launcher", line 118, in <module>
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fs_uae_launcher/FSUAELauncher.py", line 103, in start
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fs_uae_launcher/FSUAELauncher.py", line 303, in config_startup_scan
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/Database.py", line 137, in find_local_configurations
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 75, in internal_cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 80, in cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 65, in init
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 111, in updated_database_if_needed
sqlite3.OperationalError: attempt to write a readonly database

this is from the second time I tried to launch it. This time, right clic + open
Code:

fs-uae-launcher
2.5.5dev3
devel
enabling except hook
enable tread exception handler
uname_result(system='Darwin', node='MacBook-Air-de-Javier-Gil.local', release='13.2.0', version='Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64', machine='x86_64', processor='i386')
['/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher']
FS-UAE Launcher 2.5.5dev3
looking up resource res/16/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/16/fs-uae-launcher.png
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/share/fs-uae-launcher
* checking for data dir /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/../Resources/share/fs-uae-launcher
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/16/fs-uae-launcher.png
looking up resource res/22/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/22/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/22/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/22/fs-uae-launcher.png")
looking up resource res/24/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/24/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/24/fs-uae-launcher.png
resource_filename("fs_uae_launcher", "res/24/fs-uae-launcher.png")
looking up resource res/32/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/32/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/32/fs-uae-launcher.png
looking up resource res/64/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/64/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/64/fs-uae-launcher.png
looking up resource res/128/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/128/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/128/fs-uae-launcher.png
looking up resource res/256/fs-uae-launcher.png
- package: fs_uae_launcher
resource_name res/256/fs-uae-launcher.png
- checking /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs_uae_launcher/res/256/fs-uae-launcher.png
FSUAELauncherApplication.start
loading last config from '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Settings.ini'
settings file does not exist
loading settings from '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Settings.ini'
settings file does not exist
locale is None
mac locale es_ES
path to mo file: None
translations object: <gettext.NullTranslations object at 0x632b170>
config_startup_scan /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Configurations

... database.find_local_configurations
opening database /Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/Data/Database.sqlite
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 375, in find_cookie
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/linecache.py", line 126, in updatecache
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 438, in open
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 416, in detect_encoding
  File "/usr/local/i686-apple-darwin10/lib/python3.3/tokenize.py", line 380, in find_cookie
SyntaxError: invalid or missing encoding declaration for '/Volumes/AMIGA/fs-uae-suite_2.5.5dev3+portable_macosx/FS-UAE Launcher.app/Contents/MacOS/fs-uae-launcher'

Original exception was:
Traceback (most recent call last):
  File "/usr/local/i686-apple-darwin10/lib/python3.3/site-packages/cx_Freeze-4.3.3-py3.3-macosx-10.8-i386.egg/cx_Freeze/initscripts/Console.py", line 27, in <module>
  File "fs-uae-launcher", line 118, in <module>
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fs_uae_launcher/FSUAELauncher.py", line 103, in start
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fs_uae_launcher/FSUAELauncher.py", line 303, in config_startup_scan
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/Database.py", line 137, in find_local_configurations
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 75, in internal_cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 80, in cursor
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 65, in init
  File "/Users/frode/git/fs-uae/fs-uae-launcher/fs-uae-launcher-2.5.5dev3/fsgs/BaseDatabase.py", line 108, in updated_database_if_needed
TypeError: 'NoneType' object is not subscriptable



All times are GMT +2. The time now is 13:54.

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

Page generated in 0.06753 seconds with 11 queries