macfusion2 icon indicating copy to clipboard operation
macfusion2 copied to clipboard

Immediate crash on 10.5.8 / Core2

Open deutrino opened this issue 14 years ago • 15 comments

Installed MacFUSE, upon running Macfusion, it immediately quits unexpectedly:

Process: Macfusion [88342] Path: /Applications/Macfusion.app/Contents/MacOS/Macfusion Identifier: org.mgorbach.macfusion2 Version: ??? (???) Code Type: X86-64 (Native) Parent Process: launchd [149]

Interval Since Last Report: 280 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 0 sec Per-App Crashes Since Last Report: 1

Date/Time: 2010-12-22 14:58:37.385 -0800 OS Version: Mac OS X 10.5.8 (9L31a) Report Version: 6 Anonymous UUID: CBDF864C-F479-4389-BF8B-3B051FC5C996

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0

Dyld Error Message: unknown required load command 0x80000022

System config:

Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB Graphics: kHW_IntelGMA950Item, GMA 950, spdisplays_builtin, spdisplays_integrated_vram Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), 1.4.16.2 Bluetooth: Version 2.1.9f10, 2 service, 0 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Network Service: Ethernet Adaptor (en2), Ethernet, en2 Serial ATA Device: FUJITSU MHY2080BH, 74.53 GB Parallel ATA Device: MATSHITACD-RW CW-8221 USB Device: Built-in iSight, (null) mA USB Device: IR Receiver, (null) mA USB Device: Bluetooth USB Host Controller, (null) mA USB Device: Apple Internal Keyboard / Trackpad, (null) mA

deutrino avatar Dec 22 '10 22:12 deutrino

Second that issue, same specs here (MBP 2.4/C2D @ 10.5.8), same immediate crash..

jdlx avatar Jan 20 '11 23:01 jdlx

same here (imac @ 10.5.8)

rubenartus avatar Feb 07 '11 13:02 rubenartus

Same here on MBP 10.5.8 C2D.

jbrown81 avatar Feb 15 '11 20:02 jbrown81

Same problem, Mac Mini 10.5.8, MacFUSE 2.0.3,2

The attached link suggests that compiling with “-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5” may help: http://preview.tinyurl.com/4url8y9

Update 1: I tried recompiling with Xcode under 10.5 Leopard and ran into issues with protocol declarations that only exist for 10.6 . (reference: http://developer.apple.com/library/mac/#documentation/cocoa/reference/NSToolbarDelegate_Protocol/Reference/Reference.html ) Unfortunately my experience with Mac OS X programming is non-existent and I do not know how to modify these declarations to use 10.5 protocols. :-P

p96 avatar Feb 24 '11 18:02 p96

Same problem. MacBook running 10.5.8

andres333 avatar Mar 09 '11 09:03 andres333

Same problem here. Is there a plan for resolving this? Since all the issues here are with 10.5.8, am I correct in assuming that upgrading to 10.6 would resolve this issue?

charliepark avatar May 31 '11 11:05 charliepark

After a not painless upgrade to 10.6, I can report that MacFusion does run in my environment where it didn’t run on 10.5. It seems that our good programmer, Mr. Gorbarch, omitted that MacFusion requires 10.6 or greater.

p96 avatar May 31 '11 15:05 p96

It turns out that the deployment target in the xcode project settings are set for 10.6 only. If the deployment target is set for a minimum of Mac OS X v.10.5. Macfusion will work again. I've recompiled his project with this setting and it now works on my intel core2 10.5.8 system. I'll email mgorbach with my fix.

pwwong avatar Jul 18 '11 23:07 pwwong

@pwwong: excellent.. thx for resolving this long standing issue!

jdlx avatar Jul 18 '11 23:07 jdlx

If you want to fix it for yourself right now, just find a 10.6 xcode
machine, load his source tarball, and look for the following setting
(in the attached screenshot). Then copy the app bundle and you can use
macfusion again.

-phil

Quoting jdlx
[email protected]:

@pwwong: excellent.. thx for resolving this long standing issue!

Reply to this email directly or view it on GitHub: https://github.com/mgorbach/macfusion2/issues/2#issuecomment-1603505

Phillip W. Wong, PE ([email protected])

pwwong avatar Jul 18 '11 23:07 pwwong

@pwwong: thx.. unfortunately i don't have a 10.6 machine at hand.. ;) so i'll just wait a little longer 'til mgorbach comes up with a fixed version. (btw: screenshot doesn't show here..)

jdlx avatar Jul 19 '11 00:07 jdlx

Same issue for me.

tristan-k avatar Jul 19 '11 06:07 tristan-k

Well, I fixed my issue by recompiling his tarball on my 10.6 xcode
machine with the deployment target set for OS X v10.5.

Works fine now.

-phil

Quoting LaTristesse
[email protected]:

Same issue for me.

Reply to this email directly or view it on GitHub: https://github.com/mgorbach/macfusion2/issues/2#issuecomment-1604863

Phillip W. Wong, PE ([email protected])

pwwong avatar Jul 19 '11 23:07 pwwong

Same problem here. Hope that mgorbach fix the problem as soon as possible, since I haven't any 10.6 machine at hand.

mdriu avatar Aug 05 '11 09:08 mdriu

Well, he hasn't communicated to me since I've emailed him. I've ended
up rebuilding it myself so that I could get some work done. He doesn't
seem to have another email address?

-phil

Quoting mdriu
[email protected]:

Same problem here. Hope that mgorbach fix the problem as soon as
possible, since I haven't any 10.6 machine at hand.

Reply to this email directly or view it on GitHub: https://github.com/mgorbach/macfusion2/issues/2#issuecomment-1734067

Phillip W. Wong, PE ([email protected])

pwwong avatar Aug 05 '11 17:08 pwwong