This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
whenever I start the game I get this "UI: File [ST.SC2Layout] Line [2] Column [1]. attempting to add Desc a desc named [ST] to [] with the same name as an already existing child"
here's the layout file in question;
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc>
<Frame type="Frame" name="GameUI/UIContainer" file="GameUI">
<Frame type="Frame" name="ConsoleUIContainer">
<Frame type="Image" name="BattleNetButtonFriendsFrameImage"> <Visible val="false"/> </Frame>
<Frame type="Image" name="BattleNetButtonMicrophoneFrameImage"> <Visible val="false"/> </Frame> </Frame>
<Frame type="Frame" name="FullscreenUpperContainer">
<Frame type="ChatBar" name="ChatBar"> <Anchor side="Left" relative="$parent" pos="Min" offset="245"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="20"/> </Frame>
<Frame type="MessageDisplay" name="ChatDisplay"> <Anchor side="Left" relative="$parent" pos="Min" offset="245"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="-75"/> </Frame> </Frame> </Frame> </Desc>
it seems to work in game just fine, but I keep gettin the error, wondering if there's something fishy going on I can easily fix
whenever I start the game I get this "UI: File [ST.SC2Layout] Line [2] Column [1]. attempting to add Desc a desc named [ST] to [] with the same name as an already existing child"
here's the layout file in question;
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc>
<Frame type="Frame" name="GameUI/UIContainer" file="GameUI">
<Frame type="Frame" name="ConsoleUIContainer">
<Frame type="Image" name="BattleNetButtonFriendsFrameImage"> <Visible val="false"/> </Frame>
<Frame type="Image" name="BattleNetButtonMicrophoneFrameImage"> <Visible val="false"/> </Frame> </Frame>
<Frame type="Frame" name="FullscreenUpperContainer">
<Frame type="ChatBar" name="ChatBar"> <Anchor side="Left" relative="$parent" pos="Min" offset="245"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="20"/> </Frame>
<Frame type="MessageDisplay" name="ChatDisplay"> <Anchor side="Left" relative="$parent" pos="Min" offset="245"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="-75"/> </Frame> </Frame> </Frame> </Desc>
it seems to work in game just fine, but I keep gettin the error, wondering if there's something fishy going on I can easily fix