@Phant0m
Can you tell me what version of SQL Server you are using? I use 2008 R2 but when I restore like below, I get an error. Thank you.
![]()
Last edited by nhockool1002; 01-09-22 at 10:42 AM.
@Phant0m
I was use SQLServer 2014 it's working fine, but I have a another issue.
With SQLServer info, I can connect with SQLServer Management Tools.
But when I start gameserver and occur a this message. What I make wrong ?
![]()
Wrong credentials for SQL.
The GS was not able to establish connection to the x_20acc database.
Try changing the server to localhost, 127.0.0.1, or LAN IP instead of using the machine name to connect to the DB.
Edit:
I just noticed your config file is named incorrectly.
it should be "游戏配置列表.ini", but yours is something else. You probably don't have Chinese language installed for non unicode programs, that's why windows is renaming certain characters that are not supported. This will cause a lot more problems than just the SQL connection, you need to sort that out first.
Here's what it should be;
![]()
@Phant0m
Yes I setup as above, but don't know why it has such character in filename.
I try localhost and 127.0.0.1 (sa/123123), I can login with SQLServer Management, but with gameserver I can't access to SQLServer, this information is true. @@
![]()
Thank you for source, it's work perfectly.
@Phant0m
Sorry, I have only a issue, please help me.
I create sv on VMNet 8, with ip 192.168.1.66, I can ping on real machine normally.
When I start LaucherRXJH.exe with ip 192.168.1.66, and port 1300 (default). I can login success
But, when I choose server, error GameServer can not connect occur, please give me a solution
Thanks.
The "Can Not Connect GameServer !!" error is programmed inside the Client.exe
You need to run launcher with same IP as GS and LS to login or you get this error.
If you want to completely remove this error, you can use OllyDbg and JMP the function that calls the IP check and error message.
Here's a picture of what you need to do:
After you edit this, save to binary and that's it.
- - - Updated - - -
Updated the first post with the Launcher source code.
Link: https://github.com/phant0m-dg/LauncherRXJH
@Phant0m, Thanks for your support.
It's working.
![]()
Updated original post with GitHub links for the EZ Launcher and the Auto Updater Launcher.
EZ Launcher GitHub:
https://github.com/phant0m-dg/LauncherRXJH
Auto Updater Launcher GitHub:
https://github.com/phant0m-dg/Yulgang-Launcher-Auto-Updater
![]()
@Phant0m, please help me.
I can't open cash shop in game
Please help me resolve it. Thanks you very much