• 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!

We added a cam in the client but we get this.

Qei

New Member
Joined
Jun 18, 2008
Messages
21
Reaction score
4
+--------------------------------------------------------------- Debug Assertion 7.72 Control.cpp 1208 Thu Mar 01 14:29:47 2018 Windows Version: 6.2 build 9200 on 2 Graphic Engine: 2 Last Packet Types: 172 000 000 000 000 000 000 000 000 000 Last Packet: 034 167 172 077 215 026 131 193 147 047 002 117 073 125 017 234 Player.cpp 383: exception occurred, reason: Network.cpp 885: exception occurred (ErrorCode = 0), reason: Control.cpp 1280: exception occurred (Type = 172), reason: Control.cpp 1208: unknown packet type during login (Type = 172) ----------------------------------------------------------------


Does anyone know how to solve this?

Its a paid job,

Thanks in advance.
 
To be sure someone reads it ;p and i want to release within
2 weeks so
 
Hello Qei,

if you added a cam in the client and you don't know how to read debug logs and actually identify what the problem is then I highly doubt you'll ever get it to work.

I can't help you without any sources.

Kindest Regards,
Okke
 
I know what it's happening on the server and why the debug are being done, it are related to the packets handled between my sources (XOR encryption of the Tibianic/Medivia Client for the Cam.dll), i'm using 0.4 (old version) and just i can't make it work
 
Small hint: The camera has absolutely nothing to do with the TFS.
 
i having problem with camera , i get access to the recodings links but when i want to watch a video it never connects i have changed ports for cam
Lua:
#define CAM_PLAYER_PORT 7175
and
Code:
    output.AddU32(7175); 
                                    output.AddU16(7175);
 
Back
Top