View Issue Details

IDProjectCategoryView StatusLast Update
0003467Spring engineGeneralpublic2013-02-18 19:42
ReporterCarRepairer Assigned TojK  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version92.0 
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.
Attached Files
tent.dae (Attachment missing)
tent.png (Attachment missing)
tent.lua (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2013-02-13 18:15

administrator   ~0009788

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

Kloot

2013-02-13 18:20

developer   ~0009789

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

CarRepairer

2013-02-13 19:23

reporter   ~0009790

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.

Kloot

2013-02-13 19:31

developer   ~0009791

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)

jK

2013-02-13 20:05

developer   ~0009792

[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.

jK

2013-02-13 20:32

developer   ~0009794

found the bug, will fix

Kloot

2013-02-13 21:00

developer   ~0009795

Same, but go ahead.

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

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