Advertisement
Guest User

Untitled

a guest
Apr 25th, 2010
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. (gdb) run
  2. Starting program: D:\Games\UFOAI/ufo.exe
  3. [New thread 1388.0xd58]
  4. Error: dll starting at 0x76c80000 not found.
  5. Error: dll starting at 0x767f0000 not found.
  6. Error: dll starting at 0x76c80000 not found.
  7. Error: dll starting at 0x76b80000 not found.
  8. [New thread 1388.0x708]
  9. [New thread 1388.0x668]
  10. warning: Invalid parameter passed to C runtime function.
  11.  
  12. [New thread 1388.0x13ec]
  13. [New thread 1388.0x1134]
  14. [New thread 1388.0x1148]
  15. [New thread 1388.0x744]
  16. [New thread 1388.0xe6c]
  17. [New thread 1388.0xcf8]
  18. [New thread 1388.0x1268]
  19. [New thread 1388.0x3d0]
  20. [New thread 1388.0x1234]
  21. [New thread 1388.0xe10]
  22. [New thread 1388.0x2c0]
  23. [New thread 1388.0x550]
  24. [New thread 1388.0xe20]
  25. [New thread 1388.0xdac]
  26. [New thread 1388.0x124]
  27. [New thread 1388.0xe60]
  28. [New thread 1388.0x13d8]
  29. [New thread 1388.0x12d0]
  30. [New thread 1388.0x850]
  31. [New thread 1388.0x8b8]
  32. [New thread 1388.0xd64]
  33. [New thread 1388.0x10f4]
  34. [New thread 1388.0xf7c]
  35. [New thread 1388.0x1214]
  36. [New thread 1388.0x131c]
  37.  
  38. Program received signal SIGTRAP, Trace/breakpoint trap.
  39. 0x74d667bd in msvcrt!_assert () from C:\Windows\syswow64\msvcrt.dll
  40. (gdb) bt full
  41. #0 0x74d667bd in msvcrt!_assert () from C:\Windows\syswow64\msvcrt.dll
  42. No symbol table info available.
  43. #1 0x004fb16b in Grid_Fall (map=0x517b440, actorSize=1, pos=0x28fcb5 "\205\201\a") at D:\Games\UFOAI\src\common\cmodel.c:2241
  44. z = 8
  45. base = 16
  46. diff = 1
  47. flier = qfalse
  48. #2 0x00403bfd in CL_ActorMouseTrace () at D:\Games\UFOAI\src\client\battlescape\cl_actor.c:1386
  49. restingLevel = 300590474
  50. cur = {-0.5, -0.2578125}
  51. frustumSlope = {622.068909, 466.551697}
  52. projectionDistance = 2048
  53. nDotP2minusP1 = -3547.24023
  54. forward = {0.0452793464, -0.497945517, -0.866025448}
  55. right = {-0.995891094, -0.0905587003, -0}
  56. up = {0.0784261376, -0.862467051, 0.49999997}
  57. stop = {246.959137, -805.986694, -1037.84277}
  58. from = {61.4949341, 1233.59814, 2509.39746}
  59. end = {167.934738, 63.0595703, 473.599976}
  60. dir = {106.439804, -1170.53857, -2035.79749}
  61. mapNormal = {0, 0, 1}
  62. P3 = {0, 0, 473.600006}
  63. P2minusP1 = {185.464203, -2039.58484, -3547.24023}
  64. P3minusP1 = {-61.4949341, -1233.59814, -2035.79749}
  65. pA = {176, 48, 544}
  66. pB = {176, 48, 416}
  67. pC = {0, 0, 0}
  68. testPos = "\205\201\a"
  69. #3 0x004913cd in IN_Parse () at D:\Games\UFOAI\src\client\input\cl_input.c:499
  70. No locals.
  71. #4 0x0049195e in IN_Frame () at D:\Games\UFOAI\src\client\input\cl_input.c:774
  72. mouse_buttonstate = 10000
  73. unicode = 0
  74. key = 906461847
  75. event = {type = 8 '\b', active = {type = 8 '\b', gain = 254 '', state = 40 '('}, key = {type = 8 '\b', which = 254 '', state = 40 '(',
  76. keysym = {scancode = 216 'リ', sym = 610016572, mod = KMOD_NONE, unicode = 10012}}, motion = {type = 8 '\b', which = 254 '', state = 40 '(',
  77. x = 46296, y = 72, xrel = 7484, yrel = 9308}, button = {type = 8 '\b', which = 254 '', button = 40 '(', state = 0 '\0', x = 46296, y = 72},
  78. jaxis = {type = 8 '\b', which = 254 '', axis = 40 '(', value = -19240}, jball = {type = 8 '\b', which = 254 '', ball = 40 '(', xrel = -19240,
  79. yrel = 72}, jhat = {type = 8 '\b', which = 254 '', hat = 40 '(', value = 0 '\0'}, jbutton = {type = 8 '\b', which = 254 '', button = 40 '(',
  80. state = 0 '\0'}, resize = {type = 8 '\b', w = 4764888, h = 610016572}, expose = {type = 8 '\b'}, quit = {type = 8 '\b'}, user = {type = 8 '\b',
  81. code = 4764888, data1 = 0x245c1d3c, data2 = 0x0}, syswm = {type = 8 '\b', msg = 0x48b4d8}}
  82. #5 0x0048b766 in CL_Frame (now=125029, data=0x0) at D:\Games\UFOAI\src\client\cl_main.c:1050
  83. lastFrame = 125029
  84. delta = 25
  85. #6 0x004fdb6d in tick_timer (now=125029, data=0x1247c254) at D:\Games\UFOAI\src\common\common.c:1008
  86. timer = (struct timer *) 0x1247c254
  87. old_interval = 20
  88. lateness = 8
  89. #7 0x004fdfdb in Qcommon_Frame () at D:\Games\UFOAI\src\common\common.c:1159
  90. time_to_next = 0
  91. event = (struct event *) 0x125ca0dc
  92. #8 0x00522b45 in WinMain@16 (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x10382e6f "", nCmdShow=10)
  93. at D:\Games\UFOAI\src\ports\windows\win_main.c:358
  94. No locals.
  95. #9 0x005b7a78 in main ()
  96. No symbol table info available.
  97. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement