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

OTClient OTCV8: WARNING: attempt to destroy widget 'widget1321' two times

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,188
Solutions
34
Reaction score
200
OTCV8.
what this means? Sometimes the character logs in and out without the error.
but when this error appears (usually when I change characters in the characterlist).
then every time you relog the error appears. OBS: the error occours when logout.

Lua:
Connecting to: 127.0.0.1:7171
Login to 127.0.0.1:7172
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
Login to 127.0.0.1:7172
WARNING: attempt to destroy widget 'widget1321' two times
 
It's just a warning that the client attempted to destroy a widget but it couldn't because the client was forced to exit.
It says that the logic attempts to destroy a widget twice.
It has nothing to do with the client being forced to exit, but the fact that OP redundantly :destroy() his widget somewhere in the code.
 
In my case I have this message:

Lua:
Exiting application..
WARNING: attempt to destroy widget 'widget18' two times
WARNING: widget 'widget1299' was not explicitly destroyed
WARNING: widget 'widget585' was not explicitly destroyed

In mine, just open and close the client and this happens.

If anyone can help me with this message, I would appreciate it...
 
Back
Top