As Dennis helpfully quoted, the red text refers to the problem.
Quote: --- Original message by: tmrocks1995
07.02.10 15:19:24 file_open('tags\cmt\ui\shell\bitmaps\cmt_extras.bitmap') error 0x00000003 'The system cannot find the path specified. '
07.02.10 15:19:24 couldn't open bitmap tag 'cmt_extras.bitmap'.
07.02.10 15:19:24 failed to load ui_widget_definition tag 'ui\shell\solo_game\pause_game\cmt\custom_options_button'
07.02.10 15:19:25 failed to load ui tags tied to solo scenarios
Please help me find the problem.
file_open('some tag') error 0x00000003 "The system cannot find the path specified"
This means that the tag could not be opened, and is either missing from your tags folder, or is corrupted and can not be opened.
couldn't open refers to which tag(s) that couldn't be opened
failed to load - looking for these errors is particularly helpful in locating where the specified tag is referenced in. For example, from your debug text, it couldn't open the UI tags tied to the solo scenarios, and more specifically, couldn't open "ui\shell\solo_game\pause_game\cmt\custom_options_button". If you were to open that tag, you could find some red text in that tag which shows that the tag does not exist.