|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself. |
05-17-2020, 09:22 PM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
I swear this used to be easier hahaha
|
|
|
|
05-17-2020, 09:31 PM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
Narrowed it down to 163 errors and 369 warnings.
Code:
Severity Code Description Project File Line Suppression State
Warning C26495 Variable 'BasePacket::priority' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26495 Variable 'BasePacket::dst_ip' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26495 Variable 'BasePacket::dst_port' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26495 Variable 'BasePacket::src_ip' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26495 Variable 'BasePacket::src_port' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26495 Variable 'BasePacket::timestamp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\base_packet.h 88
Warning C26812 The enum type 'DBcore::eStatus' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\dbcore.h 22
Warning C26495 Variable 'EQEmuConfig::ChatPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::DatabasePort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::DefaultStatus' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::InitialBootWait' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::Locked' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::LoginCount' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::LoginLegacy' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::LoginPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::MailPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::MaxClients' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::QSDatabasePort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::RestartWait' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::TelnetEnabled' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::TelnetTCPPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::TerminateWait' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::WorldHTTPEnabled' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::WorldHTTPPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::WorldTCPPort' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::ZoneBootInterval' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::ZonePortHigh' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26495 Variable 'EQEmuConfig::ZonePortLow' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h 125
Warning C26439 This kind of function may not throw. Declare it 'noexcept' (f.6). zone C:\GAMES\SOURCE1\SERVER\common\eqemu_exception.h 52
Warning C26495 Variable 'EQEmu::constants::LookupEntry::CharacterCreationLimit' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 46
Warning C26495 Variable 'EQEmu::constants::LookupEntry::Expansion' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 46
Warning C26495 Variable 'EQEmu::constants::LookupEntry::ExpansionBit' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 46
Warning C26495 Variable 'EQEmu::constants::LookupEntry::ExpansionsMask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 46
Warning C26495 Variable 'EQEmu::constants::LookupEntry::SayLinkBodySize' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 46
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::<unnamed-tag>::InventoryTypeSize' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::<unnamed-tag>::InventoryTypeSizeArray' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::AllowClickCastFromBag' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::AllowEmptyBagInBag' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::AllowOverLevelEquipment' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::AugSocketCount' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::BagSlotCount' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::ConcatenateInvTypeLimbo' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::CorpseBitmask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::CursorBitmask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::EquipmentBitmask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::GeneralBitmask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::inventory::LookupEntry::PossessionsBitmask' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 130
Warning C26495 Variable 'EQEmu::behavior::LookupEntry::CoinHasWeight' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 173
Warning C26495 Variable 'EQEmu::spells::LookupEntry::DiscBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::LongBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::MercBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::NPCBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::PetBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::ShortBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::SpellGemCount' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::SpellIdMax' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::SpellbookSize' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26495 Variable 'EQEmu::spells::LookupEntry::TotalBuffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_limits.h 204
Warning C26812 The enum type 'EmuOpcode' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 44
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 100
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 102
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 104
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 106
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 108
Warning C26495 Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet.h 133
Warning C26495 Variable 'PlayerProfile_Struct::AGI' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::CHA' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::DEX' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::INT' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::InnateSkills' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPBestKillStreak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPCareerPoints' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPCurrentKillStreak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPCurrentPoints' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPDeaths' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPKills' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPLastDeath' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPLastKill' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPNumberOfKillsInLast24Hours' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPRecentKills' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::PVPWorstDeathStreak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::RestTimer' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::STA' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::STR' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::SuspendedMinion' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::WIS' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::aa_array' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::aapoints' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::aapoints_spent' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::abilitySlotRefresh' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_down' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_number' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_time_hours' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_time_minutes' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_time_seconds' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ability_up' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::air_remaining' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::anon' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::autosplit' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::bandoliers' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::beard' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::beardcolor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::binds' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::birthday' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::buffs' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::careerEbonCrystals' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::careerRadCrystals' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::career_tribute_points' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::class_' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::copper' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::copper_bank' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::copper_cursor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::cur_hp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::currentEbonCrystals' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::currentRadCrystals' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::deity' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::disciplines' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::drakkin_details' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::drakkin_heritage' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::drakkin_tattoo' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::endurance' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::entityid' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::exp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::expAA' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::expansions' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::eyecolor1' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::eyecolor2' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::face' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::gender' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::gm' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::gold' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::gold_bank' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::gold_cursor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::groupAutoconsent' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::groupMembers' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::group_leadership_exp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::group_leadership_points' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::guildAutoconsent' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::guild_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::guildbanker' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::guildid2' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::guildrank' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::haircolor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::hairstyle' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::heading' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::hunger_level' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::intoxication' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::item_material' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::item_tint' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::languages' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::last_name' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::lastlogin' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_losses_guk' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_losses_mir' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_losses_mmc' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_losses_ruj' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_losses_tak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_available' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_guk' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_mir' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_mmc' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_ruj' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_points_tak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_wins_guk' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_wins_mir' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_wins_mmc' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_wins_ruj' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::ldon_wins_tak' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::leadAAActive' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::leader_abilities' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::level' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::level2' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::mana' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::mem_spells' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::name' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::platinum' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::platinum_bank' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::platinum_cursor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::platinum_shared' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::points' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::potionbelt' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::pvp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::pvp2' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::pvptype' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::race' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::raidAutoconsent' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::raid_leadership_exp' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::raid_leadership_points' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::recastTimers' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::servername' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::showhelm' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::silver' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::silver_bank' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::silver_cursor' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::skills' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::spellSlotRefresh' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::spell_book' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::suffix' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::thirst_level' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::timePlayedMin' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::timeentitledonaccount' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::title' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::toxicity' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::tribute_active' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::tribute_points' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::tribute_time_remaining' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::tributes' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown0112' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown0246' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown0306' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown0348' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown12844' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown14160' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown19568' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown19595' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown2384' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown2492' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown2508' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown2541' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown2616' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown4540' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown4704' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown4752' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown4808' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5132' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5420' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5428' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5436' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5448' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5460' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5496' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown5524' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown6428' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown7092' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown7160' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown7244' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown7252' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown7780' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::unknown8088' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::x' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::y' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::z' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::zoneInstance' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::zone_change_count' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'PlayerProfile_Struct::zone_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h 1098
Warning C26495 Variable 'EQStreamManagerInterfaceOptions::track_opcode_stats' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h 24
Warning C26495 Variable 'EQStreamManagerInterfaceOptions::track_opcode_stats' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h 28
Warning C26812 The enum type 'EQStreamInterface::MatchState' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h 100
Warning C26439 This kind of function may not throw. Declare it 'noexcept' (f.6). zone C:\GAMES\SOURCE1\SERVER\common\json\json.h 1303
Warning C26812 The enum type 'EQEmu::lightsource::LightSlot' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\light_source.h 84
Warning C26495 Variable 'EQ::Net::DaybreakConnectionStats::last_ping' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\net\daybreak_connection.h 76
Warning C26812 The enum type 'EQ::Net::DbProtocolStatus' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\net\daybreak_connection.h 156
Warning C26495 Variable 'EQ::Net::StaticPacket::m_max_data_length' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\net\packet.h 94
Warning C26812 The enum type 'RuleManager::IntType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\rulesys.h 84
Warning C26812 The enum type 'RuleManager::RealType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\rulesys.h 85
Warning C26812 The enum type 'RuleManager::BoolType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\rulesys.h 86
Warning C26812 The enum type 'RuleManager::CategoryType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\rulesys.h 87
Warning C6386 Buffer overrun while writing to 'argplus': the writable size is '(maxargnum+1)*4' bytes, but '12' bytes might be written. zone C:\GAMES\SOURCE1\SERVER\common\seperator.h 76
Warning C26439 This kind of function may not throw. Declare it 'noexcept' (f.6). zone C:\GAMES\SOURCE1\SERVER\common\serialize_buffer.h 38
Warning C26439 This kind of function may not throw. Declare it 'noexcept' (f.6). zone C:\GAMES\SOURCE1\SERVER\common\serialize_buffer.h 45
Warning C26495 Variable 'ServerPacket::InflatedSize' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\servertalk.h 247
Warning C26495 Variable 'ServerPacket::destination' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\servertalk.h 247
Warning C26495 Variable 'ServerPacket::InflatedSize' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\servertalk.h 262
Warning C26495 Variable 'ServerPacket::destination' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\common\servertalk.h 262
Warning C26812 The enum type 'EQEmu::skills::SkillType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\common\skills.h 290
Warning C26812 The enum type 'fmt::v5::internal::type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\core.h 540
Warning C26444 Don't try to declare a local variable with no name (es.84). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 276
Warning C26444 Don't try to declare a local variable with no name (es.84). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 277
Warning C26444 Don't try to declare a local variable with no name (es.84). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 278
Warning C26444 Don't try to declare a local variable with no name (es.84). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 279
Warning C26812 The enum type 'fmt::v5::char8_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 799
Warning C26812 The enum type 'fmt::v5::alignment' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 1094
Warning C26498 The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 1463
Warning C26495 Variable 'fmt::v5::system_error::error_code_' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2205
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<__int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<bool,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<char,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned __int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6). zone C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h 2386
Warning C26495 Variable 'AA::Ability::category' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::charges' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::classes' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::deities' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::drakkin_heritage' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::first' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::first_rank_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::grant_only' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::races' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::reset_on_death' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::status' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Ability::type' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h 37
Warning C26495 Variable 'AA::Rank::base_ability' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::cost' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::current_value' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::desc_sid' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::expansion' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::level_req' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::lower_hotkey_sid' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::next' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::next_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::prev' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::prev_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::recast_time' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::spell' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::spell_type' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::title_sid' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::total_cost' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26495 Variable 'AA::Rank::upper_hotkey_sid' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h 29
Warning C26812 The enum type 'AggroMeter::AggroTypes' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\aggromanager.h 67
Warning C26812 The enum type 'Bot::BotRoleType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\bot.h 430
Warning C26812 The enum type 'Mob::CLIENT_CONN_STATUS' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\client.h 356
Warning C26812 The enum type 'eqFilterMode' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\client.h 896
Warning C26812 The enum type 'ActivityState' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\client.h 1004
Warning C26812 The enum type 'ActivityType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\client.h 1008
Warning C26812 The enum type 'WaterRegionType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\client.h 1298
Warning C26495 Variable 'HealRotation::m_active_heal_target' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_adaptive_targeting' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_casting_override' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_casting_target_poke' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_consumed' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_creation_time_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_critical_hp_ratio' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_fast_heals' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_healing_stats_begin_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_hot_active' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_hot_target' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_interval_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_is_active' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_last_heal_time_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_next_cast_time_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_next_poke_time_ms' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26495 Variable 'HealRotation::m_safe_hp_ratio' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h 55
Warning C26812 The enum type 'EQEmu::constants::StanceType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\merc.h 166
Warning C26495 Variable 'Mob::SpecialAbility::params' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 77
Warning C26812 The enum type 'EQEmu::deity::DeityTypeBit' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 456
Warning C26812 The enum type 'GravityBehavior' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 579
Warning C26812 The enum type 'eqFilterType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 745
Warning C26812 The enum type 'EmuAppearance' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 851
Warning C26812 The enum type 'PetType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 878
Warning C26812 The enum type 'bodyType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 903
Warning C26812 The enum type 'Mob::eStandingPetOrder' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 986
Warning C26812 The enum type 'FACTION_VALUE' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 1114
Warning C26812 The enum type 'focusType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\mob.h 1357
Warning C26495 Variable 'Object::m_display_name' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_heading' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_max_x' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_max_y' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_min_x' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_min_y' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'Object::m_z' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP 40
Warning C26495 Variable 'PetitionList::last_insert_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\zone\petitions.h 103
Warning C26495 Variable 'QGlobal::char_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h 12
Warning C26495 Variable 'QGlobal::expdate' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h 12
Warning C26495 Variable 'QGlobal::id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h 12
Warning C26495 Variable 'QGlobal::npc_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h 12
Warning C26495 Variable 'QGlobal::zone_id' is uninitialized. Always initialize a member variable (type.6). zone C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h 12
Warning C26812 The enum type 'QuestEventID' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). zone C:\GAMES\SOURCE1\SERVER\ZONE\quest_interface.h 36
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) shared_memory C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_row.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' shared_memory C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals shared_memory C:\Games\Source1\Server\build\bin\RelWithDebInfo\shared_memory.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) eqlaunch C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' eqlaunch C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals eqlaunch C:\Games\Source1\Server\build\bin\RelWithDebInfo\eqlaunch.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) queryserv C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' queryserv C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals queryserv C:\Games\Source1\Server\build\bin\RelWithDebInfo\queryserv.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) import_client_files C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_row.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' import_client_files C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals import_client_files C:\Games\Source1\Server\build\bin\RelWithDebInfo\import_client_files.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) ucs C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) ucs C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' ucs C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals ucs C:\Games\Source1\Server\build\bin\RelWithDebInfo\ucs.exe 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall Database::~Database(void)" (??1Database@@QAE@XZ) loginserver C:\Games\Source1\Server\build\loginserver\database.obj 1
Error LNK2001 unresolved external symbol _mysql_close@4 loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) loginserver C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' loginserver C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals loginserver C:\Games\Source1\Server\build\bin\RelWithDebInfo\loginserver.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) world C:\Games\Source1\Server\build\world\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) world C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) world C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) world C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) world C:\Games\Source1\Server\build\world\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' world C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals world C:\Games\Source1\Server\build\bin\RelWithDebInfo\world.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) export_client_files C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' export_client_files C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals export_client_files C:\Games\Source1\Server\build\bin\RelWithDebInfo\export_client_files.exe 1
Error LNK2019 unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z) zone C:\Games\Source1\Server\build\zone\common.lib(mysql_request_row.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) zone C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ) zone C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z) zone C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj) 1
Error LNK2019 unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Error LNK2019 unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z) zone C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj) 1
Warning LNK4272 library machine type 'x64' conflicts with target machine type 'x86' zone C:\Program Files\MariaDB 10.0\lib\libmysql.lib 1
Error LNK1120 17 unresolved externals zone C:\Games\Source1\Server\build\bin\RelWithDebInfo\zone.exe 1
|
|
|
|
05-17-2020, 10:02 PM
|
|
Developer
|
|
Join Date: Mar 2003
Posts: 1,497
|
|
Quote:
library machine type 'x64' conflicts with target machine type 'x86'
|
Need to figure out which machine type you want to build/run
|
05-17-2020, 10:07 PM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
Everything I have installed so far has been x86. Granted my PC is x64, the only thing I have installed that was x64 was that TortoiseGit.
|
05-17-2020, 10:08 PM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
And in VS, before I did the Build, I set it Win32 at the top
|
05-17-2020, 11:06 PM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
In cmake, upon seeing the compiler pop-up window, there's a drop-down in the middle that selects x86/x64.
If left blank, it (now) defaults to x64 and its dependencies.
https://eqemu.gitbook.io/server/cate...#running-cmake
The old behavior was to default to x86 .. but, that changed in recent cmake versions.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
05-17-2020, 11:15 PM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
Yea, made sure to change that too. I guess... reinstall everything? hahah
|
05-18-2020, 12:16 AM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
Make sure that your VS is up-to-date as well..
..we saw issues (like this..) in our dependencies/submodules with both VS 2017 and 2019 after some lib changes were made.
These issues were on a fresh VS install.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
05-18-2020, 12:17 AM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
Do you have MySQL installed rather than MariaDB (or, installed as well?)
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
05-18-2020, 12:44 AM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
lol, have them both installed. And my VS is up to date as well
|
05-18-2020, 12:45 AM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
ooohh.. I see.. I pulled up MariaDB in win search just to make sure and I see alot of x64 with it.. opps.. haha. Guess that might be where my issue is?
|
05-18-2020, 01:34 AM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
If you have both installed..
..this message will appear in the CMake setup: https://github.com/EQEmu/Server/blob...Lists.txt#L136
Make sure that you select MariaDB even if you're using MySQL.
There have been issues using the MySQL api.
The MariaDB api is compatible with MySQL and doesn't have the same problems.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
05-18-2020, 01:49 AM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
Ok, so how do I select MariaDB? lol. Forgive me.. hahah
|
05-18-2020, 01:53 AM
|
|
Fire Beetle
|
|
Join Date: Oct 2009
Location: TN, USA
Posts: 29
|
|
Ah, nm.. I see it.. I swear Im a blonde sometimes haha
|
05-18-2020, 01:54 AM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
When you run CMake and all of the settings are in red:
That line of text from my last post should be in the somewhere.
Just select MariaDB in its drop-down box.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 08:00 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|