error

  1. S

    Question - IDE Running my program isn't working

    Hello! This is my first-day trying GameMaker Studio 2 and just Game dev in general. I am quite new to this, and I've been following the 'Little Town tutorial'. I'm on session 1, "episode" 7 currently. This one's about running your program - I was trying that, and I've tried several times and it...
  2. Totofer77

    SOLVED How can I play the game despite having unused Variables?

    Well, I don't know if I'm the only one to complain about a problem like that, but the game won't load all because I have unused Variables Here is the Output : "cmd" /c subst Z: "C:\Users\totop\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" elapsed time 00:00:00.0759998s for command "cmd"...
  3. S

    Windows I cannot test run my game

    I opened my project today after not working on it for a month, but now I am not able to run the game to test it. I am not sure what is wrong since I was able to open it fine a month ago and it all of the sudden stopped working. There is nothing in compile errors, but I checked Output and this is...
  4. yaragad

    Android Get Key failed: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.

    Hi. While building an .apk for Android / local / YYC on 2.3.5.458 and get the error below. - When I click on Show Key, it works correctly. - Im runing same SKD, NDK and JRE than in the instructions, and they are installed. - This error happens after 3 minutes, so I think game is compiled...
  5. If Programable_Matter

    Currently have Enterprise Subscription and HTML5 is always messing up

    What is the whole point of having the Enterprise subscription when HTML5 program is constantly getting corrupted and crashing with the sprites or other compiling errors.... I currently get the following errors... and I have already used the cleaning brush cache [GMWebServer] Unhandled...
  6. thom

    Memory error at every new update (The memory could not be read)

    Hi, every time I make a new update for my game (after exporting on windows) and the game is launched it will give the following error: The instruction at 0x0000000001D77080 referenced memory at 0x0000000000000000. The memory could not be read. Now when I press ok, it will just launch the game...
  7. L

    enemy

    Olá, há alguns dias estou tentando encontrar um bug no meu código para criar um inimigo. Se alguem puder me ajudar fico muito grato etapa: if (distance_to_object (obj_player) <150 && hp> 0) { mp_potential_step_object (obj_player.x, obj_player.y, vel_enemy, true); } if (hp <= 0) { temporizador +...
  8. ThePlayerEden

    GameMaker ERROR - Variable Index [3] out of range [3] (SOLVED)

    Hi ya'll! So I'm getting this error, I was following a tutorial on youtube, anyways I was doing good, and then afterward this popped up and I've looked through all I know and rewatched the video multiple times. I'm still pretty new to all this so I'm stumped. Here's the error I got...
  9. M

    Error message upon creating executable

    Hi so I'm pretty new to Game Maker and I just finished one of the tutorials. I've been able to create an installer using the zip instead of making an executable. Whenever I try to create an installer I continue to get this message LicenseData: open failed...
  10. 2

    GMS 2.3.4 Quits on Start Up

    I upgraded to the newest stable and it won't run. I think I upgraded from 2.3.3 (which worked fine) to 2.3.4. When I double click the GMS2 icon it appears on my taskbar and right when it is about to display something onscreen it quits with no error message. The screen fills with white/gray that...
  11. Frykaeshi Master

    Gamemaker deletes my surface in miliseconds the game starts running

    I create a surface in the create event of an instance, draw some sprites in it, and draw the surface in the draw event of the same instance, but the moment I start the game it draws it for a milisecond and crashes saying the surface doesn't exists. Seriously, I have to make it work but have no...
  12. A

    GameMaker Help Dont Know Wats Wrong

    Keep getting this error Object: obj_player Event: Step at line 13 : unexpected EOF encountered Object: obj_player Event: Step at line 9 : malformed if statement This is the code 1.//Move Around 2.if (keyboard_check(vk_right)) x = x + 4; 3.if (keyboard_check(vk_left)) x = x - 4; 4.if...
  13. 1tsmey0sh1

    Windows I have been following a tutorial and i have been getting this error ERROR in action number 1 of Step Event2

    So this is the full error ___________________________________________ ############################################################################################ ERROR in action number 1 of Step Event2 for object Obj_breakableparent: Variable Obj_tree.helditem(100007, -2147483648) not set...
  14. A

    Error when compiling game

    See the attachment
  15. F

    SOLVED Error I don't understand

    Hello! I am currently following a tutorial series on how to do networking in Gamemaker. Link: After going through what the guy did in the video, I get an error message saying: ___________________________________________...
  16. 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...
  17. 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...
  18. 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
  19. 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...
  20. 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...
Top