stride3d / stride3d/stride

Game Studio crashes when loading HTTP abstractions

Open
#2,445 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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
image

Log and callstacks
Due to another bug, I can not copy the content from the log window.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.