[Cyberduck-trac] [Cyberduck] #7032: Silent crash after updating to 4.2.2

Cyberduck trac at trac.cyberduck.ch
Sun Jan 6 09:59:53 CET 2013


#7032: Silent crash after updating to 4.2.2
---------------------------+------------------------------
 Reporter:  Alexey         |         Owner:
     Type:  defect         |        Status:  new
 Priority:  normal         |     Milestone:
Component:  core           |       Version:  Nightly Build
 Severity:  normal         |    Resolution:
 Keywords:                 |  Architecture:
 Platform:  Mac OS X 10.8  |
---------------------------+------------------------------

Comment (by Alexey):

 I don't how to get build number without running application but in
 Info.plist I see these lines
 {{{
 <key>CFBundleVersion</key>
         <string>10699</string>
         <key>DTCompiler</key>
         <string></string>
         <key>DTPlatformBuild</key>
         <string>10M2518</string>
         <key>DTPlatformVersion</key>
         <string>PG</string>
         <key>DTSDKBuild</key>
         <string>10M2518</string>
         <key>DTSDKName</key>
         <string>macosx10.6</string>
         <key>DTXcode</key>
         <string>0400</string>
         <key>DTXcodeBuild</key>
         <string>10M2518</string>
 }}}
 And also I found real reason for this problem
 {{{
 [LaunchRunner Error] ch.cyberduck.ui.cocoa.MainApplication.main(String[])
 threw an exception:
 java.lang.Error:

 There is an incompatible JNA native library installed on this system.
 To resolve this issue you may do one of the following:
  - remove or uninstall the offending library
  - set the system property jna.nosys=true
  - set jna.boot.library.path to include the path to the version of the
    jnidispatch library included with the JNA jar file you are using

         at com.sun.jna.Native.<clinit>(Native.java:142)
         at org.rococoa.Foundation.<clinit>(Foundation.java:73)
         at org.rococoa.Rococoa.createClass(Rococoa.java:49)
         at
 org.rococoa.cocoa.foundation.NSObject.<clinit>(NSObject.java:28)
         at
 ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:71)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at apple.launcher.LaunchRunner.run(LaunchRunner.java:116)
         at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
         at
 apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7032#comment:2>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list