Advertisement
vivienneanthony

GameEconomicServer

Aug 5th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. vivienne@vivienne-System-Product-Name:/media/home2/vivienne/GameEconomicUrho/bin$ ./GameEconomicServer
  2. [Wed Aug 5 15:44:23 2015] INFO: Opened log file /home/vivienne/.local/share/urho3d/logs/GameEconomicServer.log
  3. [Wed Aug 5 15:44:23 2015] INFO: Created 3 worker threads
  4. [Wed Aug 5 15:44:23 2015] INFO: Added resource path /media/home2/vivienne/GameEconomicUrho/bin/Data/
  5. [Wed Aug 5 15:44:23 2015] INFO: Added resource path /media/home2/vivienne/GameEconomicUrho/bin/CoreData/
  6. [Wed Aug 5 15:44:23 2015] INFO: Initialized engine
  7. Info: Loading database configuration .
  8. Info: Loading database configuration successful.
  9. Info: Database connection succesful.
  10. Info: Database Administrators table found.
  11. Info: Database Markets table found.
  12. Info: Database MarketTransactions table found.
  13. Info: Database Traders table found.
  14. Info: Database CargoBays table found.
  15. Info: Database CargoBayCatalog table found.
  16. Info: Database Players table found.
  17. Info: Database Accounts table found.
  18. Info: Loading network configuration .
  19. Info: Loading network configuration failed. Using 127.0.0.1 and port 3632 as default.
  20. Headless Server Model
  21. Programmer Vivienne Anthony
  22.  
  23. Info : Starting networking on localhost(127.0.0.1)
  24. [Wed Aug 5 15:44:23 2015] INFO: Started server on port 3632
  25. [Info]Starting scene.
  26. Debug: Creating trader node with parameters (P'tiauc,ptiaucurvor,0,1000000)
  27. Debug: Creating trader node with parameters (Agtika,agtikathram,0,1000000)
  28. Debug: Creating trader node with parameters (Shyeth,shyethauveynib,0,1000000)
  29. Debug: Creating trader node with parameters (Itis,itisyeibev,0,1000000)
  30. Debug: Pusing new trader to market subsystem with parameters (Orin Open,0,0,1,orinopen)
  31. Debug: Pusing new trader to market subsystem with parameters (Suzu Exchange,0,1,0,suzuexchange)
  32. Debug: Pusing new trader to market subsystem with parameters (ArSoft Corp Black,0,2,0,arsoftcorpblack)
  33.  
  34. Enter Command >> [Wed Aug 5 15:45:02 2015] INFO: Client 127.0.0.1:47043 connected
  35. Network: New connection established Client(127.0.0.1:47043)
  36. Network: Poll (127.0.0.1:47043 Type 1 Arrival 18446744073699409588)
  37. Network: Poll (127.0.0.1:47043 Type 1 Arrival 18446744073699409588)
  38. SELECT * FROM Accounts;
  39.  
  40. Network: SentNetworkMessage (" 9 5 0 vivienne avery jay anthony [email protected] test 20120618 10:34:09 AM jake 1 AalaD Vivienne Avery Anthony [email protected] Password 20120618 10:34:09 AM UniqueID 2 Ace vivienne avery anthony [email protected] testing123 20150729 12:16:31 PM anthonyvivienne 3 Testing vivienne avery anthony [email protected] testing123 20150729 12:16:31 PM anthonyvivienne 4 vivienneace vivienne aveyr anthony testing123Wyahoo.com testing 20150729 12:29:28 PM anthonyvivienne") to (127.0.0.1:47043)
  41.  
  42. Network: SentNetworkMessage ("My name is Caspian identification 1701-A prototype core Existence.") to (127.0.0.1:47043)
  43. Network: Poll (127.0.0.1:47043 Type 1 Arrival 18446744073699409588)
  44. quit
  45. Network: Poll (127.0.0.1:47043 Type 1 Arrival 18446744073699409588)
  46. Error in my_thread_global_end(): 1 threads didn't exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement