celguar / mangosbot-bots

Bot AI Core from ike3 for cmangos/mangos classic/tbc/wotlk
https://github.com/cmangos/playerbots
84 stars 40 forks source link

What is the reason for this error? #260

Open calyxes opened 1 year ago

calyxes commented 1 year ago

Because the update rebuilds classic again, an error occurred when opening mangosd.exe.

/Crashes Exception code: 80000003 BREAKPOINT Fault address: 00007FFFEAD34AD2 01:0000000000063AD2 C:\mangos\run\libmysql.dll

Server.log 2023-05-13 21:19:31 ERROR:SQL: mysql_stmt_prepare() failed for 'INSERT INTO characters (guid,account,name,race,class,gender,level,xp,money,playerBytes,playerBytes2,playerFlags,map, position_x, position_y, position_z, orientation, taximask, online, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, trans_x, trans_y, trans_z, trans_o, transguid, extra_flags, stable_slots, at_login, zone, death_expire_time, taxi_path, honor_highest_rank, honor_standing, stored_honor_rating , stored_dishonorable_kills, stored_honorable_kills, watchedFaction, drunk, health, power1, power2, power3, power4, power5, exploredZones, equipmentCache, ammoId, actionBars, specCount, activeSpec, fishingSteps) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ' 2023-05-13 21:19:31 ERROR:SQL ERROR: Unknown column 'specCount' in 'field list'

celguar commented 1 year ago

mangos/sql/custom/characters Need to add dual spec tables

calyxes commented 1 year ago

Thanks. Although I don't understand, it has been solved. Do we need to do this step in the future? Include updates?

celguar commented 1 year ago

If you use SPP repack, they are applied automatically. If you use manual install, they are in custom folder (mangos/sql/custom) for classic, for other expansions I need to add it