Re: [SHARE] FULL GS SOURCE - No More Selling
What's wrong? Loginserver
https://i.ibb.co/gm5gtgs/Screenshot-108.png
PHP Code:
<?xml version="1.0" encoding="UTF-8" ?>
<RAN_SERVER>
<SERVICE_PROVIDER>9</SERVICE_PROVIDER>
<SERVER_TYPE>1</SERVER_TYPE>
<LANGUAGE_SET>1</LANGUAGE_SET>
<SERVER_IP>25.54.58.179</SERVER_IP>
<SERVICE_PORT>5003</SERVICE_PORT>
<CONTROL_PORT>6003</CONTROL_PORT>
<!-- Patch version(Game version) -->
<SERVER_VERSION>0</SERVER_VERSION>
<!-- Launcher version -->
<PATCH_VERSION>0</PATCH_VERSION>
<PATCH_CUT_VERSION>0</PATCH_CUT_VERSION>
<PKLESS>0</PKLESS>
<PK>1</PK>
<ADULT>0</ADULT>
<EVENT_THREAD>1</EVENT_THREAD>
<FPS>10</FPS>
<TEST_SERVER>0</TEST_SERVER>
<HEARTBEAT>1</HEARTBEAT>
<MAX_CLIENT>1500</MAX_CLIENT>
<MAX_CHANNEL_CLIENT>1500</MAX_CHANNEL_CLIENT>
<SERVER_GROUP>0</SERVER_GROUP>
<SERVER_NUMBER>0</SERVER_NUMBER>
<THREAD>2</THREAD>
<FPS>10</FPS>
<CONNECTION_PER_IP_ADDRESS>50</CONNECTION_PER_IP_ADDRESS>
<USE_CUSTOM_DB_POOL>0</USE_CUSTOM_DB_POOL>
<REFERENCE_COUNT_MAX>2000</REFERENCE_COUNT_MAX>
<MAX_POOL_SIZE>1500</MAX_POOL_SIZE>
<DB_PACKET_SIZE>32767</DB_PACKET_SIZE>
<SERVER_CHANNEL>0</SERVER_CHANNEL>
<SESSION_SERVER IP="127.0.0.1" PORT="5003" />
<ALLOW_IP>
<IP START="0.0.0.1" END="255.255.255.255" />
</ALLOW_IP>
</RAN_SERVER>
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
caspian0
What's wrong? Loginserver
https://i.ibb.co/gm5gtgs/Screenshot-108.png
PHP Code:
<?xml version="1.0" encoding="UTF-8" ?>
<RAN_SERVER>
<SERVICE_PROVIDER>9</SERVICE_PROVIDER>
<SERVER_TYPE>1</SERVER_TYPE>
<LANGUAGE_SET>1</LANGUAGE_SET>
<SERVER_IP>25.54.58.179</SERVER_IP>
<SERVICE_PORT>5003</SERVICE_PORT>
<CONTROL_PORT>6003</CONTROL_PORT>
<!-- Patch version(Game version) -->
<SERVER_VERSION>0</SERVER_VERSION>
<!-- Launcher version -->
<PATCH_VERSION>0</PATCH_VERSION>
<PATCH_CUT_VERSION>0</PATCH_CUT_VERSION>
<PKLESS>0</PKLESS>
<PK>1</PK>
<ADULT>0</ADULT>
<EVENT_THREAD>1</EVENT_THREAD>
<FPS>10</FPS>
<TEST_SERVER>0</TEST_SERVER>
<HEARTBEAT>1</HEARTBEAT>
<MAX_CLIENT>1500</MAX_CLIENT>
<MAX_CHANNEL_CLIENT>1500</MAX_CHANNEL_CLIENT>
<SERVER_GROUP>0</SERVER_GROUP>
<SERVER_NUMBER>0</SERVER_NUMBER>
<THREAD>2</THREAD>
<FPS>10</FPS>
<CONNECTION_PER_IP_ADDRESS>50</CONNECTION_PER_IP_ADDRESS>
<USE_CUSTOM_DB_POOL>0</USE_CUSTOM_DB_POOL>
<REFERENCE_COUNT_MAX>2000</REFERENCE_COUNT_MAX>
<MAX_POOL_SIZE>1500</MAX_POOL_SIZE>
<DB_PACKET_SIZE>32767</DB_PACKET_SIZE>
<SERVER_CHANNEL>0</SERVER_CHANNEL>
<SESSION_SERVER IP="127.0.0.1" PORT="5003" />
<ALLOW_IP>
<IP START="0.0.0.1" END="255.255.255.255" />
</ALLOW_IP>
</RAN_SERVER>
Change the LoginServer port into 5001, port 5003 is in use by the SessionServer.
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
mateo13
Have you solved the problem? I have also encountered such a problem. Can you tell me the solution?
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
FreedomRecords
Change the LoginServer port into 5001, port 5003 is in use by the SessionServer.
I tried the
<SERVICE_PORT>5003</SERVICE_PORT>
<CONTROL_PORT>6001</CONTROL_PORT>
still the same
https://i.ibb.co/NL8dM0L/Screenshot-109.png
Re: [SHARE] FULL GS SOURCE - No More Selling
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
arwekaj09
what client ?
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
arwekaj09
Congrats...
2 days im still stuck in running the server files :mellow:
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
Boxi
what client ?
《勇 online》 Taiwan -> check download page.
I used this client, I just translated some guis and more.
- - - Updated - - -
Quote:
Originally Posted by
caspian0
Congrats...
2 days im still stuck in running the server files :mellow:
Check server port and IPs.
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
caspian0
Change the Service_Port into 5001.
Re: [SHARE] FULL GS SOURCE - No More Selling
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
FreedomRecords
Change the Service_Port into 5001.
done...i change again to 5001
still error :mellow:
session - ok
cacheserver-ok
cacheserve2-ok
fieldserver-ok
agentserver-ok
but loginserver-fail
https://i.ibb.co/s5tq7Pw/Screenshot-110.png
PHP Code:
[21:28:27] [INFO ] >Start Loading Server-Configurations.
[21:28:27] [INFO ] loaded config: SERVICE_PROVIDER 9
[21:28:27] [INFO ] loaded config: SERVER_TYPE 1
[21:28:27] [INFO ] loaded config: LANGUAGE_SET 1
[21:28:27] [INFO ] loaded config: loaded config: SERVER_IP 25.54.58.179
[21:28:27] [INFO ] loaded config: SERVICE_PORT 5001
[21:28:27] [INFO ] loaded config: CONTROL_PORT 6001
[21:28:27] [INFO ] loaded config: SERVER_VERSION 0
[21:28:27] [INFO ] loaded config: PATCH_VERSION 0
[21:28:27] [INFO ] loaded config: PATCH_CUT_VERSION 0
[21:28:27] [INFO ] loaded config: PKLESS false
[21:28:27] [INFO ] loaded config: PK true
[21:28:27] [INFO ] loaded config: ADULT false
[21:28:27] [INFO ] loaded config: EVENT_THREAD true
[21:28:27] [INFO ] loaded config: FPS 10
[21:28:27] [INFO ] loaded config: TEST_SERVER false
[21:28:27] [INFO ] loaded config: HEARTBEAT true
[21:28:27] [INFO ] loaded config: MAX_CLIENT 1500
[21:28:27] [INFO ] loaded config: MAX_CHANNEL_CLIENT 1500
[21:28:27] [INFO ] loaded config: SERVER_GROUP 0
[21:28:27] [INFO ] loaded config: SERVER_NUMBER 0
[21:28:27] [INFO ] loaded config: THREAD 2
[21:28:27] [INFO ] loaded config: CONNECTION_PER_IP_ADDRESS 50
[21:28:27] [INFO ] loaded config: USE_CUSTOM_DB_POOL 0
[21:28:27] [INFO ] loaded config: REFERENCE_COUNT_MAX 2000
[21:28:27] [INFO ] loaded config: MAX_POOL_SIZE 1500
[21:28:27] [INFO ] loaded config: DB_PACKET_SIZE 32767
[21:28:27] [INFO ] loaded config: SERVER_CHANNEL 0
[21:28:27] [INFO ] loaded config: SESSION_SERVER 127.0.0.1 5003
[21:28:27] [INFO ] Allow Ip 0.0.0.1 To 0.0.0.255
[21:28:27] [INFO ] >Start Configuring the Server...
[21:28:27] [INFO ] Service Provider:Global Service
[21:28:27] [INFO ] CreateIoCompletionPort OK
[21:28:27] [INFO ] Microsoft Windows 8
[21:28:27] [INFO ] AMD Ryzen 5 2600 Six-Core Processor Level(23) Revision(8) 3506 Mhz
[21:28:27] [INFO ] 4 System Processor Detected
[21:28:27] [INFO ] 2 Worker Thread
[21:28:27] [INFO ] #1 Worker Thread Create OK
[21:28:27] [INFO ] #2 Worker Thread Create OK
[21:28:27] [INFO ] Server Update Thread Create OK
[21:28:27] [INFO ] WSASocket OK
[21:28:27] [INFO ] Host Name:DESKTOP-JAAE4J0
[21:28:27] [INFO ] Host IP:25.54.58.179
[21:28:27] [INFO ] Host IP:10.0.2.15
[21:28:27] [INFO ] Bind Port 5001
[21:28:28] [INFO ] Server Accept Thread Create OK
[21:28:28] [INFO ] Client Slot:1 - 127.0.0.1:5003
[21:28:28] [INFO ] Launcher Version 0
[21:28:28] [INFO ] Patch Version 0
[21:28:28] [INFO ] Patch Cut Version 0
[21:28:28] [INFO ] Session Server Connection OK. slot 1
[21:28:28] [ERROR] ERROR! GeoIP Init Fail!
[21:28:28] [INFO ] Please wait until server stop
[21:28:28] [ERROR] WorkProc End
[21:28:28] [ERROR] WorkProc End
[21:28:28] [ERROR] WSAAccept 10004
[21:28:29] [INFO ] CloseAllClient
[21:28:29] [INFO ] Stop Meessage Queue
[21:28:29] [INFO ] Stop DataBase
[21:28:29] [INFO ] Stop CFG
[21:28:29] [INFO ] Server Stop OK
[21:28:29] [INFO ] =======================================================
[21:28:29] [INFO ] object_pool Name [PER_IO_OPERATION_DATA] Create Max Object [4]
[21:28:29] [INFO ] object_pool Name [PER_IO_OPERATION_DATA] Create Max Object [1]
[21:28:29] [ERROR] object_pool Name [PER_IO_OPERATION_DATA] Undestroy Object [1]
it will also pop up when i start login server in session server logs..
https://i.ibb.co/QPL6Chg/Screenshot-111.png
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
arwekaj09
《勇 online》 Taiwan -> check download page.
I used this client, I just translated some guis and more.
- - - Updated - - -
Check server port and IPs.
are you using vps?
- - - Updated - - -
Quote:
Originally Posted by
caspian0
dont change the port try change your session server ip same ip to your host ip to bind in loginserver
try this i change session ip to your host ip
<?xml version="1.0" encoding="UTF-8" ?>
<RAN_SERVER>
<SERVICE_PROVIDER>9</SERVICE_PROVIDER>
<SERVER_TYPE>1</SERVER_TYPE>
<LANGUAGE_SET>1</LANGUAGE_SET>
<SERVER_IP>25.54.58.179</SERVER_IP>
<SERVICE_PORT>5003</SERVICE_PORT>
<CONTROL_PORT>6003</CONTROL_PORT>
<!-- Patch version(Game version) -->
<SERVER_VERSION>0</SERVER_VERSION>
<!-- Launcher version -->
<PATCH_VERSION>0</PATCH_VERSION>
<PATCH_CUT_VERSION>0</PATCH_CUT_VERSION>
<PKLESS>0</PKLESS>
<PK>1</PK>
<ADULT>0</ADULT>
<EVENT_THREAD>1</EVENT_THREAD>
<FPS>10</FPS>
<TEST_SERVER>0</TEST_SERVER>
<HEARTBEAT>1</HEARTBEAT>
<MAX_CLIENT>1500</MAX_CLIENT>
<MAX_CHANNEL_CLIENT>1500</MAX_CHANNEL_CLIENT>
<SERVER_GROUP>0</SERVER_GROUP>
<SERVER_NUMBER>0</SERVER_NUMBER>
<THREAD>2</THREAD>
<FPS>10</FPS>
<CONNECTION_PER_IP_ADDRESS>50</CONNECTION_PER_IP_ADDRESS>
<USE_CUSTOM_DB_POOL>0</USE_CUSTOM_DB_POOL>
<REFERENCE_COUNT_MAX>2000</REFERENCE_COUNT_MAX>
<MAX_POOL_SIZE>1500</MAX_POOL_SIZE>
<DB_PACKET_SIZE>32767</DB_PACKET_SIZE>
<SERVER_CHANNEL>0</SERVER_CHANNEL>
<SESSION_SERVER IP="25.54.58.179" PORT="5003" />
<ALLOW_IP>
<IP START="0.0.0.1" END="255.255.255.255" />
</ALLOW_IP>
</RAN_SERVER>
edit your ip in session cfg edit 127.0.0.1 change this to your host ip
Re: [SHARE] FULL GS SOURCE - No More Selling
A little share for those who can't fix the ChaInfoUpdateBase which causes the rollback on Level and etc.
You must add ChaRebornNum on dbo.ChaInfoUpdatebase under the Stored Procedure or just execute this query. Enjoy
Spoiler:
USE [RanGameS1]
GO
/****** Object: StoredProcedure [dbo].[ChaInfoUpdateBase] Script Date: 03/03/2021 2:36:21 PM ******/
DROP PROCEDURE [dbo].[ChaInfoUpdateBase]
GO
/****** Object: StoredProcedure [dbo].[ChaInfoUpdateBase] Script Date: 03/03/2021 2:36:21 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[ChaInfoUpdateBase]
@ChaBright int,
@
Chalevel int,
@
Chamoney money,
@ChaDex int,
@ChaIntel int,
@
Chaschool int,
@ChaHair int,
@ChaFace int,
@
Chaliving int,
@
Chastrong int,
@
Chapower int,
@
Chaspirit int,
@
Chastrength int,
@
ChastRemain int,
@ChaAttackP int,
@ChaDefenseP int,
@ChaFightA int,
@
ChashootA int,
@ChaExp money,
@
ChaskillPoint int,
@ChaHP int,
@
ChamP int,
@
ChasP int,
@ChaPK int,
@
ChastartMap int,
@
ChastartGate int,
@
ChaposX float,
@
ChaposY float,
@
ChaposZ float,
@
ChasaveMap int,
@
ChasavePosX float,
@
ChasavePosY float,
@
ChasavePosZ float,
@
ChareturnMap int,
@
ChareturnPosX float,
@
ChareturnPosY float,
@
ChareturnPosZ float,
@
ChareExp money,
@
ChasafeTime smallint,
@
ChacP int,
@ChaNum int,
@
ChamacroT int,
@
SkillSlotNum int,
@
CharebornNum int
AS
BEGIN
SET NOCOUNT ON
UPDATE dbo.ChaInfo
SET ChaBright = @ChaBright,
ChaLevel = @
Chalevel,
ChaMoney = @
Chamoney,
ChaDex = @ChaDex,
ChaIntel = @ChaIntel,
ChaSchool = @
Chaschool,
ChaHair = @ChaHair,
ChaFace = @ChaFace,
ChaLiving = @
Chaliving,
ChaStrong = @
Chastrong,
ChaPower = @
Chapower,
ChaSpirit = @
Chaspirit,
ChaStrength = @
Chastrength,
ChaStRemain = @
ChastRemain,
ChaAttackP = @ChaAttackP,
ChaDefenseP = @ChaDefenseP,
ChaFightA = @ChaFightA,
ChaShootA = @
ChashootA,
ChaExp = @ChaExp,
ChaSkillPoint = @
ChaskillPoint,
ChaHP = @ChaHP,
ChaMP = @
ChamP,
ChaSP = @
ChasP,
ChaPK = @ChaPK,
ChaStartMap = @
ChastartMap,
ChaStartGate = @
ChastartGate,
ChaPosX = @
ChaposX,
ChaPosY = @
ChaposY,
ChaPosZ = @
ChaposZ,
ChaSaveMap = @
ChasaveMap,
ChaSavePosX = @
ChasavePosX,
ChaSavePosY = @
ChasavePosY,
ChaSavePosZ = @
ChasavePosZ,
ChaReturnMap = @
ChareturnMap,
ChaReturnPosX = @
ChareturnPosX,
ChaReturnPosY = @
ChareturnPosY,
ChaReturnPosZ = @
ChareturnPosZ,
ChaReExp = @
ChareExp,
ChaSafeTime = @
ChasafeTime,
ChaCP = @
ChacP,
ChaMacroT = @
ChamacroT,
SkillSlotNum = @
SkillSlotNum,
ChaRebornNum = @
CharebornNum
WHERE ChaNum = @ChaNum
exec sp_DeleteChaResetInfo @ChaNum
SET NOCOUNT ON
END
GO
Re: [SHARE] FULL GS SOURCE - No More Selling
error on session server.
anyone know how to fix? or any idea?
thanks.
[15:05:13] [ERROR] SetConnectionString error
[15:05:13] [ERROR] ADO: OpenConnection Failure.
[15:05:37] [ERROR] SetConnectionString error
[15:05:37] [ERROR] ADO: OpenConnection Failure.
Re: [SHARE] FULL GS SOURCE - No More Selling
Quote:
Originally Posted by
newbiedeveloper
are you using vps?
- - - Updated - - -
dont change the port try change your session server ip same ip to your host ip to bind in loginserver
try this i change session ip to your host ip
<?xml version="1.0" encoding="UTF-8" ?>
<RAN_SERVER>
<SERVICE_PROVIDER>9</SERVICE_PROVIDER>
<SERVER_TYPE>1</SERVER_TYPE>
<LANGUAGE_SET>1</LANGUAGE_SET>
<SERVER_IP>25.54.58.179</SERVER_IP>
<SERVICE_PORT>5003</SERVICE_PORT>
<CONTROL_PORT>6003</CONTROL_PORT>
<!-- Patch version(Game version) -->
<SERVER_VERSION>0</SERVER_VERSION>
<!-- Launcher version -->
<PATCH_VERSION>0</PATCH_VERSION>
<PATCH_CUT_VERSION>0</PATCH_CUT_VERSION>
<PKLESS>0</PKLESS>
<PK>1</PK>
<ADULT>0</ADULT>
<EVENT_THREAD>1</EVENT_THREAD>
<FPS>10</FPS>
<TEST_SERVER>0</TEST_SERVER>
<HEARTBEAT>1</HEARTBEAT>
<MAX_CLIENT>1500</MAX_CLIENT>
<MAX_CHANNEL_CLIENT>1500</MAX_CHANNEL_CLIENT>
<SERVER_GROUP>0</SERVER_GROUP>
<SERVER_NUMBER>0</SERVER_NUMBER>
<THREAD>2</THREAD>
<FPS>10</FPS>
<CONNECTION_PER_IP_ADDRESS>50</CONNECTION_PER_IP_ADDRESS>
<USE_CUSTOM_DB_POOL>0</USE_CUSTOM_DB_POOL>
<REFERENCE_COUNT_MAX>2000</REFERENCE_COUNT_MAX>
<MAX_POOL_SIZE>1500</MAX_POOL_SIZE>
<DB_PACKET_SIZE>32767</DB_PACKET_SIZE>
<SERVER_CHANNEL>0</SERVER_CHANNEL>
<SESSION_SERVER IP="25.54.58.179" PORT="5003" />
<ALLOW_IP>
<IP START="0.0.0.1" END="255.255.255.255" />
</ALLOW_IP>
</RAN_SERVER>
edit your ip in session cfg edit 127.0.0.1 change this to your host ip
Yes I am sir