bug

  1. S

    GameMaker Audio issues in sequences (choppy, won’t play randomly)

    I have a lot of sequences and sounds in my game. I use the sequence editor to put sounds in at specific times but when I run the game, randomly some sequences won’t play certain sounds for the whole sequence or that sound would be choppy. It’s almost entirely random, sometimes there is no issues...
  2. D

    GML Weird behavior with "place_meeting" function

    Apparently, after the new "Collision Compatibility Mode" option, GameMaker's default collisions shouldn't be rounded and are "inclusive" (according to the manual). The problem is that even with the new collision system, values seems to be rounded and collisions won't be detected with less than a...
  3. C

    Steam My gamemaker is not creating new blank files

    Hey how's it going? I need help... every time I try to create a new file in gamemaker it just crashes and doesn't create the file. Before the error, I was able to create blank projects, but suddenly it stopped Does anyone know what can it be? GM version: v2023.4.0.113 OS: Windows 10 GPU: GTX...
  4. K

    GameMaker game thinks an object is a variable

    now i've been making this game but now everytime i mention a object in a script, there comes an error when i start the game saying: Variable Obj_spawn.Sou_theme not set before reading it this is the code in a step event it is complaining about: audio_play_sound(Sou_theme, 0, 99999); okay now...
  5. B

    GameMaker Bug on draw_text_ext breaking the width limit

    Hello, I'm calling the function draw_text_ext with a width of 220 but my text is bleeding out, I noticed that this only happens because I'm appending some spaces at the start of the string so I can create this artificial indentation below. draw_text_ext(textX, textY, string_lower("...
  6. Andymakeer

    SOLVED Game Maker not recognizing browser login

    I am being able to login to Opera and GameMaker.io, but desktop Game Maker doesnt recognize the login and after a while I get "Unable to sign in - SSO timed out" I am using Brave
  7. K

    SOLVED object changes into other object

    i've been making a game for a while, but now every time i make a new object and place in the room and i start the game, it changes into an other object for some reason. I'm sure it hasn't anything to do with the code. Anyone has a fix for this?
  8. Chillin

    SOLVED Inconsistent error: "array_get :: Index [1] out of range [1]"

    The way my game's inventory works is as an array. Every item in the inventory is just stored as a string. This is the Sword in inventory as taken from the save file: ["Sword"] I use Scripts to remove and add items to the player's inventory. This is the code for "scr_inventory_add()." It works...
  9. C

    GameMaker move_tovards_point stopping issue

    For some reason move_tovards_point works yes, but I just don't understand how to stop it. I tried to stop it by setting the speed to zero when it gets to the target, but that doesn't seem to work. I'm trying to do something similar to a homing attack but two problems: it flies up to several...
  10. tipsnipper

    GML Visual My walking code suddenly stopped working after I tried adding a new move.

    I'm creating a platformer game using GML Visual, and I just finished walking and jumping. I tried implementing a move that is supposed to send you upwards and to whatever direction you were facing midair, when suddenly I couldn't walk on ground anymore. It only works mid-air. Can someone please...
  11. R

    I have a problem with the paths in GameMaker Studio 1

    I have monsters with paths in my game. When i start the game my monster follow his path normally but after a few seconds the monster moves a few pixels from left to right endlessly. How can i fix this bug ? (sorry for my bad english i'm bad in english)
  12. M

    Problem with the path following

    Greetings, I have a problem, I tried to make something like a maze generator, but it was very curved, so I decided to try to make its generation visible, and I found that for some reason my object does not see correctly the path between the desired coordinates Now it is heading to the object...
  13. H

    Linux Issue with dynamic texture pages (.yytex files) in AppImage

    Hello everyone, i created my account to share the issue i found. Recently i've tried to build my game for Ubuntu and it worked successfully, with an issue tho. I'm using dynamic texture pages (to unload useless stuff from vram), but they refused to load on linux. I spent some time researching...
  14. T

    Sprite animation issue

    So whenever my player character jumps, for reason, there's this weird glitch, where the sprite keeps switching between sprites. Like when I jump and stand still the it flicks between the idle sprite and the jump sprite, the same thing happens when I move, it flicks between the walk and jump...
  15. DagoDT

    Question - IDE Particle editor wont display correct sprites in game

    I'm having this very weird issue when using the particle editor. I'm using a sprite as my texture in the particle emitter. it shows up correctly in the particle editor but when I try it in-game it shows the wrong sprite. this is what the particle looks like in the editor this is what it...
  16. J4mie

    GameMaker Increment Datetime always sets hour to 2am

    All of the increment Datetime functions seem to be broken. They always set the hour to 2am, even if you want to increment 0. Day/Minuet/Seconds are all correct, and it correctly increments the amount of time, just he hour is wrong. var now = date_current_datetime(); var future =...
  17. G

    GameMaker Small issue with vsp

    So this is just a small issue but when i press play the game launches but the player is a bit under the floor which it's not supposed to do Any help would be much appreciated!
  18. The Major Squadron

    GameMaker Particles disappearing

    Hello, I have particles made in the new particle system. I place them in a level in an asset layer in levels that are persistent (if I make them not persistent the problem goes away but the levels have to be persistent). When I reload the level, the particles disappear. Is there any way to keep...
  19. kammer_black

    GameMaker Viewport does not apply new values in game

    Hello everyone! I noticed a bug since last week. When we change the port values in the room and run the game, the port will stay fixed at that value even if you change it and run the game again. For example: port 800x600 is changed to 1240x720. After running the game and returning to the game...
  20. B

    GameMaker Sign(dcos(90)) now returns 1

    This is something I take advantage of for my movement system. Used to make adjustments to the direction of my characters orthogonal movement in regards to the current camera position. show_debug_message(string(roll)); show_debug_message(string(dcos(roll)))...
Top