[Mplayer-cvslog] CVS: main/help help_mp-en.h,1.76,1.77
Roberto Togni CVS
rtognimp at mplayerhq.hu
Sun Jan 12 16:32:57 CET 2003
Update of /cvsroot/mplayer/main/help
In directory mail:/var/tmp.root/cvs-serv19412/help
Modified Files:
help_mp-en.h
Log Message:
Signal handler messages moved to help_mp, so they can be translated
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- help_mp-en.h 11 Jan 2003 22:31:28 -0000 1.76
+++ help_mp-en.h 12 Jan 2003 15:32:54 -0000 1.77
@@ -135,6 +135,25 @@
#define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
#define MSGTR_Paused "\n================= PAUSED =================\r"
#define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n"
+#define MSGTR_Exit_SIGILL_RTCpuSel \
+"- MPlayer crashed by 'Illegal Instruction'.\n"\
+" It may be a bug in our new runtime cpu-detection code...\n"\
+" please read DOCS/bugreports.html\n"
+#define MSGTR_Exit_SIGILL \
+"- MPlayer crashed by 'Illegal Instruction'.\n"\
+" It usually happens when you run it on different CPU than it was\n"\
+" compiled/optimized for.\n Verify this!\n"
+#define MSGTR_Exit_SIGSEGV_SIGFPE \
+"- MPlayer crashed by bad usage of CPU/FPU/RAM.\n"\
+" Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and\n"\
+" disassembly. For details, see DOCS/bugreports.html section 5.b.\n"
+#define MSGTR_Exit_SIGCRASH \
+"- MPlayer crashed. This shouldn't happen.\n"\
+" It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc\n"\
+" version. If you think it's MPlayer's fault, please read DOCS/bugreports.html\n"\
+" and follow instructions there. We can't and won't help unless you provide\n"\
+" these informations when reporting a possible bug.\n"
+
// mencoder.c:
More information about the MPlayer-cvslog
mailing list