osu icon indicating copy to clipboard operation
osu copied to clipboard

Upgrade packages

Open peppy opened this issue 10 months ago • 18 comments

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.

peppy avatar Apr 18 '24 02:04 peppy

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.

smoogipoo avatar Apr 18 '24 08:04 smoogipoo

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.

peppy avatar Apr 18 '24 08:04 peppy

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 avatar Apr 21 '24 07:04 Joehuu

@Joehuu are you able to pull logs from that?

peppy avatar Apr 21 '24 07:04 peppy

Here's the log when I opened the app and waiting a minute:

logcat.txt

Joehuu avatar Apr 21 '24 19:04 Joehuu

Very concerning. Not much of anything useful in the logs as you say.

peppy avatar Apr 22 '24 04:04 peppy

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). Tried 2024.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.

Screenshot_2024-04-22-09-40-15-30_fc704e6b13c4fb26bf5e411f75da84f2

Haven't tested at all besides that.

bdach avatar Apr 22 '24 07:04 bdach

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.

Joehuu avatar Apr 22 '24 17:04 Joehuu

Thanks for testing, left a note in the realm issue thread.

peppy avatar Apr 22 '24 19:04 peppy

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.

Joehuu avatar May 01 '24 21:05 Joehuu

Yeah, unfortunately there's been no push to fix the issue yet 😢 .

peppy avatar May 02 '24 01:05 peppy

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 avatar Jul 20 '24 05:07 Joehuu

@Joehuu has the android issue been reported to realm's end yet? are you 100% sure it's realm related?

peppy avatar Jul 20 '24 05:07 peppy

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.

Joehuu avatar Jul 20 '24 05:07 Joehuu

We...probably should report it to Realm then?

frenzibyte avatar Jul 21 '24 08:07 frenzibyte

Found the issue, maybe: https://github.com/realm/realm-core/issues/7950

Joehuu avatar Jul 26 '24 21:07 Joehuu