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

I'm trying to export my game to Windows, and it just isn't working.
I get a repeating error about some core binding stuff.

I can't copy + paste the error, as the console is scrolling continuously.
If it helps, I could upload the executable somewhere.

EDIT:
Here's a screenshot.
enter image description here

in Engine by (38 points)
edited by

You can upload a screenshot, or maybe you can execute the game from the Windows command prompt and redirect output to a file, like this:
yourgame.exe > log.txt

It turns out that I was printing something that it didn't like, but now I have another strange problem. Will edit the question to include.

EDIT:
That didn't fix it.

This is similar to this bug: https://github.com/godotengine/godot/issues/4927. It was fixed in master. But your error messages are not the same. What version of Godot you are using?

I'm using 2.0.3 stable. I tried to compile master, but got errors about missing .h files.

1 Answer

0 votes
Best answer

I updated my Godot to master, and found that there was another error: my .json files weren't being exported, because I hadn't put a filter in for them.

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