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

ProjectTool : Requesting to install .NET 8 runtime where it should be bundled with one #6012

Closed
1 of 2 tasks
stuckie opened this issue May 28, 2024 · 2 comments
Closed
1 of 2 tasks
Assignees
Labels
build-bug Bugs when compiling projects inside GameMaker
Milestone

Comments

@stuckie
Copy link

stuckie commented May 28, 2024

Description

Filing from conversations in Discord.
Please remember that conversations in Discord, or any community forum, social network, etc... do not replace bug reporting.
This is being added to track this, only because it's serious enough to warrant it.
If a bug is not reported, we can't know about it to fix it.

It looks like the ProjectTool compile has missed it's self-contained flag, and is requesting the .NET 8 runtime installed on users machines.
All our tools should be self-contained builds that do not require the user to specifically install a .NET runtime.

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Attempt to open/import older project
  3. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.600 (Betas)

Which operating system(s) are you seeing the problem on?

No response

Which platform(s) are you having trouble building this project for?

Windows

Are you running GameMaker from inside your Steam library?

None

Contact Us Package Attached?

  • I have attached my Contact Us Package

Sample Project Added?

  • I have included a small sample project
@stuckie
Copy link
Author

stuckie commented May 31, 2024

For marking as duplicates, the problem runtime is 2024.600.0.577, and would affect Ubuntu, macOS and Windows IDEs

@Emc1923
Copy link

Emc1923 commented Jul 2, 2024

Verified fixed as of IDE v2024.6.0.157 Runtime v2024.6.0.205.

Error received with 2024.600.0.577 was:

Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
  6.0.26 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=x64&rid=win-x64&os=win10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-bug Bugs when compiling projects inside GameMaker
Projects
Status: Verified
Development

No branches or pull requests

2 participants