AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
320 stars 352 forks source link

31429 Logging #166

Closed Rokmusic45 closed 5 years ago

Rokmusic45 commented 5 years ago

Base ADB_820.00

rev. ‎August ‎15, ‎2019, ‏‎12:27:54 AM

Config: `###################################################################################################

UPDATE SETTINGS

#

Updates.EnableDatabases

Description: A mask that describes which databases shall be updated.

#

Following flags are available

DATABASE_LOGIN = 1, // Auth database

DATABASE_CHARACTER = 2, // Character database

DATABASE_WORLD = 4, // World database

DATABASE_HOTFIX = 8, // Hotfixes database

#

Default: 15 - (All enabled)

4 - (Enable world only)

0 - (All Disabled)

Updates.EnableDatabases = 15

#

Updates.AutoSetup

Description: Auto populate empty databases.

Default: 1 - (Enabled)

0 - (Disabled)

Updates.AutoSetup = 1

#

Updates.Redundancy

Description: Perform data redundancy checks through hashing

to detect changes on sql updates and reapply it.

Default: 1 - (Enabled)

0 - (Disabled)

Updates.Redundancy = 1

#

Updates.ArchivedRedundancy

Description: Check hashes of archived updates (slows down startup).

Default: 0 - (Disabled)

1 - (Enabled)

Updates.ArchivedRedundancy = 0

#

Updates.AllowRehash

Description: Inserts the current file hash in the database if it is left empty.

Useful if you want to mark a file as applied but you don't know its hash.

Default: 1 - (Enabled)

0 - (Disabled)

Updates.AllowRehash = 1

#

Updates.CleanDeadRefMaxCount

Description: Cleans dead/ orphaned references that occur if an update was removed or renamed and edited in one step.

It only starts the clean up if the count of the missing updates is below or equal the Updates.CleanDeadRefMaxCount value.

This way prevents erasing of the update history due to wrong source directory state (maybe wrong branch or bad revision).

Disable this if you want to know if the database is in a possible "dirty state".

Default: 3 - (Enabled)

0 - (Disabled)

-1 - (Enabled - unlimited)

Updates.CleanDeadRefMaxCount = 3

# ###################################################################################################`

client: 8.2.0 31429 7 August.

logging

logging2

logging3

logging4

WorldSocket::HandleAuthSession: Authentication failed for account: 1 ('1#1') address:

Win 10 X64 1903

CMake 3.15.2 Boost - C:\local\boost_1_69_0_b1_rc3 VS 2017

installed HERE SAME 31229. No problem

Rokmusic45 commented 5 years ago

realm

Rokmusic45 commented 5 years ago

`#

mmap.enablePathFinding

Description: Enable/Disable pathfinding using mmaps - recommended.

Default: 0 - (Disabled)

1 - (Enabled)

mmap.enablePathFinding = 0

#

vmap.enableLOS

vmap.enableHeight

Description: VMmap support for line of sight and height calculation.

Default: 1 - (Enabled, vmap.enableLOS)

1 - (Enabled, vmap.enableHeight)

0 - (Disabled)

vmap.enableLOS = 0 vmap.enableHeight = 0

#

vmap.enableIndoorCheck

Description: VMap based indoor check to remove outdoor-only auras (mounts etc.).

Default: 1 - (Enabled)

0 - (Disabled, somewhat less CPU usage)

vmap.enableIndoorCheck = 0

#

DetectPosCollision

Description: Check final move position, summon position, etc for visible collision with

other objects or walls (walls only if vmaps are enabled).

Default: 1 - (Enabled)

0 - (Disabled, Less position precision but less CPU usage)

DetectPosCollision = 0 `

ReyDonovan commented 5 years ago

you don’t even see the error, it is corrected with one query to the database in 10 seconds