Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. CODE ERRORS:
  2. [1]
  3. c:\users\thf\desktop\rev210\eqemuserver\zone\client_packet.cpp (2824): Client::Handle_OP_RequestDuel
  4. c:\users\thf\desktop\rev210\eqemuserver\zone\client_packet.cpp (438): Client::HandlePacket
  5. c:\users\thf\desktop\rev210\eqemuserver\zone\client_process.cpp (668): Client::Process
  6. c:\users\thf\desktop\rev210\eqemuserver\zone\entity.cpp (502): EntityList::MobProcess
  7. c:\users\thf\desktop\rev210\eqemuserver\zone\net.cpp (536): main
  8.  
  9. [2]
  10. ERROR: SymGetSymFromAddr64, GetLastError: 126 (Address: 08F4A7C8)
  11. ERROR: SymGetLineFromAddr64, GetLastError: 126 (Address: 08F4A7C8)
  12. ERROR: SymGetModuleInfo64, GetLastError: 1114 (Address: 08F4A7C8)
  13. 08F4A7C8 ((module-name not available)): (filename not available): (function-name not available)
  14. c:\users\thf\desktop\rev210\eqemuserver\zone\groups.cpp (340): Group::SendHPPacketsFrom
  15. c:\users\thf\desktop\rev210\eqemuserver\zone\mob.cpp (881): Mob::SendHPUpdate
  16. c:\users\thf\desktop\rev210\eqemuserver\zone\client_process.cpp (1746): Client::DoHPRegen
  17. c:\users\thf\desktop\rev210\eqemuserver\zone\client_process.cpp (601): Client::Process
  18. c:\users\thf\desktop\rev210\eqemuserver\zone\entity.cpp (502): EntityList::MobProcess
  19. c:\users\thf\desktop\rev210\eqemuserver\zone\net.cpp (536): main
  20. [3]
  21. f:\dd\vctools\crt_bld\SELF_X86\crt\src\INTEL\memcpy.asm (188): memcpy
  22. c:\users\thf\desktop\rev210\eqemuserver\zone\client.cpp (3341): Client::GetGroupAAs
  23. c:\users\thf\desktop\rev210\eqemuserver\zone\entity.cpp (3794): EntityList::SendGroupLeave
  24. c:\users\thf\desktop\rev210\eqemuserver\zone\worldserver.cpp (851): WorldServer::Process
  25. c:\users\thf\desktop\rev210\eqemuserver\zone\net.cpp (398): main
  26.  
  27. SQL ERRORS:
  28. select count(item_id),trader.*,items.name,0,sum(charges), items.stackable from trader,items where trader.item_id=items.id and trader.item_cost<=1410064408 and items.focusid>0 group by items.id,charges,char_id limit 50
  29.  
  30. #1054: Unknown column 'items.focusid' in 'where clause'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement