bug

  1. peter798

    Opera GX Purple squares bug

    Hello, I am making a game and whenever my friends test it over Opera GX, a large purple object covers big areas of the game. Does anyone know why? I have added screenshots. The squares don't appear when I test the game GameMaker itself.
  2. JohnyDaison

    HTML5 collision_circle with precision not working correctly on HTML

    If you have an instance with a sprite with Precise collision mask which rotates and you are using collision_circle with precise = true to check for collision with it on HTML, you may find out that it only works until it doesn't. This seems to be related to the instance's image_angle, as it has...
  3. kadinshino

    GameMaker Strange Bug with integers?

    Hey all, wanted to know if this is a new bug or something I might not understand in the current state of GML? I just updated from 2.3.1 to the current build after waiting a while. And came across something thought I iv done multiple times but now I see a different result. In the following, i...
  4. Hurrikane_Nexus

    GameMaker Black Screen on new project

    I know there are a lot of threads on black screens already but the standard fixes are not working for me (ie ctrl f7, room order, avast) I'm a little new to gamemaker, but I've made projects before and they still work. So I'm assuming it has to be something wrong with the project and not the...
  5. Antikore

    GameMaker Mask index is technically set but is not effective

    Hi, everyone! I'm getting issues using mask index. Let's say I have sprites for different type of players. One of them has a smaller mask, so when I change the player's sprite, I change the mask too. However, even when the mask index variable always contains the correct mask index (checking it...
  6. S

    GameMaker Whenever my character moves left, it shifts downwards when it stops moving.

    I'm not very experiences with GameMaker and this is my first ever real game I'm trying to make, so whenever my character's sprite moves left, it shifts downwards when it stops moving. I don't know if this is a common issue or not but I have tried to fix it multiple times and have not yet...
  7. Lostdog

    HTML5 Objects disappearing on running the code HTML5

    Hello, Recently i have been getting annoyed by this error i.e. "Unable to find any instance for object index '0' name 'Obj_bound_a' and my game doesn't even start. I am working on HTML5 platform and this error start showing when i removed the insatance from my room. The reason I had to remove...
  8. TijmenTio

    Steam Steamworks extension doesn't work on MacOS

    Hello, I'm trying to get the new steamworks extension to work on MacOS. When I try to make a build, gamemaker can't find the post_build_step.sh file, even though it's clearly there. I've double checked if the paths are corrent. if permissions are given and if everything is up to date, but alas...
  9. D

    Question - Account Marketplace bug (Log out automatically everytime)

    Hi. I dont know why when I enter in the marketplace, they log out me automatically, and when I log in, happen the same.
  10. YoriLINDO

    SOLVED Bug shadows help

    Hi, I'm doing a job. I thought about making the shadows for Super Mario Bros 1 (from Super Mario Maker 2), but the problem that the shadows are buggy on top of the blocks, does anyone know what I can do to fix it? This is my code: draw_sprite_ext(sprite_index, image_index, x+7, y+7...
  11. J

    Tricky Collision bug

    I am making an arena shooter based off of the tutorial made by Mark Alexander. I wanted to add walls and collisions to my project to add a layer of complexity to the game. In order to do that I had to change the movement system in order to get rid of a bug where the player would get stuck on the...
  12. zimventures

    Steam Leaderboard: Buffer is missing...sometimes

    Hello everyone đź‘‹ Using the latest version of the Steam plugin from the marketplace and I'm hitting a strange issue. When uploading scores to the leaderboard, sometimes the buffer content fails to get uploaded along with the score. The score is always updated correctly - (assuming it's greater...
  13. S

    Steam Steam Achievement Issues & Discussion

    So I've been having a lot of difficulties with getting Steam achievements to work properly in my game. Currently they only show up after I close the game regardless of testing through Steam or the IDE. I have both GM's new Steamworks ext fully updated as well as the latest SDK for Steam. It's...
  14. iSkonn

    Ad not working - pls help me

    Hello everyone, I'm trying to put ads in my game following a tutorial on youtube but I can't, I'll post screenshots of what's happening. Pls help me
  15. J

    SOLVED Subtle Color shift after importing sprite into Game Maker?

    Hi, I have been working on my game art first in Photoshop, then importing it into Game Maker. I realize there is a subtle color difference between the color in Game Maker and in Photoshop, as shown below. The color in Game Maker appears to be more saturated. (Photoshop left, Game Maker right)...
  16. Z

    Compile Bug I need help with.

    My Melting Point game runs just fine, but when I try to compile a .exe I get this error... Can't open script "C:\_2021_Game_Maker_Studio2_Projects\_In" I don't have such a script in my game, and my game isn't in this base directory ??? Any help would be awesome! Best, -Will
  17. P

    GameMaker Subtleties in Collision Events

    I'm trying to implement "tight" collision with solids using GameMaker's built-in kinematics and event-based collision. In particular, I want to: set object speed/direction in the Step event, and let the GM runtime to update the position. So I don't want to, e.g., x += speed_x to update position...
  18. DarK_SaCoR

    GameMaker Corrupted room after pulling changes from git

    I have had this problem for years. There are times when I pull changes from modifications that my co-worker has made in some rooms, they get corrupted. Until then I didn't think anything of it because what I did was to select all the instances layer by layer, cut them and paste them again. Today...
  19. olemofo

    Question - IDE IDE bug? Need help!

    IDE wont work after update, bottom bar is red. Cant collapse if or case statements, local variables wont show up! I have tried to clean, and restarted the software, happend after the latest update. The game runs smoothly without warnings, but it is difficult to continue programming! What to do?
  20. peter798

    Gamemaker object layer bug?

    I'm making a topdown shooter, and I keep getting this bug: As you can see, the building which is supposed to be below the other building goes over it when changing rooms. Is there a workaround to this, or a known fix?
Top