+3 votes

Hello

This is my first attempt to create something in Godot. But I have some experience with Unity and Game maker. I started building a project, and it comes together quite nicely.

But I am facing a problem, when I start debugging, no window is opened, no errors displayed, but in the output window I see

--- Debugging process started ---
--- Debugging process stopped ---

That's it. I also created an empty project with empty scene, all the same. I was expecting that it at least shows an empty window.

Tried 3.2.1 and 3.2.2.b1, all the same.

I am on Mac Catalina 10.15.4

Not sure what might be a problem

Please, experts advise

in Engine by (16 points)

There's probably not enough info to answer this. Is there any info in the console/terminal?

andersmmg has a point there. Try opening up the executable from the command line. It may spit out some error message when you try to debug your project.

I'm having the exact same problem with Godot 3.3.2.

Happened this same problem with Godot 3.3.3

Idk what may the problem is, tried to run it on cmd but didnt show any error

3 Answers

0 votes

Same here with mono 3.2.2

by (14 points)
0 votes

For me, using it on WIndows 10 might be because the project is hefty
I don't know about your Mac Catalina, but mine was because of the following:

Sprite player = (Sprite)GetNode("res://ProjectFolder/Character.tscn");
    GD.Print(player);

    if (player.Position <= DistanceToPlayer)
    {
        DrawLine(this.Position, player.Position, LineColor, 1, false);
    }

So I don't know if that is hefty for my PC (an AMD Radeon R4 Graphics card and others),

Hope this helps!

by (16 points)
0 votes

In my case I face with this porblem when I tried to inherit class from custom abstract class. Check inheritings...

by (14 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.