View Single Post
  #5  
Old 05-07-2015, 07:55 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Quote:
[05-08-2015 :: 00:28:34] [Crash] f:\dd\vctools\crt\crtw32\stdcpp\newaop.cpp (6): operator new[]
[05-08-2015 :: 00:28:34] [Crash] c:\eq\source\common\emu_tcp_connection.cpp (650): EmuTCPConnection::ProcessReceivedDataAsOldPackets

Pretty sure this was talked about at one time...

Most likely a 'negative' number is being passed as size to initialize a new object..which pretty much consumes the
entire 32-bit memory addressing range.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote