• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code (FIXED/RESOLVED) Attempting to read outside the buffer

T

Toadro

Guest
FIXED/RESOLVED

Hi, so ive been following a tutorial for gamemaker studio (im on gamemaker studio 2), so ive had to change very few things for it work and any bugs ive had i fixed, untill i get this bug from this tutorial:

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Async Event: Networking
for object oClient:

Attempting to read from outside the buffer, returning 0
at gml_Script_client_handle_message (line 21) - client = buffer_read(buffer, buffer_u16);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_client_handle_message (line 21)
called from - gml_Object_oClient_Other_68 (line 3) - client_handle_message(async_load[? "buffer"]);

ill send anything you want, any help would be helpful
 
Last edited by a moderator:
Top