celguar / spp-classics-cmangos

SPP Classics repack with ike3 playerbots. Based on cmangos. Supports 1.12, 2.4.3, 3.3.5. Check "Releases" for installer
200 stars 54 forks source link

Server started crashing #267

Closed DISTRO69 closed 2 weeks ago

DISTRO69 commented 2 weeks ago

I was just playing and decided to turn it off (while being in a field with only a few undead). And I did it properly via the shutdown

But now when I want to start the server, and this is the last part of what I see

Loading Auctions...
Critical Error: A condition which must never be false was found to be false. Server was shut down to protect data integrity.
If this error is occurring frequently, please recompile the software in debug mode to get more details.

AuctionHouseMgr::AddAItem(): mAitems.find(it->GetGUIDLow()) == mAitems.end()

What can I do to fix it? It seems like a problem with the auction since it died while loading them but that would be weird because I never even used the auction function.

I don't even know where the recompiling option is.

However, it seems like a problem with the save since with a fresh install of the software it works until the save is loaded. The weird part is that I didn't change anything in the last startups (at least 10 good startups) tho I had a problem where one time it didn't turn on but then when I tried it again, it just worked.

celguar commented 2 weeks ago

Hello, you need to connect to db and clear auction table in characters database. Do you know how to do it

DISTRO69 commented 2 weeks ago

Hello, you need to connect to db and clear auction table in characters database. Do you know how to do it

To be honest man, no

Newsday-star commented 2 weeks ago
  1. Launch the extension

image

  1. Open any database editor (For example Navicat)

  2. Create a database connection Username - root PAssword - 123456

image

  1. Find the character table

image

image

  1. Clear the Auction table

image

celguar commented 2 weeks ago

Thanks @Newsday-star ! Also don't forget to use port 3310 for db connection

DISTRO69 commented 2 weeks ago

Thanks for the help fixed it