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

freeze

  1. A

    GameMaker Can't open big room in modern GM version (2.3 onward)

    Hey guys, I have a weird issue. I am making an open-world game with a very, very big room with thousands of objects and probably tens of thousands of sprites. When 2.3 I had a bunch of problems which made me stay with 2.2.5, one of these was the fact that the room in question was much, much...
  2. Dininho

    HTML5 HTML5 Click Issues on mobile

    Hello! Has anyone else already got short freezes on game maker HTML5 on mobile? I think it's a chronic Game Maker issue, even with not even a single click checking function, in a clean project just with a moving background, every time I touch the screen, I get a screen freeze.
  3. D

    Debug mode IDE lockup, memory leak, and workaround

    This issue has been a pest to me for quite some time now. I've complained about it various times on here. My large scale project overuses and abuses functions, methods, structs, and references. Also a lot of use of id instance variable also. The issue: While using debug mode with my project...
  4. Nedenir

    GameMaker Importing project from Marketplace (2.x to 2.3)

    Importing project from Marketplace stuck at converting, its looks like freeze, same if i download project and try to import it manualy. Windows gave me info that GameMaker stops working. Ergo Can't import 2.x projects into 2.3
  5. T

    Game Maker stops responding when trying to load a specific file

    I'm using GameMaker 8.0 Pro and when trying to load a specific file, it gets stuck on the "Loading Game Data ... (Not Responding)" window. Other projects are loading without any issues, and I did save properly last time I closed Game Maker. It's been about 10 minutes and it's still stuck. It...
  6. S

    Windows Test launch freezes computer

    Heya all, I hope my English is fine: So I have been working on a game for two years now and the resources gather up to +800 MB already. When I launch the game to test, it becomes more and more laggy and my computer is practically unusable. Since yesterday the lag stands for around 30 minutes...
  7. A

    Windows Game freeze upon colliding with a corner.

    I've spent a while getting my movement code with proper acceleration and smooth collisions to work with as a little code as possible, and while I was doing so my ideas changed a lot and the code still has remnants of old organization. At some point in the process, I discovered that whenever I...
  8. H

    GML camera_set_view_angle freezes game

    Basically whenever I try to use the function camera_set_view_angle my game freezes. I can put it anywhere in my camera create or step event and no matter where it is it freezes my game. I have no clue why and would be so grateful for help. CREATE //Initialize camera = camera_create(); follow =...
  9. C

    Windows Consistent extreme lag on startup of any project - then running fine?

    I've been dealing with this problem on my desktop for a fair while now with any of my projects made in GMS2. Literally every single time I run a project the first second or so is fine and then there is extreme lag almost to the point of freezing, then a few seconds later the game runs fine? It's...
  10. I

    GameMaker room_restart() freezing the game.

    (English is not my native language, so ignore if something is wrong) I'm trying to make my room restart when the character dies, but the game freezes instead. I put the function on the "home" button to see if it worked, but the game simply freeze the moment I press the button and it returns to...
  11. H

    GameMaker My game freezes after i kill enemy

    So when i click play (f5) and start walking in my platformer game and kill enemy the game maker studio 2 runner freezes and i have to close it with task manager.
  12. E

    Legacy GM How to pause all audio sounds if game freezes?

    Hello, GameMakers. If you hold the window of the game, it will freeze, but somewhy the sound won't. There is an extension that creates its own window instead of default but it's not an option. Is there any extension or other way to pause the sounds if the game freeze? That would be very...
  13. P

    Windows Asset compiler not finishing, can't run game

    I exported my game over to my laptop to work on it on the go, and while it works fine on my desktop, the laptop won't run the game. It starts compiling normally, and then stops after it reaches this message: [Compile] Run asset compiler It freezes after that, and never finishes compiling -...
  14. L

    Sound_delete causing game to crash?

    Dear all, My project is a top down shooter that involves loading and unloading external sounds whilst driving a car. Sometimes, but not always, the game freezes and crashes without a fatal error when I exit a vehicle. Usually, the looping song stops, but I would occasionally notice that the...
  15. K

    GML When using [Do...Until] statement, game freezes

    So im trying to make a pseudo fighting game, where you click on the target, and then the character attacks. Right now im trying change the sprite to the attacking sprite when clicking the target, and then go back to the idle sprite if global.attackType = 1 && global.attackTarget = 1{ do {...
  16. JeanSwamp

    GameMaker Hit Freeze Frames

    Hello, I'm trying to find out the best way to implement a hit frame for 0.2/0.5ms whenever a big hit strikes an enemy to create a more impactfull feeling on top of the screenshake. I've seen stuff searching the webs like: var time = current_time , ms = argument0; do { } until( (...
  17. Andrey

    Android Uploading and loading audio groups can cause to freeze app on Android.

    I've noticed that uploading and loading audio groups can cause the app to completely freeze on Android (Crash are also on Windows.). The crash occurs exactly on the function audio_group_load. The error is not always 100% reproducible. But it occurs with a frequency of about 1/5 cases. Does...
  18. J

    Android Virtual Keyboard freezes

    When using the virtual keyboard, it freezes if you try to alter a string of characters. However, if the string is empty (like calling keyboard_string = "" at the start of a room) is completely fine. For example, in my game I want to limit the characters the user can input for a name to Letters...
  19. I

    Question - Code Game freezes

    Hello everyone I was following the tutorial on how to make a 2d plataformer. The thing is after writing the code I rund the game and whenever I touch a wall the game stops and freezes any help would be appreciated. Here is the line of code key_left = keyboard_check(vk_left); key_right =...
  20. N

    Mac OSX Game compiles then freezes for a few minutes

    Short version: I press compile and roughly 20 seconds later the game finishes compiling and launches the game Window. After that, the game freezes for 2 to 3 minutes. The game works fine after the freeze. Additional Info: This is the Mac version 2.1.5.322. I have thousands of assets in my game...
Top