This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hello! I am a new Godot user and i am currently learning about the awesome game engine. I am learning through a YouTube tutorial with Hearbeast, and i have hit a roadblock.

I was adding collisions to my auto_tile, and after completing this i ran the project to check if the collisions are working.

The usual Godot screen is displayed before the game starts and it suddenly crashes or stops (i am not sure). The error i get is:

godot drivers/unix/netsocketposix.cpp:190 - Socket error: 10054

NOTHING ELSE. I was very confused. I went back to my collisions and saw that some tiles had extra collision (they were brighter than the rest). I removed them and tried again, still didn't work.

I could really use some help here because i love programming and game development. I am only 15 and don't know too much about the game development world, i am inexperienced.

PS. how can i add my project to be seen here?

Thank you!
Sincerely,
Meekal

in Engine by (12 points)

That error could be anything, you could paste some screenshot of your node structure, and upload the project to google drive and post a link to it here.

*** deleted ***

2 Answers

0 votes

I've had this problem a few times before. Every time it was when I changed a file name or really anything that is referenced by something else but not changed. If restarting the editor doesn't help, try making sure none of your files have been changed and that there are no missing resources when opening scene files.

by (654 points)
0 votes

I had the same problem. I realized that I set Project Settings -> Debug -> Settings -> Gdscript Max Call Stack to a value too high. Returning it to its default solved the problem.

by (176 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.