vbGore Free Online RPG Engine

Revolutionizing Visual Basic ORPG Development
It is currently Sat May 25, 2013 8:45 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 4:10 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
When I run gameserver.exe it just crashes within half a second of me running it. The account server works fine. I don't see anything in the task manager and it has no process either. And I'm pretty sure I configured the settings correctly. I get no error message at all.

I'm using mysql version 5.0.67. Also does it help to say I'm using mysql query browser and not SQLyog?

When I try running the client I get this:
Quote:
Run-time error '3709':

Method '~' of object '~' failed.


This is what my settings.ini looks like:
Quote:
[GENERAL]

//If the server is accepting remote connections (requires valid port forwarding)
//If 0, then you will only be able to connect locally, but don't need port forwarding
Public=0

//IP address for the server when public - either 0.0.0.0 or your internal IP
PublicIP=0.0.0.0

[GAME]

//The port the game server is running off of
Port=8900

//If the game server's process is set in high priority
HighPriority=1

//If the server produces all of the client information, such as the items and
//NPC files. Set to 1 if the server is being used for development, else set to 0
//to prevent the files from being created.
MakeClientInfo=1

[ACCOUNT]

//Account server port
Port=8901

//If the account server's process is set in high priority
HighPriority=1

[MYSQL]

//Database username
User=root

//Database password for the user above
Password=root

//Database name that contains the Ninja Story information
Database=ninjastory

//Database host IP (normally 127.0.0.1)
Host=127.0.0.1

//Database port (default 3306)
Port=3306


All I'm trying to do is test out the engine >.<


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 5:38 pm 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
You didn't restore the SQL dump.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 6:14 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
...Sorry, I are too dumb to understand...

No but seriously what do you mean by restore it?


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 6:44 pm 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
Open up SQLyog (or whatever database manager you use) create a new database and call it "ninjastory" then rightclick the database you just made, and click restore from sql dump. browse for the ninjastory.sql and lwt it rip. Then rightclick the database and hit refresh. That's the best I can do right now, I'm tired.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 6:53 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
Twilight920 wrote:
Open up SQLyog (or whatever database manager you use) create a new database and call it "ninjastory" then rightclick the database you just made, and click restore from sql dump. browse for the ninjastory.sql and lwt it rip. Then rightclick the database and hit refresh. That's the best I can do right now, I'm tired.


I did it but it seems like it was doing something I already did, does restoring it basically mean executing the sql file? Well then if yes I already did that. I didn't edit the database at all so I don't think it would be the database...it might be though.

I didn't exactly know what you mean by this:
Quote:
and lwt it rip.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 6:57 pm 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
let it rip* = Execute ;)


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Thu Aug 21, 2008 7:07 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
Oh well then your restoring idea didn't work.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Fri Aug 22, 2008 9:00 am 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
You did everything it said and it didn't work? I say, try again. :]


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Fri Aug 22, 2008 9:08 am 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
What do you mean try again? I did everything exactly. I even turned off my anti virus program, reinstalled my mysql server, tryed recreating the database about five times, I spent about an hour in the serversettings.ini trying to see if anything was wrong, I installed a different version of a mysql server, I used a different server browser, I restarted my computer a few times.

I tryed about everything except for redownloading it and I doubt that will do much!

Ugh...I guess it wouldn't kill me to try...


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Fri Aug 22, 2008 7:30 pm 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
I promise you that it's an SQL problem. Do you have ODBC connector installed?


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Fri Aug 22, 2008 9:58 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
ODBC connector...yah I'm gonna have to say I have no idea what that is.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Sat Aug 23, 2008 9:24 am 
=^.^= Kitty =^.^=

Joined: Tue Jun 03, 2008 11:01 pm
Posts: 963
Location: In Koredai
Big problem is big. >_>


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Sat Aug 23, 2008 10:42 am 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
What? Please don't post unless you have something to say that will help me.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Sat Aug 23, 2008 12:06 pm 
+7 Claymore of Slaying

Joined: Sun Apr 01, 2007 6:34 pm
Posts: 577
http://www.vbgore.com/downloads/odbc351.msi There you go, that should fix it.


Top
 Profile  
 
 Post subject: Re: GameServer.exe does nothing
PostPosted: Sat Aug 23, 2008 12:40 pm 
Fresh Meat

Joined: Wed Aug 20, 2008 2:01 pm
Posts: 23
Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group