Jump to content
TrinityCore

Stuck at connected / infinite loop / login issues / battle.net


CFGhost
 Share

Recommended Posts

  • 2 weeks later...

Oh thanks, I'il post the large images:

 

• Worldserver:

754e.jpg

 

• Authserver:

 arjo.jpg

 

• MySQL:

 

-- redacted --

 

• Ports I'm Using: (I'm using those ports cuz my ISP blocked the default ones)

 

kmsn.jpg

 

 

 The only thing works great is the Create Account page:

 

--redacted--

 

I've changed those files to fit my ports:

 

• Apache: httpd.conf (Apache Default port 80 to 83 )

• MySQL: my.ini (Default port 3306 to 3307)

• www:  config.php (SOAP Default port 7878 to 7979 )

• authserver.conf =

 -( SOAP Default port 7878 to 7979 )

 -( RealServerPort 3724 to 3725 )

 -( LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth" to LoginDatabaseInfo = "127.0.0.1;3307;root;ascent;auth" )

 

• worldserver.conf =

#        Default:     "127.0.0.1;3306;trinity;trinity;auth"       - (LoginDatabaseInfo) to LoginDatabaseInfo     = "127.0.0.1;3307;root;ascent;auth"

#                     "127.0.0.1;3306;trinity;trinity;world"      - (WorldDatabaseInfo) to WorldDatabaseInfo     = "127.0.0.1;3307;root;ascent;world"

#                     "127.0.0.1;3306;trinity;trinity;characters" - (CharacterDatabaseInfo) to CharacterDatabaseInfo = "127.0.0.1;3307;root;ascent;characters"

WorldServerPort = 8085 to WorldServerPort = 8089

Ra.Port = 3443 to Ra.Port = 3445

SOAP.Port = 7878 to SOAP.Port = 7979

 

 

.... also my realmlist.wtf file:

 

x95e.jpg

 

And my host file:

 

--redacted--

 

 Please CDawg Help me buddy! :(:o

 I'il try the search anyways but if u can help me find the solution i'il be extremely grateful :lol:

Edited by Nay
Link to comment
Share on other sites

--- Canned message start ---

Trinity does not support repacks.

Please learn to compile and configure the source yourself, you will learn more and may even find that the error doesnt exist in vanilla TC.

Please refer to the author of the repack for your questions if you continue to use said repack.

--- Canned message end ---

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

Windows XP SP3 32bit

OpenSSL 1.0.1e 11 Feb 2013

ACE version: 6.1.4

TrinityCore rev. d897b55e9bad 2013-10-04 21:18:18 +0200 (master branch) (Win32, Debug) (worldserver-daemon)

TDB 52  
Updated to b1ed66b52dc63240d73e55cf43bc3e4c60e183ef (posted 4 hours ago)

WoW Client 3.3.5a

SQLyog Ultimate

 

Hi there, I clean installed TrinityCore on my pc recently and have been having a little trouble getting my world server to connect to my world database. I get this error in the log when I open it:  

"Could not connect to MySQL database at <external ip> : Can't connect to MySQL server on '<external ip>' (10061)"


My auth server works great everytime (set to <externalip> port 8085 realmlist) and I've tried both external and 127.0.0.1 with the same info that works to remotely log into my SQL server and my auth server as well. I just can't get it to conect.  

Auth server:
Connected to MySQL database at 127.0.0.1
MySQL client library: 5.6.14


worldserver.conf:
LoginDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;auth"
WorldDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;world"
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"

Obviosly I made username and passwords of trinity just for debugging purposes but it won't even connect with root. I can log in, access, edit, and do everything else with all the sql dbs with both SQLyog and MYSQL Workbench but for some reason worldserver still doesn't want to log in. Auth servers using the same username and password as well so I know they work and permissions should be ok.

Things I've tried:
I searched the forums and faq and couldn't find anything that fixed my issue. (used the search bar too)
I've reinstalled mysql, git, and open ssl and my firewalls not blocking it.
I checked on what ports are open and I've tried several ports that should be open. (Including 8085)
I made a new user and pass and changed the server permissions to match the guides. (SELECT, INSERT, UPDATE, DELETE)
I've tried both internal and external ip address' in the config file.
Restarted MySQL server
Updated my world server

Still cannot get this to connect through worldserver. I didn't get any install errors and everythigns worked mostly up until this point. I followed the guide perfectly as well. I'm not sure what's causing this issue, so I turn to you allfor assistance. Any help would be appreciated. Thanks in advance.

Link to comment
Share on other sites

  • 1 month later...

I had exactly these symptoms.  Make sure the machine running the server can actually ping the address/dns name in your realmlist.  You might have routing issues preventing that machine from pinging its external IP, or nameserver issues preventing proper lookup.  Once I got that resolved (bad nameserver in my case) everything was right as rain.

Link to comment
Share on other sites

Okay, I read through the Trouble with your Trinity Install / Readme 1st / FAQs topic and didn't see my problem.

I searched the forums, didn't find my exact problem, or I missed it.

My Auth and World works but don't work, let me explain...

 

I followed the How-to_Win step by step with out any problems.

ALL Files and Programs were downloaded lastnight.

 

- Prog / File List:

-- cmake-2.8.12.1-win32-x86.exe

-- GitExtensions24703SetupComplete.msi

-- HeidiSQL_8.1.0.4664_Setup.exe

-- mysql-5.5.35-win32.msi

-- vc_web.exe ( Microsoft Visual C++ 2010 Express )

-- vcredist_x86.exe ( Microsoft Visual C++ 2008 Redistributable - for OpenSSL )

-- Win32OpenSSL-1_0_1e.exe

-- TDB_full_335.52_2013_07_17.7z

 

I used the [Windows/Linux] Combine SQL Updates .bat file to make importing the World Update SQLs easier.

World SQL Updates applied/imported/run/whatever...

2013_07_17_00_world_version.sql through to 2013_12_05_02_world_sai.sql

ALL 457 world updates from https://github.com/TrinityCore/TrinityCore/tree/master/sql/updates/world (I checked to make sure I had all updates from there)

 

I have left everything as it is when totally finished. Both Auth and World Configs show 127.0.0.1 for IP to use. realmlist in Auth database shows 127.0.0.1 as "address" and "localAddress", basically all is default except for my Realm 1 Name.

 

I have set WoW's realmlist.wtf to "set realmlist 127.0.0.1" and nothing else.

 

Here is Auth.log when I run everything in this default state...

TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1e 11 Feb 2013)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
MySQL client library: 5.5.35
MySQL server ver: 5.5.35
Connected to MySQL database at 127.0.0.1
MySQL client library: 5.5.35
MySQL server ver: 5.5.35
Connected to MySQL database at 127.0.0.1
DatabasePool 'auth' opened successfully. 2 total connections running.
Started auth database connection pool.
Updating Realm List...
Added realm "Furyan Server" at 127.0.0.1:8085.

 

Here is Server.log when I run everything in this default state...

Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e 11 Feb 2013)
Using ACE version: 6.1.4
TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (worldserver-daemon)
<Ctrl-C> to stop.

 ______                       __
