• 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!

issues

  1. K

    GameMaker When I'm debugging, and I pause the debugging, it crashes unexpectedly.

    Help me, it turns out I'm having a pretty annoying problem with a project I was working on for some time. What happens is that when I am in the debug mode of Game Maker, and I want to debug step by step so I click on the pause icon like I usually do in all my other projects, the running game...
  2. nickolauslunz

    Windows 3D Model Seam Texture Issues

    Hello, Looking for recommendations on a graphical issue I am facing. I am loading some d3d and gmmod files and I am finding that I can see the seams of the models. Most noticeably, a skybox I have loaded is showing seams consistently whereas the building I have made only shows the seams...
  3. K

    Why do I keep getting a request error when trying to upload an .ini file created from Game Maker Studio to a remote online server?

    It turns out that I am trying to create and upload an .ini file generated in game maker to an online hosting server (in this case, the one chosen was 000webhost), but it is getting too complicated for me. Actually the http request is made from the game itself, and I use a third-party .php file...
  4. GrayUser111

    GameMaker Game stuck on "Building" process.

    As you can see, I'm running GameMaker runtime v2022.9.1.66 and I made a normie game, finished it, and finally, tried to test it, but it failed, as you can see, it's stuck on building process and even when I'm trying to export it still stuck, I tried many things like (Firewall, VPN, Restarting...
  5. B

    My GameMakerStudio 2 will not start

    it says "failed to load a required plug-in... if the problem persists try reinstalling" I have deleted it and reinstalled 3 times now. Any fixes or suggestions?
  6. N

    Mac OSX Scrolling backgrounds and game shearing at game speed of 30fps, both full screen and windowed, Mac and PC

    I am making a side scrolling flying game, and we are controlling everything with the room scroll speeds (Generally set to 2). The game speed has been at 30fps over the years of working on the game on and off, and it's always seemed to either play completely smooth, or jerky and shearing in the...
  7. Y

    Windows Help! No assets/instances showing. Just solid color background.

    Hello! Today I purchased GMS2 and imported a game from GMS1. When run, it didn't display anything unless it included a solid color background, in which case that was all it could display. Since the room used a blue sky, the whole screen was blue, but nothing more than that. I tried with some...
  8. R

    Windows Upgraded from free trail and now game crashes upon loading new room

    I started making a game with my 30 day free trial and decided to buy Gamemaker to keep going with it. The game launches like normal and you can navigate the options, but upon pressing "Start" the whole thing freezes and I have to close it through task manager. If I try to launch the first game...
  9. U

    GML Alarm bug

    recently i been trying to make an cronometer, but i need to put an determinated number in alarm. i try to put like that: Step Event if(keyboard_check_pressed(vk_space)){ alarm[0]=0.6 } and don't work,but when i put 1 it work, someone help me?
  10. J

    Room generation issues

    I am using the room dog extension for room generator. And with that, there are several issues I am encountering with it. For example code for retracting traps does not work. They are activated by the debug message and I can see them created but they don´t retract. (I know a little bit about game...
  11. A

    Mac OSX Can't open GM2 after I had to shutdown my Macbook

    EDIT: It's solved. @Nocturne was right. It was just a server issue. Hey, so I try to open Gamemaker 2 but this is what I get: 1.) 2.) 3.) And after the 3rd screenshot, when I click on "retry" it throws me back to what you see on the 2nd screenshot. Haaaaalp XD EDIT: It's solved...
  12. K

    Room Changing Issues (FIXED)

    Okay, so, I am attempting to make a game where there are a couple of rooms that hold text. This is because I want to present some story stuff to the player. The issue I am having is this: the room only switches between the first two rooms. I have yet to actually write the text, primarily...
  13. R

    Windows audio_play_sound playing wrong sound

    Good evening all, I've been working on my first GMS2 project for a few days and decided to get some sounds going. Everything was working well until, randomly, after test playing for a few seconds, audio_play_sound started playing an incorrect sound. I've restarted the IDE, removed and...
  14. F

    Question - IDE GMS2 Build not working

    I'm using a Mac but if I do any build this error comes: Release build Options: /Users/mac-guy/.config/GameMakerStudio2/Cache/GMS2CACHE/Bugnet_C07D4BE6/PlatformOptions.json homedir : /Users/mac-guy remote_install_path : /Users/mac-guy/GameMakerStudio2/Mac/GMS2MAC/Bugnet Missing or corrupt...
  15. W

    Solved

    Sooooooooooooo i just started making this labirinth game and i have my characther and i have my finish line i made a colision then i assign when colision happens ''Go To the Other Room'' and you actully go to the other room phisicly but visually you see the 2 rooms and 2 characthers pls...
  16. B

    GameMaker Continuing a dialogue

    HI, I need some advice to continue a dialogue. I follow the steps on this guy's dialogue tutorial. I have no plans on making a dialogue choice game. I just wanted to make a simple dialogue that continues the text. I add this dialogue code in my game. This is the blue dog's dialogue code...
  17. B

    Not compatible with any device - Android

    Greetings folks, I have some issues with one of my game I am trying to publish on Google Play Store. The issue must be because of Game Maker 1.4 because it was working before I decided to activate (then deactivate) "Use Google Mobile Ads" which links to the 2008 Google Play Asset. Now every...
  18. C

    Question - IDE Problem saving projects at the start of debugging

    I'm using Windows 10 and IDE 2.1.4.285 Steam. when I start debugging, the projects should be saved.But sometimes it failed and shows an error window: And the output window prints these: SourceControlAction:SaveModel: The process cannot access the file...
  19. L

    iOS Setting up IOS export problems

    I have had the IOS export for about a year (and still had no luck with setting it up or switching it out for PC) and had problems with communicating with the Mac computer for exporting. Gamemaker 2 notices the Mac and communicates with it but it displays that it found no devices (Ipads or...
  20. C

    How to streamline my player objects

    Hi, im working on a gauntlet 2 style game. it features 8 way movement with the ability to shoot in each direction. Right now i have 8 objects, 1 for each direction. this allowed me to control the sprites and be able to fire in that direction, however this is becoming problematic as now im...
Top