YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Inherited functions can't be ovverridden if called from and inherited event #8434

Open protogenposting opened 4 hours ago

protogenposting commented 4 hours ago

Description

This is a really freaky bug.

basically, calling a function in an inherited event will call the function that was originally created in the inherited event. Idk how to explain it better

https://api.gamemaker.io/api/github/downloads/893e65d2-7206-4da9-91fb-942f025038ae

here's a small test project

Override test.zip

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Load the test project
  3. Run it
  4. press space
  5. 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.1100 (Betas)

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

Ubuntu

Sample Package Attached?

Sample Project Added?

protogenposting commented 4 hours ago

apparently I wasn't on the latest beta. Updating to the new runtime did not fix the issue though