Ticket #768 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Various ERRORs

Reported by: fabio Owned by: michael
Priority: Release Blocker Milestone: Alpha 5
Component: Art & Animation Keywords:
Cc:

Description (last modified by fabio) (diff)

When starting Celt-Iberia map:

ERROR: CSkeletonAnimManager::GetAnimation(art/animation/): Failed loading, marked file as bad

FIXED: When placing an Iberian corral:

ERROR: Failed to find file: "art/actors/props/structures/carthaginians/corral_mud.xml"
ERROR: CObjectManager::FindObjectBase(): Cannot find object 'props/structures/carthaginians/corral_mud.xml'
ERROR: Failed to find file: "art/actors/props/structures/carthaginians/corral_mud.xml"
ERROR: CObjectManager::FindObjectBase(): Cannot find object 'props/structures/carthaginians/corral_mud.xml'
ERROR: Failed to find file: "art/actors/props/structures/carthaginians/corral_mud.xml"
ERROR: CObjectManager::FindObjectBase(): Cannot find object 'props/structures/carthaginians/corral_mud.xml'
ERROR: Failed to build prop model "props/structures/carthaginians/corral_mud.xml" on actor "corral"
ERROR: Failed to find file: "art/actors/props/structures/carthaginians/corral_mud.xml"
ERROR: CObjectManager::FindObjectBase(): Cannot find object 'props/structures/carthaginians/corral_mud.xml'
ERROR: Failed to find file: ""

Change History

comment:1 Changed 2 years ago by historic_bruno

  • Owner set to Art Department
  • Component changed from Game engine to Game Art

Looks like possibly an erroneous decal reference in this file: public\art\actors\structures\iberians\corral.xml

comment:2 Changed 2 years ago by fabio

  • Description modified (diff)

T

comment:3 Changed 2 years ago by k776

  • Priority changed from Should Have to Release Blocker

comment:4 Changed 2 years ago by k776

  • Owner changed from Art Department to michael

comment:5 Changed 2 years ago by historic_bruno

The first error is likely caused by line 34 in public\art\actors\units\iberians\infantry_spearman_b.xml:

<animation file=""/>

So it's trying to load /art/animation as a file.

comment:6 Changed 2 years ago by michael

  • Status changed from new to closed
  • Resolution set to fixed

Fixed actor. Committed. This baby is fixed.

Note: See TracTickets for help on using tickets.