Godot failing to load resource on exported build on different computers

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By carlosfruitcup

I really don’t know how to fix this issue, the exported game works fine on my computer and works if I put it on a different drive, but on other computers the game refuses to load most scenes

ERROR: No loader found for resource: C:/Users/y0shi/Documents/GODOT/godot-FirstPersonStarter-c9f77c321f63d37ad2d6067107c9c930aa1fae18/Assets/Models/Revolver/RevolverTextureMap.png.
   at: (core/io/resource_loader.cpp:278)
ERROR: Can't load dependency: C:/Users/y0shi/Documents/GODOT/godot-FirstPersonStarter-c9f77c321f63d37ad2d6067107c9c930aa1fae18/Assets/Models/Revolver/RevolverTextureMap.png.
   at: (core/io/resource_format_binary.cpp:611)
ERROR: Failed to load resource 'res://.import/revolver_hammer.obj-f8b962ddb4669533ec9dba98847cbfba.mesh'.
   at: (core/io/resource_loader.cpp:206)
ERROR: Failed loading resource: res://.import/revolver_hammer.obj-f8b962ddb4669533ec9dba98847cbfba.mesh. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:270)
ERROR: Failed loading resource: res://Assets/Models/Revolver/RevolverParts/revolver_hammer.obj. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:270)
ERROR: res://Assets/Models/Revolver/Revolver.tscn:5 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Assets/Models/Revolver/RevolverParts/revolver_hammer.obj
   at: poll (scene/resources/resource_format_text.cpp:412)
ERROR: Failed to load resource 'res://Assets/Models/Revolver/Revolver.tscn'.
   at: (core/io/resource_loader.cpp:206)
ERROR: Failed loading resource: res://Assets/Models/Revolver/Revolver.tscn. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:270)
ERROR: res://Player/Player.tscn:5 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Assets/Models/Revolver/Revolver.tscn
   at: poll (scene/resources/resource_format_text.cpp:412)
ERROR: Failed to load resource 'res://Player/Player.tscn'.
   at: (core/io/resource_loader.cpp:206)
ERROR: Failed loading resource: res://Player/Player.tscn. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:270)
ERROR: res://Levels/Main/World.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Player/Player.tscn
   at: poll (scene/resources/resource_format_text.cpp:412)
ERROR: Failed to load resource 'res://Levels/Main/World.tscn'.
   at: (core/io/resource_loader.cpp:206)
ERROR: Failed loading resource: res://Levels/Main/World.tscn. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:270)

I have tried exporting by exporting all resources, exporting selected resources and dependencies, but nothing, I have even tried downloading the game from the page I uploaded it to and it still works perfectly fine.

ERROR: Failed loading resource: res://Assets/Models/Revolver/RevolverParts/revolver_hammer.obj

Reading from bottom to top, ss this the problem as it has hard-coded paths to materials in the OBJ?

spaceyjase | 2023-05-16 14:28