Game Studio crashes when loading HTTP abstractions
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Release Type: Official Release installed with the Stride launcher
Version: 4.2.0.2188, but also older
Platform(s): Windows
Describe the bug
When the Game Studio opening a solution containing an async method returning Task<IResult>, it will crash.
To Reproduce
Include this code somewhere in a Stride project and open the solution with the Game Studio:
async Task<IResult> Test()
{
return null;
}
The project might also require a framework reference <FrameworkReference Include="Microsoft.AspNetCore.App"/>.
Screenshots
Log and callstacks
Due to another bug, I can not copy the content from the log window.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the crash in a Stride project by adding the async Task method and, if needed, the Microsoft.AspNetCore.App framework reference, then open the solution with Game Studio on Windows. Start by examining the available log and callstack information; done means Game Studio no longer crashes while loading this solution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100