Version Mismatch

So my client version is more advanced than my server (log below).

I thought I had been fairly good about re-pulling code and recompiling but that does not advanced the version number that I need to connect the client. How do I verify the version number of my trinitycore server, and if it is not high enough, how do I upgrade it sufficiently. I ran the git pull and recompile after I saw the message in the supported version thread that matched my current client version 20886

Log:

1/16 10:14:34.817 Login program=WoW platform=Wn64 locale=enUS
1/16 10:14:34.845 Component WoW.Wn64.20886
1/16 10:14:34.845 Component WoW.base.20726
1/16 10:14:35.196 Battle.net is Component Bnet.Wn64.37165
1/16 10:14:35.209 LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK
1/16 10:14:35.223 Connecting to x.x.x.x:1119
1/16 10:14:35.303 LOGIN: state: LOGIN_STATE_FAILED result: LOGIN_BADVERSION
1/16 10:14:35.303 Disconnected from x.x.x.x
1/16 10:14:35.307 Client initiated Disconnect from x.x.x.x
1/16 10:14:35.337 LOGIN: state: LOGIN_STATE_FAILED result: LOGIN_BADVERSION
1/16 10:14:35.339 Login program=WoW platform=Wn64 locale=enUS
1/16 10:14:35.339 Component WoW.Wn64.20886
1/16 10:14:35.339 Component WoW.base.20726
1/16 10:14:35.339 Battle.net is Component Bnet.Wn64.37165

.

Ran another pull last night.

From the DB:

			core_version [SIZE=9.184px]Core revision dumped at startup.[/SIZE]
		
		
			core_revision
		
		
			db_version [SIZE=9.184px]Version of world DB.[/SIZE]
		
		
			cache_id
		
	
			
		
			[http://10.0.0.31/phpmyadmin/themes/pmahomme/img/b_edit.png Edit](http://10.0.0.31/phpmyadmin/tbl_change.php?db=world&table=version&where_clause=%60version%60.%60core_version%60+%3D+%27TrinityCore+rev.+d2d41c119b99+2016-01-13+21%3A43%3A01+%2B0100+%286.x+branch%29+%28Unix%2C+Release%29%27&clause_is_unique=1&sql_query=SELECT+%2A+FROM+%60version%60&goto=sql.php&default_action=update&token=f06daf6b999cd62bf174899cd6fb4402)
		
		
			[http://10.0.0.31/phpmyadmin/themes/pmahomme/img/b_inline_edit.png Inline Edit](http://10.0.0.31/phpmyadmin/sql.php?db=world&token=f06daf6b999cd62bf174899cd6fb4402&table=version&pos=0#)
		
		
			[http://10.0.0.31/phpmyadmin/themes/pmahomme/img/b_insrow.png Copy](http://10.0.0.31/phpmyadmin/tbl_change.php?db=world&table=version&where_clause=%60version%60.%60core_version%60+%3D+%27TrinityCore+rev.+d2d41c119b99+2016-01-13+21%3A43%3A01+%2B0100+%286.x+branch%29+%28Unix%2C+Release%29%27&clause_is_unique=1&sql_query=SELECT+%2A+FROM+%60version%60&goto=sql.php&default_action=insert&token=f06daf6b999cd62bf174899cd6fb4402)
		
		
			[http://10.0.0.31/phpmyadmin/themes/pmahomme/img/b_drop.png Delete](http://10.0.0.31/phpmyadmin/sql.php?db=world&table=version&sql_query=DELETE+FROM+%60world%60.%60version%60+WHERE+%60version%60.%60core_version%60+%3D+%27TrinityCore+rev.+d2d41c119b99+2016-01-13+21%3A43%3A01+%2B0100+%286.x+branch%29+%28Unix%2C+Release%29%27&message_to_show=The+row+has+been+deleted&goto=sql.php%3Fdb%3Dworld%26table%3Dversion%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560version%2560%26message_to_show%3DThe%2Brow%2Bhas%2Bbeen%2Bdeleted%26goto%3Dtbl_structure.php%26token%3Df06daf6b999cd62bf174899cd6fb4402&token=f06daf6b999cd62bf174899cd6fb4402)
		
		
			TrinityCore rev. d2d41c119b99 2016-01-13 21:43:01 ...
		
		
			d2d41c119b99
		
		
			TDB 6.03
		
		
			3

I followed the directions on the keeping the code up to date section of the core install for linux.

  • git pull

-cmake…

-make

-make install

Note: I am re-extracting all my maps again so I have not launched the worldserver yet, which I know will update the databases. So that revision number should be a few days old.

Hi,

I’m Running TrinityCore & I’m getting some errors in worldserver.exe when trying to login to wow:

WorldSocket::HandleAuthSession: Sent Auth Response (bad realm)
and IN-Game it says:

This Log On Server is Offline Visit (Battle.net Website Here)

This Issue has Occurred since the release of Commit d2d41c1

My DB is completely Up-to-Date and I have VS 2015 Community Update 1 & CMake 3.4.1 both 64-bit and
Both have No Issues

Edit: My Realmlist Table GameBuild is 20,726 but in BattleNet Components 20,886 is Seen in it’s normal sections

.

This seemed to resolve itself naturally after another pull and compile over the weekend. Timing issues with the announcements of supported client versions.

Error went away and was replaced with an error saying that the username was not found. Created a second user with bnetaccount create and logged into the character screen.

Of course I have a new problem now when creating a new character it disconnects from the server and crashes the worldserver process in linux, which I will post in a separate thread.

@Saben Well Since I shouldn’t do what you said, Your’e edit. What do i do then?

Here are some Screenshots of this:

http://imgur.com/a/ic9ml

PS it’s in an album, that’s why it’s one link

This Issue is Also mentioned on GitHub Isuues

Hi,

I’m Running TrinityCore for 6.x & I’m getting some errors in worldserver.exe when trying to login into the newest build in wow(6.2.3.20886):

WorldSocket::HandleAuthSession: Sent Auth Response (bad realm)
and IN-Game it says:

This Log On Server is Offline Visit (Battle.net Website Here)

This Issue has Occurred since the release of Commit d2d41c1

My DB is completely Up-to-Date and I have VS 2015 Community Update 1 & CMake 3.4.1
Both have No Issues

Edit: My Realmlist Table GameBuild is 20,726 but in BattleNet Components 20,886 is Seen in it’s normal sections(Win,Win64,MCB)

Edit 2: If I edit 3 Lines in battlenet_Components from 20886 to 20779 It will Work on 20779 again but Not 20886

Any Help?