/__  _       __          __/ __
/_/ / _ __ /_    ___ /_ , _  __  __
   /`'__/ /' _ `/ / / /
    / / / _ _
     _ _  _ _ _ _ __/`____
      /_//_/   /_//_//_//_//__/ `/___/>
                                 C O R E  /___/


Realm running as realm ID 1
Using World DB: TDB 335.52
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir ./
WORLD: MMap data directory is: ./mmaps
VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1
VMap data directory is: ./vmaps
Loading Trinity strings...
>> Loaded 1078 Trinity strings from table trinity_string in 0 ms
Initialize data stores...
>> Initialized 101 data stores in 250 ms
Using enUS DBC Locale as default. All available DBC locales: enUS
Loading SpellInfo store...
>> Loaded SpellInfo store in 47 ms
Loading SpellInfo corrections...
>> Loaded SpellInfo corrections in 0 ms
Loading SkillLineAbilityMultiMap Data...
>> Loaded 10219 SkillLineAbility MultiMap Data in 0 ms
Loading SpellInfo custom attributes...
>> Loaded SpellInfo custom attributes in 15 ms
Loading GameObject models...
Loading Script Names...
>> Loaded 2323 Script Names in 125 ms
Loading Instance Template...
>> Loaded 83 instance templates in 0 ms
Loading instances...
>> Loaded instances in 0 ms
Loading Localization strings...
>> Localization strings loaded in 16 ms
Loading Account Roles and Permissions...
>> Loaded 615 permission definitions, 598 linked permissions and 4 default permissions in 0 ms
Loading Page Texts...
>> Loaded 1834 page texts in 0 ms
Loading Game Object Templates...
>> Loaded 19069 game object templates in 187 ms
Loading Transport templates...
>> Loaded 30 transport templates in 16 ms
Loading Spell Rank Data...
>> Loaded 3461 spell rank records in 16 ms
Loading Spell Required Data...
>> Loaded 41 spell required records in 0 ms
Loading Spell Group types...
>> Loaded 463 spell group definitions in 0 ms
Loading Spell Learn Skills...
>> Loaded 99 Spell Learn Skills from DBC in 0 ms
Loading Spell Learn Spells...
>> Loaded 8 spell learn spells + 572 found in DBC in 15 ms
Loading Spell Proc Event conditions...
>> Loaded 727 extra spell proc event conditions in 0 ms
Loading Spell Proc conditions and data...
>> Loaded 0 spell proc conditions and data. DB table `spell_proc` is empty.
Loading Spell Bonus Data...
>> Loaded 332 extra spell bonus data in 0 ms
Loading Aggro Spells Definitions...
>> Loaded 106 SpellThreatEntries in 0 ms
Loading Spell Group Stack Rules...
>> Loaded 54 spell group stack rules in 0 ms
Loading NPC Texts...
>> Loaded 6047 npc texts in 125 ms
Loading Enchant Spells Proc datas...
>> Loaded 42 enchant proc data definitions in 0 ms
Loading Item Random Enchantments Table...
>> Loaded 28607 Item Enchantment definitions in 32 ms
Loading Disables
>> Loaded 803 disables in 0 ms
Loading Items...
>> Loaded 37294 item templates in 1046 ms
Loading Item set names...
>> Loaded 2481 item set names in 0 ms
Loading Creature Model Based Info Data...
>> Loaded 24142 creature model based info in 47 ms
Loading Creature templates...
>> Loaded 29923 creature definitions in 625 ms
Loading Equipment templates...
>> Loaded 8648 equipment templates in 16 ms
Loading Creature template addons...
>> Loaded 7698 creature template addons in 16 ms
Loading Reputation Reward Rates...
>> Loaded 14 reputation_reward_rate in 0 ms
Loading Creature Reputation OnKill Data...
>> Loaded 2002 creature award reputation definitions in 15 ms
Loading Reputation Spillover Data...
>> Loaded 26 reputation_spillover_template in 0 ms
Loading Points Of Interest Data...
>> Loaded 453 Points of Interest definitions in 0 ms
Loading Creature Base Stats...
>> Loaded 400 creature base stats in 0 ms
Loading Creature Data...
>> Loaded 144337 creatures in 1531 ms
Loading Temporary Summon Data...
>> Loaded 124 temp summons in 0 ms
Loading pet levelup spells...
>> Loaded 993 pet levelup and default spells for 39 families in 16 ms
Loading pet default spells additional to levelup spells...
>> Loaded addition spells for 111 pet spell data entries in 0 ms
Loading summonable creature templates...
>> Loaded 377 summonable creature templates in 0 ms
Loading Creature Addon Data...
>> Loaded 34208 creature addons in 63 ms
Loading Gameobject Data...
>> Loaded 83008 gameobjects in 1015 ms
Loading Creature Linked Respawn...
>> Loaded 5498 linked respawns in 0 ms
Loading Weather Data...
>> Loaded 35 weather definitions in 0 ms
Loading Quests...
>> Loaded 9464 quests definitions in 328 ms
Checking Quest Disables
>> Checked 652 quest disables in 0 ms
Loading Quest POI
>> Loaded 18759 quest POI definitions in 125 ms
Loading Quests Starters and Enders...
Loading GO Start Quest Data...
>> Loaded 524 quest relations from gameobject_queststarter in 16 ms
Loading GO End Quest Data...
>> Loaded 454 quest relations from gameobject_questender in 0 ms
Loading Creature Start Quest Data...
>> Loaded 7505 quest relations from creature_queststarter in 16 ms
Loading Creature End Quest Data...
>> Loaded 7854 quest relations from creature_questender in 15 ms
Loading Objects Pooling Data...
>> Loaded 3028 objects pools in 0 ms
Loading Creatures Pooling Data...
>> Loaded 905 creatures in pools in 0 ms
Loading Gameobject Pooling Data...
>> Loaded 24080 gameobject in pools in 47 ms
Loading Mother Pooling Data...
>> Loaded 2269 pools in mother pools in 16 ms
Loading Quest Pooling Data...
>> Loaded 147 quests in pools in 0 ms
Starting objects pooling system...
Loading Game Event Data...
>> Loaded 49 game events in 0 ms
Loading Game Event Saves Data...
>> Loaded 0 game event saves in game events. DB table `game_event_save` is empty.
Loading Game Event Prerequisite Data...
>> Loaded 0 game event prerequisites in game events. DB table `game_event_prerequisite` is empty.
Loading Game Event Creature Data...
>> Loaded 8265 creatures in game events in 0 ms
Loading Game Event GO Data...
>> Loaded 19797 gameobjects in game events in 16 ms
Loading Game Event Model/Equipment Change Data...
>> Loaded 10 model/equipment changes in game events in 0 ms
Loading Game Event Quest Data...
>> Loaded 211 quests additions in game events in 0 ms
Loading Game Event GO Quest Data...
>> Loaded 78 quests additions in game events in 0 ms
Loading Game Event Quest Condition Data...
>> Loaded 0 quest event conditions in game events. DB table `game_event_quest_condition` is empty.
Loading Game Event Condition Data...
>> Loaded 0 conditions in game events. DB table `game_event_condition` is empty.
Loading Game Event Condition Save Data...
>> Loaded 0 condition saves in game events. DB table `game_event_condition_save` is empty.
Loading Game Event NPCflag Data...
>> Loaded 5 npcflags in game events in 0 ms
Loading Game Event Seasonal Quest Relations...
>> Loaded 614 quests additions in game events in 0 ms
Loading Game Event Vendor Additions Data...
>> Loaded 14 vendor additions in game events in 0 ms
Loading Game Event Battleground Data...
>> Loaded 6 battleground holidays in game events in 0 ms
Loading Game Event Pool Data...
>> Loaded 8 pools for game events in 0 ms
Loading UNIT_NPC_FLAG_SPELLCLICK Data...
>> Loaded 274 spellclick definitions in 0 ms
Loading Vehicle Template Accessories...
>> Loaded 118 Vehicle Template Accessories in 0 ms
Loading Vehicle Accessories...
>> Loaded 0 Vehicle Accessories in 0 ms
Loading SpellArea Data...
>> Loaded 451 spell area requirements in 0 ms
Loading AreaTrigger definitions...
>> Loaded 273 area trigger teleport definitions in 0 ms
Loading Access Requirements...
>> Loaded 121 access requirement definitions in 0 ms
Loading Quest Area Triggers...
>> Loaded 58 quest trigger points in 0 ms
Loading Tavern Area Triggers...
>> Loaded 114 tavern triggers in 0 ms
Loading AreaTrigger script names...
>> Loaded 99 areatrigger scripts in 0 ms
Loading LFG entrance positions...
>> Loaded 16 lfg entrance positions in 0 ms
Loading Dungeon boss data...
>> Loaded 612 instance encounters in 0 ms
Loading LFG rewards...
>> Loaded 15 lfg dungeon rewards in 0 ms
Loading Graveyard-zone links...
>> Loaded 698 graveyard-zone links in 0 ms
Loading spell pet auras...
>> Loaded 47 spell pet auras in 0 ms
Loading Spell target coordinates...
>> Loaded 516 spell teleport coordinates in 16 ms
Loading enchant custom attributes...
>> Loaded 32 custom enchant attributes in 0 ms
Loading linked spells...
>> Loaded 362 linked spells in 0 ms
Loading Player Create Data...
>> Loaded 62 player create definitions in 0 ms
Loading Player Create Items Data...
>> Loaded 1 custom player create items in 0 ms
Loading Player Create Spell Data...
>> Loaded 2917 player create spells in 0 ms
Loading Player Create Action Data...
>> Loaded 325 player create actions in 0 ms
Loading Player Create Level HP/Mana Data...
>> Loaded 800 level health/mana definitions in 0 ms
Loading Player Create Level Stats Data...
>> Loaded 4960 level stats definitions in 15 ms
Loading Player Create XP Data...
>> Loaded 79 xp for level definitions in 0 ms
Loading Exploration BaseXP Data...
>> Loaded 80 BaseXP definitions in 0 ms
Loading Pet Name Parts...
>> Loaded 313 pet name parts in 0 ms
Loading the max pet number...
>> Loaded the max pet number: 0 in 0 ms
Loading pet level stats...
>> Loaded 2480 level pet stats definitions in 16 ms
Loading Player Corpses...
>> Loaded 0 corpses. DB table `corpse` is empty.
Loading Player level dependent mail rewards...
>> Loaded 24 level dependent mail rewards in 0 ms
Loading creature loot templates...
>> Loaded 336285 creature loot templates in 705 ms
Loading fishing loot templates...
>> Loaded 245 fishing loot templates in 1 ms
Loading gameobject loot templates...
>> Loaded 18462 gameobject loot templates in 38 ms
Loading item loot templates...
>> Loaded 4956 item loot templates in 13 ms
Loading mail loot templates...
>> Loaded 81 mail loot templates in 1 ms
Loading milling loot templates...
>> Loaded 45 milling loot templates in 4 ms
Loading pickpocketing loot templates...
>> Loaded 11047 pickpocketing loot templates in 31 ms
Loading skinning loot templates...
>> Loaded 1899 skinning loot templates in 0 ms
Loading disenchanting loot templates...
>> Loaded 124 disenchanting loot templates in 15 ms
Loading prospecting loot templates...
>> Loaded 38 prospecting loot templates in 0 ms
Loading spell loot templates...
>> Loaded 170 spell loot templates in 0 ms
Loading reference loot templates...
>> Loaded refence loot templates in 47 ms
Loading Skill Discovery Table...
>> Loaded 348 skill discovery definitions in 16 ms
Loading Skill Extra Item Table...
>> Loaded 225 spell specialization definitions in 0 ms
Loading Skill Fishing base level requirements...
>> Loaded 89 areas for fishing base skill level in 0 ms
Loading Achievements...
>> Loaded 43 achievement references in 0 ms
Loading Achievement Criteria Lists...
>> Loaded 7655 achievement criteria in 0 ms
Loading Achievement Criteria Data...
>> Loaded 2589 additional achievement criteria data in 0 ms
Loading Achievement Rewards...
>> Loaded 101 achievement rewards in 0 ms
Loading Achievement Reward Locales...
>> Loaded 0 achievement reward locale strings.  DB table `locales_achievement_reward` is empty
Loading Completed Achievements...
>> Loaded 0 realm first completed achievements in 0 ms
Deleting expired auctions...
>> No expired auctions to delete
Loading Item Auctions...
>> Loaded 0 auction items. DB table `auctionhouse` or `item_instance` is empty!
Loading Auctions...
>> Loaded 0 auctions. DB table `auctionhouse` is empty.
Loading Guilds...
Loading guilds definitions...
>> Loaded 0 guild definitions. DB table `guild` is empty.
Loading ArenaTeams...
>> Loaded 0 arena teams. DB table `arena_team` is empty!
Loading Groups...
>> Loaded 0 group definitions. DB table `groups` is empty!
Loading ReservedNames...
>> Loaded 0 reserved player names. DB table `reserved_name` is empty!
Loading GameObjects for quests...
>> Loaded 1139 GameObjects for quests in 0 ms
Loading BattleMasters...
>> Loaded 136 battlemaster entries in 0 ms
Loading GameTeleports...
>> Loaded 1423 GameTeleports in 15 ms
Loading Gossip menu...
>> Loaded 4399 gossip_menu entries in 0 ms
Loading Gossip menu options...
>> Loaded 3510 gossip_menu_option entries in 47 ms
Loading Vendors...
>> Loaded 37462 Vendors in 63 ms
Loading Trainers...
>> Loaded 80043 Trainers in 484 ms
Loading Waypoints...
>> Loaded 77713 waypoints in 312 ms
Loading SmartAI Waypoints...
>> Loaded 158 SmartAI waypoint paths (total 1967 waypoints) in 0 ms
Loading Creature Formations...
>> Loaded 400 creatures in formations in 0 ms
Loading World States...
>> Loaded 9 world states in 0 ms
Loading Conditions...
>> Loaded 9770 conditions in 31 ms
Loading faction change achievement pairs...
>> Loaded 126 faction change achievement pairs in 0 ms
Loading faction change spell pairs...
>> Loaded 107 faction change spell pairs in 0 ms
Loading faction change item pairs...
>> Loaded 738 faction change item pairs in 16 ms
Loading faction change reputation pairs...
>> Loaded 15 faction change reputation pairs in 0 ms
Loading faction change title pairs...
>> Loaded 22 faction change title pairs in 0 ms
Loading GM tickets...
>> Loaded 0 GM tickets. DB table `gm_tickets` is empty!
Loading GM surveys...
>> Loaded GM Survey count from database in 0 ms
Loading client addons...
>> Loaded 23 known addons in 0 ms
Returning old mails...
>> No expired mails found.
Loading Autobroadcasts...
>> Loaded 0 autobroadcasts definitions. DB table `autobroadcast` is empty for this realm!
Loading spell_scripts...
>> Loaded 106 script definitions in 0 ms
Loading event_scripts...
>> Loaded 445 script definitions in 0 ms
Loading waypoint_scripts...
>> Loaded 702 script definitions in 0 ms
Loading Scripts text locales...
>> Loaded 184 string templates from db_script_string in 0 ms
Loading spell script names...
>> Loaded 1206 spell script names in 0 ms
Loading Creature Texts...
>> Loaded 8078 creature texts for 1899 creatures in 31 ms
Loading Creature Text Locales...
Initializing Scripts...
Loading Script Waypoints for 79 creature(s)...
>> Loaded 2112 Script Waypoint nodes in 0 ms
Loading C++ scripts
>> Loaded 2334 C++ scripts in 63 ms
Validating spell scripts...
>> Validated 1522 scripts in 0 ms
Loading SmartAI scripts...
>> Loaded 6929 SmartAI scripts in 7187 ms
Loading Calendar data...
>> Loaded 0 calendar events
>> Loaded 0 calendar invites
Initialize game time and timers
Mail timer set to: 840, mail return is called every 1440 minutes
Starting Map System
Starting Game Event system...
Starting Arena Season...
Starting Battleground System
>> Loaded 11 battlegrounds in 0 ms
Starting Outdoor PvP System
>> Loaded 6 outdoor PvP definitions in 0 ms
Starting Battlefield System
Loading Transports...
>> Spawned 20 continent transports in 0 ms
Loading Warden Checks...
Loading Warden Action Overrides...
Deleting expired bans...
Calculate next daily quest reset time...
Calculate next weekly quest reset time...
Calculate next monthly quest reset time...
Calculate random battleground reset time...
Calculate guild limitation(s) reset time...
Loading character name data
Loaded name data for 1 characters
World initialized in 0 minutes 15 seconds
TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (worldserver-daemon) ready...

 

