Godot Version
v4.4.1.stable.official
Question
ERROR: editor/export/editor_export_platform.h:243 - Prepare Templates: Could not open template for export: "". I'm getting this error when I try to export to web. How on earth do I fix this?
v4.4.1.stable.official
ERROR: editor/export/editor_export_platform.h:243 - Prepare Templates: Could not open template for export: "". I'm getting this error when I try to export to web. How on earth do I fix this?
This is way too little information to help you.
Did you download the export templates? It looks like no export templates exist, so the engine can’t open them.
What settings did you use when trying to export?
I have all the release templates downloaded, and here’s the full export_presets.cfg data. (i genuinely have no idea how else to show the settings)
[preset.0]
name=“Web”
platform=“Web”
runnable=true
advanced_options=false
dedicated_server=false
custom_features=“”
export_filter=“all_resources”
include_filter=“”
exclude_filter=“”
export_path=“./thing.html”
patches=PackedStringArray()
encryption_include_filters=“”
encryption_exclude_filters=“”
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=“”
custom_template/release=“”
variant/extensions_support=false
variant/thread_support=false
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=“”
html/head_include=“”
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/ensure_cross_origin_isolation_headers=true
progressive_web_app/offline_page=“”
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=“”
progressive_web_app/icon_180x180=“”
progressive_web_app/icon_512x512=“”
progressive_web_app/background_color=Color(0, 0, 0, 1)
I solved it by updating to 4.5.