• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Never seen this error before.

haji h ali

Member
Joined
Sep 10, 2013
Messages
58
Reaction score
5
Code:
[15/12/2016 20:39:40] OtWar_, version DEV (Crying Damson)
[15/12/2016 20:39:40] Compiled with GNU C++ version 3.4.5 (mingw special) at Oct 25 2011, 15:05:46.
[15/12/2016 20:39:40] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[15/12/2016 20:39:40] Visit our forum for updates, support and resources: http://otland.net.

[15/12/2016 20:39:40] >> Loading config (config.lua)
[15/12/2016 20:39:40] > Using SHA1 encryption
[15/12/2016 20:39:40] >> Checking software version... failed - could not parse remote file (are you connected to the internet?)
[15/12/2016 20:39:40] >> Fetching blacklist
[15/12/2016 20:39:40] >> Loading RSA key
[15/12/2016 20:39:40] >> Starting SQL connection
[15/12/2016 20:39:40] >> Running Database Manager
[15/12/2016 20:39:40] > Trigger: oncreate_guilds does not exist, creating it...
[15/12/2016 20:39:40] mysql_real_query(): CREATE TRIGGER `oncreate_guilds` AFTER INSERT ON `guilds` FOR EACH ROW BEGIN INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Leader', 3, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Vice-Leader', 2, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Member', 1, NEW.`id`); END; - MYSQL ERROR: Table 'otserv.guilds' doesn't exist (1146)
[15/12/2016 20:39:40] > Trigger: ondelete_guilds does not exist, creating it...
[15/12/2016 20:39:40] mysql_real_query(): CREATE TRIGGER `ondelete_guilds` BEFORE DELETE ON `guilds` FOR EACH ROW BEGIN UPDATE `players` SET `guildnick` = '', `rank_id` = 0 WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = OLD.`id`); END; - MYSQL ERROR: Table 'otserv.guilds' doesn't exist (1146)
[15/12/2016 20:39:40] > No tables were optimized.
[15/12/2016 20:39:40] >> Loading items
[15/12/2016 20:39:40] >> Loading groups
[15/12/2016 20:39:40] >> Loading vocations
[15/12/2016 20:39:40] >> Loading script systems
[15/12/2016 20:39:40] >> Loading chat channels
[15/12/2016 20:39:40] >> Loading outfits
[15/12/2016 20:39:40] >> Loading experience stages
[15/12/2016 20:39:40] >> Loading monsters
[15/12/2016 20:39:41] >> Loading mods...
[15/12/2016 20:39:41] > Loading party-outfit.xml... done, but disabled.
[15/12/2016 20:39:41] > 1 mods were loaded (1 disabled).
[15/12/2016 20:39:41] >> Loading map and spawns...
[15/12/2016 20:39:41] > Map size: 64764x64764.
[15/12/2016 20:39:41] > Map descriptions:
[15/12/2016 20:39:41] "Saved with Remere's Map Editor 2.2"
[15/12/2016 20:39:41] ""
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] Duplicate uniqueId 1500
[15/12/2016 20:39:42] > Map loading time: 1.297 seconds.
[15/12/2016 20:39:42] > Data parsing time: 0.032 seconds.
[15/12/2016 20:39:42] > Houses synchronization time: 0 seconds.
[15/12/2016 20:39:42] > Content unserialization time: 0 seconds.
[15/12/2016 20:39:42] >> Checking world type... PvP
[15/12/2016 20:39:42] >> Initializing game state modules and registering services...
[15/12/2016 20:39:42] > Global address: xxxxxxxxxxxx
[15/12/2016 20:39:42] > Local ports: 7171    7172   
[15/12/2016 20:39:42] >> All modules were loaded, server is starting up...
[15/12/2016 20:39:42] >> WarOTs server Online!

[15/12/2016 20:40:01] mysql_real_query(): SELECT `guild_id` FROM `guild_invites` WHERE `player_id` = 2 - MYSQL ERROR: Table 'otserv.guild_invites' doesn't exist (1146)
[15/12/2016 20:40:01] Yuichiro has logged in.
[15/12/2016 20:40:03] mysql_real_query(): SELECT `points` FROM `players` WHERE `name` = 'Yuichiro'; - MYSQL ERROR: Unknown column 'points' in 'field list' (1054)

[15/12/2016 20:40:03] [Error - CreatureScript Interface]
[15/12/2016 20:40:03] data/creaturescripts/scripts/flook.lua:onLook
[15/12/2016 20:40:03] Description:
[15/12/2016 20:40:03] data/lib/004-database.lua:60: [Result:getDataInt] Result not set!
[15/12/2016 20:40:03] stack traceback:
[15/12/2016 20:40:03]     [C]: in function 'error'
[15/12/2016 20:40:03]     data/lib/004-database.lua:60: in function 'getDataInt'
[15/12/2016 20:40:03]     data/lib/049-war.lua:15: in function 'getPlayerPoints'
[15/12/2016 20:40:03]     data/creaturescripts/scripts/flook.lua:3: in function <data/creaturescripts/scripts/flook.lua:1>
[15/12/2016 20:40:04] mysql_real_query(): SELECT `points` FROM `players` WHERE `name` = 'Yuichiro'; - MYSQL ERROR: Unknown column 'points' in 'field list' (1054)

[15/12/2016 20:40:04] [Error - CreatureScript Interface]
[15/12/2016 20:40:04] data/creaturescripts/scripts/flook.lua:onLook
[15/12/2016 20:40:04] Description:
[15/12/2016 20:40:04] data/lib/004-database.lua:60: [Result:getDataInt] Result not set!
[15/12/2016 20:40:04] stack traceback:
[15/12/2016 20:40:04]     [C]: in function 'error'
[15/12/2016 20:40:04]     data/lib/004-database.lua:60: in function 'getDataInt'
[15/12/2016 20:40:04]     data/lib/049-war.lua:15: in function 'getPlayerPoints'
[15/12/2016 20:40:04]     data/creaturescripts/scripts/flook.lua:3: in function <data/creaturescripts/scripts/flook.lua:1>
[15/12/2016 20:40:04] mysql_real_query(): SELECT `points` FROM `players` WHERE `name` = 'Yuichiro'; - MYSQL ERROR: Unknown column 'points' in 'field list' (1054)

[15/12/2016 20:40:04] [Error - CreatureScript Interface]
[15/12/2016 20:40:04] data/creaturescripts/scripts/flook.lua:onLook
[15/12/2016 20:40:04] Description:
[15/12/2016 20:40:04] data/lib/004-database.lua:60: [Result:getDataInt] Result not set!
[15/12/2016 20:40:04] stack traceback:
[15/12/2016 20:40:04]     [C]: in function 'error'
[15/12/2016 20:40:04]     data/lib/004-database.lua:60: in function 'getDataInt'
[15/12/2016 20:40:04]     data/lib/049-war.lua:15: in function 'getPlayerPoints'
[15/12/2016 20:40:04]     data/creaturescripts/scripts/flook.lua:3: in function <data/creaturescripts/scripts/flook.lua:1>
[15/12/2016 20:40:04] mysql_real_query(): SELECT `points` FROM `players` WHERE `name` = 'Yuichiro'; - MYSQL ERROR: Unknown column 'points' in 'field list' (1054)
 
Back
Top