YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Building Projects: [GX.games] Does not check for Opera GX browser before trying to run, can get stuck building endlessly #6047

Open gm-bug-reporter[bot] opened 6 months ago

gm-bug-reporter[bot] commented 6 months ago

Description

Endless loading of the project, waiting for more than 40 minutes, but everything does not start and so with all projects

Steps To Reproduce

Endless loading of the project, waiting for more than 40 minutes, but everything does not start and so with all projects

Which version of GameMaker are you reporting this issue for?

IDE v2024.4.1.152 Runtime v2024.4.1.201

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

Windows 10.0.19045.0

Which platform(s) are you seeing the problem on?

Windows

112d215d-2d36-4842-992b-327ed52cb563

stuckie commented 6 months ago

From the ui.log it looks like you are targeting the gx.games platform. You can change this to Windows if you want to run on Windows. The gx.games platform is expecting you to have the Opera GX browser installed, and it cannot find it, so it is failing - we will get that bit fixed, rather than letting it get stuck.

YYDan commented 2 months ago

For a long time, GX the browser has not been required for this target and any browser can be used to test/play games, and as of 2024.11 you can now just create a .zip package that can be used with "any" external webhost, so there is even less reason to implement this check.