Advertisement
Vultraz

Untitled

Aug 18th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. SERVER LOG
  2.  
  3. main.cpp:584 : ARGS: --log-level=debug
  4. main.cpp:584 : ARGS: --no-tbs-server
  5. preferences.cpp:1109 : TURN OFF internal server
  6. main.cpp:584 : ARGS: --quit-server-after-game
  7. main.cpp:584 : ARGS: --quit-server-on-parent-exit
  8. main.cpp:584 : ARGS: --tbs-server-timeout=0
  9. main.cpp:584 : ARGS: --tbs-server-semaphore=28965
  10. main.cpp:584 : ARGS: --utility=tbs_server
  11. preferences.cpp:634 : EXPAND DATA PATHS
  12. main.cpp:708 : Preferences dir: C:\Users\\AppData\Roaming/wesnoth2/
  13. tbs_web_server.cpp:288 : MONITOR URL: http://localhost:12234/tbs_monitor.html
  14. tbs_server.cpp:178 : server::add_ipc_client: 1
  15. tbs_web_server.cpp:301 : opened shared memory pipe: anura_tbs.453e69b89abd47a2 for session 1
  16. tbs_web_server.cpp:308 : tbs_server(): Listening on port 12234
  17. tbs_game.cpp:749 : XXX: @0 state_id = 1
  18. tbs_game.cpp:767 : BOT_ADD: {
  19. "on_create": "set(data, construct(q(bot), {session_id: 2}))",
  20. "on_message": "data.handle_message(message, me)",
  21. "script": [
  22. {
  23. "send": {
  24. "type": "request_updates"
  25. },
  26. "session_id": 2
  27. }
  28. ],
  29. "session_id": 2
  30. }
  31. tbs_server.cpp:178 : server::add_ipc_client: 2
  32. tbs_bot.cpp:75 : YYY: create_bot: 84995520, ("set(data, construct(q(bot), {session_id: 2}))") -> 86103672
  33. tbs_server_base.cpp:138 : PIPE: Sending game_created
  34. tbs_server.cpp:296 : PIPE: WRITE IPC: {
  35. "game_id": 1471580595,
  36. "type": "game_created"
  37. }
  38. tbs_server_base.cpp:140 : PIPE: DONE Sending game_created
  39. tbs_bot.cpp:130 : tbs_bot send using ipc_client
  40. tbs_game.cpp:856 : HANDLE MESSAGE 1 ((({
  41. "type": "request_updates"
  42. })))
  43. tbs_game.cpp:189 : Verifying replay: 0
  44. tbs_bot.cpp:85 : YYY: destroy bot: 0510EDC0
  45. tbs_bot.cpp:91 : YYY: done destroy bot: 0510EDC0
  46. tbs_game.cpp:289 : CANCEL GAME: 2
  47. checksum.cpp:89 : EXITING WITH UNVERIFIED SESSION
  48.  
  49.  
  50. CONSOLE OUTPUT
  51.  
  52. INFO: main.cpp:1108 : finishloading()
  53. INFO: level.cpp:263 : in level constructor...
  54. INFO: level.cpp:367 : building...5648
  55. INFO: level.cpp:377 : done building...5649
  56. INFO: level.cpp:407 : done building tile_map...5649
  57. INFO: level.cpp:542 : done level constructor: 6
  58. INFO: controls.cpp:196 : SET STARTING CYCLES: 0
  59. INFO: ShadersOGL.cpp:1690 : Added shader: card_image_render
  60. CREATE CHILD PROCESS: C:\Users\\Documents\anura\anura.exe
  61. INFO: FontSDL.cpp:60 : Compiled with SDL_ttf version: 2.0.12
  62. INFO: FontSDL.cpp:61 : Linked with SDL_ttf version: 2.0.12
  63. INFO: formula_function.cpp:4134 : CONSOLE: ['ERROR CREATING GAME', null]
  64. INFO: tbs_ipc_client.cpp:35 : PIPE: READ: {
  65. "game_id": 1471580595,
  66. "type": "game_created"
  67. } -> {
  68. "game_id": 1471580595,
  69. "type": "game_created"
  70. }
  71. INFO: formula_profiler.cpp:799 : END PROFILING: 0
  72. INFO: preferences.cpp:984 : WRITE PREFS: C:\Users\\AppData\Roaming/wesnoth2/preferences.cfg
  73. INFO: checksum.cpp:89 : EXITING WITH UNVERIFIED SESSION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement