Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AC] [Crash] [Core] Worldserver fails start #964

Closed
1 task done
Conan1996-2 opened this issue Jan 4, 2025 · 7 comments
Closed
1 task done

[AC] [Crash] [Core] Worldserver fails start #964

Conan1996-2 opened this issue Jan 4, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@Conan1996-2
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that my issue may get closed without notice if I intentionally remove or skip any mandatory* field

Current behaviour

#----------------------------------------------------------------------#

ASSERTION FAILED

Location: /home/internet/WOW/wrath/azerothcore/src/server/game/AI/NpcBots/botdatamgr.cpp:987

Function: operator()

Condition: false

Message: Invalid NPCBot spawns found in creature table having no data in characters_npcbot table! IDs: 70164, 70268, 70267, 70265, 70459, 70458, 70455, 70233, 70152, 70151, 70132, 70116, 70055, 70053, 70064, 70052, 70051, 70033, 91967, 91902, 91233, 91749, 70405, 70404, 70403, 70402, 70401, 70372, 70359, 70358, 70357, 70356, 70324, 70318, 70317, 70307, 70306, 70260, 70257, 70253, 70252, 70251, 70462, 70460, 70457, 70454, 70452, 70214, 70207, 70231, 70213, 70206, 70158, 70177, 70163, 70159, 70157, 70130, 70110, 70106, 70105, 70102, 70067, 70066, 70065, 70063, 70062, 70038, 70019, 70010, 70008, 70005, 70410, 70409, 70408, 70407, 70406, 70367, 70366, 70353, 70352, 70351, 70326, 70305, 70304, 70302, 70301, 70453, 70451, 70202, 70211, 70204, 70201, 70154, 70174, 70115, 70103, 70101, 70028, 70020, 70002, 70001,

Fix your DB contents and retry

#----------------------------------------------------------------------#
Segmentation fault

I upgraded my server to the current github version of AC and Trinity-Bots and this is what I get, but if I restore the previous version it works fine.

Expected behaviour

Worldserver should start

Crashlog

No response

Steps to reproduce the problem

No response

TrinityCore or AzerothCore

AzerothCore

Core rev. hash/commit

AzerothCore rev. 3193a5ba5add+ 2025-01-03 23:01:54 +0100 (master branch) (Unix, RelWithDebInfo, Static) (authserver)

Operating system

Ubuntu 24.04.1 LTS

@Conan1996-2 Conan1996-2 added the bug Something isn't working label Jan 4, 2025
@trickerer
Copy link
Owner

How old is your previous version?

@trickerer
Copy link
Owner

#931 (comment)

@Conan1996-2
Copy link
Author

Thanks for the quick response.

I tried setting NpcBot.WanderingBots.Continents.Count=0 (per the link) and that had no effect, as I'm assuming these bots are for something else?

the post you linked said something about null, Is it safe to remove these, and if so is that the guid reference (it says id) in the acore_world/creature table?

@trickerer
Copy link
Owner

It's ID reference. As newly spawned npcs bots occupy the highest parts of guid range.
Just delete those creature ids from creature table.

@Conan1996-2
Copy link
Author

Sorry, I do not see an 'id' in creature table:

1 guid int UNSIGNED No None Global Unique Identifier AUTO_INCREMENT
2 id1 int UNSIGNED No 0 Creature Identifier
3 id2 int UNSIGNED No 0 Creature Identifier
4 id3 int UNSIGNED No 0 Creature Identifier
5 map smallint UNSIGNED No 0 Map Identifier
6 zoneId smallint UNSIGNED No 0 Zone Identifier
7 areaId smallint UNSIGNED No 0 Area Identifier
8 spawnMask tinyint UNSIGNED No 1
9 phaseMask int UNSIGNED No 1
10 equipment_id tinyint No 0
11 position_x float No 0
12 position_y float No 0
13 position_z float No 0
14 orientation float No 0
15 spawntimesecs int UNSIGNED No 120
16 wander_distance float No 0
17 currentwaypoint int UNSIGNED No 0
18 curhealth int UNSIGNED No 1
19 curmana int UNSIGNED No 0
20 MovementType tinyint UNSIGNED No 0
21 npcflag int UNSIGNED No 0
22 unit_flags int UNSIGNED No 0
23 dynamicflags int UNSIGNED No 0
24 ScriptName char(64) utf8mb4_unicode_ci Yes
25 VerifiedBuild int Yes NULL
26 CreateObject tinyint UNSIGNED No 0
27 Comment text utf8mb4_unicode_ci Yes NULL

@trickerer
Copy link
Owner

2 id1 int UNSIGNED No 0 Creature Identifier

This

@Conan1996-2
Copy link
Author

This unfortunately did not work, other errors. So I just started fresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants