hue
and saturation
above 1, but value
and alpha
can have any positive valuesdfng-16.5flag/src/game/server/gamecontext.cpp: In member function ‘virtual void CGameContext::OnInit()’:
dfng-16.5flag/src/game/server/gamecontext.cpp:3339:37: error: expected type-specifier before ‘CGameControllerCTF’
3339 | m_pController = new CGameControllerCTF(this);
| ^~~~~~~~~~~~~~~~~~
CGameControllerCTF
somewhere?c++
class CGameControllerCTF : public IGameController
{
public:
CGameControllerCTF(class CGameContext *pGameServer);
(edited)#include ".../ctf.h"
in gamecontext.cpp?#include ".../ctf.h"
in gamecontext.cpp? 78: ((CGameControllerDDRace *)(pGameServer->m_pController))->m_pInitResult = InitResult;
on score.cpp under game/server0x00007ffff582dbf0 in vtable for __cxxabiv1::__si_class_type_info () from /usr/lib/gcc/x86_64-pc-linux-gnu/12/libstdc++.so.6
2023-01-31 21:04:51 I http: fetching https://info.ddnet.org/info?name=Scrumplex
2023-01-31 21:04:51 I http: https://master2.ddnet.org/ddnet/15/servers.json failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2023-01-31 21:04:51 I http: https://info.ddnet.org/info?name=Scrumplex failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2023-01-31 21:04:51 I http: fetching https://info.ddnet.org/info?name=Scrumplex
2023-01-31 21:04:51 I http: https://master1.ddnet.org/ddnet/15/servers.json failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
...
2023-01-31 21:04:51 I http: fetching https://info.ddnet.org/info?name=Scrumplex
2023-01-31 21:04:51 I http: https://master2.ddnet.org/ddnet/15/servers.json failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2023-01-31 21:04:51 I http: https://info.ddnet.org/info?name=Scrumplex failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
2023-01-31 21:04:51 I http: fetching https://info.ddnet.org/info?name=Scrumplex
2023-01-31 21:04:51 I http: https://master1.ddnet.org/ddnet/15/servers.json failed. libcurl error (60): SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
...
https://master2.ddnet.org/ddnet/15/servers.json
in a browser successfully?