Page 1 of 1

Laoyout Editor 0.7 cant load Taharez scheme

Posted: Tue Oct 12, 2010 14:59
by rogerdv
When I try to use the latest version (0.7.1 I think) I got an error when loading my layout about Taharez/StaticText not found. also, if I try to create a new layout, the Taharez look is not available.

Re: Laoyout Editor 0.7 cant load Taharez scheme

Posted: Wed Oct 13, 2010 09:13
by CrazyEddie
Ok, the 'fix' here is to delete all variants of TaharezLook scheme except the actual one "TaharezLook.scheme" (so, delete TaharezLookWidgets.scheme and the alias one(s)). Basically the issue was introduced when CEGUI became more forgiving about resource loading; in this case one of the 'other' versions of TaharezLook is loaded first - and is missing a bunch of stuff - so when the 'real' TaharezLook.scheme is looked at, it sees a scheme with the same name is already loaded so skips loading it.

In the future all of those other scheme files will be removed from CEGUI.

HTH

CE.

Re: Laoyout Editor 0.7 cant load Taharez scheme

Posted: Wed Oct 13, 2010 19:37
by rogerdv
Those files are not included in Layout Editor. In schemes dir I just have: TaharezLook, scheme, VanillaSkin.scheme and WindowsLook.scheme. The rest of directories seems to have just the required files for those schemes, no extra files.

Re: Laoyout Editor 0.7 cant load Taharez scheme

Posted: Wed Oct 13, 2010 19:40
by rogerdv
Actually, I have fixed the problem by adding those files :shock: just got an error about missing tabcontrol, but as Im in the process of removing tabs from my layout, it was no problem.