bug

  1. Animelici804

    GameMaker Runner shows weird errors upon compiling

    All the other projects work fine in Game Maker, but certain projects do not. I've tried every single method for a workaround, but the only thing, as of currently, is to downgrade my Game Maker version. This problem, however, does not occur for anyone else. Even the YoYoGames support wasn't...
  2. Starplanet01

    SOLVED GameMaker is wanting a variable that does not exist to be set.

    A few months ago, I'd been working on a roguelike dungeon crawler sort of game. Although progress was going smoothly, I decided to take an extended break so I could focus on other personal activities. When I came back, after updating the runtime, suddenly the game doesn't want to run for an odd...
  3. S

    Alarm not working

    Hi, so I couldn't figure out how to make it so that when the player kills an enemy, the exp the player gets goes up one at a time. I tried using a timer but it doesn't work for some reason. here is what is in the step event. if hp <= 0 { with instance_create_layer(x,y,layer,oDead) {...
  4. J

    Mac OSX Failed to compile on macOS v.2022.5.1.16

    Hi Fixed the signing issues from the previous version, but now GM can't find the certificate to create and export the game in .zip. The Apple ID certificate is perfectly installed on the macOS system and the keychain. I have tested on two macOS computers where previously everything worked...
  5. Hychan

    GML Showing an error in half my scripts?

    I put my project down for a few days and in that time I updated GMS:2 and now almost half of my scripts have a red border like there's a syntax error. The code editor also behaves like it won't let me add new macros, and treats them like undefined variables, but they work when I run the game...
  6. Yand89_

    SOLVED Enemy not damaging the player below one HP

    I'm working on a small personal project and I have an Enemy object 'oEnemy' and the player object 'oPlayer'. The way the enemy works is that it randomly bounces off of walls and the player has to dodge it. This all works well and fine, but when it comes to damaging the player, it only damages...
  7. H

    Draw GUI drawing twice (one normal, one small)

    Hi all, I've been having a strange issue with using draw_sprite_ext in Draw GUI events. I don't have any idea why this is happening, but for some reason, the sprite I'm trying to draw draws once normally and then another time smaller and somewhere else on the screen. I think this happens every...
  8. ElliottRidgway

    Steam Steam Achievements not registering until game is closed

    Not sure if this is a Game Maker bug or it's just something wonky with my Steam client. While testing Steam achievements in my game, the little Steam achievement overlay in the bottom-right corner does not appear immediately. However, it does appear as soon as the game has exited. It seems like...
  9. RadarTruck

    SOLVED Blendmodes bug when using application_surface

    First of all, please believe that I have fully understood the Guide To Using Blendmodes in F1, I understand that the way alpha blends is counter-intuitive, but it is not relevant to the problem I am having. Consider these two blend modes: //A gpu_set_blendmode_ext_sepalpha(bm_src_alpha...
  10. S

    GameMaker Sequence Bug With Playhead

    Hi so I have been following the Little Town tutorial and have encountered a frustrating bug with my Game Over Sequence. When I try to scrub with the playhead, it no longer works. This happened after finishing the entire sequence which didn't take too long but I would just love to know if there...
  11. M

    Question - IDE "Cannot find Game" Error

    So ever since I've installed the recent update to GMS2 I've been getting the following error whenever I try to compile my game: https://prnt.sc/ukM1fB4nYwAd https://prnt.sc/YLqMVtlAX5UV It should be noted that this only seems to happen on this particular project, others seem to work just fine...
  12. S

    GameMaker Sprite Editor Bug - Sprites Disappear/Don't Draw

    Hello I have been running into an issue where the sprites do not draw when i go into the sprite editor and even full sprites that are drawn get erased when i try to edit them further. I have attached a youtube video demonstrating the issue. Any help would be greatly appreciated!! Video...
  13. J

    Windows Bug after last update

    So, I have some global variables set on my game to save the main character's walking sprites (he changes his clothes along with the game). I use ini_write_real and ini_read_real to save these global variables. (It used to work even being sprites) But after this update, if I save my game and...
  14. M

    Audio Sync Does Not Work when Gain is Zero

    I'm making a layered music, like layer 1 = guitar layer 2 = bass layer 3 = drums. All of them are same-length loops. and all audio files are sync-ed with audio_start_sync_group(group); audio_sound_gain(guitar,0,0); audio_sound_gain(bass,0,0); audio_sound_gain(drums,1,0); in the creation code...
  15. Daniel Mallett

    'Code Error' window has no horizontal scrolling

    Does anyone have a plugin that will allow horizontal scrolling on the 'Code Error' window?
  16. Rafael Augusto

    Windows Bug in Game maker

    My game crashes when starting on Steam with windows 11 directx 12. With latest version of game maker with steam integration. With pc gamer. With VM compile.
  17. P

    SOLVED Fullscreen not working properly

    I'm still pretty new to GM, but I have tried looking everywhere for why this issue is happening and I cant seem to find the solution. I have a persistent object that is in every room, so I put the fullscreen code in it's step event. The issue is that in every single room (inventory room, main...
  18. S

    SOLVED Help. I am doing Space Rocks Tutorials in school and came across this "Unfortunate" Message that I don't know what it means

    I'm not sure what to do with the Time variable is related to. ___________________________________________ ############################################################################################ ERROR in action number 1 of Create Event for object <undefined>: Variable...
  19. Genesys Generation

    asset_get_index stopped working.

    In my game, I used an ini file, to determine the colors of certain teams, the code worked perfectly. From the last update here, the code stopped working. I made a test code as follows: cocor=asset_get_index("c_olive"); show_debug_message("***"+string(cocor)); Result Debug: Would you like to...
  20. Kleff

    Discussion GUI BUG /// Fixed

    I draw a Number-Sprite (not a font) on a white background and that happen Is that a bug? can someone help me Sprite make with Inscape the Font is Open Sans Re: i found the solution You have to make the sides the same. 8x8 16x16 32x32 75x75 100x100 and then turn on edge filtering. It...
Top