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

a lot of bugs #9228

Closed
gm-bug-reporter bot opened this issue Jan 31, 2025 · 1 comment
Closed

a lot of bugs #9228

gm-bug-reporter bot opened this issue Jan 31, 2025 · 1 comment
Labels
build-bug Bugs when compiling projects inside GameMaker

Comments

@gm-bug-reporter
Copy link

Description

Hi dear game developers,

I have a hosting with a wwwroot folder.

When I have 2 games for example: Castle-Raider and Platformer I want to place them inside there own folder in wwwroot.

I have tried to put the folder name before the path inside the html file for javascript so that the game engine can find the code, example:
original url: script type="text/javascript" src="html5game/Platormer.js?cachebust=1764260222"

MY URL: script type="text/javascript" src="~/Platformer/html5game/Platformer.js?cachebust=1764260222" script

or

<script type="text/javascript" src="Platformer/html5game/Platformer.js?cachebust=1764260222"></script>

inside the wwwroot/Platformer/html5game/Platformer.js

but when I do that i get a lot of errors inside the development console in different browsers. So is there a solution to put in a custom folder for each different game?

i need that to have the possibilty to host several games in 1 hosting. Accesable through a game menu.

I have tried to put this on your forum but I get a lot of errors there too with the message oops we are running into troubles look at the console window, but that full of errors.

Please help with my problems.

Thanks in advance

Wernand

Which version of GameMaker are you reporting this issue for?

IDE v2024.11.0.179 Runtime v2024.11.0.227

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

Windows 10.0.26100.0

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

HTML5

2a3a4d23-08e7-4d7b-94f9-e8974aeda899

@gm-bug-reporter gm-bug-reporter bot added the build-bug Bugs when compiling projects inside GameMaker label Jan 31, 2025
@stuckie
Copy link

stuckie commented Jan 31, 2025

This is not a bug with GameMaker itself, but one in your project, so I will close this issue now. For coding support, please visit the GameMaker Community forum and create a thread there, asking for advice.

@stuckie stuckie closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Team Workload Jan 31, 2025
@YYBartT YYBartT moved this from Done to Not Planned in Team Workload Jan 31, 2025
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: Not Planned
Development

No branches or pull requests

1 participant