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

Spinning Symbol in Transfers Window #8368

Closed
cyberduck opened this issue Nov 25, 2014 · 3 comments
Closed

Spinning Symbol in Transfers Window #8368

cyberduck opened this issue Nov 25, 2014 · 3 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

1d9d6f0 created the issue

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

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #8360. Please update to the latest snapshot build available.

@cyberduck
Copy link
Collaborator Author

1d9d6f0 commented

Apologies, I thought I had the latest snapshot, but now I have I see it is fixed.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 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.

@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

2 participants