Posts: 275
Threads: 10
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2013
Reputation:
0
10 hours ago, BayBay said:
Was it a compiling error? everytime i run GameServer.exe as administrator or normal it opens it says Loading Setting File for like 5seconds and then bumm it closes.... and thats what i found in the log...
scan the logs for "query error" without the " for example
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
10 hours ago, BayBay said:
what if my Mysql is not used in XAMPP its in localdisk folder like a portable version
Ill try to install Mysql with XAMPP in windows maybe that helps alot with these dumb errors
mysql should have an errors log anyway ... find the correct location of your mysql services and check the errors
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
Ok mysql was causing this error. i fixed the mysql ports and now it works!
Thanks Guys!
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
3 hours ago, BayBay said:
Ok mysql was causing this error. i fixed the mysql ports and now it works!
Thanks Guys!
When you fix a stuff, is nice attitude press "like button" under all the people that have helped you, along with the solution of the problem ...
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
I finally fixed my errors i was having guys! i finished compiling everything.
**INSTALLED VS2010SP1** Since for some reason i had not installed it (stupid me).
Then I did the following changes:
1. Fix ShareLib.lib directory in Visual Studio GameServer properties then in Linker->General->Additional Library Directories i added this: C:\LastChaos\Server\ShareLib
2. Fix the include directory that was messed up to this: GameServer properties then in VC ++ Directories in Include Directories i added: C:\LastChaos\ETC\boost_1_59_0\
3.Fix the Library directory that was also messed up to this: GameServer properties then in VC ++ Directories in Library Directories i added: C:\LastChaos\ETC\boost_1_59_0\libs and C:\LastChaos\ETC\boost_1_59_0\libs
4.Followed every Reza step and made directories look like this:
-C:\LastChaos\ETC
-C:\LastChaos\Server
-C:\LastChaos\ServerRelease
-C:\LastChaos\SRCDesign
C:\LastChaos\Client
Then i hit play and everything worked! Thanks alot for everything i feel that i achieved something good. Like button for everyone that helped this noob(me).
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
7 hours ago, BayBay said:
I finally fixed my errors i was having guys! i finished compiling everything.
**INSTALLED VS2010SP1** Since for some reason i had not installed it (stupid me).
Then I did the following changes:
1. Fix ShareLib.lib directory in Visual Studio GameServer properties then in Linker->General->Additional Library Directories i added this: C:\LastChaos\Server\ShareLib
2. Fix the include directory that was messed up to this: GameServer properties then in VC ++ Directories in Include Directories i added: C:\LastChaos\ETC\boost_1_59_0\
3.Fix the Library directory that was also messed up to this: GameServer properties then in VC ++ Directories in Library Directories i added: C:\LastChaos\ETC\boost_1_59_0\libs and C:\LastChaos\ETC\boost_1_59_0\libs
4.Followed every Reza step and made directories look like this:
-C:\LastChaos\ETC
-C:\LastChaos\Server
-C:\LastChaos\ServerRelease
-C:\LastChaos\SRCDesign
C:\LastChaos\Client
Then i hit play and everything worked! Thanks alot for everything i feel that i achieved something good. Like button for everyone that helped this noob(me).
Likes received, hope we helped you a little at least ?