Page 1 of 1

World Crash - Commands

Posted: Thu Jun 26, 2014 5:48 pm
by John Adams
First crash in weeks! woot. Haven't looked into this yet, but posting it for later.

Stack:

Code: Select all

>	WorldServer.exe!WorldCharacter::GetCommandPrivileges() Line 117	C++
 	WorldServer.exe!Command::CanUseCommand(std::shared_ptr<WorldCharacter> character) Line 230	C++
 	WorldServer.exe!CommandProcess::Process(std::shared_ptr<Client> & client, Separator * sep, unsigned char command_index, bool world_client) Line 129	C++
 	WorldServer.exe!ChunkServer::HandleChatSay(std::shared_ptr<Client> & client, PacketStruct * packet_struct) Line 525	C++
 	WorldServer.exe!ChunkServer::ProcessPackets() Line 226	C++
 	WorldServer.exe!ChunkServerList::Process() Line 163	C++
 	WorldServer.exe!main(int argc, char * * argv) Line 126	C++
 	WorldServer.exe!__tmainCRTStartup() Line 241	C
 	WorldServer.exe!mainCRTStartup() Line 164	C
 	kernel32.dll!7610338a()	Unknown
 	[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]	
 	ntdll.dll!77029f72()	Unknown
 	ntdll.dll!77029f45()	Unknown
Player looked idle, receiving spams of 0x9 packets. Since we don't yet echo WHAT command was executed, this is all I got:
[quote]0000: 00 09 09 AA 09 00 D3 BB - 64 09 01 00 00 00 05 BF ........d.......
0000: 00 09 09 AB 09 00 D6 BF - 64 09 01 00 00 00 F0 08 ........d.......
0000: 00 09 09 AC 09 00 CA C3 - 64 09 01 00 00 00 7B B0 ........d.....{.
0000: 00 09 09 AD 09 00 CF C7 - 64 09 01 00 00 00 8E 07 ........d.......
14:05:26.702 I Chunk Received a chat packet
[/quote]

Re: World Crash - Commands

Posted: Thu Jun 26, 2014 7:10 pm
by Moldew
Grats!

Re: World Crash - Commands

Posted: Thu Jun 26, 2014 7:12 pm
by theFoof
This should be fixed.