Advertisement
Guest User

34t23f46432

a guest
Dec 22nd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. rock2ober@fragbait:~/quake$ gdb fteqw.sv64 core
  2. GNU gdb 6.8-debian
  3. Copyright (C) 2008 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu"...
  9. Core was generated by `./fteqw.sv64 +gamedir fortress -port 26666 -mem 256 -nohome -condebug +develope'.
  10. Program terminated with signal 11, Segmentation fault.
  11. [New process 29016]
  12. #0 0x00000000004e430e in IWeb_MoreGeneratedResize ()
  13. [Thread debugging using libthread_db enabled]
  14. Using home directory "/home/rock2ober/.fte/"
  15. Can't register variable net_hybriddualstack, already defined
  16. Can't register variable net_fakeloss, already defined
  17. Added packfile ./id1/pak0.pak (339 files)
  18. Added packfile ./id1/pak1.pak (85 files)
  19. Playing registered version.
  20. couldn't exec config.cfg
  21. couldn't exec autoexec.cfg
  22. Logging to fte/qconsole.log.
  23. couldn't exec listip.cfg
  24. Added zipfile ./fortress/hi_res_testt.pk3 (11 files)
  25. Added zipfile ./fortress/agrv4.pk3 (294 files)
  26. Unable to listen at 0.0.0.0:26666
  27. Loaded qwprogs.dat
  28. INFO: Prozac-specific localinfos retrieved and initialized.
  29. Looking for any map extra files...
  30. ======== AGR v4.2 (September 2013) ==========
  31. Compiled on Sun 27 Oct 2013 15:09
  32. Server spawned.
  33. Exe: Oct 19 2013 17:00:50
  34. FTE SVN 4507
  35. ======== Quake Initialized ========
  36. Sending heartbeat to 192.246.40.37:27000 (192.246.40.37:27000)
  37. [New Thread 0x6e0cc9c8c6e0 (LWP 20950)]
  38. Sending heartbeat to 192.246.40.37:27003 (satan.idsoftware.com:27003)
  39. Sending heartbeat to 81.4.126.69:27000 (master.quakeservers.net:27000)
  40. Sending heartbeat to 81.4.126.69:27000 (quakeservers.net)
  41. A2A_ACK from 81.4.126.69:27000
  42. A2A_ACK from 81.4.126.69:27000
  43. A2A_ACK from 81.4.126.69:27000
  44. A2A_ACK from 81.4.126.69:27000
  45. q
  46. Unknown command "q"
  47. ^C
  48. Program received signal SIGINT, Interrupt.
  49. [Switching to Thread 0x6e0cc9c8c6e0 (LWP 20950)]
  50. 0x00006e0cc8f42d03 in select () from /lib/libc.so.6
  51. #0 0x00006e0cc8f42d03 in select () from /lib/libc.so.6
  52. No symbol table info available.
  53. #1 0x000000000044aef9 in NET_Sleep ()
  54. No symbol table info available.
  55. #2 0x0000000000402d60 in main ()
  56. No symbol table info available.
  57. (gdb) exit
  58. Undefined command: "exit". Try "help".
  59. (gdb) q
  60. The program is running. Exit anyway? (y or n) y
  61. rock2ober@fragbait:~/quake$ gdb fteqw.sv64 core
  62. GNU gdb 6.8-debian
  63. Copyright (C) 2008 Free Software Foundation, Inc.
  64. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  65. This is free software: you are free to change and redistribute it.
  66. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  67. and "show warranty" for details.
  68. This GDB was configured as "x86_64-linux-gnu"...
  69.  
  70. warning: Can't read pathname for load map: Input/output error.
  71. Reading symbols from /lib/libm.so.6...done.
  72. Loaded symbols for /lib/libm.so.6
  73. Reading symbols from /lib/libdl.so.2...done.
  74. Loaded symbols for /lib/libdl.so.2
  75. Reading symbols from /lib/libpthread.so.0...done.
  76. Loaded symbols for /lib/libpthread.so.0
  77. Reading symbols from /usr/lib/libz.so.1...Reading symbols from /usr/lib/debug/usr/lib/libz.so.1.2.3.3...done.
  78. done.
  79. Loaded symbols for /usr/lib/libz.so.1
  80. Reading symbols from /lib/libc.so.6...done.
  81. Loaded symbols for /lib/libc.so.6
  82. Reading symbols from /lib/ld-linux-x86-64.so.2...done.
  83. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  84. Reading symbols from /lib/libnss_files.so.2...done.
  85. Loaded symbols for /lib/libnss_files.so.2
  86. Reading symbols from /lib/libnss_dns.so.2...done.
  87. Loaded symbols for /lib/libnss_dns.so.2
  88. Reading symbols from /lib/libresolv.so.2...done.
  89. Loaded symbols for /lib/libresolv.so.2
  90. Core was generated by `./fteqw.sv64 +gamedir fortress -port 26666 -mem 256 -nohome -condebug +develope'.
  91. Program terminated with signal 11, Segmentation fault.
  92. [New process 29016]
  93. #0 0x00000000004e430e in PF_clientcommand (prinst=0x1c24530,
  94. pr_globals=0x6a2437687ea4)
  95. at /home/moodles/fteqw/fteqw-code/engine/server/pr_cmds.c:203
  96. 203 /home/moodles/fteqw/fteqw-code/engine/server/pr_cmds.c: No such file or directory.
  97. in /home/moodles/fteqw/fteqw-code/engine/server/pr_cmds.c
  98. [Thread debugging using libthread_db enabled]
  99. Using home directory "/home/rock2ober/.fte/"
  100. Playing registered version.
  101. couldn't exec config.cfg
  102. couldn't exec autoexec.cfg
  103. execing ftesrv.cfg
  104. Unknown command "qwsv"
  105. Unknown command "cl_download_packages"
  106. Unknown command "cl_download_redirection"
  107. Unknown command "cl_voip_codec"
  108. Unknown command "banproxies"
  109. Unknown command "sv_restarttime"
  110. Logging to fte/qconsole.log.
  111. couldn't exec listip.cfg
  112. Unknown command "pinmsg"
  113. Unknown command "drate"
  114. Unable to listen at 0.0.0.0:26666
  115. Warning: Runtime-linked function RealClientConnect could not be found (loading qwprogs.dat)
  116. Loaded progs qwprogs.dat
  117. INFO: Prozac-specific localinfos retrieved and initialized.
  118. Looking for any map extra files...
  119. ======== AGR v4.5 (March 2014) ==========
  120. Compiled on Thu 18 Dec 2014 23:42
  121. Loading particles: 1, 2, 3.
  122. Server spawned.
  123. Unknown command "+exec"
  124. Exe: Dec 11 2014 16:36:59
  125. FTE SVN 4801
  126. ======== Quake Initialized ========
  127. Sending heartbeat to 192.246.40.37:27000 (192.246.40.37:27000)
  128. [New Thread 0x6c86213fc6e0 (LWP 21187)]
  129. Sending heartbeat to 192.246.40.37:27003 (satan.idsoftware.com:27003)
  130. Sending heartbeat to 81.4.126.69:27000 (master.quakeservers.net:27000)
  131. Sending heartbeat to 81.4.126.69:27000 (quakeservers.net)
  132. A2A_ACK from 81.4.126.69:27000
  133. A2A_ACK from 81.4.126.69:27000
  134. A2A_ACK from 81.4.126.69:27000
  135. A2A_ACK from 81.4.126.69:27000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement