osu
osu copied to clipboard
Upgrade packages
Mainly for new realm version, but some others along the way.
Not 100% on the SignalR change with exceptions (have not tested yet). I'll test later today if no one beats me.
Do we know whether the underlying issue causing https://github.com/ppy/osu/issues/27577 has been fixed by now? The realm-core issue is still open.
Do we know whether the underlying issue causing #27577 has been fixed by now? The realm-core issue is still open.
Good call, we'll need to test for this before merging. Realm team says maybe.
Unsure if the above is related, but on my Pixel 6a (Android 14), the game gets stuck on the splash screen, which seems to be the same issue as https://github.com/ppy/osu/discussions/27738 (the last Realm bump 2024.312.0
). Tried 2024.312.0
and it had the same behavior, so nothing changed since.
The game doesn't crash and logcat doesn't seem to output anything helpful.
Also tried on Android 11 and 8 devices + discussion above had an Xperia 5 II (Android 10-12) and they don't have this problem, so it's maybe an Android 14 thing.
@Joehuu are you able to pull logs from that?
Very concerning. Not much of anything useful in the logs as you say.
Pushed merge conflict resolution & code quality fixes here.
Unsure if the above is related, but on my Pixel 6a (Android 14), the game gets stuck on the splash screen, which seems to be the same issue as #27738 (the last Realm bump
2024.312.0
). Tried2024.312.0
and it had the same behavior, so nothing changed since. (...) Also tried on Android 11 and 8 devices + discussion above had an Xperia 5 II (Android 10-12) and they don't have this problem, so it's maybe an Android 14 thing.
Cannot reproduce, game launches fine here. And I should be on android 14.
Haven't tested at all besides that.
Good call, we'll need to test for this before merging. Realm team says maybe.
Tested and still getting the same error in example 2 of https://github.com/realm/realm-core/issues/7454 using an exFAT external drive on Windows. Seemingly doesn't happen on macOS using the same drive.
Thanks for testing, left a note in the realm issue thread.
Tested again on https://github.com/realm/realm-dotnet/releases/tag/12.1.0 and my two issues (Pixel 6a Android 14 and external exFAT on Windows) still happen.
Yeah, unfortunately there's been no push to fix the issue yet 😢 .
The external exFAT on Windows issue seems to be fixed in https://github.com/realm/realm-dotnet/releases/tag/12.3.0, but Android 14 on my Pixel 6a still has the same issue.
@Joehuu has the android issue been reported to realm's end yet? are you 100% sure it's realm related?
Not that I know of, no. I'm sure it's realm as just changing realm versions triggers the Android 14 on Pixel issue. It started since https://github.com/realm/realm-dotnet/releases/tag/11.6.1.
Just to see if the external exFAT on Windows issue is related, it is not. That started in https://github.com/realm/realm-dotnet/releases/tag/11.7.0 but as I said, it's fixed in the latest release.
We...probably should report it to Realm then?
Found the issue, maybe: https://github.com/realm/realm-core/issues/7950