Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#4415 closed defect (fixed)

[PATCH] cart temple fails to validate after cache clearing

Reported by: mimo Owned by: Stan
Priority: Must Have Milestone: Alpha 22
Component: UI & Simulation Keywords: patch
Cc: Lordgood Patch:

Description

After having cleared the cache, i get

ERROR: RelaxNGValidator: Validation error: (null):0: Extra element props in interleave
ERROR: RelaxNGValidator: Validation error: art/actors/structures/fndn_4x6.xml:11: Element variant failed to validate content
ERROR: RelaxNGValidator: Validation error: art/actors/structures/fndn_4x6.xml:10: Element group has extra content: variant
ERROR: RelaxNGValidator: Validation error: (null):0: Extra element group in interleave
ERROR: RelaxNGValidator: Validation error: art/actors/structures/fndn_4x6.xml:9: Element actor failed to validate content
ERROR: RelaxNGValidator: Validation failed for '(null)'
ERROR: CXeromyces: failed to validate XML file art/actors/structures/fndn_4x6.xml

when building the cart temple.

Attachments (1)

4415.diff (6.1 KB ) - added by Stan 7 years ago.
This patch fixes that actor and the errors.

Download all attachments as: .zip

Change History (8)

comment:1 by mimo, 7 years ago

Cc: Lordgood added

Not sure, but it may be linked to your latest changes on cart structures.

comment:2 by Stan, 7 years ago

Keywords: rfc patch added
Owner: set to Stan
Status: newassigned
Summary: cart temple fails to validate after cache clearing[PATCH] cart temple fails to validate after cache clearing

by Stan, 7 years ago

Attachment: 4415.diff added

This patch fixes that actor and the errors.

comment:3 by fatherbushido, 7 years ago

I will not open a new ticket but I have also that (kinda related) error:

ERROR: Actor fndn_fortress: required texture sampler aoTex not found (material art/materials/player_trans_ao_parallax_spec.xml) ERROR: Actor fndn_defense_tower: required texture sampler aoTex not found (material art/materials/player_trans_ao_parallax_spec.xml)

comment:4 by mimo, 7 years ago

I think this last problem is in fact #4394 rather than this one.

comment:5 by fatherbushido, 7 years ago

(thx for noticing mimo, I didn't know there was a ticket, I will move to this one).

Last edited 7 years ago by fatherbushido (previous) (diff)

comment:6 by enrique, 7 years ago

Resolution: fixed
Status: assignedclosed

In 19066:

Added some missing lines in the actors referencing to AO textures.
fixes #2524 , #4394 and #4415

comment:7 by Imarok, 7 years ago

Keywords: rfc removed
Note: See TracTickets for help on using tickets.