So I'm thinking "Oh sweet, it works"

 

I have created a GM account.

I have allowed Auth, World, and WoW through the Windows Firewall.

Now I load up WoW and login...

WoW sees the realm, Furyan Server, and I have created some Chars and try to entere the game...

Forsaken DK, Human Paladin, Forsaken Warlock, and others just to test...
 

Server.log spits this out... (In Bold at the bottom)

Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e 11 Feb 2013)
Using ACE version: 6.1.4
TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (worldserver-daemon)
<Ctrl-C> to stop.

 ______                       __
/__  _       __          __/ __
/_/ / _ __ /_    ___ /_ , _  __  __
   /`'__/ /' _ `/ / / /
    / / / _ _
     _ _  _ _ _ _ __/`____
      /_//_/   /_//_//_//_//__/ `/___/>
                                 C O R E  /___/


Realm running as realm ID 1
Using World DB: TDB 335.52
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir ./
WORLD: MMap data directory is: ./mmaps
VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1
VMap data directory is: ./vmaps
Loading Trinity strings...
>> Loaded 1078 Trinity strings from table trinity_string in 15 ms
Initialize data stores...
>> Initialized 101 data stores in 235 ms
Using enUS DBC Locale as default. All available DBC locales: enUS
Loading SpellInfo store...
>> Loaded SpellInfo store in 47 ms
Loading SpellInfo corrections...
>> Loaded SpellInfo corrections in 0 ms
Loading SkillLineAbilityMultiMap Data...
>> Loaded 10219 SkillLineAbility MultiMap Data in 0 ms
Loading SpellInfo custom attributes...
>> Loaded SpellInfo custom attributes in 31 ms
Loading GameObject models...
Loading Script Names...
>> Loaded 2323 Script Names in 125 ms
Loading Instance Template...
>> Loaded 83 instance templates in 0 ms
Loading instances...
>> Loaded instances in 0 ms
Loading Localization strings...
>> Localization strings loaded in 16 ms
Loading Account Roles and Permissions...
>> Loaded 615 permission definitions, 598 linked permissions and 4 default permissions in 0 ms
Loading Page Texts...
>> Loaded 1834 page texts in 0 ms
Loading Game Object Templates...
>> Loaded 19069 game object templates in 187 ms
Loading Transport templates...
>> Loaded 30 transport templates in 16 ms
Loading Spell Rank Data...
>> Loaded 3461 spell rank records in 0 ms
Loading Spell Required Data...
>> Loaded 41 spell required records in 0 ms
Loading Spell Group types...
>> Loaded 463 spell group definitions in 0 ms
Loading Spell Learn Skills...
>> Loaded 99 Spell Learn Skills from DBC in 0 ms
Loading Spell Learn Spells...
>> Loaded 8 spell learn spells + 572 found in DBC in 0 ms
Loading Spell Proc Event conditions...
>> Loaded 727 extra spell proc event conditions in 0 ms
Loading Spell Proc conditions and data...
>> Loaded 0 spell proc conditions and data. DB table `spell_proc` is empty.
Loading Spell Bonus Data...
>> Loaded 332 extra spell bonus data in 16 ms
Loading Aggro Spells Definitions...
>> Loaded 106 SpellThreatEntries in 0 ms
Loading Spell Group Stack Rules...
>> Loaded 54 spell group stack rules in 0 ms
Loading NPC Texts...
>> Loaded 6047 npc texts in 109 ms
Loading Enchant Spells Proc datas...
>> Loaded 42 enchant proc data definitions in 0 ms
Loading Item Random Enchantments Table...
>> Loaded 28607 Item Enchantment definitions in 32 ms
Loading Disables
>> Loaded 803 disables in 0 ms
Loading Items...
>> Loaded 37294 item templates in 1047 ms
Loading Item set names...
>> Loaded 2481 item set names in 0 ms
Loading Creature Model Based Info Data...
>> Loaded 24142 creature model based info in 47 ms
Loading Creature templates...
>> Loaded 29923 creature definitions in 656 ms
Loading Equipment templates...
>> Loaded 8648 equipment templates in 16 ms
Loading Creature template addons...
>> Loaded 7698 creature template addons in 15 ms
Loading Reputation Reward Rates...
>> Loaded 14 reputation_reward_rate in 0 ms
Loading Creature Reputation OnKill Data...
>> Loaded 2002 creature award reputation definitions in 0 ms
Loading Reputation Spillover Data...
>> Loaded 26 reputation_spillover_template in 0 ms
Loading Points Of Interest Data...
>> Loaded 453 Points of Interest definitions in 0 ms
Loading Creature Base Stats...
>> Loaded 400 creature base stats in 0 ms
Loading Creature Data...
>> Loaded 144337 creatures in 1563 ms
Loading Temporary Summon Data...
>> Loaded 124 temp summons in 0 ms
Loading pet levelup spells...
>> Loaded 993 pet levelup and default spells for 39 families in 15 ms
Loading pet default spells additional to levelup spells...
>> Loaded addition spells for 111 pet spell data entries in 0 ms
Loading summonable creature templates...
>> Loaded 377 summonable creature templates in 0 ms
Loading Creature Addon Data...
>> Loaded 34208 creature addons in 78 ms
Loading Gameobject Data...
>> Loaded 83008 gameobjects in 1047 ms
Loading Creature Linked Respawn...
>> Loaded 5498 linked respawns in 0 ms
Loading Weather Data...
>> Loaded 35 weather definitions in 0 ms
Loading Quests...
>> Loaded 9464 quests definitions in 344 ms
Checking Quest Disables
>> Checked 652 quest disables in 0 ms
Loading Quest POI
>> Loaded 18759 quest POI definitions in 125 ms
Loading Quests Starters and Enders...
Loading GO Start Quest Data...
>> Loaded 524 quest relations from gameobject_queststarter in 0 ms
Loading GO End Quest Data...
>> Loaded 454 quest relations from gameobject_questender in 0 ms
Loading Creature Start Quest Data...
>> Loaded 7505 quest relations from creature_queststarter in 31 ms
Loading Creature End Quest Data...
>> Loaded 7854 quest relations from creature_questender in 16 ms
Loading Objects Pooling Data...
>> Loaded 3028 objects pools in 0 ms
Loading Creatures Pooling Data...
>> Loaded 905 creatures in pools in 15 ms
Loading Gameobject Pooling Data...
>> Loaded 24080 gameobject in pools in 32 ms
Loading Mother Pooling Data...
>> Loaded 2269 pools in mother pools in 31 ms
Loading Quest Pooling Data...
>> Loaded 147 quests in pools in 0 ms
Starting objects pooling system...
Loading Game Event Data...
>> Loaded 49 game events in 0 ms
Loading Game Event Saves Data...
>> Loaded 0 game event saves in game events. DB table `game_event_save` is empty.
Loading Game Event Prerequisite Data...
>> Loaded 0 game event prerequisites in game events. DB table `game_event_prerequisite` is empty.
Loading Game Event Creature Data...
>> Loaded 8265 creatures in game events in 16 ms
Loading Game Event GO Data...
>> Loaded 19797 gameobjects in game events in 15 ms
Loading Game Event Model/Equipment Change Data...
>> Loaded 10 model/equipment changes in game events in 0 ms
Loading Game Event Quest Data...
>> Loaded 211 quests additions in game events in 0 ms
Loading Game Event GO Quest Data...
>> Loaded 78 quests additions in game events in 0 ms
Loading Game Event Quest Condition Data...
>> Loaded 0 quest event conditions in game events. DB table `game_event_quest_condition` is empty.
Loading Game Event Condition Data...
>> Loaded 0 conditions in game events. DB table `game_event_condition` is empty.
Loading Game Event Condition Save Data...
>> Loaded 0 condition saves in game events. DB table `game_event_condition_save` is empty.
Loading Game Event NPCflag Data...
>> Loaded 5 npcflags in game events in 0 ms
Loading Game Event Seasonal Quest Relations...
>> Loaded 614 quests additions in game events in 0 ms
Loading Game Event Vendor Additions Data...
>> Loaded 14 vendor additions in game events in 0 ms
Loading Game Event Battleground Data...
>> Loaded 6 battleground holidays in game events in 0 ms
Loading Game Event Pool Data...
>> Loaded 8 pools for game events in 0 ms
Loading UNIT_NPC_FLAG_SPELLCLICK Data...
>> Loaded 274 spellclick definitions in 16 ms
Loading Vehicle Template Accessories...
>> Loaded 118 Vehicle Template Accessories in 0 ms
Loading Vehicle Accessories...
>> Loaded 0 Vehicle Accessories in 0 ms
Loading SpellArea Data...
>> Loaded 451 spell area requirements in 0 ms
Loading AreaTrigger definitions...
>> Loaded 273 area trigger teleport definitions in 0 ms
Loading Access Requirements...
>> Loaded 121 access requirement definitions in 0 ms
Loading Quest Area Triggers...
>> Loaded 58 quest trigger points in 0 ms
Loading Tavern Area Triggers...
>> Loaded 114 tavern triggers in 0 ms
Loading AreaTrigger script names...
>> Loaded 99 areatrigger scripts in 0 ms
Loading LFG entrance positions...
>> Loaded 16 lfg entrance positions in 0 ms
Loading Dungeon boss data...
>> Loaded 612 instance encounters in 0 ms
Loading LFG rewards...
>> Loaded 15 lfg dungeon rewards in 0 ms
Loading Graveyard-zone links...
>> Loaded 698 graveyard-zone links in 0 ms
Loading spell pet auras...
>> Loaded 47 spell pet auras in 0 ms
Loading Spell target coordinates...
>> Loaded 516 spell teleport coordinates in 16 ms
Loading enchant custom attributes...
>> Loaded 32 custom enchant attributes in 0 ms
Loading linked spells...
>> Loaded 362 linked spells in 0 ms
Loading Player Create Data...
>> Loaded 62 player create definitions in 0 ms
Loading Player Create Items Data...
>> Loaded 1 custom player create items in 0 ms
Loading Player Create Spell Data...
>> Loaded 2917 player create spells in 0 ms
Loading Player Create Action Data...
>> Loaded 325 player create actions in 0 ms
Loading Player Create Level HP/Mana Data...
>> Loaded 800 level health/mana definitions in 0 ms
Loading Player Create Level Stats Data...
>> Loaded 4960 level stats definitions in 15 ms
Loading Player Create XP Data...
>> Loaded 79 xp for level definitions in 0 ms
Loading Exploration BaseXP Data...
>> Loaded 80 BaseXP definitions in 0 ms
Loading Pet Name Parts...
>> Loaded 313 pet name parts in 0 ms
Loading the max pet number...
>> Loaded the max pet number: 0 in 0 ms
Loading pet level stats...
>> Loaded 2480 level pet stats definitions in 0 ms
Loading Player Corpses...
>> Loaded 0 corpses. DB table `corpse` is empty.
Loading Player level dependent mail rewards...
>> Loaded 24 level dependent mail rewards in 0 ms
Loading creature loot templates...
>> Loaded 336285 creature loot templates in 719 ms
Loading fishing loot templates...
>> Loaded 245 fishing loot templates in 0 ms
Loading gameobject loot templates...
>> Loaded 18462 gameobject loot templates in 47 ms
Loading item loot templates...
>> Loaded 4956 item loot templates in 0 ms
Loading mail loot templates...
>> Loaded 81 mail loot templates in 0 ms
Loading milling loot templates...
>> Loaded 45 milling loot templates in 0 ms
Loading pickpocketing loot templates...
>> Loaded 11047 pickpocketing loot templates in 31 ms
Loading skinning loot templates...
>> Loaded 1899 skinning loot templates in 0 ms
Loading disenchanting loot templates...
>> Loaded 124 disenchanting loot templates in 15 ms
Loading prospecting loot templates...
>> Loaded 38 prospecting loot templates in 16 ms
Loading spell loot templates...
>> Loaded 170 spell loot templates in 0 ms
Loading reference loot templates...
>> Loaded refence loot templates in 47 ms
Loading Skill Discovery Table...
>> Loaded 348 skill discovery definitions in 0 ms
Loading Skill Extra Item Table...
>> Loaded 225 spell specialization definitions in 0 ms
Loading Skill Fishing base level requirements...
>> Loaded 89 areas for fishing base skill level in 0 ms
Loading Achievements...
>> Loaded 43 achievement references in 0 ms
Loading Achievement Criteria Lists...
>> Loaded 7655 achievement criteria in 0 ms
Loading Achievement Criteria Data...
>> Loaded 2589 additional achievement criteria data in 0 ms
Loading Achievement Rewards...
>> Loaded 101 achievement rewards in 0 ms
Loading Achievement Reward Locales...
>> Loaded 0 achievement reward locale strings.  DB table `locales_achievement_reward` is empty
Loading Completed Achievements...
>> Loaded 0 realm first completed achievements in 0 ms
Deleting expired auctions...
>> No expired auctions to delete
Loading Item Auctions...
>> Loaded 0 auction items. DB table `auctionhouse` or `item_instance` is empty!
Loading Auctions...
>> Loaded 0 auctions. DB table `auctionhouse` is empty.
Loading Guilds...
Loading guilds definitions...
>> Loaded 0 guild definitions. DB table `guild` is empty.
Loading ArenaTeams...
>> Loaded 0 arena teams. DB table `arena_team` is empty!
Loading Groups...
>> Loaded 0 group definitions. DB table `groups` is empty!
Loading ReservedNames...
>> Loaded 0 reserved player names. DB table `reserved_name` is empty!
Loading GameObjects for quests...
>> Loaded 1139 GameObjects for quests in 0 ms
Loading BattleMasters...
>> Loaded 136 battlemaster entries in 0 ms
Loading GameTeleports...
>> Loaded 1423 GameTeleports in 15 ms
Loading Gossip menu...
>> Loaded 4399 gossip_menu entries in 0 ms
Loading Gossip menu options...
>> Loaded 3510 gossip_menu_option entries in 47 ms
Loading Vendors...
>> Loaded 37462 Vendors in 63 ms
Loading Trainers...
>> Loaded 80043 Trainers in 515 ms
Loading Waypoints...
>> Loaded 77713 waypoints in 328 ms
Loading SmartAI Waypoints...
>> Loaded 158 SmartAI waypoint paths (total 1967 waypoints) in 0 ms
Loading Creature Formations...
>> Loaded 400 creatures in formations in 16 ms
Loading World States...
>> Loaded 9 world states in 0 ms
Loading Conditions...
>> Loaded 9770 conditions in 31 ms
Loading faction change achievement pairs...
>> Loaded 126 faction change achievement pairs in 0 ms
Loading faction change spell pairs...
>> Loaded 107 faction change spell pairs in 0 ms
Loading faction change item pairs...
>> Loaded 738 faction change item pairs in 0 ms
Loading faction change reputation pairs...
>> Loaded 15 faction change reputation pairs in 0 ms
Loading faction change title pairs...
>> Loaded 22 faction change title pairs in 0 ms
Loading GM tickets...
>> Loaded 0 GM tickets. DB table `gm_tickets` is empty!
Loading GM surveys...
>> Loaded GM Survey count from database in 0 ms
Loading client addons...
>> Loaded 23 known addons in 0 ms
Returning old mails...
>> No expired mails found.
Loading Autobroadcasts...
>> Loaded 0 autobroadcasts definitions. DB table `autobroadcast` is empty for this realm!
Loading spell_scripts...
>> Loaded 106 script definitions in 16 ms
Loading event_scripts...
>> Loaded 445 script definitions in 0 ms
Loading waypoint_scripts...
>> Loaded 702 script definitions in 0 ms
Loading Scripts text locales...
>> Loaded 184 string templates from db_script_string in 0 ms
Loading spell script names...
>> Loaded 1206 spell script names in 0 ms
Loading Creature Texts...
>> Loaded 8078 creature texts for 1899 creatures in 31 ms
Loading Creature Text Locales...
Initializing Scripts...
Loading Script Waypoints for 79 creature(s)...
>> Loaded 2112 Script Waypoint nodes in 16 ms
Loading C++ scripts
>> Loaded 2334 C++ scripts in 78 ms
Validating spell scripts...
>> Validated 1522 scripts in 0 ms
Loading SmartAI scripts...
>> Loaded 6929 SmartAI scripts in 7704 ms
Loading Calendar data...
>> Loaded 0 calendar events
>> Loaded 0 calendar invites
Initialize game time and timers
Mail timer set to: 840, mail return is called every 1440 minutes
Starting Map System
Starting Game Event system...
Starting Arena Season...
Starting Battleground System
>> Loaded 11 battlegrounds in 0 ms
Starting Outdoor PvP System
>> Loaded 6 outdoor PvP definitions in 0 ms
Starting Battlefield System
Loading Transports...
>> Spawned 20 continent transports in 0 ms
Loading Warden Checks...
Loading Warden Action Overrides...
Deleting expired bans...
Calculate next daily quest reset time...
Calculate next weekly quest reset time...
Calculate next monthly quest reset time...
Calculate random battleground reset time...
Calculate guild limitation(s) reset time...
Loading character name data
Loaded name data for 1 characters
World initialized in 0 minutes 15 seconds
TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (worldserver-daemon) ready...
Attempt set value to non-existed value field: 1326 (count: 1326) for object typeid: 4 type mask: 25
Halting process...

 

This shows in worldserver.exe but not in the Server.log...

Attempt set value to non-existed value field: 1326 (count: 1326) for object typeid: 4 type mask: 25
Halting process...

 

........00a TrinitysrcservergameEntitiesObjectObject.cpp:632 in Object::SetUInt32Value ASSERTION FAILED:

  index < m_valuesCount ¦¦ PrintIndexError(index, true)

[0x10a379]

[0x135326]

[0x1707f1]

[0x28dd1e]

[0x585e4]

[0x5b481]

[0x26d0d]

[0x27b74]

[0x7dfa]

[0x3ad250]

ACE_OS_Thread_Adapter::invoke()+0x9b [0x0]

endthreadex()+0x3a [0xx0]

endthreadex()+0xe4 [0x0]

BaseThreadInitThunk()+0xe [0x0]

RtlInitializeExceptionChain()+0x84 [0x0]

RtlInitializeExceptionChain()+0x5a [0x0]

 

Halting process...

X

World Thread hangs, kicking out server!

 

........00a TrinitysrcserverworldserverMaster.cpp:121 in FreezeDetectorRunnable::run ASSERTION FAILED:

  false

[0x9843]

[0x3ad250]

?invoke@ACE_OS_Thread_Adapter@@UAEKXZ()+0x9b [0x0]

_endthreadex()+0x3a [0x0]

_endthreadex()+0xe4 [0x0]

BaseThreadInitThunk()+0xe [0x0]

RtlInitializeExceptionChain()+0x84 [0x0]

RtlInitializeExceptionChain()+0x5a [0x0]

Then Windows 8.1 spits out a "TrinityCore World Server Daemon has stopped working" error.

 

I don't get it. I followed everything the guide said. I applied the SQLs in the sqlupdatesworld folder

 

But wait, that's not all!

 

I went to http://www.whatismyip.com to get my external IP

67.174.***.***

*ed out last two numbers for a bit of security.

Put my IP in Auth config and realmlist table to test if Auth works with my external IP so friends can connect...

 

Auth.log output...

TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1e 11 Feb 2013)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at 67.174.***.***: Can't connect to MySQL server on '67.174.***.***' (10060)

Could not connect to MySQL database at 67.174.***.***: Can't connect to MySQL server on '67.174.***.***' (10060)

DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database

 

I don't get why it isn't working now, I've done everything right. It should be working. Yes, ports are forwarded, firewall is allowing access, etc...

 

Any ideas? I'm at a loss here.

 

Thanks

Edited by Raszagal
Link to comment
Share on other sites

Hi,

 

You do not change the ip address in the auth config for other people to connect as this will stop it connecting to MySQL on 127.0.0.1 as your auth log shows .

 

You need only change the ip in the Realmlist table in MySQL .

 

Does your world server stop when it reports the error in bold ? as I have not seen that before , But this might be because you have changed the auth config !

Link to comment
Share on other sites

Hi,

 

You do not change the ip address in the auth config for other people to connect as this will stop it connecting to MySQL on 127.0.0.1 as your auth log shows .

 

You need only change the ip in the Realmlist table in MySQL .

 

Does your world server stop when it reports the error in bold ? as I have not seen that before , But this might be because you have changed the auth config !

Okay, I left the IP in both configs at 127.0.0.1 and changed Realmlist IP to my external IP...

 

Both exes load fine...

 

But I still get this when I try to Enter Game in WoW, on ANY race/class combo...

 

worldserver.exe display (Server.log still doesn't show this error)

Attempt set value to non-existed value field: 1326 (count: 1326) for object typeid: 4 type mask: 25

Halting process...

 

........00a TrinitysrcservergameEntitiesObjectObject.cpp:632 in Object::SetUInt32Value ASSERTION FAILED:

  index < m_valuesCount ¦¦ PrintIndexError(index, true)

[0x10a379]

[0x135326]

[0x1707f1]

[0x28dd1e]

[0x585e4]

[0x5b481]

[0x26d0d]

[0x27b74]

[0x7dfa]

[0x3ad250]

ACE_OS_Thread_Adapter::invoke()+0x9b [0x0]

endthreadex()+0x3a [0xx0]

endthreadex()+0xe4 [0x0]

BaseThreadInitThunk()+0xe [0x0]

RtlInitializeExceptionChain()+0x84 [0x0]

RtlInitializeExceptionChain()+0x5a [0x0]

 

Halting process...

X

World Thread hangs, kicking out server!

 

........00a TrinitysrcserverworldserverMaster.cpp:121 in FreezeDetectorRunnable::run ASSERTION FAILED:

  false

[0x9843]

[0x3ad250]

?invoke@ACE_OS_Thread_Adapter@@UAEKXZ()+0x9b [0x0]

_endthreadex()+0x3a [0x0]

_endthreadex()+0xe4 [0x0]

BaseThreadInitThunk()+0xe [0x0]

RtlInitializeExceptionChain()+0x84 [0x0]

RtlInitializeExceptionChain()+0x5a [0x0]

 

I still have no clue whats wrong. Maybe because I'm on a 64-bit system and all the progs/core compile are 32-bits? Even though I had no errors or problems installing or compiling the core with 32-bit progs.

Link to comment
Share on other sites

I have a feeling it has to do with whatever patch(es?) you added to it. Which is an unsupported configuration.

Patches? As is the update/world/*.sqls? The SQLs here... TrinityCore / sql / updates / world / ...that are downloaded with the GIT thing?

 

All I did was follow TC's How-To_Win guide, exactly step by step. No editing of anything other then the realmlist table's name and ipaddress once the compile was finished and the SQL databases were imported into HeidiSQL and ran (see below).

 

In HeidiSQL I imported and ran...

...sqlcreatecreate_mysql.sql

...sqlbaseauth_database.sql

...sqlbasecharacter_database.sql

TDB_full_335.52_2013_07_17.sql from the TDB_full_335.52_2013_07_17.7z from http://www.trinitycore.org/f/files/download/5-tdb-full-updates

 

Then as the guide here http://collab.kpsn.org/display/tc/Database_master says...

"5. Click on the "world" database and import any *.sql file available in your ...sqlupdatesworld folder."

To make importing and running all those 450+ files easier, I made the .bat file suggested here... [Windows/Linux] Combine SQL Updates and ran ONLY the World SQL that was created.

 

Since this is my FIRST time doing this on this new Windows 8.1 AMD 64-bit PC, I Payed Attention To This Message...

Important

IF THIS IS YOUR FIRST TIME INSTALLING TrinityCore DON'T apply any *.sql file on sqlupdatesauth or sqlupdatescharacters

...and I didn't apply any of those SQLs.

 

I still don't understand what I could have possibly done to screw it up. I followed the guide to the letter before on my old Win XP machine (which is long dead and long gone now) and it worked without any issues.

 

I have the nagging feeling that it isn't TC but more then likely my PC, so here are it's specs...

 

From: Control PanelAll Control Panel ItemsSystem window

 

Windows Edition

- Windows 8.1

System

- Processor -- AMD A10-6700 APU with Radeon HD Graphics 3.70GHz

- Installed Memory (RAM) -- 8.00GB (7.20GB usable)

- System Type -- 64-bit Operation System, x64-based processor

 

I'm at a loss here. I've done this before on a Windows XP Pentium 4 machine and had no issues whatsoever.

Link to comment
Share on other sites

Hi ,

 

Just out of curiosity what run times do you have installed on windows 8 ?

 

Do you have every version of vc redist installed from 2005 both x86 and x64 ?

 

That might be worth looking at .

 

I am unfamiliar with window 8 so can only make suggestions on this .

 

Also have you tried a clean pull from git and re compile , Just a suggestion as it might be your source has got corrupted .

Link to comment
Share on other sites

Hi ,

 

Just out of curiosity what run times do you have installed on windows 8 ?

 

Do you have every version of vc redist installed from 2005 both x86 and x64 ?

 

That might be worth looking at .

 

I am unfamiliar with window 8 so can only make suggestions on this .

 

Also have you tried a clean pull from git and re compile , Just a suggestion as it might be your source has got corrupted .

 

Visual C++ Redistributables Installed...

-- Visual C++ 2005 Redistributable x64 & x86

-- Visual C++ 2008 Redistributable x64 & x86 (AND the VCRedist for OpenSSL from their download page)

-- Visual C++ 2010 Redistributable x64 & x86

-- Visual C++ 2013 Redistributable x64 & x86

 

I figured I would get all of those just to be safe with all the games and programs I use that are from the 1990-2013 range. So far all my games and programs work with no problems having all those VCRs installed.

 

As for a CLEAN GIT Pull and Compile/Re-Compile, I've done this three times since the original post date and have had the same results each time with the messed up error that shows up in worldserver.exe bot not in the Server.log file that I have posted already.

Link to comment
Share on other sites

TrinityCore rev. 067f0f933102+ 2013-12-05 13:37:10 -0330 (master branch) (Win32, Release) (authserver)

 

Why do you idiots keep lying to us? we can't help you if you can't be straight with us. That + at the end of the hash means it has been modified with a PATCH or manually before compiling.

 

And, yes, that includes adding fucking scripts, which is probably where the problem is, and is an UNSUPPORTED configuration. Get the same with a CLEAN UNMODIFIED compile, and start an issue on the tracker, not here, otherwise, go ask the authors of the patch you have added.

Link to comment
Share on other sites

  • 4 weeks later...
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...