Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  1
Results 1 to 6 of 6
  1. #1
    Beginner

    Join Date
    Apr 2016
    Posts
    8
    Post Thanks / Like
    Rep Power
    9
    Reputation
    3

    [TrinityCore] 6.2.4 (21355) WoD Repack - BLZ51901021 ERROR


    Register to remove this ad
    I have installed the [TrinityCore] 6.2.4 (21355) WoD Repack and the servers seem to run fine. The logon server is connected to MySQL and the world server has also started fine.



    I cannot log in with my game client though. I did replace the config.wtf from the repack files and I'm using the patched exe.

    If I try to log in with my WoW client I'm getting an 'BLZ51901021 - You have been disconnected' error message.

    BattleNet.log logfile says the following:
    Code:
    4/11 21:54:23.742  [IBN_Login] Starting up | hasFrontInterface=false | hasBackInterface=false
    4/11 21:55:42.301  [GlueLogin] Starting login | launcherPortal=nullopt | loginPortal=127.0.0.1:1119
    4/11 21:55:42.301  [GlueLogin] Resetting
    4/11 21:55:42.301  [IBN_Login] Initializing
    4/11 21:55:42.301  [IBN_Login] Attempting logon | host=127.0.0.1 | port=1119
    4/11 21:55:42.301  [GlueLogin] Waiting for server response.
    4/11 21:55:42.497  [IBN_Login] Front disconnected | connectionId=1 | result=( | code=ERROR_NETWORK_MODULE_FAILED_TO_DOWNLOAD_CERT_BUNDLE (1021) | localizedMessage= | debugMessage=)
    4/11 21:55:42.497  [GlueLogin] Fatal error while logging in | result=( | code=ERROR_NETWORK_MODULE_FAILED_TO_DOWNLOAD_CERT_BUNDLE (1021) | localizedMessage= | debugMessage=)
    4/11 21:55:49.135  [IBN_Login] Destroying | isInitialized=true
    4/11 21:55:49.489  [IBN_Login] Shutting down
    It looks like real players are also getting similar messages. It would appear to be an SSL related issue. I did install the OpenSSL x64 and x86 installers.

    http://eu.battle.net/wow/en/forum/to...03234?page=1#1

    "BLZ51901021 - This error appears to be related to something disrupting or blocking a users SSL connection. This can be related to proxy settings (either local in terms of a router, or communal settings such as a college or university), a strict firewall, internet security settings, or browser hijacking malware. "

    Any help or suggestions would surely be appreciated



    › See More: [TrinityCore] 6.2.4 (21355) WoD Repack - BLZ51901021 ERROR



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Feb 2010
    Posts
    6
    Post Thanks / Like
    Rep Power
    15
    Reputation
    2
    Quote Originally Posted by titan_ae View Post
    I have installed the [TrinityCore] 6.2.4 (21355) WoD Repack and the servers seem to run fine. The logon server is connected to MySQL and the world server has also started fine.

    I cannot log in with my game client though. I did replace the config.wtf from the repack files and I'm using the patched exe.

    If I try to log in with my WoW client I'm getting an 'BLZ51901021 - You have been disconnected' error message.

    BattleNet.log logfile says the following:
    Code:
    4/11 21:54:23.742  [IBN_Login] Starting up | hasFrontInterface=false | hasBackInterface=false
    4/11 21:55:42.301  [GlueLogin] Starting login | launcherPortal=nullopt | loginPortal=127.0.0.1:1119
    4/11 21:55:42.301  [GlueLogin] Resetting
    4/11 21:55:42.301  [IBN_Login] Initializing
    4/11 21:55:42.301  [IBN_Login] Attempting logon | host=127.0.0.1 | port=1119
    4/11 21:55:42.301  [GlueLogin] Waiting for server response.
    4/11 21:55:42.497  [IBN_Login] Front disconnected | connectionId=1 | result=( | code=ERROR_NETWORK_MODULE_FAILED_TO_DOWNLOAD_CERT_BUNDLE (1021) | localizedMessage= | debugMessage=)
    4/11 21:55:42.497  [GlueLogin] Fatal error while logging in | result=( | code=ERROR_NETWORK_MODULE_FAILED_TO_DOWNLOAD_CERT_BUNDLE (1021) | localizedMessage= | debugMessage=)
    4/11 21:55:49.135  [IBN_Login] Destroying | isInitialized=true
    4/11 21:55:49.489  [IBN_Login] Shutting down
    It looks like real players are also getting similar messages. It would appear to be an SSL related issue. I did install the OpenSSL x64 and x86 installers.

    http://eu.battle.net/wow/en/forum/to...03234?page=1#1

    "BLZ51901021 - This error appears to be related to something disrupting or blocking a users SSL connection. This can be related to proxy settings (either local in terms of a router, or communal settings such as a college or university), a strict firewall, internet security settings, or browser hijacking malware. "

    Any help or suggestions would surely be appreciated
    Getting the same error, I'm going to bed (ill) but I'll try disabling my firewall and post the results back here.

    Update: added line required to Bnet config, Ran all programs as administrator, firewall down, same error.

    http://eu.battle.net/wow/en/forum/to...161?page=8#159
    Last edited by ndarkstar; 17-04-16 at 08:35 AM.

  4. #3
    Beginner

    Join Date
    Apr 2016
    Posts
    8
    Post Thanks / Like
    Rep Power
    9
    Reputation
    3
    I figured it out and got it working using posts on another forum: You must not only copy 'connection_patcher.exe' to your Wow directory but also the 'tc_bundle.txt' file which apparently includes some certificate and public key info. After that drag your wow.exe onto the connection_patcher.exe. This tiny piece of information was not included in the (German) readme file.

    Not sure if it is required but my bnetserver.conf file also seemed to be missing two sections regarding the certificates and server keys which i added:
    Code:
    #
    #    CertificatesFile
    #        Description: Certificates file.
    #        Example:     "/etc/ssl/certs/bnetserver.cert.pem"
    #        Default:     "./bnetserver.cert.pem"
    
    CertificatesFile = "./bnetserver.cert.pem"
    
    #
    #    PrivateKeyFile
    #        Description: Private key file.
    #        Example:     "/etc/ssl/private/bnetserver.key.pem"
    #        Default:     "./bnetserver.key.pem"
    
    PrivateKeyFile = "./bnetserver.key.pem"

  5. #4
    Beginner

    Join Date
    Feb 2010
    Posts
    6
    Post Thanks / Like
    Rep Power
    15
    Reputation
    2
    I've resolved my issues. There's a lot more steps to this than I thought.

    1. Use the Patcher on the WoW.exe provided
    2. Copy the WoW_Patched and tc_bundle.txt to the WoW retail folder.
    3. Make sure the data folder isn't read only (helps prevent CAS errors)
    4. Delete the Blizzard and Bnet folders in C:/Program Data (helps prevent CAS errors)
    5. Add the lines of code mentioned above in titan_ae's post
    6. add BanExpiryCheckInterval = 60 to bnetserver.conf
    7.Start Appache (if applicable)
    8. Start MSQL.
    9. Start bnetserver.
    10. Start worldserver.
    11.Login through the WoW_patched client.
    Last edited by ndarkstar; 19-04-16 at 12:30 PM.

  6. Likes [TrinityCore] 6.2.4 (21355) WoD Repack - BLZ51901021 ERRORApple liked this post
  7. #5
    Beginner

    Join Date
    Apr 2016
    Posts
    3
    Post Thanks / Like
    Rep Power
    9
    Reputation
    1
    did all that and still Cas error ;((

  8. #6
    Beginner

    Join Date
    Feb 2017
    Posts
    12
    Post Thanks / Like
    Rep Power
    8
    Reputation
    1

    Register to remove this ad
    hmm i get the "you have been disconnected blz51901021" error while trying to login! it seems my game cant even connect to emulator server! any idea?

 

 

Visitors found this page by searching for:

blz51901021

wod repack

wod client 6.2.4FirestormWoD6.2.4cas errorWoD 6.2.4 Repacksrouterssl handshakeblz51914001draenorErreur dllwod clientwow client51901021 trinitycoredisconnectedwow error code blz51901021wow 6.26.2.4 cas systemyou have been disconnectedfirestormwow private server blz519010216.2.4 clienthow to compile trinity corewod repack como entrar sem internet 11196.2.4 client filecant log in blz51901021 wowLUA errors in wow 6.2.4wow blz51901021wod 6.2.4 exe errorwod 6.2.4 client erroryou have been disconnected (blz51901021) firestorm clientare the WOD working or not21355error worldserver.exe6 2 4german clientwow Says you have been disconnected blz51901021wodcore
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 02:19 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org