Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi,

Hm, I tried to play it, but it seems that project is not properly packed or something? When I try to launch it, main menu is working fine, but when I try to start the game I have below errors after I select save slot (any of available one):

ERROR: No loader found for resource:  (expected type: CompressedTexture2D)
    at: (core/io/resource_loader.cpp:359)
ERROR: Failed loading resource: res://Componentes/Objetos_reusables/Puerta_cambia_esenas/vacio.png. Make sure resources have been imported by opening the project in the editor at least once.
    at: (core/io/resource_loader.cpp:343)
ERROR: Can't load dependency: 'res://Componentes/Objetos_reusables/Puerta_cambia_esenas/vacio.png'.
    at: (core/io/resource_format_binary.cpp:459) 
ERROR: Error when trying to parse Variant.
    at: (core/io/resource_format_binary.cpp:503) 
ERROR: Error when trying to parse Variant.
    at: (core/io/resource_format_binary.cpp:490) 
ERROR: Failed loading resource: res://Componentes/Objetos_reusables/Puerta_cambia_esenas/Transportador_de_esenas.scn. Make sure resources have been imported by opening the project in the editor at least once.
    at: (core/io/resource_loader.cpp:343) 
ERROR: Can't load dependency: 'res://Componentes/Objetos_reusables/Puerta_cambia_esenas/Transportador_de_esenas.scn'.
    at: (core/io/resource_format_binary.cpp:459) 
ERROR: Error when trying to parse Variant.
    at: (core/io/resource_format_binary.cpp:503) 
ERROR: Error when trying to parse Variant.
    at: (core/io/resource_format_binary.cpp:490) 
ERROR: Failed loading resource: res://.godot/exported/133200997/export-c9976bda3c7a9721db8b29dae5a6d418-Mundo.scn. Make sure resources have been imported by opening the project in the editor at least once.
    at: (core/io/resource_loader.cpp:343) 
ERROR: Node not found: "../AudioStreamPlayer" (relative to "/root/Menu3D/Menu").
    at: (scene/main/node.cpp:1877)

After that game stuck (on loading screen I guess, it's just black screen with sun image on the bottom) and nothing happens and eventually it crash after trying to press some keys.

I... I can't find your bug, the game works for me :( I have the same version as yours.

I don’t know how to fix that bug I’m going to publish a new update faster than I had planned.

(+1)

I just tried launching it on my laptop (another PC, before I tried launching on my desktop PC), but it seems same errors happen:

By the way:

  • Desktop PC -> Windows 10
  • Laptop -> Windows 11

Not sure if that matters, but anyway same errors on both.

I updated the game :3 tell me if it works for you

Hmm, it still seems to be not working properly on my laptop. Now errors show already during menu loading (but menu itself is still working ok). When I try to play (select empty save slot) it stops working and crash.