AlanMorel / MapleServer2

MapleStory 2 Emulator
GNU General Public License v3.0
345 stars 157 forks source link

Unknown column 'prestige_rewards_claimed' in 'field list' #793

Closed Maplems closed 2 years ago

Maplems commented 2 years ago

[2022-10-26 16:32:57] [Information] MapleServer2.Database.DatabaseManager: Found supported MySQL version. [2022-10-26 16:32:57] [Information] MapleServer2.Database.DatabaseManager: Creating database... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding Shops... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding ShopItems... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding BeautyShops... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding BeautyShopItems... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding MeretMarket... [2022-10-26 16:32:59] [Information] MapleServer2.Database.DatabaseManager: Seeding Mapleopoly... [2022-10-26 16:33:00] [Information] MapleServer2.Database.DatabaseManager: Seeding Events... [2022-10-26 16:33:00] [Information] MapleServer2.Database.DatabaseManager: Seeding CardReverseGame... [2022-10-26 16:33:00] [Information] MapleServer2.Database.DatabaseManager: Seeding RouletteGameItems... [2022-10-26 16:33:00] [Information] MapleServer2.Database.DatabaseManager: Seeding OXQuiz... [2022-10-26 16:33:00] [Information] MapleServer2.Database.DatabaseManager: Database created. [2022-10-26 16:33:00] [Fatal] MapleServer2.MapleServer: Exception Type: MySql.Data.MySqlClient.MySqlException Message: Unknown column 'prestige_rewards_claimed' in 'field list' Stack Trace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action2 paramReader) in C:\projects\dapper\Dapper\SqlMapper.cs:line 2827 at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in C:\projects\dapper\Dapper\SqlMapper.cs:line 570 at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable1 commandTimeout, Nullable1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 443 at SqlKata.Execution.QueryFactory.Statement(String sql, Object param, IDbTransaction transaction, Nullable1 timeout) at MapleServer2.Database.DatabaseManager.RunQuery(String query) in D:\Maple2\MapleServer2\MapleServer2\Database\DatabaseManager.cs:line 123 at MapleServer2.MapleServer.DailyReset() in D:\Maple2\MapleServer2\MapleServer2\MapleServer.cs:line 192 at MapleServer2.MapleServer.Main() in D:\Maple2\MapleServer2\MapleServer2\MapleServer.cs:line 77 at MapleServer2.MapleServer.

()

Kustale commented 2 years ago

As a workaround, open a SQL tool (eg HeidiSQL) and add a prestige_rewards_claimed row to the account table. 3753653