michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Macfusion crashes on Leopard #260

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start MacFusion

What is the expected output? What do you see instead?
Expected output: started Macfusion
Instead: nothing (see logs below)

What version of the product are you using? On what operating system?
- OSX Leopard retail (clean install)
- MacFUSE Core 10.5-1.1.1
- MacFusion 1.2 Beta 3
- sshfs 1.0.0

Please provide any additional information below.
Mounting a share using sshfs works but MacFusion won't start. 
Below is a piece of the /var/log/syslog and attached is the crashreport.

/var/log/syslog:
Nov  8 12:22:28 macbook-pro-15-van-carlos-groen login[557]: USER_PROCESS: 557 
ttys005
Nov  8 12:23:00 macbook-pro-15-van-carlos-groen MacFusion[568]: *** 
-[NSCFDictionary 
addObject:]: unrecognized selector sent to instance 0x1383e0
Nov  8 12:23:00 macbook-pro-15-van-carlos-groen MacFusion[568]: An uncaught 
exception 
was raised
Nov  8 12:23:00 macbook-pro-15-van-carlos-groen MacFusion[568]: *** 
-[NSCFDictionary 
addObject:]: unrecognized selector sent to instance 0x1383e0
Nov  8 12:23:00 macbook-pro-15-van-carlos-groen MacFusion[568]: *** Terminating 
app due 
to uncaught exception 'NSInvalidArgumentException', reason: '*** 
-[NSCFDictionary addObject:]: 
unrecognized selector sent to instance 0x1383e0'
Nov  8 12:23:00 macbook-pro-15-van-carlos-groen MacFusion[568]: Stack: (\n    
2507756139,\n    2446336155,\n    2507785322,\n    2507778668,\n    
2507778866,\n    
40422,\n    39588,\n    38684,\n    2460016334,\n    2459887993,\n    
2459885722,\n    
2459846556,\n    2459844861,\n    2459843904,\n    2459843710,\n    
2459842862\n)
Nov  8 12:23:02 macbook-pro-15-van-carlos-groen ReportCrash[569]: Formulating 
crash 
report for process MacFusion[568]
Nov  8 12:23:02 macbook-pro-15-van-carlos-groen ReportCrash[569]: Saved 
crashreport to 
/Users/carlos/Library/Logs/CrashReporter/MacFusion_2007-11-08-122300_macbook-pro
-
15-van-carlos-groen.crash using uid: 502 gid: 20, euid: 502 egid: 20
Nov  8 12:23:02 macbook-pro-15-van-carlos-groen com.apple.launchd[79] ([0x0-
0x29029].org.mgorbach.MacFusion[568]): Exited abnormally: Trace/BPT trap

Original issue reported on code.google.com by clsgr...@gmail.com on 8 Nov 2007 at 11:40

Attachments:

GoogleCodeExporter commented 8 years ago
> nothing

If you close all windows (allow a clear view of your desktop) before you try to 
launch MacFusion, do you see 
the following dialogue?

> Your version of MacFuse: 1.1.0 has not 
> been validated with this version of 
> MacFusion. This may cause problems in 
> the operation of MacFusion. 
> [OK]

(It is sometimes obscured by other windows.)

Original comment by grahampe...@gmail.com on 9 Nov 2007 at 7:47

Attachments:

GoogleCodeExporter commented 8 years ago
Please enter the following command in Terminal: 

defaults read org.mgorbach.macfusion

and let us know the result.

Thanks

Original comment by grahampe...@gmail.com on 9 Nov 2007 at 7:48

GoogleCodeExporter commented 8 years ago
I had the same experience setting up a new Leopard machine from a clean 
install, but I used .mac to sync my 
system preferences.  I deleted my macfusion defaults and after that I was able 
to launch macfusion without a 
problem.

Command to delete macfusion defaults:
defaults delete org.mgorbach.macfusion

Of course this will delete any settings you had on your previous machine.

Original comment by joew...@gmail.com on 4 Feb 2008 at 9:38