stack overflow

  1. FoxyOfJungle

    Development Stack Overflow discussion

    Hey everyone! So today I had an idea to create a thread out of curiosity: have you managed to get a Stack Overflow on GameMaker yet? how did you do it? I believe this topic can be useful for anyone who encounters a problem like this. :) The funny fact that everyone knows is that there is an...
  2. OKOCIM

    Adding a new object with ANY parent crashes game?

    I recently merged changes with my teammate, and afterwards anytime I tried to enter a room (past the menu / config room) the game would crash with dreaded "exited with non-zero status (-1073741571)". After some digging I decided to create a test room and add in objects one by one, and discovered...
  3. C

    Mac OSX GMS2 v2.3.0.529 problem after creating a sequence within a project

    Hello, I have the most recent version of GMS2 installed with the latest version of mono. just recently while I was working on a project, I created an sequence for an object before I ran the game to test it. once I stared to run the game, it suddenly crashes and in the output window it showed...
  4. JesterOC

    SOLVED [SOLVED] UDP Networking... Stack Overflow when sending player positions. Please Help!

    I've been stuck the past couple days on a UDP GM server problem.... So with TCP you have a socketlist, which you can get from the network connect async event... ...in UDP it is connectionless, just messages... so we use async_load and get IP and PORT... This appears to have no problems on the...
Top