2025-07-21 04:41 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0003467Spring engineGeneralpublic2013-02-18 19:42
ReporterCarRepairer 
Assigned TojK 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version92.0 
Target VersionFixed in Version 
Summary0003467: Fail to load texture for dae models
DescriptionSpring fails to load texture for dae models. S3O still works. Below is an example error message. This doesn't occur in v91, the image files all load correctly.


[f=0000303] [Model] Loading model: objects3d/tent.dae
[f=0000303] [Model] No meta-file 'objects3d//tent.lua'. Using defaults.
[f=0000303] [Model] Found valid model metadata in 'objects3d//tent.lua'
[f=0000303] [Model] Importing model file: objects3d/tent.dae
[f=0000303] [Model] Processing scene for model: objects3d/tent.dae (4 meshes / 1 materials / 0 textures)
[f=0000303] [Texture] Warning: [LoadS3OTextureNow] could not load texture "unittextures/tent.png" from model "objects3d/tent.dae"
[f=0000303] [Model] Loading textures. Tex1: 'unittextures/tent.png' Tex2: ''
[f=0000303] [Model] Loading pieces from root node 'Scene'
[f=0000303] [Model] Model objects3d/tent.dae Imported.
[f=0000303] [GiveUnits] spawned 1 tent unit(s) for team 0
Steps To ReproduceSpawn any unit with a dae model.
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • ? file icon tent.dae (493,071 bytes) 2013-02-13 19:20
  • png file icon tent.png (2,244,024 bytes) 2013-02-13 19:21
  • ? file icon tent.lua (1,393 bytes) 2013-02-13 19:23

-Relationships
+Relationships

-Notes

~0009788

abma (administrator)

which game has dae models? (how to reproduce?)

~0009789

Kloot (developer)

attach tent.dae + tent.lua + tent.png bitte

~0009790

CarRepairer (reporter)

re: tent.lua - if you mean the lua metafile, I don't use those. If you mean unitdef, my unitdefs might look incomplete because I do most stuff in unitdefspost. I'll attach anyway.

~0009791

Kloot (developer)

I meant the metafile, since your log claims one exists:

[f=0000303] [Model] Found valid model metadata in 'objects3d//tent.lua'

(if not, that would be a bug in itself)

~0009792

jK (developer)

[f=0000303] [Model] No meta-file 'objects3d//tent.lua'. Using defaults.
 [f=0000303] [Model] Found valid model metadata in 'objects3d//tent.lua'

It's just a verbose problem, not a logic one.

~0009794

jK (developer)

found the bug, will fix

~0009795

Kloot (developer)

Same, but go ahead.

(for reference, bug is that it tries to load "unittextures/unittextures/tent.png")
+Notes

-Issue History
Date Modified Username Field Change
2013-02-13 18:07 CarRepairer New Issue
2013-02-13 18:15 abma Note Added: 0009788
2013-02-13 18:20 Kloot Note Added: 0009789
2013-02-13 19:20 CarRepairer File Added: tent.dae
2013-02-13 19:21 CarRepairer File Added: tent.png
2013-02-13 19:23 CarRepairer Note Added: 0009790
2013-02-13 19:23 CarRepairer File Added: tent.lua
2013-02-13 19:31 Kloot Note Added: 0009791
2013-02-13 20:05 jK Note Added: 0009792
2013-02-13 20:32 jK Note Added: 0009794
2013-02-13 20:34 Kloot Assigned To => Kloot
2013-02-13 20:34 Kloot Status new => assigned
2013-02-13 21:00 Kloot Note Added: 0009795
2013-02-14 12:10 jK Changeset attached => spring develop b4f88ae5
2013-02-14 12:10 jK Assigned To Kloot => jK
2013-02-14 12:10 jK Status assigned => resolved
2013-02-14 12:10 jK Resolution open => fixed
2013-02-18 19:42 jK Changeset attached => spring release 4294272c
+Issue History