iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.26k stars 290 forks source link

Crash on opening on OS X 10.7 #9323

Closed cyberduck closed 8 years ago

cyberduck commented 8 years ago

8882e32 created the issue

Cyberduck wont open on osx 10.7.5. Java 8 update 73. The icon popup but no gui is shown

Console shows:

29/02/16 23:21:09,748 [0x0-0x50050].ch.sudo.cyberduck: log4j:WARN No appenders could be found for logger (ch.cyberduck.core.threading.LoggingUncaughtExceptionHandler).
29/02/16 23:21:09,748 [0x0-0x50050].ch.sudo.cyberduck: log4j:WARN Please initialize the log4j system properly.
29/02/16 23:21:09,748 [0x0-0x50050].ch.sudo.cyberduck: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
cyberduck commented 8 years ago

@dkocher commented

Please update to version 4.8.2 from https://cyberduck.io.

cyberduck commented 8 years ago

@dkocher commented

In 0af5e83f81c0058a87086ee0c84e9b15aa02f396.

cyberduck commented 8 years ago

8882e32 commented

Replying to [comment:1 dkocher]:

Please update to version 4.8.2 from https://cyberduck.io.

Thank you, but I'm already using version 4.8.2.19063 and the problem still exists.

cyberduck commented 8 years ago

@dkocher commented

Can you please attach the crash report.

cyberduck commented 8 years ago

8882e32 commented

When Cyberduck crash it just closes, Apple Crash Reporter don't shows up at all. Can I provide any other log?

cyberduck commented 8 years ago

@dkocher commented

Can you open a Terminal.app window and launch Cyberduck from there with

/Applications/Cyberduck.app/Contents/MacOS/Cyberduck

and provide the output.

cyberduck commented 8 years ago

8882e32 commented

The output is the same that shows in console app (as in the ticket description)

cyberduck commented 8 years ago

@dkocher commented

Replying to [comment:7 Biska]:

The output is the same that shows in console app (as in the ticket description)

What is the output of

echo $?

after Cyberduck exits?

cyberduck commented 8 years ago

8882e32 commented

just:

1
cyberduck commented 8 years ago

@dkocher commented

We have identified the issue and will provide a fix as soon as possible.

cyberduck commented 8 years ago

@dkocher commented

otool -l osx/target/Cyberduck.app/Contents/Frameworks/*.dylib|grep -A 3 "LC_VERSION_MIN_MACOSX"
      cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.7
      sdk 10.11
--
      cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.4
      sdk 10.9
--
      cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.11
      sdk 10.11
cyberduck commented 8 years ago

@dkocher commented

In f26e170df56797905e753fcece6dd13aaec1f19a.

cyberduck commented 8 years ago

@dkocher commented

Please update to the latest snapshot build available.

cyberduck commented 8 years ago

8882e32 commented

Now it's fine, thank you very much!