• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Serwer don't start Global-11x

Sekinpu

Member
Joined
Jul 7, 2020
Messages
34
Solutions
1
Reaction score
6
Hello everyone,

I've been working with the Global-11x engine for a while now, continuously modifying it with a focus on improving compatibility with C++. Everything was running fine until recently. After the latest server compilation, the engine suddenly stopped working, and I'm encountering the following error:

Code:
>> Establishing database connection...
MySQL Error Message: TLS/SSL error: SSL is required, but the server does not support it
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

Has anyone else experienced this issue or have any suggestions on how to fix this? Any help would be appreciated!

Thanks in advance.
 
I managed to resolve the MySQL connection issue by switching from XAMPP to Laragon, and the database connection is now working fine. However, I've run into a new problem. After starting the server and attempting to log in, I'm encountering the following error:
Debug Assertion Failed!

Debug Assertion Failed!

Program:
H:\11.00\global-11x-main\Microsoft Visual Studio\2022\Community\VS\Tools\MSVC\14.41.34120\include\xtree
Line: 182

Expression: cannot dereference end map/set iterator

For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.

(Press retry to debug the application)
 
Back
Top