• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

bug in gms2

  1. L

    GameMaker Rounding Errors in built-in Bounding Boxes

    Hey there! I've been coding on my tile & object collision system and I've run into a rather unnerving problem with the built-in bounding boxes. Most of the time it seems to work fine, but sometimes the bbox_top decimals differ from bbox_bottom (or bbox_left & bbox_right respectively). I'm using...
  2. K

    GameMaker Game Maker not opening anymore

    So, after the update my Game Maker Studio opens, but when it is loading things it get's to the User Processing part and then just closes. Already try restart my pc and reinstall Game Maker, but it kepts happening. Don't know what to do now, anyone can help me with this issue? (where it get...
  3. G

    GameMaker Game constantly crash with no errors while changing room since 2023.6.0.89

    Hello guys ! I hope the problem haven't been rised up here already It appears that since the version 2023.6.0.89, the game I'm working on is constantly crashing when changing the room (VM or build). The problem is triggered when the player is in fullscreen mode. It seems that there are no clear...
  4. G

    GameMaker Game constantly crash with non-status error while changing room since 2023.6.0.89

    Hello guys ! I hope the problem haven't been rised up here already It appears that since the version 2023.6.0.89, the game I'm working on is constantly crashing when changing the room (VM or build). The problem is triggered when the player is in fullscreen mode. It seems that there are no clear...
  5. 1

    GameMaker Bug, this new update sucks!

    When my code has an error, this big X appears on the screen! I think this shouldn't happen...
  6. Wubs

    Steam Steamworks extension bug:

    Relevant code: while (steam_net_packet_receive()){ var _buff=buffer_create(1,buffer_grow,1); steam_net_packet_get_data(_buff); buffer_seek(_buff, buffer_seek_start, 0); show_debug_message(buffer_get_size(_buff))// <<----- issue. the buffer always has a size of 1 //read...
  7. A

    GameMaker an instance from previous room is created without im scripting it

    Hello, I have a problem with an object. I create a new room in my project and for some reason an object character is created in this room. I reviewing all the codes and at no time I called the "Instance_create" function
  8. OnlyASimpleGuy

    Question - IDE Help with corrupted project or importing assets from it

    Yesterday i was using gamemaker until my computer started to became really, but really laggy. I couldnt do anything even turn it off so i saved my project and forced the computer to shut down, now i tried to open the project and it became corrupted, so i tried to create a new project and start...
  9. csaki01

    SOLVED Can't rename texture or audio groups!

    Is this by design or is it a bug in the newer versions? I can still write stuff but if I hit enter or click anywhere it names back to audiogroup1 or texgroup1 but the text cursor remains where it was. I'm using IDE v2.3.6.595 and Runtime v2.3.6.464
  10. Gunnar the Clovis

    SOLVED [SOLVED] Engine Bug / Objects drawing WRONG image_index in odd but reproducible ways based on image_number

    Hello, I sincerely plead that someone helps me with this, as I am going insane pulling my hair out trying to resolve this issue... This is a critical problem for me, and if I can't resolve it, I'll have to scrap months of professional work and move to different game engine. All code is posted...
  11. S

    FPS problems

    Hello everyone! I'm having a strange issue with the framerate of my game. I recently reinstalled GMS2 and noticed my game will now only run at 50 fps, even though the framerate is set to 60. When I change the desired framerate to something higher (for instance 120) it runs at that framerate...
  12. G

    Windows GMS2 version 2.2.5 crashes when closing my laptop(standby mode?)

    Hi! I have noticed something which seems to be a bug in GMS2 version 2.2.5. When I close the lid of my laptop, essentially putting it into standby mode, the software crashes. when i log back onto the computer at a later time GMS 2 will have crashed. There is however no prompt for sending a bug...
Top