Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent crash after updating to 4.2.2 #7032

Closed
cyberduck opened this issue Jan 3, 2013 · 4 comments
Closed

Silent crash after updating to 4.2.2 #7032

cyberduck opened this issue Jan 3, 2013 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

Alexey created the issue

Today I've updated my installation to 4.2.2 and not able to start it. Then I click on the icon it just silently crash without any messages or records inside system.log

I'm on MacOS 10.8.2 with retina display.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Is this with build cc67541?

@cyberduck
Copy link
Collaborator Author

Alexey commented

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)

@cyberduck
Copy link
Collaborator Author

Alexey commented

Replying to [comment:1 dkocher]:

Is this with build cc67541?

10741 is working fine. It was a problem with latest Beta version. Thank you.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #7027. I will post a new beta build. Thanks for your report.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant