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

error

  1. DTheChemist

    Sprite distortion issue need help

    Ok heres my first error code issue after following a Yoyo games youtube video tutorial. /// @desc Core Player Logic //Get Player Inputs key_left= keyboard_check(vk_left); key_right = keyboard_check(vk_right); //key_down = keyboard_check(vk_down); key_jump = keyboard_check_pressed(vk_space)...
  2. W

    Not existing variable "not set before reading"

    Hello everyone, I'm working on a platformer/fighting game right now and I just followed a tutorial on how to add a grapple. However, now when I run my game and press the button to use this grapple i get this error : ERROR in action number 1 of Step Event0 for object obj_Reb: local variable...
  3. C

    Need some help with the "out of range" error ( I'm loving and hating arrays at the same time) || warning: [bad english inside]

    Hello, and thank you for reading this. I'm searching for any help to understand this problem I have some issues with an array I made in a "Oconsole" object to be consulted from others objects events. I initiated it this way (Object: Oconsole | Event Create) _______________________ for(var...
  4. S

    need help with an old tutorial

    so i've been following an old tutorial that used pre 2.3 GM : and every time i try to run it from where i currently am i keep getting this error ___________________________________________ ############################################################################################ ERROR in...
  5. L

    Windows help for a beginner

    I'm starting to learn to make games now and I'm having this problem, I can't solve it for anything could you help me please? ps: sorry if i made the post in the wrong place and sorry the google translator.:)
  6. K

    Android Android Game - ( UP-TO-DATE & NO-SOURCE ) Error

    Hello After more than a year I installed GMS2 again. I wanted to update my android game but unfortunately, the game does not work. I installed all the necessary things but I probably missed something. I am adding code with a problem. Can anyone help? C:\Windows\system32\cmd.exe /c "subst K...
  7. Y

    LibGit2Sharp Exception when trying to make Variable Definition for Object

    I keep getting this error whenever I type one letter when trying to create a new variable for an object. New to GameMaker Studio so any ideas?
  8. N

    Legacy GM Download Error: Modules could not be downloaded

    Hey there! My laptop is currently being repaired, and while its away, i have borrowed an older laptop. It has been rebooted and updated to the latest version of windows 10. I went and installed legacy gamemaker Pro and everything went fine until it started downloading. Here it would say...
  9. H

    Need help with some code

    Hello my name is Hunter and I'm new to GM, I took a game design class back in high school but that was a long time ago. I'm working on a game and I've been following along with this tutorial but I guess it was made before a big update came out. I'll link the YouTube video I am watching and I'll...
  10. William Garrison

    Project errors out now.

    I made a sequence for the first time. All was well. Until I put it into the room on the assets layer. Now, even if I take the sequence out and even delete the asset layer I cant even run the game. This is all I get. --------------------------------------- "cmd" /c subst Z...
  11. N

    FAILED: Package Program Complete

    Still fairly new to GMS2. I am trying to compile my game into a .zip archive. Keep getting the error "FAILED: Package Program Complete." Can anybody help me out with this? Entire error message below. "cmd" /c subst Z: "C:\Users\Isaiah\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" elapsed...
  12. F

    Error working with yaxis and xaxis.

    I have defined both the xaxis, and the yaxis variables. I still get this error every time I try to run the program. ___________________________________________ ############################################################################################ ERROR in action number 1 of Create Event...
  13. D

    Windows Image Quality in the Workspace 1 Tab

    All windows are adequately displayed, taking the desired extension. And one is not. Please tell me why and how to fix it?
  14. D

    Windows error sprite_index = choose

    "sprite_index = choose(Spr_asteroid_med, Spr_asteroid_small,Spr_asteroid_huge ); " it works incorrectly. the first sprite is always shown 2 times, and the last one in the list is not shown at all. who knows what the problem is? If you duplicate the second sprite, then everything is shown...
  15. B

    Android Can't run empty project: Build failed

    I would like to make my first steps towards making an android game and followed this yoyogames article on getting set up: https://help.yoyogames.com/hc/en-us/articles/115001368727-Setting-Up-For-Android-or-Amazon-Fire I have since been trying to get a fresh, empty project to run on my phone but...
  16. G

    object selection error

    Okay, it's very difficult to explain so I'll give an example: - oh well, I'm going to put some objects in this room * I'll open the room * - ok, now I go to the objects section and select an object * does what she said * - Very good, now I'm going to the enemies folder ... great .. wait, what...
  17. K

    The show_message() does not seems to be working...

    Hi, I am new to GMS2 and I face a issue. I try to use show_message("Hello World!"); but it doesn't show in output window or appear in a pop-up window. My system is Windows 10 and the version of GMS2 I am using is 2.3.1.536. This is the screenshot of the editor.
Top