Guest User

Untitled

a guest
Dec 1st, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.01 KB | None | 0 0
  1. Active debugger config: GDB/CDB debugger:Default
  2. Building to ensure sources are up-to-date
  3. Selecting target:
  4. redeclipse-amd64-dbg
  5. Adding source dir: C:\Program Files (x86)\Red Eclipse MASTER\src\
  6. Adding source dir: C:\Program Files (x86)\Red Eclipse MASTER\src\
  7. Adding file: C:\Program Files (x86)\Red Eclipse MASTER\bin\amd64\redeclipse-dbg.exe
  8. Changing directory to: C:/PROGRA~2/REDECL~2/
  9. Set variable: PATH=.;C:\Program Files (x86)\Red Eclipse MASTER\bin\amd64;C:\Program Files (x86)\Red Eclipse MASTER\src\lib\amd64;C:\pf\TDM-GCC-64\bin;C:\pf\TDM-GCC-64;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0
  10. Starting debugger: C:\pf\TDM-GCC-64\gdb64\bin\gdb.exe -nx -fullname -quiet -args C:/PROGRA~2/REDECL~2/bin/amd64/REDECL~3.EXE
  11. done
  12. Registered new type: wxString
  13. Registered new type: STL String
  14. Registered new type: STL Vector
  15. Setting breakpoints
  16. Debugger name and version: GNU gdb (GDB) 7.9.1
  17. Child process PID: 5280
  18. Program received signal SIGTRAP, Trace/breakpoint trap.
  19. In ntdll!EtwpCreateEtwThread () (C:\Windows\SYSTEM32\ntdll.dll)
  20. #7 0x000000000081f662 in smallvector<int>::growbuf (this=0xee53c80, sz=5) at shared/tools.h:1026
  21. C:\PROGRA~2\REDECL~2\src\shared\tools.h:1026:25922:beg:0x81f662
  22. At C:\PROGRA~2\REDECL~2\src\shared\tools.h:1026
  23. > bt full
  24. #0 0x0000000076e6afa2 in ntdll!EtwpCreateEtwThread () from C:\Windows\SYSTEM32\ntdll.dll
  25. No symbol table info available.
  26. #1 0x0000000076e7b041 in ntdll!RtlExtendMemoryBlockLookaside () from C:\Windows\SYSTEM32\ntdll.dll
  27. No symbol table info available.
  28. #2 0x0000000076e282cf in ntdll!RtlIsDosDeviceName_U () from C:\Windows\SYSTEM32\ntdll.dll
  29. No symbol table info available.
  30. #3 0x0000000076e92b3c in ntdll!EtwEventWriteStartScenario () from C:\Windows\SYSTEM32\ntdll.dll
  31. No symbol table info available.
  32. #4 0x0000000076e560ad in ntdll!EtwEventSetInformation () from C:\Windows\SYSTEM32\ntdll.dll
  33. No symbol table info available.
  34. #5 0x0000000076df22d2 in ntdll!RtlReAllocateHeap () from C:\Windows\SYSTEM32\ntdll.dll
  35. No symbol table info available.
  36. #6 0x000007fefcf24362 in realloc () from C:\Windows\system32\msvcrt.dll
  37. No symbol table info available.
  38. #7 0x000000000081f662 in smallvector<int>::growbuf (this=0xee53c80, sz=5) at shared/tools.h:1026
  39. No locals.
  40. #8 0x000000000081f6d9 in smallvector<int>::setsize (this=0xee53c80, i=5) at shared/tools.h:1074
  41. No locals.
  42. #9 0x00000000005cac0e in entities::fixentity (n=1, recurse=true, create=false) at C:\Program Files (x86)\Red Eclipse MASTER\src\game\entities.cpp:987
  43. e = @0xee53c70: {
  44. <extentity> = {
  45. <entity> = {
  46. <entbase> = {
  47. o = {
  48. {
  49. {
  50. x = 528,
  51. y = 480,
  52. z = 516
  53. },
  54. {
  55. r = 528,
  56. g = 480,
  57. b = 516
  58. },
  59. v = {528, 480, 516}
  60. }
  61. },
  62. type = 0 '\000',
  63. reserved = "\000\000"
  64. },
  65. members of entity:
  66. attrs = {
  67. buf = 0xee5b2d0,
  68. len = 5
  69. },
  70. links = {
  71. buf = 0x0,
  72. len = 0
  73. }
  74. },
  75. members of extentity:
  76. flags = 0,
  77. lastemit = 0,
  78. emit = {0, 0, 0}
  79. },
  80. members of gameentity:
  81. schan = -1,
  82. lastspawn = 0,
  83. nextemit = 0,
  84. kin = {
  85. buf = 0x0,
  86. len = 0
  87. }
  88. }
  89. num = 5
  90. #10 0x00000000005ce4e2 in entities::editent (i=1, local=true) at C:\Program Files (x86)\Red Eclipse MASTER\src\game\entities.cpp:1377
  91. e = @0xee53c70: {
  92. <entity> = {
  93. <entbase> = {
  94. o = {
  95. {
  96. {
  97. x = 528,
  98. y = 480,
  99. z = 516
  100. },
  101. {
  102. r = 528,
  103. g = 480,
  104. b = 516
  105. },
  106. v = {528, 480, 516}
  107. }
  108. },
  109. type = 0 '\000',
  110. reserved = "\000\000"
  111. },
  112. members of entity:
  113. attrs = {
  114. buf = 0xee5b2d0,
  115. len = 5
  116. },
  117. links = {
  118. buf = 0x0,
  119. len = 0
  120. }
  121. },
  122. members of extentity:
  123. flags = 0,
  124. lastemit = 0,
  125. emit = {0, 0, 0}
  126. }
  127. #11 0x0000000000567139 in delent () at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\world.cpp:740
  128. e = @0xee53c70: {
  129. <entity> = {
  130. <entbase> = {
  131. o = {
  132. {
  133. {
  134. x = 528,
  135. y = 480,
  136. z = 516
  137. },
  138. {
  139. r = 528,
  140. g = 480,
  141. b = 516
  142. },
  143. v = {528, 480, 516}
  144. }
  145. },
  146. type = 0 '\000',
  147. reserved = "\000\000"
  148. },
  149. members of entity:
  150. attrs = {
  151. buf = 0xee5b2d0,
  152. len = 5
  153. },
  154. links = {
  155. buf = 0x0,
  156. len = 0
  157. }
  158. },
  159. members of extentity:
  160. flags = 0,
  161. lastemit = 0,
  162. emit = {0, 0, 0}
  163. }
  164. n = 1
  165. i = 0
  166. ents = @0xb2f6e0: {
  167. static MINSIZE = <optimized out>,
  168. buf = 0xee34860,
  169. alen = 8,
  170. ulen = 2
  171. }
  172. _ = 1
  173. #12 0x0000000000423748 in runcode (code=0x3b4eea8, result=...) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\command.cpp:2887
  174. id = 0x38ce8a0
  175. offset = 0
  176. op = 2991897
  177. numargs = 0
  178. args = {{
  179. <identval> = {
  180. {
  181. i = 100925442,
  182. f = 2.48264464e-035,
  183. s = 0x6040002 "",
  184. code = 0x6040002,
  185. id = 0x6040002,
  186. cstr = 0x6040002 ""
  187. }
  188. },
  189. members of tagval:
  190. type = 0
  191. }, {
  192. <identval> = {
  193. {
  194. i = 641,
  195. f = 8.98232316e-043,
  196. s = 0x281 <error: Cannot access memory at address 0x281>,
  197. code = 0x281,
  198. id = 0x281,
  199. cstr = 0x281 <error: Cannot access memory at address 0x281>
  200. }
  201. },
  202. members of tagval:
  203. type = 1
  204. }, {
  205. <identval> = {
  206. {
  207. i = 1995248704,
  208. f = 2.40426772e+033,
  209. s = 0x76ed1440 <ntdll!RtlNtdllName+32> "°.čv",
  210. code = 0x76ed1440 <ntdll!RtlNtdllName+32>,
  211. id = 0x76ed1440 <ntdll!RtlNtdllName+32>,
  212. cstr = 0x76ed1440 <ntdll!RtlNtdllName+32> "°.čv"
  213. }
  214. },
  215. members of tagval:
  216. type = 0
  217. }, {
  218. <identval> = {
  219. {
  220. i = 0,
  221. f = 0,
  222. s = 0x0,
  223. code = 0x0,
  224. id = 0x0,
  225. cstr = 0x0
  226. }
  227. },
  228. members of tagval:
  229. type = 29491200
  230. }, {
  231. <identval> = {
  232. {
  233. i = 29491200,
  234. f = 7.1264345e-038,
  235. s = 0x1c20000 "",
  236. code = 0x1c20000,
  237. id = 0x1c20000,
  238. cstr = 0x1c20000 ""
  239. }
  240. },
  241. members of tagval:
  242. type = 256
  243. }, {
  244. <identval> = {
  245. {
  246. i = 0,
  247. f = 0,
  248. s = 0x0,
  249. code = 0x0,
  250. id = 0x0,
  251. cstr = 0x0
  252. }
  253. },
  254. members of tagval:
  255. type = 1994455624
  256. }, {
  257. <identval> = {
  258. {
  259. i = 29491200,
  260. f = 7.1264345e-038,
  261. s = 0x1c20000 "",
  262. code = 0x1c20000,
  263. id = 0x1c20000,
  264. cstr = 0x1c20000 ""
  265. }
  266. },
  267. members of tagval:
  268. type = 1342177635
  269. }, {
  270. <identval> = {
  271. {
  272. i = 256,
  273. f = 3.58732407e-043,
  274. s = 0x100 <error: Cannot access memory at address 0x100>,
  275. code = 0x100,
  276. id = 0x100,
  277. cstr = 0x100 <error: Cannot access memory at address 0x100>
  278. }
  279. },
  280. members of tagval:
  281. type = 304
  282. }, {
  283. <identval> = {
  284. {
  285. i = 0,
  286. f = 0,
  287. s = 0x0,
  288. code = 0x0,
  289. id = 0x0,
  290. cstr = 0x0
  291. }
  292. },
  293. members of tagval:
  294. type = 2291344
  295. }, {
  296. <identval> = {
  297. {
  298. i = 0,
  299. f = 0,
  300. s = 0x0,
  301. code = 0x0,
  302. id = 0x0,
  303. cstr = 0x0
  304. }
  305. },
  306. members of tagval:
  307. type = 0
  308. }, {
  309. <identval> = {
  310. {
  311. i = 112,
  312. f = 1.56945428e-043,
  313. s = 0x70 <error: Cannot access memory at address 0x70>,
  314. code = 0x70,
  315. id = 0x70,
  316. cstr = 0x70 <error: Cannot access memory at address 0x70>
  317. }
  318. },
  319. members of tagval:
  320. type = -1
  321. }, {
  322. <identval> = {
  323. {
  324. i = -1,
  325. f = -nan(0x7fffff),
  326. s = 0xffffffffffffffff <error: Cannot access memory at address 0xffffffffffffffff>,
  327. code = 0xffffffffffffffff,
  328. id = 0xffffffffffffffff,
  329. cstr = 0xffffffffffffffff <error: Cannot access memory at address 0xffffffffffffffff>
  330. }
  331. },
  332. members of tagval:
  333. type = 1993186179
  334. }, {
  335. <identval> = {
  336. {
  337. i = 1993186351,
  338. f = 2.08513405e+033,
  339. s = 0x76cd9c2f <USER32!TranslateMessageEx+699> "H‹D$8LŤś$ ",
  340. code = 0x76cd9c2f <USER32!TranslateMessageEx+699>,
  341. id = 0x76cd9c2f <USER32!TranslateMessageEx+699>,
  342. cstr = 0x76cd9c2f <USER32!TranslateMessageEx+699> "H‹D$8LŤś$ "
  343. }
  344. },
  345. members of tagval:
  346. type = 0
  347. }, {
  348. <identval> = {
  349. {
  350. i = 29491200,
  351. f = 7.1264345e-038,
  352. s = 0x1c20000 "",
  353. code = 0x1c20000,
  354. id = 0x1c20000,
  355. cstr = 0x1c20000 ""
  356. }
  357. },
  358. members of tagval:
  359. type = 1994935793
  360. }, {
  361. <identval> = {
  362. {
  363. i = 29491200,
  364. f = 7.1264345e-038,
  365. s = 0x1c20000 "",
  366. code = 0x1c20000,
  367. id = 0x1c20000,
  368. cstr = 0x1c20000 ""
  369. }
  370. },
  371. members of tagval:
  372. type = 1342177635
  373. }, {
  374. <identval> = {
  375. {
  376. i = 10945506,
  377. f = 1.53379207e-038,
  378. s = 0xa703e2 <hmap::cmap+83906> "",
  379. code = 0xa703e2 <hmap::cmap+83906>,
  380. id = 0xa703e2 <hmap::cmap+83906>,
  381. cstr = 0xa703e2 <hmap::cmap+83906> ""
  382. }
  383. },
  384. members of tagval:
  385. type = 1820447280
  386. }, {
  387. <identval> = {
  388. {
  389. i = 641,
  390. f = 8.98232316e-043,
  391. s = 0x281 <error: Cannot access memory at address 0x281>,
  392. code = 0x281,
  393. id = 0x281,
  394. cstr = 0x281 <error: Cannot access memory at address 0x281>
  395. }
  396. },
  397. members of tagval:
  398. type = 10945506
  399. }, {
  400. <identval> = {
  401. {
  402. i = 1,
  403. f = 1.40129846e-045,
  404. s = 0x1 <error: Cannot access memory at address 0x1>,
  405. code = 0x1,
  406. id = 0x1,
  407. cstr = 0x1 <error: Cannot access memory at address 0x1>
  408. }
  409. },
  410. members of tagval:
  411. type = -1073741809
  412. }, {
  413. <identval> = {
  414. {
  415. i = 29491200,
  416. f = 7.1264345e-038,
  417. s = 0x1c20000 "",
  418. code = 0x1c20000,
  419. id = 0x1c20000,
  420. cstr = 0x1c20000 ""
  421. }
  422. },
  423. members of tagval:
  424. type = 0
  425. }, {
  426. <identval> = {
  427. {
  428. i = 1,
  429. f = 1.40129846e-045,
  430. s = 0x1 <error: Cannot access memory at address 0x1>,
  431. code = 0x1,
  432. id = 0x1,
  433. cstr = 0x1 <error: Cannot access memory at address 0x1>
  434. }
  435. },
  436. members of tagval:
  437. type = 256
  438. }, {
  439. <identval> = {
  440. {
  441. i = 1073741922,
  442. f = 2.00002337,
  443. s = 0x40000062 <error: Cannot access memory at address 0x40000062>,
  444. code = 0x40000062,
  445. id = 0x40000062,
  446. cstr = 0x40000062 <error: Cannot access memory at address 0x40000062>
  447. }
  448. },
  449. members of tagval:
  450. type = 29491200
  451. }, {
  452. <identval> = {
  453. {
  454. i = 29491200,
  455. f = 7.1264345e-038,
  456. s = 0x1c20000 "",
  457. code = 0x1c20000,
  458. id = 0x1c20000,
  459. cstr = 0x1c20000 ""
  460. }
  461. },
  462. members of tagval:
  463. type = 1342177635
  464. }, {
  465. <identval> = {
  466. {
  467. i = 29491200,
  468. f = 7.1264345e-038,
  469. s = 0x1c20000 "",
  470. code = 0x1c20000,
  471. id = 0x1c20000,
  472. cstr = 0x1c20000 ""
  473. }
  474. },
  475. members of tagval:
  476. type = 1994994893
  477. }, {
  478. <identval> = {
  479. {
  480. i = 0,
  481. f = 0,
  482. s = 0x0,
  483. code = 0x0,
  484. id = 0x0,
  485. cstr = 0x0
  486. }
  487. },
  488. members of tagval:
  489. type = 1342177635
  490. }, {
  491. <identval> = {
  492. {
  493. i = 0,
  494. f = 0,
  495. s = 0x0,
  496. code = 0x0,
  497. id = 0x0,
  498. cstr = 0x0
  499. }
  500. },
  501. members of tagval:
  502. type = 1075052642
  503. }, {
  504. <identval> = {
  505. {
  506. i = 1,
  507. f = 1.40129846e-045,
  508. s = 0x1 <error: Cannot access memory at address 0x1>,
  509. code = 0x1,
  510. id = 0x1,
  511. cstr = 0x1 <error: Cannot access memory at address 0x1>
  512. }
  513. },
  514. members of tagval:
  515. type = 62189216
  516. }, {
  517. <identval> = {
  518. {
  519. i = 256,
  520. f = 3.58732407e-043,
  521. s = 0x100 <error: Cannot access memory at address 0x100>,
  522. code = 0x100,
  523. id = 0x100,
  524. cstr = 0x100 <error: Cannot access memory at address 0x100>
  525. }
  526. },
  527. members of tagval:
  528. type = 1073741922
  529. }, {
  530. <identval> = {
  531. {
  532. i = 29491200,
  533. f = 7.1264345e-038,
  534. s = 0x1c20000 "",
  535. code = 0x1c20000,
  536. id = 0x1c20000,
  537. cstr = 0x1c20000 ""
  538. }
  539. },
  540. members of tagval:
  541. type = 256
  542. }, {
  543. <identval> = {
  544. {
  545. i = 29491200,
  546. f = 7.1264345e-038,
  547. s = 0x1c20000 "",
  548. code = 0x1c20000,
  549. id = 0x1c20000,
  550. cstr = 0x1c20000 ""
  551. }
  552. },
  553. members of tagval:
  554. type = 1994619725
  555. }, {
  556. <identval> = {
  557. {
  558. i = 29491200,
  559. f = 7.1264345e-038,
  560. s = 0x1c20000 "",
  561. code = 0x1c20000,
  562. id = 0x1c20000,
  563. cstr = 0x1c20000 ""
  564. }
  565. },
  566. members of tagval:
  567. type = 1342177635
  568. }, {
  569. <identval> = {
  570. {
  571. i = 0,
  572. f = 0,
  573. s = 0x0,
  574. code = 0x0,
  575. id = 0x0,
  576. cstr = 0x0
  577. }
  578. },
  579. members of tagval:
  580. type = 1993186351
  581. }, {
  582. <identval> = {
  583. {
  584. i = 10945506,
  585. f = 1.53379207e-038,
  586. s = 0xa703e2 <hmap::cmap+83906> "",
  587. code = 0xa703e2 <hmap::cmap+83906>,
  588. id = 0xa703e2 <hmap::cmap+83906>,
  589. cstr = 0xa703e2 <hmap::cmap+83906> ""
  590. }
  591. },
  592. members of tagval:
  593. type = 1
  594. }}
  595. prevret = 0xa2e9b0 <noret>
  596. #13 0x000000000042b258 in execute (p=0x1b6fc11 "delent") at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\command.cpp:3207
  597. code = {
  598. static MINSIZE = <optimized out>,
  599. buf = 0x3b4eea0,
  600. alen = 64,
  601. ulen = 3
  602. }
  603. result = {
  604. <identval> = {
  605. {
  606. i = 0,
  607. f = 0,
  608. s = 0x0,
  609. code = 0x0,
  610. id = 0x0,
  611. cstr = 0x0
  612. }
  613. },
  614. members of tagval:
  615. type = 0
  616. }
  617. i = 0
  618. #14 0x000000000087e11b in hline::run (this=0xee3c190) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\console.cpp:426
  619. No locals.
  620. #15 0x000000000043db4a in consolekey (code=13, isdown=false) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\console.cpp:651
  621. h = 0xee3c190
  622. #16 0x000000000043de5f in processkey (code=13, isdown=false) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\console.cpp:718
  623. haskey = 0x1b70658
  624. #17 0x00000000004502e2 in checkinput () at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\main.cpp:551
  625. event = {
  626. type = 769,
  627. common = {
  628. type = 769,
  629. timestamp = 130162
  630. },
  631. window = {
  632. type = 769,
  633. timestamp = 130162,
  634. windowID = 1,
  635. event = 0 '\000',
  636. padding1 = 0 '\000',
  637. padding2 = 0 '\000',
  638. padding3 = 0 '\000',
  639. data1 = 40,
  640. data2 = 13
  641. },
  642. key = {
  643. type = 769,
  644. timestamp = 130162,
  645. windowID = 1,
  646. state = 0 '\000',
  647. repeat = 0 '\000',
  648. padding2 = 0 '\000',
  649. padding3 = 0 '\000',
  650. keysym = {
  651. scancode = SDL_SCANCODE_RETURN,
  652. sym = 13,
  653. mod = 0,
  654. unused = 0
  655. }
  656. },
  657. edit = {
  658. type = 769,
  659. timestamp = 130162,
  660. windowID = 1,
  661. text = "\000\000\000\000(\000\000\000\r\000\000\000\000\000Ív\000\000\000\000oŔ„l\000\000\000\000\r\000\000",
  662. start = 0,
  663. length = 0
  664. },
  665. text = {
  666. type = 769,
  667. timestamp = 130162,
  668. windowID = 1,
  669. text = "\000\000\000\000(\000\000\000\r\000\000\000\000\000Ív\000\000\000\000oŔ„l\000\000\000\000\r\000\000"
  670. },
  671. motion = {
  672. type = 769,
  673. timestamp = 130162,
  674. windowID = 1,
  675. which = 0,
  676. state = 40,
  677. x = 13,
  678. y = 1993146368,
  679. xrel = 0,
  680. yrel = 1820639343
  681. },
  682. button = {
  683. type = 769,
  684. timestamp = 130162,
  685. windowID = 1,
  686. which = 0,
  687. button = 40 '(',
  688. state = 0 '\000',
  689. clicks = 0 '\000',
  690. padding1 = 0 '\000',
  691. x = 13,
  692. y = 1993146368
  693. },
  694. wheel = {
  695. type = 769,
  696. timestamp = 130162,
  697. windowID = 1,
  698. which = 0,
  699. x = 40,
  700. y = 13,
  701. direction = 1993146368
  702. },
  703. jaxis = {
  704. type = 769,
  705. timestamp = 130162,
  706. which = 1,
  707. axis = 0 '\000',
  708. padding1 = 0 '\000',
  709. padding2 = 0 '\000',
  710. padding3 = 0 '\000',
  711. value = 40,
  712. padding4 = 0
  713. },
  714. jball = {
  715. type = 769,
  716. timestamp = 130162,
  717. which = 1,
  718. ball = 0 '\000',
  719. padding1 = 0 '\000',
  720. padding2 = 0 '\000',
  721. padding3 = 0 '\000',
  722. xrel = 40,
  723. yrel = 0
  724. },
  725. jhat = {
  726. type = 769,
  727. timestamp = 130162,
  728. which = 1,
  729. hat = 0 '\000',
  730. value = 0 '\000',
  731. padding1 = 0 '\000',
  732. padding2 = 0 '\000'
  733. },
  734. jbutton = {
  735. type = 769,
  736. timestamp = 130162,
  737. which = 1,
  738. button = 0 '\000',
  739. state = 0 '\000',
  740. padding1 = 0 '\000',
  741. padding2 = 0 '\000'
  742. },
  743. jdevice = {
  744. type = 769,
  745. timestamp = 130162,
  746. which = 1
  747. },
  748. caxis = {
  749. type = 769,
  750. timestamp = 130162,
  751. which = 1,
  752. axis = 0 '\000',
  753. padding1 = 0 '\000',
  754. padding2 = 0 '\000',
  755. padding3 = 0 '\000',
  756. value = 40,
  757. padding4 = 0
  758. },
  759. cbutton = {
  760. type = 769,
  761. timestamp = 130162,
  762. which = 1,
  763. button = 0 '\000',
  764. state = 0 '\000',
  765. padding1 = 0 '\000',
  766. padding2 = 0 '\000'
  767. },
  768. cdevice = {
  769. type = 769,
  770. timestamp = 130162,
  771. which = 1
  772. },
  773. adevice = {
  774. type = 769,
  775. timestamp = 130162,
  776. which = 1,
  777. iscapture = 0 '\000',
  778. padding1 = 0 '\000',
  779. padding2 = 0 '\000',
  780. padding3 = 0 '\000'
  781. },
  782. quit = {
  783. type = 769,
  784. timestamp = 130162
  785. },
  786. user = {
  787. type = 769,
  788. timestamp = 130162,
  789. windowID = 1,
  790. code = 0,
  791. data1 = 0xd00000028,
  792. data2 = 0x76cd0000 <USER32!SendMessageTimeoutW+1360>
  793. },
  794. syswm = {
  795. type = 769,
  796. timestamp = 130162,
  797. msg = 0x1
  798. },
  799. tfinger = {
  800. type = 769,
  801. timestamp = 130162,
  802. touchId = 1,
  803. fingerId = 55834574888,
  804. x = 2.07894698e+033,
  805. y = 0,
  806. dx = 1.2838956e+027,
  807. dy = 0,
  808. pressure = 1.821688e-044
  809. },
  810. mgesture = {
  811. type = 769,
  812. timestamp = 130162,
  813. touchId = 1,
  814. dTheta = 5.60519386e-044,
  815. dDist = 1.821688e-044,
  816. x = 2.07894698e+033,
  817. y = 0,
  818. numFingers = 49263,
  819. padding = 27780
  820. },
  821. dgesture = {
  822. type = 769,
  823. timestamp = 130162,
  824. touchId = 1,
  825. gestureId = 55834574888,
  826. numFingers = 1993146368,
  827. error = 0,
  828. x = 1.2838956e+027,
  829. y = 0
  830. },
  831. drop = {
  832. type = 769,
  833. timestamp = 130162,
  834. file = 0x1 <error: Cannot access memory at address 0x1>
  835. },
  836. padding = "\001\003\000\000rü\001\000\001\000\000\000\000\000\000\000(\000\000\000\r\000\000\000\000\000Ív\000\000\000\000oŔ„l\000\000\000\000\r", '\000' <repeats 14 times>
  837. }
  838. mousemoved = false
  839. shouldwarp = false
  840. #18 0x000000000045189e in SDL_main (argc=5, argv=0x37d6640) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\main.cpp:1121
  841. elapsed = 8
  842. frameloops = 6707
  843. initscript = 0x0
  844. reprotoprefix = "redeclipse://"
  845. reprotolen = 13
  846. reprotoarg = 0x0
  847. connectstr = 0x0
  848. connectpassword = 0x0
  849. connecthost = 0x0
  850. connectport = 28801
  851. #19 0x000000000051bf8e in WinMain (hInst=0x400000, hPrev=0x0, szCmdLine=0x19a35de "-df0 -dw800 -dh600 -glog.txt", sw=10) at C:\Program Files (x86)\Red Eclipse MASTER\src\engine\server.cpp:1266
  852. args = {
  853. static MINSIZE = <optimized out>,
  854. buf = 0x37d6640,
  855. alen = 8,
  856. ulen = 6
  857. }
  858. buf = 0x37d65c0 "C:\\PROGRA~2\\REDECL~2\\bin\\amd64\\REDECL~3.EXE"
  859. status = 0
  860. #20 0x0000000000917782 in main (flags=<optimized out>, cmdline=<optimized out>, inst=<optimized out>) at C:/crossdev/src/mingw-w64-v4-git/mingw-w64-crt/crt/crt0_c.c:18
  861. No locals.
  862. #21 0x00000000004013e8 in __tmainCRTStartup () at C:/crossdev/src/mingw-w64-v4-git/mingw-w64-crt/crt/crtexe.c:332
  863. lock_free = <optimized out>
  864. fiberid = <optimized out>
  865. nested = <optimized out>
  866. lpszCommandLine = <optimized out>
  867. StartupInfo = {
  868. cb = 104,
  869. lpReserved = 0x19aaaa0 "",
  870. lpDesktop = 0x19aaae0 "WinSta0\\Default",
  871. lpTitle = 0x19aab20 "C:\\PROGRA~2\\REDECL~2\\bin\\amd64\\REDECL~3.EXE",
  872. dwX = 0,
  873. dwY = 0,
  874. dwXSize = 0,
  875. dwYSize = 0,
  876. dwXCountChars = 0,
  877. dwYCountChars = 0,
  878. dwFillAttribute = 0,
  879. dwFlags = 0,
  880. wShowWindow = 0,
  881. cbReserved2 = 0,
  882. lpReserved2 = 0x0,
  883. hStdInput = 0xffffffffffffffff,
  884. hStdOutput = 0xffffffffffffffff,
  885. hStdError = 0xffffffffffffffff
  886. }
  887. inDoubleQuote = <optimized out>
  888. #22 0x00000000004014eb in WinMainCRTStartup () at C:/crossdev/src/mingw-w64-v4-git/mingw-w64-crt/crt/crtexe.c:184
  889. ret = 255
Add Comment
Please, Sign In to add comment