-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Join world hangs on chunk download with github actions build #67
Comments
I can reproduce this too, on both the test server and on a local server. Some extra context:
|
@MoustacheOff has run into this issue on Monterey (#114). Their contextOS: macOS 12.4 |
@MoustacheOff what account type are you logged in with? |
I'm using a Microsoft account. (migrated) |
@stackotter I can test using a new account (created after Microsoft's migration) if needed. |
The issue might possibly be related to using an online account. To test if it's that, try using an offline account instead. A migrated account shouldn't make a difference, my account is migrated and it works. My hunch is that this whole issue is related to me starting to use Swift's new structured concurrency feature (which seems to be a bit buggy in terms of SwiftPM and distribution. |
Nevermind, the Monterey case was a false positive, I miss diagnosed it. Thanks @ninjadev64 for noticing |
Did we have any ideas on what's causing this? I still experience this issue and would like to resolve it so I can see all the new progress, and contribute more as well. |
Not really, no one experiencing it has had Xcode or the skills to debug it. If you can install xcode then I can walk you through looking for causes |
Then that's exactly what I'll do today :∆ |
I've got Xcode now. This is the full log produced from a fresh install of a local debug build.
I left it at "Downloading chunks" for ~5mins, then hit Cancel and CMD+Q. |
Can we rename this issue to something along the lines of "Soft hang while downloading chunks on Big Sur"? The current title is misleading as this behaviour is experienced on local builds as well, and is limited to Big Sur. |
The commit that introduces this bug is dbbb22a. This bug is nearing it's 1 year anniversary, so can we please get it resolved? 😢 |
Describe the bug
see title
To Reproduce
Steps to reproduce the behavior:
Expected behavior
world opens
Extra information (please complete the following information
The text was updated successfully, but these errors were encountered: