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

scriptmgr.cpp crash now when starting server #204

Closed
firelook opened this issue Apr 7, 2020 · 5 comments
Closed

scriptmgr.cpp crash now when starting server #204

firelook opened this issue Apr 7, 2020 · 5 comments

Comments

@firelook
Copy link

firelook commented Apr 7, 2020

Description:

Script named 'npc_quest_107242' does not have a script name assigned in database.
Script named 'npc_quest_107241' does not have a script name assigned in database.
Script named 'npc_quest_107243' does not have a script name assigned in database.
Script 'merayl_q42159' already assigned with the same script name, so the script can't work.

D:\users_sys\games\wow\mangos\git\AshamaneCore\src\server\game\Scripting\ScriptMgr.cpp:956 in SpecializedScriptRegistry<class CreatureScript,1>::AddScript ABORTED.

Project(s): <-- Mandatory

  • [X ] Issue found in a compiled master repo from Git.

TC rev. hash/commit:

TrinityCore rev. 2bd554e23db6+ 2020-04-06 03:47:51 +0200 (master branch) (Win64, Release, Static) (worldserver-daemon)

Database version

DB : MySQL

Operating system: Windows 10

@firelook firelook changed the title scriptmgr crash now scriptmgr.cpp crash now when starting server Apr 7, 2020
@dio85
Copy link

dio85 commented Apr 9, 2020

zone_azshuna.cpp// new merayl_q42159("merayl_q42159"); this 2x in the zone script. just delete the latest.

@firelook
Copy link
Author

firelook commented Apr 9, 2020

would you mind to be more explicit please: is it in the db ? which table ?

@dio85
Copy link

dio85 commented Apr 10, 2020

what? if you ask me, in the core. scripts/

@firelook
Copy link
Author

I take a look but it is above my head, too complicated

@firelook
Copy link
Author

I have removed new merayl_q42159("merayl_q42159"); on line 1899 for zone_azshuna.cpp and it worked => seems a small bug

@Traesh Traesh closed this as completed in 4ef787f Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants