bug

  1. C

    GameMaker I have an error in room

    I dont know how to fix it. Can someone help me about it? instances started marking
  2. I

    GameMaker ds_list_add Runs Code More Than Permitted

    Hello! I'm having a very annoying issue with Gamemaker Beta. I have a code for adding an item to a player's inventory when they interact with it. However, the "ds_list_add" command runs twice every single time it's used, resulting in the player getting two of any item they add to their...
  3. Catafranc

    GameMaker authentication failed.....

    So the same problem again, I went back to GM2 And tried logging in, it said authentication failed, it was the correct password, reinstalling or changing the password does not help The Opera log in said "timed out" so i cant log in to GM2 for since 😂
  4. amwwhhoosshh

    Question - IDE Gamemaker becomes unstable after my PC goes into sleep mode

    So this started not too long ago, maybe around a month or two. I have a laptop running windows 10 and every time I shut the laptop's lid which puts it into sleep mode, the next time I open it whatever project I had open in Gamemaker gives me the message "Gamemaker has become unstable" before...
  5. A

    GameMaker Folders are duplicated

    I am using Steam version 2023.1 I moved my project from version 2022.11.1 to 2023.1 and encountered a problem. The folders in the asset browser are duplicated. I tried to find duplicates in the .yyp file, I tried to delete the .resource_order . I've tried to rollback the project to a backup, a...
  6. Dimsum Cart Studio

    SOLVED Weird bug about structure.

    I use " collision_circle_list " to record the enemies player meet, list named " enemyList ". Everytime before using " collision_circle_list " ,I will destroy the " enemyList " and use ds_list_creat() to reset the structure. But when I read " enemyList ", sometimes it shows the bug ( not...
  7. Rafael Augusto

    Windows VM to YYC doesn't always open

    I switched from VM to YYC the game performance improved but on Steam the game doesn't always open! Could it be a bug in the latest desktop version of Game Maker purchased on Steam? What would this be? Doesn't seem to be firewall or anti-virus!
  8. D

    GameMaker [Possible BUG] Tileset layer not saving

    Hello guys! For a couple of days, sometimes, when I modify my tileset layer, the tiles do not show in-game (F5). Even when trying to clean the cache, the tileset layer would not update. Then, when I close GMS entirely and open it back up, I realize that the tiles I've added are not in the room...
  9. J

    FPS drop when Hspeed is zero?

    Hey all. I recently converted a game I’ve been designing from GMS to GMS2. I am now experiencing a bug, most noticeable on handheld devices. The frame rate drops drastically when the player’s horizontal speed is zero, this never happened in GMS. Any idea what could be causing it? PS: I tried...
  10. K

    (Beta) Rollback fails

    The connection times out as soon as the two players connect in a local session, i've seen this issue mentioned in the forums but couldn't find a solution/don't know if theres any here's the console
  11. Dininho

    HTML5 HTML5 Click Issues on mobile

    Hello! Has anyone else already got short freezes on game maker HTML5 on mobile? I think it's a chronic Game Maker issue, even with not even a single click checking function, in a clean project just with a moving background, every time I touch the screen, I get a screen freeze.
  12. unidentified

    Interesting bug! Set the value but get a different one!

    You can set any projection matrix for the camera. For example, write the following code in the draw event. But the matrix you set will change when you get it. var cam = camera_get_active(); // or any available camera. set_mat = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]; //or use...
  13. M

    GameMaker [SOLVED] Help! This should work...

    I checked the manual as i was confused and it said that is the correct way to do it. I have no idea what is wrong.
  14. Dimsum Cart Studio

    GameMaker The Workspace problem. How to lock the state of Workspace?

    Hi everyone. I have use the GMS2 for months and find some Workspace problem. Every time I open gms2 ,the windows I closed last time will open again. Like the Object-parent and Object-Variable Definitions windows. The Object-Variable Definitions windows even nothing in it (check the attach). It...
  15. B

    SOLVED Major Sprite Bug, Need Help! (v2022.11.0.54)

    I opened my project today and it started doing this: It seems to go above the background layer, but below any tile layers. What's really strange about it is that it doesn't occur in rooms that originally had a different background from the one that I'm showing here (I've tried removing the...
  16. omg_moon_moon

    Parameters won't show in the bottom tooltip of my constructor.

    Edit: solved. I closed GMS2 and opened it again and everything is fine. Hi everyone! The title pretty sums up the problem I have: as shown in the first image below, the parameters I defined for my constructor won't appear at the bottom of the script editor window. It's not such a problem when...
  17. M

    GameMaker Collision not working on a specific variable

    If I try to make the player stop moving when touching by updated xSpeed and ySpeed respectively, nothing happens. I've used this code before and its always worked, but for some reason now its giving me issues. I know collision is being detected because if I use moveSpeed instead of xSpeed or...
  18. Animelici804

    GameMaker I have a permanent Desktop license but apparently only GX.Games and Test compilers are shown.

    I had a permanent Desktop license for a long time now, but apparently it's gone all of a sudden. No one in the Game Maker team e-mailed me about the issue and thus I'd like to know why I'm experiencing this. Until now, I could run my games on Windows, MacOS and Ubuntu, but now it's all changed...
  19. M

    SOLVED Variables lost when I step into script/function

    Hi guys. Is this a bug? When I step into a script/function the variable values get lost: Any ideas how to solve this? Thanks mx273
  20. R

    Instance draw order not following depth after being involved in a sequence

    Hi all, Sorry if this post has some issues following what I am supposed to include in it. I am making a small card game with a discard pile. After recently adding in an attack animation, there have been some depth problems. It seems that after being used in the attack sequence, instances will no...
Top