Jump to content
TrinityCore

"unknown column" "missing table" "duplicate column" error / sql problems / SQLDriverLogFile < answer on 1st post of 1st page


Apple
 Share

Recommended Posts

Hello everyone!

 

I downloaded and installed the full DB (TDB_full_434.02_2012_08_30.sql). After this, trying update with update_02/*.sql this occurs:

 

[..]
15:06:04 UPDATE `creature_template` SET `lootid`=40419 WHERE `entry`=40420 1 row(s) affected Rows matched: 1  Changed: 1  Warnings: 0 0.000 sec
15:06:04 DELETE FROM `disables` WHERE  `sourceType`=4 AND `entry`=7323 0 row(s) affected 0.000 sec
15:06:04 DELETE FROM `disables` WHERE  `sourceType`=4 AND `entry`=7324 0 row(s) affected 0.000 sec
15:06:04 DELETE FROM `disables` WHERE  `sourceType`=4 AND `entry`=7325 0 row(s) affected 0.000 sec
15:06:04 SET @SisterSvalna := 37126 0 row(s) affected 0.000 sec
15:06:04 CALL `sp_get_ref_id`('RAID_CRE',@Reference) Error Code: 1305. PROCEDURE world.sp_get_ref_id does not exist 0.000 sec

 

Details:

- Last 4.3.4 branch (VS12 x32)
- Last 4.3.4 Alpha DB
- MySQL 5.5.28
- DB dropped, created, auth base, character base, world full 434.02 + update_02/*.sql (with error 1305)
- Without update_02, worldserver says "DB outdated"
 
What I made wrong?

 

Edited by fmilioni
Link to comment
Share on other sites

There seems to be a missing stored procedure:

 

DELIMITER $$


DROP PROCEDURE IF EXISTS `sp_get_ref_id`$$


CREATE DEFINER=`root`@`127.0.0.1` PROCEDURE `sp_get_ref_id`(IN refType VARCHAR(10),OUT reference MEDIUMINT(5))

BEGIN

    CASE UCASE(refType)

        WHEN 'SKIN' THEN BEGIN

            SET @Low :=00000;

            SET @High :=1000;

        END;

        WHEN 'ITEM' THEN BEGIN

            SET @Low :=10000;

            SET @High :=10999;

        END;

        WHEN 'FISH' THEN BEGIN

            SET @Low :=11000;

            SET @High :=11799;

        END;

        WHEN 'MILL' THEN BEGIN

            SET @Low :=11800;

            SET @High :=11999;

        END;

        WHEN 'RAID_GOBJ' THEN BEGIN

            SET @Low :=12000;

            SET @High :=12899;

        END;

        WHEN 'MINE' THEN BEGIN

            SET @Low :=12900;

            SET @High :=12999;

        END;

        WHEN 'PROSPECT' THEN BEGIN

            SET @Low :=13000;

            SET @High :=13999;

        END;

        WHEN 'WORLD' THEN BEGIN

            SET @Low :=14000;

            SET @High :=29000;

        END;

        WHEN 'RAID_CRE' THEN BEGIN

            SET @Low :=34000;

            SET @High :=34999;

        END;

        WHEN 'DUNGEON' THEN BEGIN

            SET @Low :=35000;

            SET @High :=35999;

        END;

        ELSE CALL INVALID_REFERENCE_TYPE;

    END CASE;

    SET reference :=1+(SELECT `entry` FROM `reference_loot_template` WHERE `entry` BETWEEN @Low AND @High ORDER BY `entry` DESC LIMIT 1);

END$$


DELIMITER ;

 

That's from the 3.3.5a database. If none of the field names have changed then it might work. You need to execute that on your world DB so it will create the procedure, then when you import the SQL it can call it.

Link to comment
Share on other sites

I tried with MySql cli and works fine: TDB 434.02 + update_02/*.sql... But now another error on Worldserver.exe...

 

[..]
>> Loaded 11 phasing definitions in 0 ms.
Loading Conditions...
[1054] Unknown column 'ErrorType' in 'field list'
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

I need import TrinityCore/sql/updates/ ? In 2012_09_16_00_world_version.sql shows `db_version`='TDB 335.49',

Edited by fmilioni
Link to comment
Share on other sites

I tried with MySql cli and works fine: TDB 434.02 + update_02/*.sql... But now another error on Worldserver.exe...

 

[..]
>> Loaded 11 phasing definitions in 0 ms.
Loading Conditions...
[1054] Unknown column 'ErrorType' in 'field list'
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

I need import TrinityCore/sql/updates/ ? In 2012_09_16_00_world_version.sql shows `db_version`='TDB 335.49',

Sorry, not sure about that one. Normally I'd say to import all the updates but with 4.3.4 it's different. There used to be a thread around about importing only "updates_02" but you might also need "updates_01" depending how old your DB is. Also, it could be there's a missing SQL file.

Link to comment
Share on other sites

If you have a 4.3.4 core, you need to use exclusivly this DB https://github.com/downloads/TrinityCore/TrinityCore_4.3.4_DB_Alpha/TDB_full_434.02_2012_08_15.rar + All updates from "updates_02".

 

When you use the "merge_updates_windows.bat" it create a file named "world_updates.sql". You should apply this file only 1 time, and apply the new sqls one by one after or you will have problems like duplicate column, things like this.

Link to comment
Share on other sites

If you have a 4.3.4 core, you need to use exclusivly this DB https://github.com/downloads/TrinityCore/TrinityCore_4.3.4_DB_Alpha/TDB_full_434.01_2012_08_15.rar + All updates from "updates_02".

 

When you use the "merge_updates_windows.bat" it create a file named "world_updates.sql". You should apply this file only 1 time, and apply the new sqls one by one after or you will have problems like duplicate column, things like this.

Sorry, do not works. My steps:

  1. sql/create/drop_mysql.sql and sql/create/create_mysql.sql | OK
  2. sql/base/auth_database.sql (auth db) | OK
  3. sql/base/characters_database.sql (characters db) | OK
  4. TDB_full_434.01_2012_08_15.sql (world db) | OK
  5. world_updates.sql generated by merge_updates_windows.bat in TrinityCore_4.3.4_DB_Alpha  (world db) | FAILED

Log:

[..]
02:51:44	DELETE FROM `creature_loot_template` WHERE `entry` = @ENTRY	0 row(s) affected	0.000 sec

02:51:44	INSERT INTO `creature_loot_template` VALUES  (@ENTRY, 52365, 2, 1, 0, 1, 1), (@ENTRY, 52366, 2, 1, 0, 1, 1), (@ENTRY, 52388, 1.4, 1, 0, 1, 1), (@ENTRY, 67129, 4, 1, 0, 1, 1), (@ENTRY, 67130, 4, 1, 0, 1, 1), (@ENTRY, 67131, 2, 1, 0, 1, 1), (@ENTRY, 67132, 1.8, 1, 0, 1, 1), (@ENTRY, 67133, 1.8, 1, 0, 1, 1), (@ENTRY, 67134, 1.9, 1, 0, 1, 1), (@ENTRY, 67135, 1.4, 1, 0, 1, 1), (@ENTRY, 67136, 3, 1, 0, 1, 1), (@ENTRY, 67137, 1.9, 1, 0, 1, 1), (@ENTRY, 67138, 4, 1, 0, 1, 1), (@ENTRY, 67139, 1.2, 1, 0, 1, 1), (@ENTRY, 67140, 1.6, 1, 0, 1, 1), (@ENTRY, 67141, 1.4, 1, 0, 1, 1), (@ENTRY, 67142, 2, 1, 0, 1, 1), (@ENTRY, 67143, 3, 1, 0, 1, 1), (@ENTRY, 67144, 1.9, 1, 0, 1, 1), (@ENTRY, 67145, 0.9, 1, 0, 1, 1), (@ENTRY, 67146, 1.9, 1, 0, 1, 1), (@ENTRY, 67147, 3, 1, 0, 1, 1), (@ENTRY, 67148, 1.8, 1, 0, 1, 1), (@ENTRY, 67149, 1.9, 1, 0, 1, 1), (@ENTRY, 67150, 1.9, 1, 0, 1, 1), (@ENTRY, 67240, 82, 1, 0, 1, 1), (@ENTRY, 68781, 1.1, 1, 0, 1, 1), (@ENTRY, 68782, 1.1, 1, 0, 1, 1)	28 row(s) affected Records: 28  Duplicates: 0  Warnings: 0	0.000 sec

02:51:44	DELETE FROM `creature` WHERE `id` = 50063	0 row(s) affected	0.000 sec

02:51:44	INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES (9, 50063, 1, 1, 1, 0, 0, -10517.6, 69.0821, 12.1969, 1.53465, 7200, 0, 0, 14700, 0, 0, 0, 0, 0)	Error Code: 1062. Duplicate entry '9' for key 'PRIMARY'	0.015 sec
Edited by fmilioni
Link to comment
Share on other sites

Hi.

 

Drop world db.

Apply the https://github.com/downloads/TrinityCore/TrinityCore_4.3.4_DB_Alpha/TDB_full_434.02_2012_08_30.rar to your world db.

Make one file with updates downloaded in the core source and then apply them to your world db.

 

 

 

 

That's for your world db.

 

 

 

Best regards.

  1. Dropped World, imported TDB_full_434.02_2012_08_30.sql + all /core/sql/updates/world
03:31:08	INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES (@GUID,@ID,0,1,1,0,0,1567.16,-5611,114.19,1.084,900,0,1,26412,35250,2,0,0,0)	Error Code: 1062. Duplicate entry '42575' for key 'PRIMARY'	0.000 sec

 

:(

Link to comment
Share on other sites


Dropped World, imported TDB_full_434.02_2012_08_30.sql + all /core/sql/updates/world

 

Do not apply core updates, only 4.3.4 DB files. If you don't know how to do it, then 4.3.4 is not for you, (its for devs not for public server). Just use last core of last sync (Rev b9b57c2d62).

Link to comment
Share on other sites

Do not apply core updates, only 4.3.4 DB files. If you don't know how to do it, then 4.3.4 is not for you, (its for devs not for public server). Just use last core of last sync (Rev b9b57c2d62).

I did what you said, see above.

 

First step Take last DB

Seconde add Update 2 (only)

 

Third do this query

 

ALTER TABLE `conditions`
ADD COLUMN `ErrorType` MEDIUMINT(8) UNSIGNED DEFAULT 0 NOT NULL AFTER `NegativeCondition`

 

START THE SERVER :P

 

Yeahh, works with some errors:

 

 

 

Loading Game Object Templates...
GameObject (Entry: 126337 GoType: 8) have data0=2061 but SpellFocus (Id: 2061) not exist.
GameObject (Entry: 126338 GoType: 8) have data0=2061 but SpellFocus (Id: 2061) not exist.
[..]
Loading Creature templates...
Creature (Entry: 3625) has different `npcflag` in difficulty 1 mode (Entry: 22654).
Creature (Entry: 4255) has different `npcflag` in difficulty 1 mode (Entry: 22646).
[..]
Loading Gameobject Data...
Gameobject (GUID: 22417 Entry 182051 GoType: 6) has an invalid displayId (1287), not loaded.
Gameobject (GUID: 22418 Entry 182051 GoType: 6) has an invalid displayId (1287), not loaded.
[..]
>> Loaded 0 hotfix info entries. DB table `hotfix_data` is empty.
World initialized in 0 minutes 9 seconds
worldserver process priority class set to HIGH
TrinityCore rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (worldserver-daemon) ready...
UpdateAchievementCriteria: Achievement 5689 not found!
UpdateAchievementCriteria: Achievement 5689 not found!
UpdateAchievementCriteria: Achievement 5689 not found!
[..]

 

All quests are visible on map... Perhaps it's better I wait more before try 4.3.4  :mellow:

Edited by fmilioni
Link to comment
Share on other sites

Hello,

 

I have been following the How-to:Win guide in order to make myself a WoW 3.3.5a server.

Now I have come to the point where I am supposed to make an Account within the worldserver.exe console.

When I launch the worldserver.exe, It launches normally, loads maps, items and so forth and then tells me the following:

[1053] Unknown column 'quest_daily_rate' in 'field list'

Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

 

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

 

To this I have also get a crash report

 

I have tried locating the sql/updates folder, though I have failed to find it.

 

Thanks in Advance

Edited by Aokromes
Link to comment
Share on other sites

I have been checking and as far as I can see I applied the auth, character and world .sql databases just where they belong.

On a side note, I have found the sql/updates folder.

Could you specify wich of these I need to apply where? I am confused by the massive amount of sql files.

Edited by GnomeHJ
Link to comment
Share on other sites

Easy way to apply the updates. Make an sh script.

DBUSER="root"
PASS="pass"
DB="World"
for f; do
mysql -u$DBUSER -p$PASS $DB < $f
done

 

Replace the quoted with your values, leave the quotes though; that sets the variable; Put the Script into your updates folder and then sh update.sh *sql Will run the script and run all needed updates. Bear in mind that this is for Linux not windows. I'm assuming that you could do the same for windows using a bat file, but as far as how someone else would have to help on that.

Link to comment
Share on other sites

I have been checking and as far as I can see I applied the auth, character and world .sql databases just where they belong.

On a side note, I have found the sql/updates folder.

Could you specify wich of these I need to apply where? I am confused by the massive amount of sql files.

for example you appiled TDB_full_335.49_2012_09_16 to the world database you'd apply 2012_09_16_00_world_version.sql and beyond. you can use the cmd method or a sql combiner to combine all the files instead of doing them one by one. A user posted one on the forums heres the link.. Trinity SQL combiner

also if you reread the link i posted above it explains how to do this.

Link to comment
Share on other sites

Hello.

I have a problem trying to run worldserver. I had no problems with compilation, installation, extraction of maps, dbc, vmaps, etc.

authserver is working, but when I try to run worldserver, this happens:

 

 

Loading Quests...
[1054] Unknown column 'StartScript' in 'field list'
Your database structure is not up to date. Please make sure you've executed all  queries in the sql/updates folders.

 

I though my problem was obvious, there are 131 updates in that folder, so I could skip one of them, but I deleted world db (to make a new clean installation) and installed it again. I did it twice and I'm pretty sure I've executed every single one of the updates, and this still happening. I don't know what to do, I googled my problem but I can't find a solution.

 

Can you help me please?

Edited by Bethuel_Mares
Link to comment
Share on other sites

You should include the revision of the core you're using...

 

But, you missed an update. Look in the "sqlold3.3.5a" folder and import anything newer than the date of your core, then finish with the ones in the "updates" folder.

 

Also, search the forums here, not Google. Your problem has been asked and answered

more than 0xFFFFFFFF times already.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


  • Similar Content

    • By xgamerninjax
      Hello all, first time posting here and it's really got me scratching my head.
      I've compiled everything on my own computer, and then transferred everything to a host computer so the server can stay live. The server was running fine for a month or so and then suddenly it just crashes when it hits "Loading C++ scripts", exiting saying "caught signal 22"
      I tried setting up the host computer from scratch and transferred everything over fresh and it's still happening for some reason. (Note, I can run the server perfectly on my personal pc where I compiled it.)
      Any help would be greatly appreciated, thanks!
      3d7e3a40e2b3+_worldserver.exe_[1-4_15-19-45].dmp 3d7e3a40e2b3+_worldserver.exe_[1-4_15-19-45].txt
    • By Rochet2
      A lot of people have asked how to debug so I made this short guide on how to set up debugging.
      This guide only tells you how to actually set up debugging in TrinityCore on Windows and Linux.
      This will not explain the basics of debugging. You can google those or play around with the debugger to learn.
      Here are a few videos that explain how to actually debug after setting debugging up on visual studio: https://youtu.be/0ebzPwixrJA and linux: https://www.youtube.com/watch?v=sCtY--xRUyI

      This guide contains multiple guides. Each list of bullet points is it's own guide.
      Make sure you can run the server normally before trying to debug.

      Windows:
      On Windows before anything you should check these
      - Before debugging or making crashlogs etc. with Visual Studio you must compile the core in "Debug" instead of "Release". You can select this in "Build>Configuration Manager" or at the top of Visual Studio window http://i.imgur.com/5oHd59j.png
      - You also need to move the new pdb files generate by compiling in debug mode on Visual Studio from the compile output folder (bin) to your server folder - these files contain information needed for debugging.
      - It is assumed that Solution Explorer is open. Open it by selecting "View>Solution Explorer" in Visual Studio http://i.imgur.com/hkW6Gk0.png
      -- You may want to click on the Home icon to reset the view on Solution Explorer http://i.imgur.com/N8UPwDh.png
      - You can place breakpoints in Visual Studio editor by right clicking a line of code and selecting "Breakpoint>Insert Breakpoint" http://i.imgur.com/L2TxBVG.png
      - At the top of the window you should see controls for stepping and continuing when you have started to debug.
      - Here is a video showing the basic Visual Studio functionality https://www.youtube.com/watch?v=Ijdk4z8-2OI
      Fastest way to debug on windows. This is the easiest way to start up debugging a script.
      - Start the authserver and worldserver normally
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In Visual Studio at the top select "Debug>Attach to process...>worldserver.exe" and click "Attach" http://i.imgur.com/jDEI2Hq.png
      - You are now debugging
       
      The second slower way of debugging on windows. This is useful for debugging something that occurs in the startup of the server.
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In solution explorer right click on worldserver and select "Set as StartUp Project" http://i.imgur.com/wvMzeRA.png
      - In solution explorer right click on worldserver and select "Properties" http://i.imgur.com/rTNEF9O.png
      -- In Properties you should go to "Configuration Properties>Debugging" and edit "Working Directory" to point to the server folder. For me this is the default compile folder so I use "$(OutDir)" http://i.imgur.com/aRI29fB.png
      - Start the authserver normally
      - Start the worldserver by selecting "Debug>Start Debugging". The server will start with debugging attached from the beginning http://i.imgur.com/cg1KJNw.png
      - You are now debugging
      Crashlogs on windows. Once you have a way to reproduce a crash you can get a crashlog that can help you resolve it.
      - After compiling the core in "Debug" instead of "Release" start up the worldserver and authserver
      - Reproduce the crash you have
      - In the server folder there is now a folder called Crashes that contains txt and dmp files. http://i.imgur.com/9eQIdql.png
      - You can open the txt files in text editors http://i.imgur.com/EH6R17E.png
      -- At the top of a txt file there is some information about your system and below it there is the Call Stack and below that there are Variables of each part of the call stack
      -- The Call Stack will tell you at the top what was the last function call before crashing and what function calls led to that function call.
      -- Next to the function names there is the file that the function is defined in and the line number the code was executing in that function.
      -- In the Variables section you can inspect variables that were present at each function call.
      -- Based on this information you are often able to see what crashed or get a better view of what you need to inspect more in your code.
      - The dmp file can be opened in Visual Studio
      -- Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      -- Drag and drop the dmp file to Visual Studio
      -- In the window that opens click to "Debug with Native Only" http://i.imgur.com/OgyU2kM.png
      -- In the window popup click "Break" http://i.imgur.com/4jDzqRn.png
      -- You are now in a state like you would have hit a break point in the code or a crash while debugging. You can inspect the call stack and the variables.
      Edit and continue on windows. When debugging this allows you to change the code and without restarting the server apply those changes so they actually work ingame.
      - Open TrinityCore.sln in Visual Studio. This is what you usually open when you want to compile the core
      - In solution explorer right click on worldserver and select "Properties" http://i.imgur.com/rTNEF9O.png
      -- In Properties select "Configuration Properties>Linker>General" and set "Enable Incremental Linking" to "Yes". http://i.imgur.com/caQqwN5.png
      -- In Properties select "Configuration Properties>Linker>Advanced" and set "Image Has Safe Exception Handlers" to "No". http://i.imgur.com/FYzN8Ks.png
      -- In Properties select "Configuration Properties>C/C++>General" and set "Debug Information Format" to "Program Database for Edit And Continue". http://i.imgur.com/pxQ6I8N.png
      - At the top of the window select "Tools>Options". In the Options select "Debugging>General" and in there select "Enable Edit and Continue", "Enable Native Edit and Continue" and "Require source files to exactly match the original version".
      - Compile the server for the changes to take effect.
      - Set up "The second slower way of debugging" (I did not test edit and continue on other configurations)
      - Start the authserver normally
      - Start the worldserver by selecting "Debug>Start Debugging".
      - Try edit a cpp file a little and save it.
      - At top of Visual Studio window select "Debug>Apply Code Changes" and wait until the changes are applied. Warning: it can take considerable amount of time for the changes to be applied. http://i.imgur.com/77pb58E.png
      - If you have issues, be sure to check the error messages in Output. You can view it by selecting "View>Output" http://i.imgur.com/4cIznW9.png
      - This guide was written based on https://msdn.microsoft.com/en-us/library/esaeyddf.aspx and https://blogs.msdn.microsoft.com/vcblog/2015/07/22/c-edit-and-continue-in-visual-studio-2015/
      Linux:
      First we need to compile the server in debug mode.
      - Compile the server with the cmake flag -DCMAKE_BUILD_TYPE=Debug

      Debugging on linux. You can debug on linux by using GDB.
      - Here is a good video about it: https://www.youtube.com/watch?v=sCtY--xRUyI
      - Basically you
      -- Start the authserver
      -- Start the worldserver by using "gdb ./worldserver"
      -- Enter breakpoints by using break command on gdb
      -- Use the run command on gdb to start the server
      -- You are now debugging
      - You may also be interested in using VScode or some other more visual debuggers. https://www.youtube.com/watch?v=B0xTgyCwsAo
      Crashlogs on linux. Once you have a way to reproduce a crash you can get a crashlog that can help you resolve it.
      - Take crashreport.gdb from /contrib/debugger from source folder and place it to your server folder
      - Start the authserver
      - Start the worldserver by using "gdb -x crashreport.gdb ./worldserver"
      - Reproduce your crash
      - There should be a backtrace.log in your server folder that contains information about the crash like the callstack and variables in each function call in the call stack
      - This guide was written based on https://github.com/TrinityCore/TrinityCore/blob/master/contrib/debugger/README
      Running valgrind on linux. This helps you find memory errors like invalid reads and writes and memory leaks.
      - Here is a good video about it: https://www.youtube.com/watch?v=fvTsFjDuag8
      - Basically you
      -- Start the authserver
      -- Start the worldserver by using "valgrind ./worldserver"
      -- Run your code that you want to analyze and close the server
      -- The console or an output log should contain the valgrind log
    • By reyne
      Hey there!

      I've followed a few threads here about map extraction, and am still having issues. Originally, I was having the issue described here.
      After following the advice given in that thread (creating characters of both BC races and running around for a bit), I am no longer getting that error, however now I get the following error while trying to extract maps:

      `Error loading World\Maps\Expansion01\Expansion01_42_6.adt`

      This repeats for every line in Expansion01, and then the extractor crashes.

      I'm not sure where else to go from here.

      Thanks for your help

      Edit: I've created an 85 on an i85 server and flown all around Outland now, same issue.
    • By Uee
      I recently found the Trinity Cataclsym Preservation Project and thought I will try it out.
      I am already running 3.3.5a and Master - both server run great
      Pulled 4.3.4 down using Git and built it same way as others:
      boost_1_73_0 cmake 3.17.2 Mysql 5.7.30 VS Community 2019 Built fine - no issue. Used 'Extractor.bat' to run all the map extractors - worked great!
      Noticed there was extra file 'connection_patcher.exe`, ran that - worked great! Now have "wow_patched" and use this to launch client
      MySQL runs in standalone mode, -initialize, added base sql files, imported, auth and character sql files
      Configured both the .conf files and passwords, IPs etc are all in place.
      Note: When loading the exe and built conf file, bnetserver complain about these items missing, so I add them:
      Updates.AutoSetup = 1 Updates.EnableDatabases = 0 LoginDatabase.SynchThreads = 1 Load up Mysql - loads fine
      Load up bnetserver and appears to load ok - last few lines look like this:
      Connected to MySQL database at 127.0.0.1
      DatabasePool 'auth' opened successfully. 2 total connections running.
      Started auth database connection pool.
      Listening on connections from worldservers on port 1118...
      Load up worldserver and it adds the FULL world and hotfixes, then applied all updates (confirmed archived in SQL) - last few lines look like this:
      Calculate next monthly quest reset time...
      Calculate random battleground reset time...
      Calculate guild limitation(s) reset time...
      Calculate next currency reset time...
      World initialized in 0 minutes 13 seconds
      TrinityCore rev. d0c7bbab40bc 2020-05-06 00:01:21 +0200 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready...
       
      There are no db errors in logs.
      Config.wtf contain portal, realmlist as remote server and patchlist as localhost.
      When I try to connecting using "user@local" and password I get immediately disconnected.
      What I did noticed different is that the bnetserver doesnt add "Added realm "Battle for Azeroth" at 192.168.10.213:8085." (From my Master log) 
      3.3.5a also have this line as last line in authserver - but 4.3.4 is not giving me this one.
      Realmlist table is accurate with right information.
      Anyone know why bnetserver is not starting me realm?
       
    • By Deer_Hunter
      Hello all,
      I just updated from the latest Git 
      Trinity Core REV. ac6baa547376 + 2020-02-21  3.3.5 Branch.
      I'm getting this error after crash.
      Problem signature:
        Problem Event Name:    APPCRASH
        Application Name:    worldserver.exe
        Application Version:    0.0.0.0
        Application Timestamp:    5e50a462
        Fault Module Name:    StackHash_f12f
        Fault Module Version:    6.3.9600.19629
        Fault Module Timestamp:    5e2fdc0d
        Exception Code:    c0000374
        Exception Offset:    PCH_9E_FROM_ntdll+0x0000000000090D0A
        OS Version:    6.3.9600.2.0.0.272.7
        Locale ID:    1033
        Additional Information 1:    f12f
        Additional Information 2:    f12f0934d3e965f73c68e60f20f2cd40
        Additional Information 3:    7595
        Additional Information 4:    7595e4d8d703db9dcd3d2f6ea540e357
      the exception code says its a Heap error,  I'm not sure how to troubleshoot this.
      Thanks
×
×
  • Create New...