• 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 - IDE Debugger won't connect on GMS 1.4 imported project (error 10061)

B

BlueLemming

Guest
The debugger gets error 10061 and won't connect to 127.0.0.1:10005. I've changed the ports, disabled the firewall and restarted my computer. The debugger connects fine on a new project made in GMS2 but on my imported project from GMS 1.4 it has the error.

The console output is this (repeating) while the debugger tries to connect:

Code:
Debugger connected
Debug_SendGameStructure: packet size 1031533
Client Refused: 127.0.0.1
Client(0) Disconnected: 127.0.0.1
Debugger disconnected
Client(-1) Connected: 127.0.0.1
Debugger connected
Debug_SendGameStructure: packet size 1031533
I also at one point had this appear in the console, but I can't get it to reappear now:

Code:
Unexpected exception : System.ArgumentException: An item with the same key has already been added.
(There was more to the error, but I can't recreate it so I had to look through my google search history from last night to get that)

Any suggestions?
 
Top