You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has 3 maps, all of them have baked light. When exporting for Linux/X11 (doesn't happen for Windows), the following error a trigger
ERROR: Unable to open file: res://.godot/imported/Bedroom.exr-9532230836c3b7fe84bb3cc8b6a76809.etc2.ctexarray.
at: _load_data (scene/resources/texture.cpp:3063)
ERROR: Failed loading resource: res://.godot/imported/Bedroom.exr-9532230836c3b7fe84bb3cc8b6a76809.etc2.ctexarray. Make sure resources have been imported by opening the project in the editor at least once.
at: _load (core/io/resource_loader.cpp:214)
ERROR: Failed loading resource: res://src/maps/Bedroom.exr. Make sure resources have been imported by opening the project in the editor at least once.
at: _load (core/io/resource_loader.cpp:214)
ERROR: Can't load dependency: res://src/maps/Bedroom.exr.
at: load (core/io/resource_format_binary.cpp:699)
ERROR: Failed loading resource: res://src/maps/Bedroom.lmbake. Make sure resources have been imported by opening the project in the editor at least once.
at: _load (core/io/resource_loader.cpp:214)
ERROR: Can't load dependency: res://src/maps/Bedroom.lmbake.
at: load (core/io/resource_format_binary.cpp:699)
ERROR: Failed loading resource: res://.godot/exported/133200997/export-9dedc3e3c809a6a59b969cc33e2304cd-Bedroom.scn. Make sure resources have been imported by opening the project in the editor at least once.
at: _load (core/io/resource_loader.cpp:214)
^C
Steps to reproduce
Export a project (the same happen with or without embedded pck) with baked light
I can't reproduce the issue with that project. I could export it to Linux using 4.0 beta 8 and everything works fine (tested both debug and release builds).
It's pretty weird that it tries to load ETC2 textures, as those are only used on Android and iOS. So it's normal that they're not included in the PCK when exporting to Windows or Linux.
Godot version
4.0-beta8
System information
KDE Plasma, intel u620
Issue description
My project has 3 maps, all of them have baked light. When exporting for Linux/X11 (doesn't happen for Windows), the following error a trigger
Steps to reproduce
Export a project (the same happen with or without embedded pck) with baked light
Minimal reproduction project
https://github.com/Levrault/mr-mister-and-the-winter
Only need to git clone and export
The text was updated successfully, but these errors were encountered: