Advertisement
vivienneanthony

test

Mar 24th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. u Mar 24 11:24:19 2016] INFO: /media/home2/vivienne/Urho3D-Hangars-Myfork-Build/bin/System/ImGui.ini
  2. [Thu Mar 24 11:24:19 2016] INFO: /media/home2/vivienne/Urho3D-Hangars-Myfork-Build/bin/Data/Fonts/Anonymous Pro.ttf
  3. [Thu Mar 24 11:24:19 2016] INFO: /media/home2/vivienne/Urho3D-Hangars-Myfork-Build/bin/Data/Fonts/fontawesome-webfont.ttf
  4. [Thu Mar 24 11:24:19 2016] INFO: /media/home2/vivienne/Urho3D-Hangars-Myfork-Build/bin/Data/Fonts/UrhoCraz-Icons-Interface1.ttf
  5. [Thu Mar 24 11:24:19 2016] INFO: [ALPHAENGINE] AlphaEngine is started
  6. [Thu Mar 24 11:24:21 2016] INFO: Started server on port 1234
  7. [Thu Mar 24 11:24:43 2016] INFO: Client 127.0.0.1:48022 connected
  8. [Thu Mar 24 11:24:43 2016] INFO: [ALPHAENGINE] SELECT A.Id FROM account A WHERE A.Username = 'player' AND A.Password = 'test';
  9. [Thu Mar 24 11:24:44 2016] INFO: [ALPHAENGINE] SELECT A.Name, A.Race, A.World, A.Location, A.Level, A.Position_X, A.Position_Y, A.Position_Z, A.Orientation_W, A.Orientation_X, A.Orientation_Y, A.Orientation_Z FROM hero A WHERE A.Account_Id = '3';
  10. [Thu Mar 24 11:24:52 2016] INFO: [ALPHAENGINE] INSERT INTO hero (Name, Race, World, Location, Level, Position_X, Position_Y, Position_Z, Orientation_W, Orientation_X, Orientation_Y, Orientation_Z, Account_Id) VALUES('alex','Terrans','Earth','EarthBaseStation','1','0','0','0','1','0','0','0','3');
  11. [Thu Mar 24 11:24:59 2016] INFO: [ALPHAENGINE] SELECT A.Scene FROM location A WHERE A.Name = 'EarthBaseStation';
  12. [Thu Mar 24 11:24:59 2016] ERROR: Could not find resource Levels/EarthBaseStationTest.xml
  13. [Thu Mar 24 11:24:59 2016] ERROR: [ALPHAENGINE] Failed to load XMLResource
  14. ^C[Thu Mar 24 11:27:33 2016] INFO: Stopped server
  15. [Thu Mar 24 11:27:33 2016] INFO: [ALPHAENGINE] Game logic life time is - 0.0538044 hours 3.22826 minutes 193.696 seconds
  16. Segmentation fault (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement