Jump to content
TrinityCore

MDK

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by MDK

  1. Hello codeman, Will follow your new instructions. I'll test first with my local ip address and check for open ports on my router. Also test with main ip addres I'll do as well. Will be back with the results this evening. Post screenshots of the steps taken.
  2. Hello Aokromes, True, deleting the gt folder wasn't too smart. However managed to fix that by copying that back in (made a backup beforehand) and followed the steps suggested by codeman.
  3. I've canceled logging in after waiting a while, but looking at this log, the connection with authentication server was lost a long time before.
  4. Adding the battlenet.log from the client: 5/16 20:09:27.514 [IBN_Login] Starting up | hasFrontInterface=false | hasBackInterface=false 5/16 20:09:49.763 [GlueLogin] Starting login | launcherPortal=nullopt | loginPortal=127.0.0.1:1119 5/16 20:09:49.763 [GlueLogin] Resetting 5/16 20:09:49.763 [IBN_Login] Initializing 5/16 20:09:49.763 [IBN_Login] Attempting logon | host=127.0.0.1 | port=1119 5/16 20:09:49.764 [GlueLogin] Waiting for server response. 5/16 20:09:49.857 [GlueLogin] Waiting for server response. 5/16 20:09:49.865 [GlueLogin] Waiting for server response. 5/16 20:09:49.930 [GlueLogin] Waiting for server response. 5/16 20:09:50.075 [GlueLogin] Waiting for server response. 5/16 20:09:50.087 [GlueLogin] Waiting for server response. 5/16 20:09:50.097 [GlueLogin] Logon complete. 5/16 20:09:50.097 [GlueLogin] Waiting for realm list. 5/16 20:09:50.097 [IBN_Login] Requesting realm list ticket 5/16 20:09:50.097 [IBN_Login] Received realm list ticket | code=ERROR_OK (0) 5/16 20:09:50.097 [GlueLogin] Waiting for realm list. 5/16 20:09:50.118 [IBN_Login] Received sub region list | code=ERROR_OK (0) 5/16 20:09:50.118 [IBN_Login] Requesting last played chars | numSubRegions=1 5/16 20:09:50.129 [GlueLogin] Realm list ready. 5/16 20:09:50.129 [IBN_Login] Joining realm | subRegion=2-1-0 | realmAddress=2-1-1 5/16 20:09:50.293 [IBN_Login] OnRealmJoin | code=ERROR_OK (0) 5/16 20:10:27.528 [GlueLogin] Explicitly disconnecting from realm server 5/16 20:10:27.528 [IBN_Login] Front disconnecting | connectionId=1 5/16 20:10:27.528 [GlueLogin] Disconnecting from authentication server. 5/16 20:10:27.702 [IBN_BackInterface] Session with Battle.net destroyed. 5/16 20:10:27.702 [GlueLogin] Disconnected from WoW | previouslyConnected=false 5/16 20:10:27.702 [IBN_Login] Front disconnected | connectionId=1 | result=( | code=ERROR_OK (0) | localizedMessage= | debugMessage=) 5/16 20:10:27.702 [GlueLogin] Disconnected from authentication server. 5/16 20:10:27.702 [IBN_Login] Destroying | isInitialized=true 5/16 20:10:29.088 [IBN_Login] Destroying | isInitialized=false 5/16 20:10:30.480 [IBN_Login] Shutting down
  5. Step 6: Starting up the client for the first time, with the set portal setting set to 127.0.0.1. The client doesn't login any further and is stuck at Logging in to game server. No error appears.
  6. Step 5: starting the server. Both bnetserver and worldserver start up. I deleted the gt folder serverside before, but that one needs to be in the server folder so I copied that one back in from a backup I made. The servers have started up and are running.
  7. Step 4: changed set portal = "US" to set portal="127.0.0.1"
  8. Step 3: starting the client (without the server). Needed to select language setting and the cinematics of Wow legion were played. Exited the wow client. Then there's now a clean wtf folder with account folder and config.wtf in it. set portal = "US" is now the content.
  9. First steps: 1.) Deleted Client cache, logs and WTF folder 2.) Deleted Server gt, log files.
  10. Hi codeman! Thanks for replying. I'll follow your instructions step by step and produce the results in screenshots when I'm at home. I only deleted the client cache and serverside the DBError.log and Server.log I didn't delete the logs, gt and wft folder and then set the ip-address. To be continued!
  11. Also turned Windows Firewall off. Retested with set portal = "192.168.x.x:1119" still stuck on logging into game server
  12. I think so, I've got windows defender turned off. Is there another place I should check or look for?
  13. Ok, I've tried to following without any results unfortunately: changed in config.wtf set portal = "127.0.0.1" to set portal = "192.168.x.x" -> started Wow Client and stuck at logging into server changed in config.wtf set portal = "127.0.0.1" to set portal = "192.168.x.x:1119" -> started Wow Client and stuck at logging into server What can I do to make the connection work?
  14. Ok thanks! I'll give it a go and report back in with the results. This will be in about 3 hours since I'm not at home currently.
  15. Ah ok, that's good news! I'll edit the config.wtf so that it'll use my local ipaddress with port 1119. Also do I need to update this as well in the auth database or only the config.wtf?
  16. Hi codeman8214! Thanks for replying! So basically if I update config.wtf with my ip-adress and update this in the auth database as well, it should work better? Also in worldserver.config and bnetserver.config update with my ip-adres (192.168.x.x)?
  17. Hi there, Currently I'm testing with 7.2.0 and so far it has worked fine. However after the last time I've killed the worldserver and started it up again, my client doesn't want to move to the character selection screen. It is connected, because it has updated the user connection date and time in the auth database. Has anyone got experience what to look for in solving this issue? I'm running the server and client on my laptop and is using default config of 127.0.0.1. i've deleted client cache ánd in c:\programdata the blizzard entertainment folder. If I restore the database back to an older version, it'll connect and move through to the character selection screen, however after closing worldserver I have the same problem again. Also I'd like to add, that I'm very impressed with the work that has been done to emulate the backend of Wow!
  18. Thanks Nay for replying! I'll have a look at those errors in general. However I would've expected the first aid to work since that error (seperate problem) tells me that there are no ranks. I do have ranks added to spell_ranks, but still this doesn't work. Did I miss something, What could be wrong/what did I forget to add as well? I've also looked at the c++ code where it references spellinfo. I don't know where that is stored and that might be the source of the problem of first aid (spellid 746) because the error is generated when no spellinfo can be found. See both attachments in the first post.
  19. Hello! I'm new to this forum, but did already check a lot of things out. I've downloaded the sourcefiles and successfully compiled a core (bnetserver and worldserver) for 7.2.0. However when starting the server there are many database issues. I'd like to fix those, starting with spells. I was working on getting First Aid fixed. I saw that first aid is entry -746 in table spell_script_names and uses c++ function spell_gen_bandage. In the attachment the log generates an error complaining that there are no ranks. However I've got a populated spell_ranks table (see attachment). Both in spell_ranks and in spell_script_names I've got no duplicates. What could be the reason for having still this issue?
×
×
  • Create New...