I feel that I should post it a second time to let people notice.
I solved the problem.
Use this chunk of code, guys. Its probably because of the blank text labels that are causing the errors.
CODE
<!-- Desktop Element 6 -->
<element lock="icons" id="Multimedia">
<label type="name">
<text>Multimedia</text>
</label>
<icon pos="unselected" source="file">Icon6_unselected.png</icon>
<icon pos="selected" source="file">Icon6_selected.png</icon>
<label type="helptext">
<text>Multimedia Menu</text>
</label>
<menu id="Menu_Multimedia" layout="DesktopFullScreen">
<accelerator>MapToKeypad</accelerator>
<highlight>1</highlight>
<element id="Camera">
<label type="helptext">
<text>Catch Moments...</text>
</label>
<icon pos="selected" source="file">camera.png</icon>
<icon pos="unselected" source="file">camera.png</icon>
<link type="internal" />
</element>
<element id="MediaPlayer">
<label type="helptext">
<text>Listen to Music On The Go!</text>
</label>
<icon pos="selected" source="file">walkman.png</icon>
<icon pos="unselected" source="file">walkman.png</icon>
<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MEDIAPLAYER_ICN</icon>
<link type="internal" />
</element>
<element id="MediaPlayer_Video">
<label type="helptext">
<text>Watch Videos in your Phone!</text>
</label>
<icon pos="selected" source="file">video.png</icon>
<icon pos="unselected" source="file">video.png</icon>
<link type="internal" />
</element>
<element id="FileManager">
<label type="helptext">
<text>All Files...</text>
</label>
<icon pos="selected" source="file">files.png</icon>
<icon pos="unselected" source="file">files.png</icon>
<link type="internal" />
</element>
</menu>
</element>