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

    System.OutOfMemoryException for No Apparent Reason

    Hello, recently GMS has been showing System.OutOfMemoryExceptions for no apparent reason. This is on a completed game that I have not added any huge graphics to or adding anything memory intensive. At first I thought was the async gamepad functions since that's when the...
  2. C

    When my character walks into a wall i get this error message

    ############################################################################################ ERROR in action number 1 of Step Evento_solid for object o_player: Variable o_player.xprevios(100021, -2147483648) not set before reading it. at gml_Script_collision (line 30) - x = xprevios...
  3. C

    Windows ypp to exicutible

    hello I am new and I just finished my new game but I cant get it as an executable I've followed some tutorials but every time i push the export button (the one next to the play buttons) but I'm prompted with the same error message: "packages can not be built for selected platform" please help
  4. ElectricRay

    SOLVED Error when exporting to Android in GMS2 2.3.3.574

    I've been trying to export a game to Android in GameMaker Studio 2.3.3.574 (the latest one) but an error always ocurrs, so I sent the log to a programmer friend and he told me that the error came from the GameMaker Studio 2 files and there was nothing I could do, so I'm checking if anyone has or...
  5. T

    [Solved] Argument not able to be set

    Hi everyone, I am having trouble with a script I created that uses functions from csanyk's iMprOVE_WRAP extension. The purpose of the script is to return some traits in an array of the nearest object from the calling instance. I use this so enemies know the location of the player. To get the...
  6. Someone You Might Know

    SOLVED local variable xorigin(100011) not set before reading it.

    Hi, good people. Today, I faced a weird error, which is in the title. Full error log: ___________________________________________ ############################################################################################ ERROR in action number 1 of Step Event0 for object obj_menu: local...
  7. AceKiron

    Invalid callv at target #2, line -1 of function

    This is an error my friend sent me after playtesting my game's prototype, I don't know what the error means though. Here's the script containing gminput_core_check: function gminput_core_check(key, checkAxisAndDPad, checkButton, checkKeyboard, checkMouseButton) { if...
  8. I

    Android Android Build Failed

    I am new to mobile development and I just don't understand how to fix this FAILURE: Build failed with an exception. * What went wrong: Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used...
  9. Baconleaf

    GML Visual Beginner Stuff- Spawning Error?

    I've been following the DnD tutorial for asteroids. Everything works besides an odd issue when The ship collides with a rock. If I set to 1 life, the gameover screen runs fine, but if I set to 3 the game runs fine until I theoretically should have 2 lives. I went on with the tutorials until the...
  10. S

    Having an error pop up.

    So when i try to run my game after adding some scripts from a tutorial i get this error ___________________________________________ ############################################################################################ ERROR in action number 1 of PreCreate Event for object o_entity...
  11. Nick Nishort

    HTML5 [SOLVED] "GameMaker_Init is not defined" error

    Hello! I was making my game for HTML5. Suddenly, after compilation, I get this error - Everything worked fine before. I use Google Chrome, and also I have Steam GMS version. Everything works well when I build the game on Windows Who knows what is the reason? Or How can I fix it? There was an...
  12. F

    HTML5 [SOLVED] All sprites are repeating themselves, forming a trail wherever they go, including the background

    Hi guys, I'm participating in a gamejam, it's my first time using Game Maker Studio 2, everything was fine, until suddenly all the sprites are repeating themselves, forming a trail wherever they go, including the background, I can't figure out why.
  13. G

    I can not log in!!!!!

    I can not log in. I already installed the GMS2 application and I already created and verified my Yoyo account, even so every time I run the program and put all my data, it throws me an error. could you help me soon? they wanted to enter the game jam as soon as possible
  14. L

    Windows error on exporting

    i cant export my game to a zip file it says packages can not be built for the selected platform
  15. Pelican Police

    Crash report privacy

    So game maker 2 crashed randomly in the background while I wasn't using it. Out of curiosity, I viewed the report. At the top, it said: "Anonymised License ID" or something like that, the error is gone now I can't find it so I can't get the exact wording. So my first impression of it was "oh...
  16. Turkish Coffee

    Android building/exporting problem

    Hey, I'm having issues with building to Android. I installed everything I should I think and can't understand what the engine means with "> Failed to find Platform SDK with path: platforms;android-31" even though everything seems okay to me.
  17. V

    Need Help With Error

    So, I watched Shaun Spalding's GMS2 Action RPG Tutorial on Queuing text boxes and I encountered an error, which is this: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw...
  18. A

    Question - IDE Unable to login - cannot reach https://accounts.yoyogames.com

    Hello everybody, I took a trial version of Game Maker Studio and faced with this error. (for some reason I'm using GMS 2.1.5.322) I'm living in Russia and can enter the website only with VPN but I couldn't login with Opera's VPN (or I've done something wrong with other VPNs). My OC is Windows...
  19. Marquitos3000

    Windows COLLISION PROBLEM (HELP)

    Hi, I´m making a plataformer game and in my character I put this in the Step event: var hor = keyboard_check (vk_right) - keyboard_check (vk_left) if (hor != 0) { if (place_free(x + hor * 2,y)) { x += hor * 4; } image_xscale = hor * 2; sprite_index = sPersonajeWalk; } else {...
  20. Pelican Police

    buffer_read - but it won't crash if you read beyond the end

    GM Version: 1.4 Target Platform: ALL Download: N/A Links: N/A Summary: If you try to read beyond the end of a buffer, you will get an error. This is a problem if your game uses buffers for networking, because anyone could maliciously send a buffer that ends unexpectedly, triggering this...
Top