• 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. C

    GameMaker Unexistant Igor

    There is no Cache file in C:\Program Files\GameMaker it just doesn't exist for some reason... However, I saw there was a "runtimes" folder and inside it, there were 10 folders, each of them containing another folder named "native", inside that folder there are different things. linux-arm...
  2. Rafael Augusto

    SOLVED An error from the latest version of the game maker

    Starting with the latest version of game maker, the code below started to show errors before this code worked // Save ini_open("savefile.ini"); var vroom = base64_encode(string(room)); ini_write_string("STATE", "current_room", vroom); // Continue var vroom; ini_open("savefile.ini"); if...
  3. V

    GML (SOLVED. THANKS)"if variable!=noone" not seems to be reading

    I have this part where game checking if "body" variable is either equals something or noone, but when body turns to noone in other part of code it just not working and keep on script where body supposted to be something. Checking part: if body!=noone { if body.Rarm.dead=true or...
  4. M

    SOLVED Please help Variable Index [1] out of range [1]

    i'm trying to make a text box for my game folowing a Textbox tutorial game maker studio 2 from FriendlyCosmonaut, but i keep getting this error ;-; on obj text_box draw event draw_sprite(caixa_txt, 0, x,y); draw_set_font(p_caixa); draw_text_ext(x,y, text[page], caixaH, caixaW); create event...
  5. L

    Android GMS 1 - Could not determine java version from '20.0.2'.

    I'm getting this error as I am trying to run a program I made on my android phone.
  6. S

    Windows Run error, latest version,Please take a look

    Tip: Start running for a while, and it will appear Error prompt: C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2023.6.0.139/windows/x64/Runner.exe exited with non-zero status (-1073740940) elapsed time 00:01:32.8828546s for command...
  7. Mikael Segedi

    Android How to remove Android TV?

    hello, I'm getting following message on google play console when uploading my android build: The app is published as an apk that supports TV. In other words, it contains <category android:name="android.intent.category.LEANBACK_LAUNCHER"/> under one of the intent-filter of the main activity ...
  8. T

    GML Push :: Execution Error

    Hi! I am currently using a tutorial video for day-and-night shaders; and I am currently going through some problems at the moment... I copied this from the video by the way, I am only making the change that it would go by a slider in the video to it being affected by an alarm thingy. (There are...
  9. Santy Claws

    SOLVED Error DoAdd: 1: Illegal Array Use

    I'm relatively new to GameMaker Studio, but to give some context I'm following a tutorial on how to make TextBoxes. Although I have roughly the same code as the Tutorial, the moment I run the game, it says: "ERROR in action number 1 of draw event for Object DoAdd: 1: Illegal Array Use at...
  10. PopyCorny

    GameMaker [New to GameMaker] Cannot run my game

    Hey , I followed the GameMaker "Make an arcade game in 15 minutes thread" and when I try to run my game it does not run and it writes this: elapsed time 00:00:02.0636707s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2023.6.0.137/bin/igor/windows/x64/Igor.exe" -j=8...
  11. D

    SOLVED Transition from Roll to Fall state

    Hi, Im having some problems trying to correct a small bug. The following bug: The player keeps rolling until the animation ends. I have tried many different codes but the bug persists. If someone can help my I would appreciate. Current roll state code: function player_state_roll() {...
  12. 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...
  13. C

    SOLVED Invalid callv target #2

    Hi, I'm a beginner and currently trying to create a main menu. Whenever I load up the game, there is an error message that reads: "ERROR in action number 1 of Draw Event for object obj_menu: Invalid callv target #2 at gml_Object_obj_menu_Draw_0 (this is followed by a lot of hashtags)...
  14. 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...
  15. M

    SOLVED Any help with error GM1019?

    I am getting the error on calling the handle_colision_player function. GM1019: The function 'obj_player_Event_Step$$handle_colision_player' takes no more than 0 arguments but 4 are provided. obj_player : Step 37:2 /** * Function handle_colision_player(_setter, _distance, _obj...
  16. 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...
  17. Q

    GameMaker Error while running Android VM build

    Hello, I"m trying to run a project for Android VM, but failed. I don't see the reason in the logs, can you guys help me? I can build a .apk file without errors and run in to my phone, but when I try to test directly (via USB or local network via adb connect) I got "FAILED: Run Program Complete"
  18. C

    issue with multiple variables and running scripts

    hi guys Im currently in the process of making a slot machine game. I've managed to fix every other issue i've ran into so far but this i just cant work out why its not working. ive tried many different methods to fix it today, literally spent about 12 hours today trying and no luck so the...
  19. S

    SOLVED Variable Index out of range (Attacks not coming out on ground)

    I'm currently making a fighting game, and trying to program attacks. For some reason, my aerial attacks work, but none of my grounded ones do. After attempting to fix, I had an error brought up. Before that, I'd like to give as much context as I can: I have been following a tutorial for fighting...
Top