VGOEmulator.net

A Development Project for the Vanguard:Saga of Heroes MMO

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • Portal
  • Project Manager
  • Bug Tracker
  • Server List
  • Wiki
  • Donate
  • Login
  • Register
  • Board index Bugs Server Bugs Server Bugs (Closed)
  • Search

World Crash - SetWaitingForAck

Closed Server Bugs

Moderators: Community Managers, Developers

Locked
  • Print view
Advanced search
2 posts • Page 1 of 1
User avatar
John Adams
Retired
Posts: 4582
Joined: Wed Aug 28, 2013 9:40 am
Location: Phoenix, AZ.
Contact:
Contact John Adams
Website
World Crash - SetWaitingForAck
  • Quote

Post by John Adams » Wed Apr 16, 2014 9:01 pm

Standing in Mekalia posting the info about this zone, the client wasn't moving, just standing there... The world server blew up behind me.

Stack:

Code: Select all

>	WorldServer.exe!Client::SetWaitingForAck(bool waiting_for_ack) Line 118	C++
 	WorldServer.exe!UDPServer::HandleWriteHelper(ClientSocketData * data, unsigned __int64 now) Line 597	C++
 	WorldServer.exe!UDPServer::HandleWrite() Line 568	C++
 	WorldServer.exe!WriterThread(void * data) Line 117	C++
 	WorldServer.exe!ThreadRun(void * arg) Line 77	C++
 	WorldServer.exe!_callthreadstart() Line 255	C
 	WorldServer.exe!_threadstart(void * ptd) Line 239	C
 	kernel32.dll!74ef336a()	Unknown
 	[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]	
 	ntdll.dll!77139f72()	Unknown
 	ntdll.dll!77139f45()	Unknown
waiting_for_ack = true, and crashed here:

Code: Select all

void Client::SetWaitingForAck(bool waiting_for_ack) {
    if (waiting_for_ack)
        state |= CLIENT_STATE_PENDING_ACK;  <<===
    else
        state &= ~CLIENT_STATE_PENDING_ACK;
}
state = null


Not sure if this info is helpful... but the "this" looked similar to the other one, bunch of red X's.
Top

User avatar
theFoof
Developer
Developer
Posts: 446
Joined: Fri Jan 24, 2014 10:23 pm
Location: Florida
Re: World Crash - SetWaitingForAck
  • Quote

Post by theFoof » Wed Apr 16, 2014 9:32 pm

The client pointers are probably just going bad, I'll take a look at where we delete them.
Top


Locked
  • Print view

2 posts • Page 1 of 1

Return to “Server Bugs (Closed)”

Jump to
  • Information
  • ↳   Announcements
  • ↳   Dev Chats
  • ↳   Events
  • Community
  • ↳   General Discussions
  • ↳   VGO Team Help Requests
  • ↳   Introductions
  • ↳   Game Features
  • ↳   Wish List
  • ↳   Off-Topic
  • Support
  • ↳   How-To's
  • ↳   General Support
  • ↳   Windows
  • ↳   Linux
  • Bugs
  • ↳   Server Bugs
  • ↳   Server Bugs (Closed)
  • ↳   Content Bugs
  • ↳   Content Bugs (Closed)
  • ↳   Database Bugs
  • ↳   Tools Bugs
  • Board index
  • All times are UTC-07:00
  • Delete cookies
  • Contact us
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD