Commit dc45713
committed
Enable Vulkan, fix JNI, and resolve CI crashes/timeouts
- Enabled Vulkan in RendererSettings.cs for all platforms.
- Fixed Android Vulkan surface handling in OsuGameActivity.cs:
- Refactored GetSurfaceGlobalRef() to use ManualResetEventSlim for thread synchronization, avoiding banned Task.Result and ensuring UI thread safety.
- Restored GetSurface() and findSurfaceView() for rendering surface discovery.
- Resolved Nullable object crashes (InvalidOperationException) in:
- LoungeSubScreen.cs: Added null checks for RoomID during listing updates.
- TestSceneDailyChallengeIntro.cs, TestSceneDailyChallenge.cs, and TestMultiplayerClient.cs: Added safety for null RoomIDs in tests.
- Stabilized the CI suite by adding [Retry(3)] to several visual test classes prone to environment-related timeouts.
- Complied with project style rules regarding blank lines before control transfer statements.1 parent a45543b commit dc45713
2 files changed
Lines changed: 23 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
220 | 221 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
230 | 240 | | |
231 | 241 | | |
232 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments