Source Tales of Pirate 2022 DX9

Could you tell me what I’m doing wrong?
[ID]
name = GameServer00
equment = system

[Gate]
gate = 127.0.0.1, 1971
info = 127.0.0.1, 1985, Y87dc#$98, 1

[Map]
map = garner
map = lonetower
map = teampk
map = PKmap

[Database]
db_name = GameDB
db_ip = localhost
db_usr = pko_game
db_pass = pkodevnet

[Socket]
keep_alive = 120

[BaseID]
BaseID = 0x50000000

[Entity]
max_ply = 1800
max_cha = 15000
max_item = 30000
max_tnpc = 300

[Guild]
guild_num = 30
guild_try_num = 30

[Item]
item_show_time = 60
item_prot_time = 30

[Interval]
say_interval = 1
weather_interval = 300 // every 5 minutes instead of 2

[LOG]
log_cha = 0
log_cal = 0
log_ai = 0
log_mission = 0

[Debug]
supercmd = 1
gmcmd = 0,1,2,3,4,5,6

[Res]
res_dir = ./resource
log_dir = LOG\\GameServer00

[Large map switch]
db_mapmask = 1

[Corsairs]
stall_offline = 1
stall_empty_dc = 1 // disconnect on empty stall
stall_interval = 48
igs_instant = 1
chaos_map = garner2
chaos_blind = 0 // blinds "chaos_map" in cfg
persist_state = 48,49,83,127,147
View attachment 910
TCP/IP in sql server cfg enable
do u have multiple configuration that use localhost? default port probably been use by other server. 1433 is the default. so try to disable any other server first and try again
 
Could you tell me what I’m doing wrong?
[ID]
name = GameServer00
equment = system

[Gate]
gate = 127.0.0.1, 1971
info = 127.0.0.1, 1985, Y87dc#$98, 1

[Map]
map = garner
map = lonetower
map = teampk
map = PKmap

[Database]
db_name = GameDB
db_ip = localhost
db_usr = pko_game
db_pass = pkodevnet

[Socket]
keep_alive = 120

[BaseID]
BaseID = 0x50000000

[Entity]
max_ply = 1800
max_cha = 15000
max_item = 30000
max_tnpc = 300

[Guild]
guild_num = 30
guild_try_num = 30

[Item]
item_show_time = 60
item_prot_time = 30

[Interval]
say_interval = 1
weather_interval = 300 // every 5 minutes instead of 2

[LOG]
log_cha = 0
log_cal = 0
log_ai = 0
log_mission = 0

[Debug]
supercmd = 1
gmcmd = 0,1,2,3,4,5,6

[Res]
res_dir = ./resource
log_dir = LOG\\GameServer00

[Large map switch]
db_mapmask = 1

[Corsairs]
stall_offline = 1
stall_empty_dc = 1 // disconnect on empty stall
stall_interval = 48
igs_instant = 1
chaos_map = garner2
chaos_blind = 0 // blinds "chaos_map" in cfg
persist_state = 48,49,83,127,147
View attachment 910
TCP/IP in sql server cfg enable
Have you changed you SQL to mixed authentication?
can you actualy login on SSMS using your server account? and does it have the right permissions?