glitch

  1. J

    Windows F5 Run game does not work.

    *Presses F5* *A bunch of words below showed up* *Shows "Compile finish:..." *Nothing happens* Compile started: 5:43:38 PM "C:\Users\Owner\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /c /m=win /config="Default" /tgt=64 /obob=True /obpp=False /obru=True /obes=False /i=4 /j=8 /cvm...
  2. A

    GameMaker Some drawn sprites are offset randomly in full screen mode...

    So in a new game of mine, different clothing sprites are drawn on top on my player for the purpose of customization. I've been having issues where some (but not all) of these drawn sprites are offset weirdly. The attached picture shows this happening. Notice how the hair and knife are offset...
  3. Anixias

    Legacy GM [SOLVED] Ghost Socket Connection in TCP

    A client connects with socket (created by network_create_socket(network_type_tcp)) that equals 1. When the server connects them, the list of client_sockets has both socket 1 and socket 2 in the list. Socket 2 always connects before socket 1. This is messing with my game. This is literally just...
  4. Fixer90

    Windows Odd Error Problem (SOLVED)

    So I created a new sprite on Game Maker Studio Standard edition, then suddenly it stopped responding. It stayed in the stand-by-not-responding phase for a few minutes, so I force-closed it with the Task Manager. I reopened it later and it had a new sprite called "<undefined>". Suddenly a TON of...
  5. Anixias

    Legacy GM [Solved] Error message points to event with no code

    ############################################################################################ FATAL ERROR in action number 1 of Draw Event for object obj_ship: DoDiv :2: undefined value at gml_Object_obj_ship_Draw_76 (line 1) - {...
  6. G

    Particle system only making squares?

    So I had some code in my project that would start some basic weather stuff and it worked okay. Just remembered about it and tried to start the rain. But now all my particles are just square boxes. I haven't touched the code at all, so it should have still worked right? So then I figured well...
  7. Anixias

    Legacy GM Super Weird Buffer Glitch [Solved]

    I've built a sort of drawing program into a game I'm making. The last thread I made regarding this drawing program is in regards to this same issue, but I've encountered a new glitch altogether. So, here's how it pretty much goes: Buffer A is a buffer grow, aligned 1, 1024 bytes. Surface A is...
  8. P

    only playing frame 0 and 1

    title says it all. for some reason when i move it only plays the first two frames. any idea why // varibles var up = keyboard_check (ord('W')); var down = keyboard_check (ord('S')); var left = keyboard_check (ord('A')); var right = keyboard_check (ord('D')); //ground colision if...
  9. E

    My graphics are getting distorted?

    For some reason all of my sprites look fine in the sprite editor, but they get distorted whenever I start the game. The attached image shows the room editor on top and the game running on the bottom. Interpolate colors between pixels is checked off btw, It helped get rid of some weird white...
  10. Y

    Legacy GM Objects not opening

    Hey all So lately I noticed that sometimes when I try to double click an object to edit it's values, the object does not open. I try "Edit properties" from the right click menu and Alt+Enter but those don't work either. I found out that this normally occurs after my windows 10 (64bit) laptop...
  11. T

    Legacy GM Help! Game maker not working!

    Help. For school I am making a game. For some reason however, all the code I put into it doesn't work! I have correct syntax(duh), but there seems to be invisible walls. x's and y's don't react to input, but hspeed and vspeed do. I didn't put down an invisible wall by accident, because my game...
  12. D

    Legacy GM Screen rendering error?

    This is how my game looks ran on windows: But if I run my game on Android it looks like this: Why are those objects at the right most corner of the screen stretched? I have a script used to swap 2 tiles, but it doesn't appear to work in the affected area. Even under Windows, the objects...
  13. S

    draw_sprite_ext not working

    I'm trying to use draw_sprite_ext to draw a sprite to a surface, but it doesn't seem to draw the sprite if the xscale or yscale is negative. Any ideas?
  14. D

    Legacy GM [CLOSED] Thin Gap Between Two Triangles Forming a Trapezoid

    Graphical issue that isn't really a programming issue, but it doesn't really fit with the technical support questions either... so I thought it would be best to just put it here. GameMaker does not have a built in function to draw a trapezoid, so what I did was I drew two triangles like this...
  15. S

    Legacy GM Surface drawing glitch

    I'm trying to draw a sprite to a surface, but when I try to read the data off of it, it seems to read only the background color. As far as I can tell it only happens when the sprite is rotated either 90 or 270 degrees. It doesn't happen with sprites that have equal height and width.
  16. O

    Legacy GM Please Help! Objects/Backgrounds in physics game are being placed between pixels

    Hello everyone! Let me start by saying I'm sorry if this is an obvious fix; I'm relatively new to Game Maker: Studio. I just searched for this problem everywhere and couldn't get an answer. Anyways, my problem is that sometimes backgrounds and sprites for an object (player) get placed in...
  17. C

    Legacy GM music fade when sfx plays(how to avoid this) [SOLVED]

    hi when a sound effect plays the music fades down then back up when the sfx stop playing. The louder the sound effect the lower the music fades.(edit 2 i don't want this to happen) the music is handled by a persistent object. this is its step event: if overworld = true { if...
  18. P

    small collision bug

    honestly with how much i use this forum i might aswell have you guys program the whole damn game lol. anyways, heres my problem. when my characters sprite hits the wall, i cant move until the sprite is no longer hitting it.. however, if i touch it at a certain angle, it makes movement...
  19. S

    SPRITES GLITCH Sprites change on there own and there name changes on there own

    The spr_player_left sprite and the spr_player_right change there names to each other and even change to each others sprites to each other. The sprite are have backwards names meaning the spr_player_left sprite is facing right and the spr_player_right is facing left. When I try to change the...
  20. M

    Legacy GM Glitch that breaks Gamemaker Room Editor -HELP!-

    So you cant see my mouse, but its not on the object. ATM i'm only able to place one object, and whenever i click anywhere in the screen, it auto selects the object. I had a room full of objects before the problem started and right clicking delete all objects under mouse, deleted every object int...
Top