+1 vote

I'm teaching a friend how to use Godot, so we set up a GitHub repo for our game. We managed to work together with no hassle a few days ago, but now the project crashes every time I try to open the project, only on my machine. He can pull any changes I make and still open the project.

It crashes specifically at the (Re)Importing assets phase. The bar gets through 80-83% and then the program stops responding forever.

Here's the repo: https://github.com/Fupicat/jogo-foda/ Se vc fala português desculpa o nome viu

Since the problem seemed to be with importing, I tried:

  • Deleting the .import folder
  • Deleting every .import file
  • Adding it to .gitignore and then deleting it from the repo
  • Redownloading Godot
  • Restarting my PC
  • Opening a zip file straight from my friend's machine without cloning the repo and without the .git folder

Nothing worked, I'm just clueless right now.

Godot version 3.2.3
in Engine by (90 points)

3 Answers

+1 vote
Best answer

FYI: I traced it down to be the font you use. What I did was delete one resource after another unitl the project opened. I couldn't find out which fix adresses this in 3.2.4 though. Weidly enough other true type fonts like consolas work fine.

by (1,517 points)
selected by

Damn, that's bizarre. Thanks for doing all this work, I never thought about the font.

0 votes

It may be because the file is too large. This happens to me ALL the time when I tidy my filesystem. All you have to do is start the editor and DO NOT touch the mouse or the keyboard until it says that the import is done, because this would cause the engine to be overworked into doing too many things in one time, thus it would crash. If that doesn't work then I don't know what else to tell you.

by (309 points)

No, I know importing takes a while but this was literally infinite. I've already got an answer though, apparently it was a bug and downloading Godot 3.2.4rc5 allowed me to open it. https://www.reddit.com/r/godot/comments/m5uto3/godot_crashes_when_importing_assets

0 votes
by (90 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.