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

GameplaySkinComponentLookup has been renamed to SkinComponentLookup on version 2024.906.2.0 #190

Closed
LiarOnce opened this issue Sep 26, 2024 · 1 comment · Fixed by #189
Closed
Assignees
Labels
bug Something isn't working

Comments

@LiarOnce
Copy link

LiarOnce commented Sep 26, 2024

Some logs:

2024-09-26 08:45:32 [error]: Could not load ruleset "Soyokaze". Please check for an update from the developer.
2024-09-26 08:45:32 [verbose]: Ruleset load failed: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
2024-09-26 08:45:32 [verbose]: Could not load type 'osu.Game.Skinning.GameplaySkinComponentLookup`1' from assembly 'osu.Game, Version=2024.906.2.0, Culture=neutral, PublicKeyToken=null'.
2024-09-26 08:45:32 [verbose]: at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
2024-09-26 08:45:32 [verbose]: at System.Reflection.RuntimeModule.GetTypes()
2024-09-26 08:45:32 [verbose]: at osu.Game.Rulesets.RulesetStore.addRuleset(Assembly assembly)
2024-09-26 08:45:32 [verbose]: System.TypeLoadException: Could not load type 'osu.Game.Skinning.GameplaySkinComponentLookup`1' from assembly 'osu.Game, Version=2024.906.2.0, Culture=neutral, PublicKeyToken=null'.
2024-09-26 08:45:33 [verbose]: Opened realm "C:\Users\LiarOnce\AppData\Roaming\osu\client.realm" at version 42

On the latest bump PR, it looks have the same error:

/home/runner/work/soyokaze/soyokaze/osu.Game.Rulesets.Soyokaze/Skinning/SoyokazeSkinComponentLookup.cs(9,48): error CS0246: The type or namespace name 'GameplaySkinComponentLookup<>' could not be found (are you missing a using directive or an assembly reference?) 

commit: ppy/osu@36b4013

@LiarOnce LiarOnce changed the title Cannot load the rulesets on version 2024.906.2.0 GameplaySkinComponentLookup has been renamed to SkinComponentLookup on version 2024.906.2.0 Sep 26, 2024
@goodtrailer
Copy link
Owner

Thank you, fixed by #189 (88885ee) in newest release 2024.926.0.

@goodtrailer goodtrailer self-assigned this Sep 27, 2024
@goodtrailer goodtrailer added the bug Something isn't working label Sep 27, 2024
@goodtrailer goodtrailer linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants