Index: code/ui/ui_main.c =================================================================== --- code/ui/ui_main.c (revision 1788) +++ code/ui/ui_main.c (working copy) @@ -941,7 +941,7 @@ handle = trap_PC_LoadSource( menuFile ); if (!handle) { - trap_Error( va( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile ) ); + Com_Printf( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile ); handle = trap_PC_LoadSource( "ui/menus.txt" ); if (!handle) { trap_Error( va( S_COLOR_RED "default menu file not found: ui/menus.txt, unable to continue!\n") );