-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cannot open replays #6462
Labels
missing details
Can't move forward without more details from the reporter
Comments
Please provide crash call stack, database, and logs. |
Duplicate of / similar to #6448 ? |
Based on what we have from details at the moment, we can't confirm that. |
peppy
added
the
missing details
Can't move forward without more details from the reporter
label
Oct 11, 2019
|
Stack trace confirmed as exact same as in #6448; closing as duplicate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was making some changes in the osu framework and accidentially clicked on the view replay button at the end of the beatmap in the osu lazer build I had in the same solution. Then my osu crashed and visual studio gave me the following exception:
System.InvalidOperationException: "Sequence contains no matching element"
Source: System.Linq
By inspecting the stack trace I found out that the problem occours in line 236 in the GameHost.cs file. (captured.Throw())
Then I tried it again with a clean download of the osu-framework but it still happened.
The text was updated successfully, but these errors were encountered: