Opened on Nov 25, 2014 at 9:17:04 PM
Closed on Nov 25, 2014 at 9:22:29 PM
Last modified on Nov 25, 2014 at 9:36:34 PM
#8368 closed defect (fixed)
Spinning Symbol in Transfers Window
Reported by: | dansoper | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 4.6.1 |
Component: | core | Version: | 4.6 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: | Mac OS X 10.10 |
Description (last modified by dkocher)
The transfers window has a permanent loading icon there at all times - even if there is no loading taking place.
For info, here is the Console Log from opening Cyberduck:
25/11/2014 21:15:06.268 Cyberduck[27390]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number. Call location: 25/11/2014 21:15:06.268 Cyberduck[27390]: 0 CarbonCore 0x00007fff87f88dc3 ___Gestalt_SystemVersion_block_invoke + 113 25/11/2014 21:15:06.268 Cyberduck[27390]: 1 libdispatch.dylib 0x00007fff92900c13 _dispatch_client_callout + 8 25/11/2014 21:15:06.269 Cyberduck[27390]: 2 libdispatch.dylib 0x00007fff92900b26 dispatch_once_f + 117 25/11/2014 21:15:06.269 Cyberduck[27390]: 3 CarbonCore 0x00007fff87f314da _Gestalt_SystemVersion + 987 25/11/2014 21:15:06.269 Cyberduck[27390]: 4 CarbonCore 0x00007fff87f310c7 Gestalt + 144 25/11/2014 21:15:06.269 Cyberduck[27390]: 5 librococoa.dylib 0x00000001096783ff UKGetSystemVersionComponents + 33 25/11/2014 21:15:06.269 Cyberduck[27390]: 6 librococoa.dylib 0x0000000109674003 -[UKCrashReporter checkForCrash] + 135 25/11/2014 21:15:06.599 Cyberduck[27390]: [main] ERROR ch.cyberduck.core.aquaticprime.LicenseFactory - Failure finding receipt Access denied 25/11/2014 21:15:08.000 kernel[0]: Sandbox: storeuid(400) deny mach-lookup com.apple.dock.server 25/11/2014 21:15:11.083 Cyberduck[27390]: [main] ERROR ch.cyberduck.core.aquaticprime.LicenseFactory - Failure finding receipt Access denied 25/11/2014 21:15:16.628 Cyberduck[27390]: [background-4] FATAL ch.cyberduck.ui.AbstractController - Unhandled exception running background task null java.lang.NullPointerException at ch.cyberduck.core.transfer.normalizer.DownloadRootPathsNormalizer.normalize(DownloadRootPathsNormalizer.java:53) at ch.cyberduck.core.transfer.DownloadTransfer.<init>(DownloadTransfer.java:81) at ch.cyberduck.core.serializer.TransferDictionary.deserialize(TransferDictionary.java:122) at ch.cyberduck.core.serializer.impl.TransferPlistReader.deserialize(TransferPlistReader.java:32) at ch.cyberduck.core.serializer.impl.TransferPlistReader.deserialize(TransferPlistReader.java:28) at ch.cyberduck.core.serializer.impl.PlistReader.readCollection(PlistReader.java:53) at ch.cyberduck.core.TransferCollection.load(TransferCollection.java:199) at ch.cyberduck.ui.cocoa.MainController$14.run(MainController.java:993) at ch.cyberduck.ui.cocoa.MainController$14.run(MainController.java:990) at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:119) at ch.cyberduck.ui.AbstractController$BackgroundCallable.call(AbstractController.java:171) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:58) at java.lang.Thread.run(Thread.java:724)
I have already deleted everything from ~/Library/Application Support/Cyberduck/Transfers
Change History (4)
comment:1 Changed on Nov 25, 2014 at 9:21:46 PM by dkocher
- Description modified (diff)
- Milestone set to 4.6.1
- Owner set to dkocher
- Status changed from new to assigned
comment:2 Changed on Nov 25, 2014 at 9:22:29 PM by dkocher
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 follow-up: ↓ 4 Changed on Nov 25, 2014 at 9:28:18 PM by dansoper
Apologies, I thought I had the latest snapshot, but now I have I see it is fixed.
comment:4 in reply to: ↑ 3 Changed on Nov 25, 2014 at 9:36:34 PM by dkocher
Replying to dansoper:
Apologies, I thought I had the latest snapshot, but now I have I see it is fixed.
No problem, you were running the latest but they are pushed frequently.
Note: See
TracTickets for help on using
tickets.
Duplicate for #8360. Please update to the latest snapshot build available.