The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+2 votes

In the tutorial, it gives the command

./bin/godot.x11.tools.64 --doctool .

However when I navigate to the bin folder on windows and use

godot.windows.tools.32.exe --doctool .

It gives me the error

OpenGL ES 3.0 Renderer: GeForce GTX 1070 Ti/PCIe/SSE2
Loading docs..
Loading docs from: ./modules/gdnative/doc_classes
Loading docs from: ./modules/stb_vorbis/doc_classes
Loading docs from: ./modules/opus/doc_classes
Loading docs from: ./modules/bullet/doc_classes
Loading docs from: ./modules/gdscript/doc_classes
Loading docs from: ./modules/gridmap/doc_classes
Loading docs from: ./modules/mobile_vr/doc_classes
Loading docs from: ./modules/enet/doc_classes
Loading docs from: ./modules/regex/doc_classes
Loading docs from: ./modules/theora/doc_classes
Loading docs from: ./modules/webm/doc_classes
Loading docs from: ./modules/visual_script/doc_classes
Loading docs from: ./doc/classes
Merging docs..
Erasing old docs at: ./doc/classes
Erasing old docs at: ./modules/bullet/doc_classes
Erasing old docs at: ./modules/enet/doc_classes
Erasing old docs at: ./modules/gdnative/doc_classes
Erasing old docs at: ./modules/gdscript/doc_classes
Erasing old docs at: ./modules/gridmap/doc_classes
Erasing old docs at: ./modules/mobile_vr/doc_classes
Erasing old docs at: ./modules/opus/doc_classes
Erasing old docs at: ./modules/regex/doc_classes
Erasing old docs at: ./modules/stb_vorbis/doc_classes
Erasing old docs at: ./modules/theora/doc_classes
Erasing old docs at: ./modules/visual_script/doc_classes
Erasing old docs at: ./modules/webm/doc_classes
Generating new docs..
ERROR: Can't write doc file: ./doc/classes/@GDScript.xml
   At: editor\doc\doc_data.cpp:964

For reference, I compiled 32-bit Godot from the master branch, fully up to date.

in Engine by (28 points)

1 Answer

0 votes

I think it's required to run this from the Godot root directory:

.\bin\godot.windows.tools.32.exe --doctool .

And make sure to run this as Administrator, works for me.

by (1,422 points)
edited by
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.