BreakKickYou
02-26-2017, 01:28 PM
Hi, one week ago, i started a private everquest server using the "Akka's server repack", everything worked fine and i could join my server without any problem.
But yesterday, after deleting my server folder unintentionally ( oh joy ) I tried to recreate a fresh one using the same tool ( after of course deleting everything related to the old one, like maria db files perl etc ) But surprise, i keep getting an "error 1146" like this everytime i try to start the server :
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver 127.0.0.1:5998
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_5736.log'
[World Server] Starting HTTP world service...
[World Server] Checking Database Conversions..
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
SHOW COLUMNS FROM `character_corpses` LIKE 'data'
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
[Update] Database not up to date with binaries... Automatically updating...
[Update] Issuing database backup first...
[Update] No script update necessary...
[Database] Performing database backup....
Todays Date: 02_26_2017
Operating System is: MSWin32
[db_dumper.pl] Database is peq
[db_dumper.pl] Backup Directory: backups
[db_dumper.pl] Compression SET
[db_dumper.pl] Directory currently exists... Adding files to it...
[db_dumper.pl] Backing up Database peq...
[db_dumper.pl] Command [mysqldump -uroot --host localhost --max_allowed_packet=512M --password="eqemu" peq > "backups\peq_02_26_2017.sql"]
[db_dumper.pl] Backup DONE... DB Backup File Size '226380869' (215.89 MiB)
[db_dumper.pl] ::: You have WinRAR installed as 64 Bit...
[db_dumper.pl] Compressing Database with WinRAR...
[db_dumper.pl] Command ["C:\Program Files\WinRAR\rar" a "backups\peq_02_26_2017.rar" "backups\peq_02_26_2017.sql" ]
RAR 5.11 Copyright (c) 1993-2014 Alexander Roshal 27 Aoû 2014
Version de démonstration Pour obtenir de l'aide, saisissez RAR -?
Version d'évaluation. Merci de vous enregistrer.
Création de l'archive backups\peq_02_26_2017.rar
Ajout de backups\peq_02_26_2017.sql OK
Terminé
[db_dumper.pl]
Deleting RAW .sql Dump...
[db_dumper.pl] Command [del "backups\peq_02_26_2017.sql" ]
[db_dumper.pl] Final file located: backups\peq_02_26_2017.rar
[Update] Updating database...
[Database] Retrieving latest database manifest...
[Copy] folder doesn't exist, creating 'db_update/'
[Download] Saved: (db_update/db_update_manifest.txt) from https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/db_update_manifest.txt
[Database] Reading manifest...
[Database] has update: 9100 - '2016_08_27_object_display_name.sql'
[Database] Retrieving latest database manifest...
[Download] Saved: (db_update/db_update_manifest.txt) from https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/db_update_manifest.txt
[Database] has update: 9100 - '2016_08_27_object_display_name.sql'
[Database] No updates need to be run...
[Database] Setting Database to Binary Version (9100) if not already...
[Update] Continuing bootup
[World Server] Loading variables..
[World Server] Loading zones..
[World Server] Clearing groups..
[MySQL Error] 1146: Table 'peq.group_leaders' doesn't exist
DELETE from group_leaders
Unable to clear group leaders: #1146: Table 'peq.group_leaders' doesn't exist
[MySQL Error] 1146: Table 'peq.group_id' doesn't exist
DELETE FROM `group_id`
[World Server] Clearing raids..
[MySQL Error] 1146: Table 'peq.raid_members' doesn't exist
delete from raid_members
Unable to clear raids: #1146: Table 'peq.raid_members' doesn't exist
[MySQL Error] 1146: Table 'peq.raid_details' doesn't exist
delete from raid_details
Unable to clear raid details: #1146: Table 'peq.raid_details' doesn't exist
[World Server] Clearing inventory snapshots..
[World Server] Loading items..
[World Server] Loading skill caps..
[World Server] Loading guilds..
[MySQL Error] 1146: Table 'peq.guilds' doesn't exist
SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds
[World Server] Loaded default rule set 'default'
[World Server] Loading EQ time of day..
[World Server] Loading launcher list..
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'peq'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'zone'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[World Server] Reboot zone modes OFF
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1 WHERE `is_buried` = 0 AND (UNIX_TIMESTAMP() - UNIX_TIMESTAMP(time_of_death)) > 43200 AND NOT time_of_death = 0
[World Server] Deleted -1 stale player corpses from database
[World Server] Loading adventures...
[MySQL Error] 1146: Table 'peq.character_data' doesn't exist
SELECT ch.name, ch.id, adv_stats.* FROM adventure_stats AS adv_stats LEFT JOIN `character_data` AS ch ON adv_stats.player_id = ch.id;
[World Server] Purging expired instances
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16089
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16089
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16090
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16090
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16091
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16091
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16093
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16093
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16094
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16094
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16097
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16097
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16099
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16099
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16102
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16102
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16124
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16124
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16127
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16127
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16129
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16129
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16130
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16130
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16131
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16131
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16132
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16132
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16133
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16133
[World Server] Loading char create info...
[World Server] Zone (TCP) listener started.
[World Server] Client (UDP) listener started.
[World Server] New Zone Server from 127.0.0.1:53491
[World Server] New Zone Server from 127.0.0.1:53492
[World Server] New Zone Server from 127.0.0.1:53493
[World Server] New Zone Server from 127.0.0.1:53494
[World Server] New Zone Server from 127.0.0.1:53495
[World Server] New Zone Server from 127.0.0.1:53496
[World Server] New Zone Server from 127.0.0.1:53497
[World Server] New Zone Server from 127.0.0.1:53498
[World Server] New Zone Server from 127.0.0.1:53499
[World Server] New Zone Server from 127.0.0.1:53500
[World Server] New Zone Server from 127.0.0.1:53501
[World Server] New Zone Server from 127.0.0.1:53503
[World Server] New Zone Server from 127.0.0.1:53504
[World Server] New Zone Server from 127.0.0.1:53505
[World Server] New Zone Server from 127.0.0.1:53506
[World Server] New Zone Server from 127.0.0.1:53508
[World Server] New Zone Server from 127.0.0.1:53507
[World Server] New Zone Server from 127.0.0.1:53509
[World Server] New Zone Server from 127.0.0.1:53510
[World Server] New Zone Server from 127.0.0.1:53511
[World Server] New Zone Server from 127.0.0.1:53512
[World Server] New Zone Server from 127.0.0.1:53513
[World Server] New Zone Server from 127.0.0.1:53514
[World Server] New Zone Server from 127.0.0.1:53515
[World Server] New Zone Server from 127.0.0.1:53516
[World Server] New Zone Server from 127.0.0.1:53517
[World Server] New Zone Server from 127.0.0.1:53518
[World Server] New UCS Connection from 127.0.0.1:53519
[World Server] New Zone Server from 127.0.0.1:53520
[World Server] New Zone Server from 127.0.0.1:53521
[World Server] New QS Connection from 127.0.0.1:53522
I don't really know what to do right now, i tried doing fresh installs, restarts, deleting every files related to this, but it's still giving me the same message again and again :\
I forgot to mention that i cannot connect to the server at all, but it is detected in the server browser
But yesterday, after deleting my server folder unintentionally ( oh joy ) I tried to recreate a fresh one using the same tool ( after of course deleting everything related to the old one, like maria db files perl etc ) But surprise, i keep getting an "error 1146" like this everytime i try to start the server :
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver 127.0.0.1:5998
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_5736.log'
[World Server] Starting HTTP world service...
[World Server] Checking Database Conversions..
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
SHOW COLUMNS FROM `character_corpses` LIKE 'data'
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
[Update] Database not up to date with binaries... Automatically updating...
[Update] Issuing database backup first...
[Update] No script update necessary...
[Database] Performing database backup....
Todays Date: 02_26_2017
Operating System is: MSWin32
[db_dumper.pl] Database is peq
[db_dumper.pl] Backup Directory: backups
[db_dumper.pl] Compression SET
[db_dumper.pl] Directory currently exists... Adding files to it...
[db_dumper.pl] Backing up Database peq...
[db_dumper.pl] Command [mysqldump -uroot --host localhost --max_allowed_packet=512M --password="eqemu" peq > "backups\peq_02_26_2017.sql"]
[db_dumper.pl] Backup DONE... DB Backup File Size '226380869' (215.89 MiB)
[db_dumper.pl] ::: You have WinRAR installed as 64 Bit...
[db_dumper.pl] Compressing Database with WinRAR...
[db_dumper.pl] Command ["C:\Program Files\WinRAR\rar" a "backups\peq_02_26_2017.rar" "backups\peq_02_26_2017.sql" ]
RAR 5.11 Copyright (c) 1993-2014 Alexander Roshal 27 Aoû 2014
Version de démonstration Pour obtenir de l'aide, saisissez RAR -?
Version d'évaluation. Merci de vous enregistrer.
Création de l'archive backups\peq_02_26_2017.rar
Ajout de backups\peq_02_26_2017.sql OK
Terminé
[db_dumper.pl]
Deleting RAW .sql Dump...
[db_dumper.pl] Command [del "backups\peq_02_26_2017.sql" ]
[db_dumper.pl] Final file located: backups\peq_02_26_2017.rar
[Update] Updating database...
[Database] Retrieving latest database manifest...
[Copy] folder doesn't exist, creating 'db_update/'
[Download] Saved: (db_update/db_update_manifest.txt) from https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/db_update_manifest.txt
[Database] Reading manifest...
[Database] has update: 9100 - '2016_08_27_object_display_name.sql'
[Database] Retrieving latest database manifest...
[Download] Saved: (db_update/db_update_manifest.txt) from https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/db_update_manifest.txt
[Database] has update: 9100 - '2016_08_27_object_display_name.sql'
[Database] No updates need to be run...
[Database] Setting Database to Binary Version (9100) if not already...
[Update] Continuing bootup
[World Server] Loading variables..
[World Server] Loading zones..
[World Server] Clearing groups..
[MySQL Error] 1146: Table 'peq.group_leaders' doesn't exist
DELETE from group_leaders
Unable to clear group leaders: #1146: Table 'peq.group_leaders' doesn't exist
[MySQL Error] 1146: Table 'peq.group_id' doesn't exist
DELETE FROM `group_id`
[World Server] Clearing raids..
[MySQL Error] 1146: Table 'peq.raid_members' doesn't exist
delete from raid_members
Unable to clear raids: #1146: Table 'peq.raid_members' doesn't exist
[MySQL Error] 1146: Table 'peq.raid_details' doesn't exist
delete from raid_details
Unable to clear raid details: #1146: Table 'peq.raid_details' doesn't exist
[World Server] Clearing inventory snapshots..
[World Server] Loading items..
[World Server] Loading skill caps..
[World Server] Loading guilds..
[MySQL Error] 1146: Table 'peq.guilds' doesn't exist
SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds
[World Server] Loaded default rule set 'default'
[World Server] Loading EQ time of day..
[World Server] Loading launcher list..
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'peq'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'zone'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[World Server] Reboot zone modes OFF
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1 WHERE `is_buried` = 0 AND (UNIX_TIMESTAMP() - UNIX_TIMESTAMP(time_of_death)) > 43200 AND NOT time_of_death = 0
[World Server] Deleted -1 stale player corpses from database
[World Server] Loading adventures...
[MySQL Error] 1146: Table 'peq.character_data' doesn't exist
SELECT ch.name, ch.id, adv_stats.* FROM adventure_stats AS adv_stats LEFT JOIN `character_data` AS ch ON adv_stats.player_id = ch.id;
[World Server] Purging expired instances
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16089
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16089
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16090
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16090
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16091
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16091
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16093
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16093
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16094
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16094
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16097
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16097
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16099
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16099
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16102
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16102
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16124
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16124
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16127
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16127
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16129
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16129
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16130
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16130
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16131
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16131
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16132
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16132
[MySQL Error] 1146: Table 'peq.instance_list_player' doesn't exist
DELETE FROM instance_list_player WHERE id=16133
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1, `instance_id` = 0 WHERE `instance_id` = 16133
[World Server] Loading char create info...
[World Server] Zone (TCP) listener started.
[World Server] Client (UDP) listener started.
[World Server] New Zone Server from 127.0.0.1:53491
[World Server] New Zone Server from 127.0.0.1:53492
[World Server] New Zone Server from 127.0.0.1:53493
[World Server] New Zone Server from 127.0.0.1:53494
[World Server] New Zone Server from 127.0.0.1:53495
[World Server] New Zone Server from 127.0.0.1:53496
[World Server] New Zone Server from 127.0.0.1:53497
[World Server] New Zone Server from 127.0.0.1:53498
[World Server] New Zone Server from 127.0.0.1:53499
[World Server] New Zone Server from 127.0.0.1:53500
[World Server] New Zone Server from 127.0.0.1:53501
[World Server] New Zone Server from 127.0.0.1:53503
[World Server] New Zone Server from 127.0.0.1:53504
[World Server] New Zone Server from 127.0.0.1:53505
[World Server] New Zone Server from 127.0.0.1:53506
[World Server] New Zone Server from 127.0.0.1:53508
[World Server] New Zone Server from 127.0.0.1:53507
[World Server] New Zone Server from 127.0.0.1:53509
[World Server] New Zone Server from 127.0.0.1:53510
[World Server] New Zone Server from 127.0.0.1:53511
[World Server] New Zone Server from 127.0.0.1:53512
[World Server] New Zone Server from 127.0.0.1:53513
[World Server] New Zone Server from 127.0.0.1:53514
[World Server] New Zone Server from 127.0.0.1:53515
[World Server] New Zone Server from 127.0.0.1:53516
[World Server] New Zone Server from 127.0.0.1:53517
[World Server] New Zone Server from 127.0.0.1:53518
[World Server] New UCS Connection from 127.0.0.1:53519
[World Server] New Zone Server from 127.0.0.1:53520
[World Server] New Zone Server from 127.0.0.1:53521
[World Server] New QS Connection from 127.0.0.1:53522
I don't really know what to do right now, i tried doing fresh installs, restarts, deleting every files related to this, but it's still giving me the same message again and again :\
I forgot to mention that i cannot connect to the server at all, but it is detected in the server browser