bug debug

  1. Santino "Sanlas2012"

    GameMaker Weird Collision Issue Depending on if I'm Running in Debug Mode or Run Mode

    I've been having these issues for a few months now and even after updating to the newest version of Gamemaker Studio (v2024.2) I still keep having these weird issues. I've recorded the issue because it's a lot better than trying to explain over text but , basically whenever I run the game in...
  2. C

    GameMaker Issue with the inventory in a game I'm making.

    I genuinely don't know why it's acting like this. I wanted the inventory to be similar to the way that Undertale's is but not quite the same. My main issue here is that it keeps deleting more then one overall object whenever pressing the 'x' key. Or even why it does this more with the seventh...
  3. Someguy009

    Question - IDE Debugger not connecting

    Recently I've been working on a game for the GXC multiplayer showcase event and wanted to iron out some bugs in my game's code, but whenever I try to boot up the debugger, It always failed to connect. So I went "alright, maybe it's just a Beta thing", but when I tried to make sure with my stable...
  4. J

    GameMaker [Solved] Bug: an object suddenly disappears and others draw themselves every frame

    Hi, I'm new to gamemaker and have been using drag and drop to create a math shooting game. (I have also converted some drop and drop code to gml). The player is shown the solution and five different math equations, one of which equals the solution. They must shoot a bullet at the object that...
  5. U

    Windows Endless compilation and debug (Бесконечная компеляция/загрузка)

    (eng)Hello, I have a problem when I press F5 (Play) Or debug my infinite download starts, I waited 20-30 minutes, but the download did not end, and so on in all projects. If I first click "clean", and after "run" or "debug", then nothing happens until I restart gms 2 (Steam Version) (12gb RAM...
  6. Tiago Carvalho

    Debugger Call Count Increasing with time

    Hello all. Since I am new to game development, and to this forum, let me thank all in advance for help/feeback. My snake like game gets slower over time. I consulted the debugger and found to be a step event on an parent object, not used itself in game. Shouldn't the call count average be...
  7. bbbower

    Windows Debug mode can not view ds_list data?

    Same text below I submitted in the bug report: I was debating on upgrading to 2.X so I started just looking to see what debug features had changed. So I have a blank room, with an object. in the create event I have the following: ds_test = ds_list_create(); ds_list_insert(ds_test,0,"why")...
Top