Horizon Official Technical Documentation
|
|
#include "Server/Zone/Socket/ZoneSocket.hpp"
#include "Server/Zone/SocketMgr/ClientSocketMgr.hpp"
#include "Server/Zone/Session/ZoneSession.hpp"
#include "Server/Common/Server.hpp"
#include "Server/Common/System.hpp"
#include "Server/Zone/ZoneSystem.hpp"
#include "Server/Zone/Zone.hpp"
#include <boost/mysql/error_with_diagnostics.hpp>
#include <boost/mysql/handshake_params.hpp>
#include <boost/mysql/results.hpp>
#include <boost/mysql/static_results.hpp>
#include <boost/mysql/tcp_ssl.hpp>
#include <boost/describe/class.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ssl/context.hpp>
#include <boost/system/system_error.hpp>
#include <boost/test/included/unit_test.hpp>
Macros | |
#define | BOOST_TEST_MODULE ZoneServerTest |
Functions | |
BOOST_AUTO_TEST_CASE (ZoneServerTest) | |
#define BOOST_TEST_MODULE ZoneServerTest |
BOOST_AUTO_TEST_CASE | ( | ZoneServerTest | ) |
Fixed : Exception thrown at 0x00007FFA63663FAA (ntdll.dll) in ZoneSystemTest.exe: 0xC0000005: Access violation writing location 0x0000000000000024. The program '[27192] ZoneSystemTest.exe' has exited with code 0 (0x0).
Error 2 Detected-
Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0000001B13EFE380. Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: boost::execution_exception at memory location 0x0000001B13EFBF50. Running 1 test case... unknown location(0): fatal error: in "SCENARIO_LOGIN_TEST": class std::bad_alloc: bad allocation C:\Users\Sagun Khosla\Desktop\Repos\horizon\src\Tests\ZoneSystemTest.cpp(55): last checkpoint: "SCENARIO_LOGIN_TEST" test entry
** 1 failure is detected in the test module "ZoneSystemTest"
Error 3 - Exception thrown at 0x00007FF606B15F8F in ZoneSystemTest.exe: 0xC0000005: Access violation reading location 0x00000000000000C3.
Error 5 - Exception thrown at 0x00007FF6C2CE601F in ZoneSystemTest.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Error 4 -
Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: std::length_error at memory location 0x000000F7240FE710. Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000. Exception thrown at 0x00007FFA60FAF39C in ZoneSystemTest.exe: Microsoft C++ exception: boost::execution_exception at memory location 0x000000F7240FC2D0. unknown location(0): fatal error: in "SCENARIO_LOGIN_TEST": class std::length_error: string too long C:\Users\Sagun Khosla\Desktop\Repos\horizon\src\Tests\ZoneSystemTest.cpp(55): last checkpoint: "SCENARIO_LOGIN_TEST" test entry *** 1 failure is detected in the test module "ZoneSystemTest" The program '[26396] ZoneSystemTest.exe' has exited with code 201 (0xc9).
Error 6 - Exception thrown at 0x00007FF6000AD2A0 in ZoneSystemTest.exe: 0xC0000005: Access violation reading location 0x0000000100000029.
References HLog, set_shutdown_stage(), SHUTDOWN_INITIATED, sZone, and TEST_RUN_MINIMAL.